2008-05-26 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / metadata / ChangeLog
1 2008-05-26  Zoltan Varga  <vargaz@gmail.com>
2
3         * class.c (mono_method_set_generic_container): New accessor function.
4         (mono_method_get_generic_container): Ditto.
5
6         * class-internals.h (struct _MonoMethod): Remove rarely used 
7         'generic_container' field, store it in the property hash instead. Add 
8         'is_generic' boolean field instead.
9
10         * image.c (mono_image_init): Initialize property_hash.
11         (mono_image_close): Destroy property_hash.
12
13         * metadata-internals.h (struct _MonoImage): Add 'property_hash' hash table to
14         hold rarely used fields of runtime structures belonging to this image.
15
16         * class.c loader.c verify.c icall.c reflection.c: Use the new accessor functions
17         to get/set method->generic_container.
18
19         * loader.c (mono_get_method_from_token): Avoid loading the method header for
20         generic methods.
21
22 2008-05-25  Zoltan Varga  <vargaz@gmail.com>
23
24         * class.c (mono_class_inflate_generic_method_full): Don't increase
25         mono_stats.inflated_method_count for methods found in the cache.
26
27         * threads.c (mono_thread_request_interruption): Add a comment about 
28         QueueUserAPC ().
29
30 2008-05-24  Zoltan Varga  <vargaz@gmail.com>
31
32         * class.c (setup_interface_offsets): Use sizeof (guint16) when allocating the
33         interface_offsets_packed table.
34         
35         * class.c (mono_class_init): Remove some dead code.
36
37         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Call
38         mono_class_setup_vtable () when CAS is active to detect security problems.
39
40 2008-05-23 Rodrigo Kumpera  <rkumpera@novell.com>
41
42         * verify.c (mono_delegate_type_equal): Handle VAR, MVAR and GENERICINST.
43
44         * verify.c (mono_delegate_signature_equal): Don't compar number of generic
45         parameters as it's irrelevant for delegate checking.
46
47 2008-05-23  Zoltan Varga  <vargaz@gmail.com>
48
49         * class-internals.h class.c: Correct the name of the 'mono_no_setup_vtable_in_class_init' variable.
50
51         * class.c (mono_class_init): Control the creation of a generic vtable using
52         a global which is true by default, but set to false by the runtime startup code.
53         
54         * class.c (mono_class_init): Avoid constructing a generic vtable in most cases.
55         Disabled for now since it breaks the embedding API.
56         Move the setup of class->methods for arrays to mono_class_setup_methods ().
57         (mono_class_setup_methods): Add a memory barrier.
58
59         * object.c (mono_class_create_runtime_vtable): Add code to handle the case
60         when mono_class_init () doesn't compute the generic vtable.
61         
62 2008-05-23  Massimiliano Mantione  <massi@ximian.com>
63         * profiler.c: Added mono_profiler_install_statistical_call_chain,
64         mono_profiler_stat_get_call_chain_depth and mono_profiler_stat_call_chain
65         to support call chains (backtrace) in the stat profiler.
66         * profiler.c, profiler-private.h: Likewise.
67
68 2008-05-22  Mark Probst  <mark.probst@gmail.com>
69
70         * generic-sharing.c: Init generic class when a method of it is
71         requested via a runtime generic context.
72
73 2008-05-22  Zoltan Varga  <vargaz@gmail.com>
74
75         * class.c (mono_class_init): Add a comment about trying to avoid calling this.
76
77         * reflection.c (mono_type_get_object): Add a FIXME.
78
79         * loader.c (find_method_in_class): Use mono_class_get_method_by_index ().
80
81         * class.c (mono_class_get_method_by_index): New helper function, returning an
82         entry in the class->methods array.
83
84 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
85
86         * class.c (mono_class_init): Only do the array optimization for szarrays. 
87         Avoid creating a generic vtable for generic instances as well.
88         (mono_class_get_method_from_name_flags): Don't search in the metadata for
89         generic instances.
90
91 2008-05-21 Rodrigo Kumpera  <rkumpera@novell.com>
92
93         * loader.c (mono_get_method_constrained): Inflate the signature
94         with class context. Fix #325283.
95
96 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
97
98         * object.c (mono_class_create_runtime_vtable): Add a comment.
99
100         * class.c (get_implicit_generic_array_interfaces): Call mono_class_init ()
101         where needed.
102         (setup_interface_offsets): Handle the case when this is called twice for arrays.
103         (mono_class_setup_vtable_general): Add an assert.
104         (mono_class_init): Avoid creating a generic vtable for arrays.
105
106         * class.c (mono_generic_class_get_class): Don't call setup_interface_offsets ()
107         here, let mono_class_init () do that.
108
109         * class.c (mono_class_init): Avoid calling mono_class_setup_methods () for
110         interfaces in mscorlib.
111
112         * class.c (mono_class_setup_vtable): Avoid calling setup_methods () for
113         interfaces. Add some comments.
114         (mono_class_init): Call mono_class_setup_methods () here since it is no
115         longer called by mono_class_setup_vtable ().
116
117         * object.c (mono_class_proxy_vtable): Null out entries in pvt->vtable which are
118         not set in class->vtable.
119         (mono_class_create_runtime_vtable): Reenable the disabled code.
120
121         * object.c (mono_class_create_runtime_vtable): Disable the last change for
122         now as it causes some test failures.
123
124         * object.c (mono_class_create_runtime_vtable): Avoid creating a generic vtable
125         if using the vtable trampoline. Also remove some strange code which put the
126         generic methods themselves into the vtable slots. Remove the AOT init_vtable
127         stuff as it is no longer needed.
128
129 2008-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
130
131         * pedump.c: Give make --verify all option check code as well.
132         Using --verify code won't check for metadata now.
133
134 2008-05-19  Martin Baulig  <martin@ximian.com>
135
136         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 70.
137
138         * mono-debug.c
139         (_mono_debug_using_mono_debugger): New global variable; it's set
140         directly by the debugger, so mono_debug_using_mono_debugger() also
141         works after attaching.
142
143 2008-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
144
145         * object.c (mono_class_create_runtime_vtable): Use memory barriers
146         as we do double checked locking on MonoClass::runtime_info and
147         MonoClassRuntimeInfo::domain_vtables.
148
149 2008-05-18  Zoltan Varga  <vargaz@gmail.com>
150
151         * debug-helpers.c (print_field_value): Fix a warning.
152
153 2008-05-16  Zoltan Varga  <vargaz@gmail.com>
154
155         * object.c (mono_object_get_virtual_method): Fix a crash if method->slot is not
156         set in the AOT case.
157
158 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
159
160         * class.c (mono_class_setup_vtable_general): Use memory barriers
161         as we do double checked locking on MonoClass::vtable.
162
163 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
164
165         * reflection.c (resolve_object): Inflate only if the generic context
166         is not null. Fixes #389886.
167
168 2008-05-15  Jonathan Chambers  <joncham@gmail.com>
169
170         * metadata.c (emit_marshal_string): Free return strings using mono_marshal_free
171         instead of g_free.
172
173         Code is contributed under MIT/X11 license.
174
175 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
176
177         * class.c: Revert unrelated change.
178
179 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
180
181         * verify.c (check_is_valid_type_for_field_ops): Type on stack can be
182         a generic instantiation, use mono_class_from_mono_type instead of playing
183         with MonoType directly.
184
185 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
186
187         * class.c: Added mono_class_has_parent_and_ignore_generics. Visibility
188         checks must ignore generic instantiations, so mono_class_has_parent is not
189         suitable. Fixes #390128.
190
191 2008-05-14  Zoltan Varga  <vargaz@gmail.com>
192
193         * reflection.c (mono_image_create_token): Add a 'register_token' argument, and use
194         it to avoid registering tokens during metadata generation. Fixes #390023.
195
196 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
197
198         * coree.c: Rename dwOldProtect to OldProtect that makes naming convention
199         consistent.
200
201         Contributed under MIT/X11 license.
202
203 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
204
205         * domain.c (mono_init_internal): Enable LoadLibrary support. Load EXE image
206         even when get_runtimes_from_exe didn't load it that allows mono_fixup_exe_image
207         to fixup the EXE image.
208         (mono_cleanup): Use mono_close_exe_image.
209         (mono_close_exe_image): New function.
210         * image.c: Include "marshal.h".
211         (mono_image_open_from_module_handle): Add ref_count argument. Return the image.
212         (mono_image_open_full, mono_image_close): Fix LoadLibrary/FreeLibrary reference
213         counting when the image is loaded outside of mono_image_open_full. Set status
214         based on GetLastError.
215         * coree.c: Include required headers. Add init_from_coree.
216         (_CorDllMain): Support fix in mono_image_open_full, mono_image_close. Call
217         mono_assembly_open only when the image has vtfixups. Set init_from_coree.
218         (_CorExeMain): Set init_from_coree.
219         (CorExitProcess): Only call ExitProcess for now.
220         (CorBindToRuntimeEx): New stub implementation.
221         (CorBindToRuntime): New function.
222         (MonoFixupCorEE): Fixup CorBindToRuntime and CorBindToRuntimeEx.
223         (MonoFixupExe): ILONLY executables require no fixups.
224         (mono_set_act_ctx): New function to set activation context.
225         (mono_load_coree): Use init_from_coree. Call mono_set_act_ctx.  
226         * coree.h: Move STATUS_SUCCESS and STATUS_INVALID_IMAGE_FORMAT to header.
227         Declare mono_module_handle, coree_module_handle, mono_get_module_file_name,
228         mono_load_coree, mono_fixup_exe_image and mono_image_open_from_module_handle
229         as MONO_INTERNAL.
230         * domain-internals.h: Add mono_close_exe_image.
231
232         Contributed under MIT/X11 license.
233
234 2008-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
235
236         * metadata.c (mono_metadata_compute_size): Correctly calculate field
237         size for generic param and event tables. Fixes #388977.
238
239 2008-05-13  Zoltan Varga  <vargaz@gmail.com>
240
241         * loader.c (mono_method_signature): Use memory barriers because of the double
242         checked locking pattern.
243
244         * threads.c (remove_and_abort_threads): Stop and wait for threads which are
245         aborting or aborted as well. Fixes #376391.
246         
247         * threads.c (mono_thread_execute_interruption): Avoid depending on no longer
248         existing runtime state in the Suspend handler during shutdown.
249
250 2008-05-12  Zoltan Varga  <vargaz@gmail.com>
251
252         * threads.c (mono_thread_request_interruption): Add some FIXMEs.
253
254         * threads.c (mono_thread_suspend_all_other_threads): Add support for threads 
255         which are starting up or shutting down.
256
257         * threads.c (mono_threads_set_shutting_down): Don't return a value since
258         this function never returns if the runtime is already shutting down.
259
260         * icall.c (ves_icall_System_Environment_Exit): Update after 
261         mono_threads_set_shutting_down () signature change.
262         
263 2008-05-09 Rodrigo Kumpera  <rkumpera@novell.com>
264
265         * class.c: Added can_access_instantiation to verify if the instantiation
266         is visible. Fix access check for nested types as they returned TRUE
267         before doing type and generic instantiation visibility checks.
268
269 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
270
271         * reflection.c (mono_reflection_create_generic_class): The created type
272         must have a different container from its TypeBuilder. Otherwise they
273         will end sharing generic arguments, which is wrong.
274
275         Due to the sharing, making a generic instance of the created type using
276         the TypeBuider generic arguments resulted in the generic type definition
277         been returned, which is wrong as well.
278
279         As a bonus the code was leaking the type_params array. This memory should
280         be allocated from the image mempool.
281
282         This fixes bug #354047.
283
284 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
285
286         * metadata-internals.h: Move MONO_SECMAN_FLAG macros from mini/declsec.h
287         to here         as they are now used in assembly.c new code.
288         Added a skipverification flag to MonoAssembly.
289         New internal function mono_assembly_has_skip_verification.
290
291         * assembly.c: New function mono_assembly_has_skip_verification. It checks
292         if an assembly has a version 2.0 SkipVerification security attribute. Fixes
293         part of #387274.
294
295 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
296
297         * object.c (mono_object_get_virtual_method): Inflate the resulting method if
298         needed. Fixes #387034.
299
300         * class.c (mono_class_inflate_generic_type): Avoid a crash if context is NULL.
301
302 2008-05-06  Miguel de Icaza  <miguel@novell.com>
303
304         * assembly.c (mono_assembly_load_reference): Prevent crash while
305         disassembling Silverlight 2.0 executables while we still do not
306         have GACed libraries.
307
308 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
309
310         * reflection.c: Special case generic type definitions as well. Fixes #383444.
311
312 2008-05-06  Zoltan Varga  <vargaz@gmail.com>
313
314         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Fix handling
315         of the dynamic case. Fixes #387404.
316
317 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
318
319         *verify.c (mono_verifier_is_class_full_trust): If under
320         verify_all and the verifier mode was not set, only
321         gac and corlib types are fulltrust. This makes --verify-all
322         usable to detect unverifiable code, which is the expected
323         use case.
324
325 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
326
327         * verify.h: Ops, commited the header with debug
328         enabled.
329
330 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
331
332         * verify.c (merge_stack): Use the new value on unverifiable
333         stack merges.
334
335         * verify.c (verify_type_compatibility_full): Comparison
336         of nullable types can't use mono_class_is_assignable_from.
337
338         * verify.c, verify.h: Added MONO_VERIFY_REPORT_ALL_ERRORS
339         that makes all verification errors be reported.
340
341         * pedump.c: Pass MONO_VERIFY_REPORT_ALL_ERRORS to
342         mono_method_verify.
343
344 2008-05-05  Robert Jordan  <robertj@gmx.net>
345
346         * marshal.c (mono_marshal_get_thunk_invoke_wrapper):
347         support for value types. See #386415.
348
349         * object.c: comments.
350
351         Code is contributed under MIT/X11 license.
352
353 2008-05-05  Martin Baulig  <martin@ximian.com>
354
355         * debug-mono-symfile.h
356         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): Removed; dropped support
357         for old pre-terrania symbol files.
358
359 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
360
361         * mono-config.c: Add ppc64 architecture.
362
363         Code is contributed under MIT/X11 license.
364
365 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
366
367         * object.c (mono_create_ftnptr, mono_get_addr_from_ftnptr):
368           PPC64 uses function descriptors as well.
369
370         Code is contributed under MIT/X11 license.
371
372 2008-05-04  Zoltan Varga  <vargaz@gmail.com>
373
374         * object.c (compute_class_bitmap): Ignore literal static fields.
375
376         * sgen-gc.c (mono_gc_base_init): Print some help when the MONO_GC_DEBUG env
377         var has an invalid format.
378         (describe_ptr): Add some sanity checks for the vtable.
379         (add_nursery_frag): Clear unused nursery fragments.
380         (major_collection): Clear all remaining nursery fragments.
381
382 2008-05-03  Robert Jordan  <robertj@gmx.net>
383
384         * image.c, metadata-internals.h: add thunk_invoke_cache.
385
386         * marshal.c, marshal.h: implement
387         mono_marshal_get_thunk_invoke_wrapper ().
388
389         * object.c, object.h: implement mono_method_get_unmanaged_thunk ().
390
391         Code is contributed under MIT/X11 license.
392
393 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
394
395         * verify.c (do_leave): Empty the stack.
396
397 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
398
399         * class.c (mono_class_is_assignable_from): Variance
400         doesn't work between reference and value types. For example,
401         given type C<T+>, C<int32> is not assignable to C<object>.
402         Break the argument checking loop on first error. 
403
404 2008-05-02  Atsushi Enomoto  <atsushi@ximian.com>
405
406         * icall.c : base64_to_byte_array() needs some more strict
407           check for sequence of '=' characters. Patch by Santa
408           Marta (http://deee.g.hatena.ne.jp/santamarta).
409
410           Contributed under MIT/X11 license.
411           (see http://www.lingr.com/room/mono-jp/archives/2008/04/20)
412
413 2008-05-02  Jonathan Chambers  <joncham@gmail.com>
414
415         * domain.c: Disable LoadLibrary support to fix Win32 build.
416
417         Code is contributed under MIT/X11 license.
418
419 2008-05-02  Zoltan Varga  <vargaz@gmail.com>
420
421         * sgen-gc.c: Add support for clearing nursery memory when a tlab is allocated,
422         to help with cache behaviour.
423
424 2008-05-01  Miguel de Icaza  <miguel@novell.com>
425
426         * appdomain.c (mono_domain_from_appdomain): Add new accessor
427         method. 
428
429 2008-05-01  Zoltan Varga  <vargaz@gmail.com>
430
431         * sgen-gc.c: Implement thread-local allocation and a managed allocation routine.
432
433 2008-05-01  Dick Porter  <dick@ximian.com>
434
435         * process.c (process_get_fileversion): Only pass 16 bits of
436         language ID to VerLanguageName.  Fixes bug 381204.
437
438 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
439
440         * verify.c (mono_method_verify): Fix the comparison
441         operator for code bounds check.
442
443 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
444
445         * verify.c (mono_method_verify): Check the bounds of
446         all access of the code array.
447
448 2008-04-29  Kornél Pál  <kornelpal@gmail.com>
449
450         * appdomain.c: Use HAVE_SYS_UTIME_H that fixes MSVC build.
451
452 2008-04-28  Zoltan Varga  <vargaz@gmail.com>
453
454         * image.c (mono_image_strong_name_position): Fix return value when the rva is
455         not valid.
456
457 2008-04-28  Kornél Pál  <kornelpal@gmail.com>
458
459         * loader.c (mono_get_method_from_token, mono_method_signature): Add
460         support for METHOD_IMPL_ATTRIBUTE_NATIVE.
461         * domain.c (mono_init_internal): Load and fixup mscoree.dll on startup and
462         fixup main EXE images when using mono.exe for mixed-mode assembly support.
463         * domain-internals.h: Add MonoLoadFunc, mono_install_runtime_load and
464         mono_runtime_load.
465         * appdomain.c: Add mono_install_runtime_load, mono_runtime_load to support
466         runtime initialization from metadata.
467         * assembly.c: Remove obsolete ceGetModuleFileNameA.
468         (mono_set_rootdir): Use mono_get_module_file_name.
469         (mono_assembly_load_from_full): Call mono_image_fixup_vtable for module
470         handles.
471         * cil-coff.h: Add MonoVTableFixup. Update mono_cli_rva_image_map signature.
472         * metadata-internals.h: Add is_module_handle to _MonoImage on Windows.
473         * image.c (mono_cli_rva_image_map): Use MonoImage instead of
474         MonoCLIImageInfo. Add support for module handles.
475         (load_cli_header): Update mono_cli_rva_image_map signature.
476         (load_metadata_ptrs): Update mono_cli_rva_image_map signature.
477         (mono_image_strong_name_position): Use mono_cli_rva_image_map.
478         (mono_image_rva_map): Add support for module handles.
479         (mono_image_ensure_section_idx): Add support for module handles.
480         (mono_image_close): Add support for module handles.
481         (do_load_header): Add support for module handles.
482         (mono_image_open_from_module_handle): New function for internal use.
483         (mono_image_open_full): Load normal images using LoadLibrary on Windows.
484         (mono_image_load_module): Call mono_image_fixup_vtable for module handles.
485         (mono_image_load_file_for_image): Call mono_image_fixup_vtable for module
486         handles.
487         (mono_image_fixup_vtable): New function for mixed-mode assembly support.
488         * image.h: Add mono_image_fixup_vtable.
489         * coree.c: New file for mscoree.dll functions and mixed-mode assembly
490         support.
491         * coree.h: New file.
492         * marshal.c (mono_marshal_get_native_wrapper): Throw exception for
493         unsupported native code.
494         (mono_marshal_set_callconv_from_modopt): New function splitted from
495         mono_marshal_get_managed_wrapper.
496         (mono_marshal_get_managed_wrapper): Use
497         mono_marshal_set_callconv_from_modopt.
498         (mono_marshal_get_vtfixup_ftnptr): New function for mixed-mode assembly support.
499         * marshal.h: Add mono_marshal_get_vtfixup_ftnptr.
500         * gc.c (mono_gc_init): Don't wait for the finalizer thread on Windows because
501         that results in a deadlock when the runtime is loaded in _CorDllMain.
502         * Makefile.am: Add coree.c and coree.h.
503
504         Contributed under MIT/X11 license.
505
506 2008-04-28  Mark Probst  <mark.probst@gmail.com>
507
508         * generic-sharing.c: Search for type arguments in array element
509         types as well.
510
511 2008-04-28  Mark Probst  <mark.probst@gmail.com>
512
513         * class-internals.h, generic-sharing.c: New, small runtime generic context.
514
515         * metadata-internals.h, domain.c, image.c: Less bookkeeping is required for the new RGCTX.
516
517         * object.c: Don't setup the RGCTX when the vtable is created,
518         because we're setting it up lazily now.
519
520 2008-04-26  Zoltan Varga  <vargaz@gmail.com>
521
522         * sgen-gc.c: Make the 'desc' variables an mword instead of a guint32 to fix 
523         64 bit support.
524
525 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
526
527         * verify.c (verify_class_for_overlapping_reference_fields): 
528         If class is under fulltrust allow reference types to overllap
529         if they have the same RVA.
530
531 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
532
533         * pedump.c: Added new flag valid-only, that makes the verifier
534         behaves just like --security=validil. It won't fail type load
535         due to unverifiable restrictions.
536
537 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
538
539         * class-internals.h (struct MonoMethod): Added a verification_success
540         field to cache verifier executions. Reduced MonoMethod:slot size by
541         one bit.
542
543 2008-04-23  Zoltan Varga  <vargaz@gmail.com>
544
545         * sgen-gc.c (OBJ_RUN_LEN_SIZE): Make this and other macros take a 'desc' argument
546         instead of a 'vt' argument to save an indirection and to allow these to be used
547         for valuetypes.
548         (scan_vtype): New helper function to scan an area using a gc descriptor.
549         (mono_gc_wbarrier_value_copy): Implement this.
550         (handle_remset): Add support for REMSET_VTYPE.
551         (find_in_remset_loc): Ditto.
552         (mono_gc_base_init): Allow some debugging options to be controlled through the
553         use of the MONO_GC_DEBUG env variable.
554         (mono_gc_alloc_obj): Add support the 'collect-before-allocs' debug option.
555         (collect_nursery): Add support for the 'check-at-minor-collection' debug option.
556
557 2008-04-23  Martin Baulig  <martin@ximian.com>
558
559         * domain.c (mono_domain_create): Move the call to
560         mono_debug_domain_create() down, after allocating the domain id.
561
562 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
563
564         verify.c (verify_class_for_overlapping_reference_fields): Skip
565         static fields while verifying for overlapping fields as they
566         don't matter at all.
567
568 2008-04-23  Marek Habersack  <mhabersack@novell.com>
569
570         * domain-internals.h: added a declaration of
571         mono_make_shadow_copy.
572
573         * assembly.c (mono_assembly_open_full): shadow copying of
574         assemblies moved to here, so that all the assemblies within the
575         application domain's private binary directories can be
576         processed. Fixes bug #380546
577
578         * appdomain.c (mono_make_shadow_copy): make_shadow_copy renamed to
579         mono_make_shadow_copy and made non-static. The decision whether
580         to shadow-copy an assembly is made based on its location - it's
581         copied if it's in one of the private application domain binary
582         directories and its different to the target file in the shadow
583         directory. Fixes bug #380546
584
585 2008-04-22  Zoltan Varga  <vargaz@gmail.com>
586
587         * reflection.c (fixup_method): Handle {Method|Constructor}OnTypeBuilderInst.
588
589         * object-internals.h: Add MonoReflection{Method|Constructor}OnTypeBuilderInst
590         types.
591
592         * reflection.c (mono_image_create_token): Handle 
593         Method/ConstructorOnTypeBuilderInst.
594         (resolve_object): Ditto.
595         (inflate_mono_method): Receive the inflated class instead of a MonoGenericClass
596         so it can be called from resolve_object. Also handle the case when the inflated
597         class already has its methods setup.
598
599 2008-04-21  Martin Baulig  <martin@ximian.com>
600
601         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 69.
602
603 2008-04-20  Geoff Norton  <gnorton@novell.com>
604
605         * icall.c: Fix the _NSGetEnviron define to prevent an impropoer
606         pointer dereference.
607
608 2008-04-15  Marek Habersack  <mhabersack@novell.com>
609
610         * appdomain.c (try_load_from): if IOMAP is in effect, call the
611         portability API to look up the assembly file. Fixes behavior in
612         situations when the application has a bin/ directory, but the
613         assembly search patch refers to Bin/ (and thus the requested file
614         name is Bin/SomeLibrary.dll). Fixes bug #379888
615
616 2008-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
617
618         verify.c (mono_type_is_generic_argument): Extracted this check
619         from a dozen places to here.
620
621         verify.c: Fixed all issues related to boxing generic arguments
622         and their constraints.
623
624 2008-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
625
626         verify.c (mono_class_interface_implements_interface): Fix win32 build.
627
628 2008-04-14  Zoltan Varga  <vargaz@gmail.com>
629
630         * reflection.c (mono_custom_attrs_construct): Fix crash when the cattr type
631         isn't finished yet. Fixes #363447.
632
633 2008-04-13  Zoltan Varga  <vargaz@gmail.com>
634
635         * class.c (mono_bounded_array_class_get): Fix the name of bounded array types.
636         Fixes #346419.
637
638 2008-04-13  Jb Evain  <jbevain@novell.com>
639
640         * domain.c: update the 2.1 profile versions.
641         Merged from the Moonlight 2 branch.
642
643 2008-04-12  Zoltan Varga  <vargaz@gmail.com>
644
645         * assembly.c (mono_assembly_load_from_full): Do the check for loading other
646         mscorlibs for the non-refonly case as well.
647
648         * image.c (do_mono_image_load): Remove the mscorlib check, it is already done
649         in mono_assembly_load_from_full (). Fixes #378924.
650
651 2008-04-11  Geoff Norton  <gnorton@novell.com>
652
653         * icall.c: The global extern environ doesn't exist on Mac.  We
654         need to call NSGetEnviron instead.
655
656 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
657
658         verify.c: Add generic method constraint verification.
659
660 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
661
662         class.c (mono_class_inflate_generic_method_full): Add a long
663         explanation to the is_mb_open hack. Remove the FIXME.
664
665 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
666
667         * verify.c (mono_method_verify): Mark all unknown opcodes
668         as invalid. Mark jmp as unverifiable.
669
670 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
671
672         * verify.c: Add code to do type constraint verification on class instances.
673
674         * verify.c (mono_verifier_verify_class): Use the type constraint 
675         verification code.
676
677 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
678
679         * class.c (mono_class_get_field_default_value): Don't pass cindex
680         as hint to mono_metadata_get_constant_index. The local is not initialized
681         and should contain garbage most of the time. This could only work
682         with a lot of luck.
683
684 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
685
686         * tokentype.h: Add MONO_TOKEN_GENERIC_PARAM.
687
688 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
689
690         * class-internals.h: Add generic_param_token to MonoClass::sizes union.
691
692         * class.c (mono_class_from_generic_parameter): Save the token of the
693         generic param in MonoClass::sizes.generic_param_token.
694
695         * reflection.c (mono_custom_attrs_from_class): If the class type is
696         VAR or MVAR retrieve the attributes of the generic param.
697
698 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
699
700         * class.c (mono_class_init): Do class verification if the verifier
701         is enabled.
702
703 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
704
705         * verify-internal.h: Added mono_verifier_verify_class.
706
707         * verify.c: Added mono_verifier_verify_class. It checks for
708         classes with explicit layout that have overlapping reference fields.
709
710         * pedump.c: Init the verifier state prior to verification. Fixed
711         command line arguments.
712
713 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
714
715         * Makefile.am: Added verify-internals.h, hopefully fix the build.
716
717 2008-04-08  Zoltan Varga  <vargaz@gmail.com>
718
719         * verify-internals.h: Fix a warning.
720
721 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
722
723         * verify-internals.h: New header with the verifier configuration
724         extracted from mini.c.
725
726         * verify.c: Implemented the new functions exported by verify-internals.h.
727
728 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
729
730         * verify.c: Add proper verification of ckfinite.
731
732 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
733
734         * verify.c (do_conversion): Improved error message to something
735         more meanfull.
736
737         * verify.c (check_is_valid_type_for_field_ops): Fix to work
738         with primitive types.
739
740 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
741
742         * verify.c: Added tail prefix checking. Marked icall
743         as unverifible.
744
745 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
746
747         * verify.c: Fix the detection of branches to the middle
748         of an instruction.
749
750 2008-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
751
752         * verify.c: Implemented verification of volatile. and
753         unaligned. prefix. Check if a type is valid after retrieving it.
754
755 2008-04-01  Dick Porter  <dick@ximian.com>
756
757         * process.c (process_get_fileversion): If there's no string block,
758         set the file language to en_US.  Fixes the other new part of bug
759         374600.
760
761 2008-03-29 Rodrigo Kumpera  <rkumpera@novell.com>
762
763         * class.c: New functions mono_method_can_access_field_full and
764         mono_method_can_access_method_full. They perform type visibility
765         and type site check.
766
767         * class-internal.h: Added exported functions.
768
769         * verify.c: Use new functions to implement proper visibility checks.
770
771 2008-03-29  Zoltan Varga  <vargaz@gmail.com>
772
773         * mono-config.h: Add missing G_BEGIN_DECLS/G_END_DECLS. Fixes #375188.
774
775 2008-03-28  Dick Porter  <dick@ximian.com>
776
777         * process.c (process_get_fileversion): Use the first language ID
778         we see, rather than insisting on an invariant language.  Fixes bug
779         374600.
780
781 2008-03-28  Zoltan Varga  <vargaz@gmail.com>
782
783         * reflection.c (calc_section_size): Use add_stream_zero to align the size of
784         the streams to fix reading of invalid memory later.
785
786         * metadata.h (MonoType): Use 'MonoTypeEnum' instead of int for the 'type' field
787         to ease debugging.
788
789 2008-03-26  Zoltan Varga  <vargaz@gmail.com>
790
791         * marshal.c (signature_dup): Use mono_metadata_signature_alloc ().
792         (cominterop_method_signature): Ditto. Fix the size passed to memcpy.
793
794 2008-03-26  Massimiliano Mantione  <massi@ximian.com>
795         * threads.h: Added MonoThreadManageCallback type and
796         mono_thread_set_manage_callback prototype
797         * object-internals.h: In _MonoThread, renamed unused6 to manage_callback
798         (used to store the mono_thread_manage callback).
799         * threads.c: Added mono_thread_set_manage_callback, and handle
800         "MonoThread->manage_callback" in build_wait_tids.
801
802 2008-03-26  Dick Porter  <dick@ximian.com>
803
804         * process.c (process_get_fileversion): Set FileVersionInfo strings
805         to Empty when the resource doesn't have the particular info.
806         Fixes bug 355717.
807
808 2008-03-25 Rodrigo Kumpera  <rkumpera@novell.com>
809
810         * verify.c (mono_method_verify): Proper prefix validation.
811
812 2008-03-25  Zoltan Varga  <vargaz@gmail.com>
813
814         * icall.c (ves_icall_InternalInvoke): Return exceptions thrown by the icall
815         itself in a separate argument instead of throwing them. Fixes #373448.
816
817         * appdomain.c: Bump corlib version.
818
819 2008-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
820
821         * verify.c: Implemented readonly prefix and verify controled mutability pointers.
822
823 2008-03-20  Kornél Pál  <kornelpal@gmail.com>
824
825         * file-io.c, filewatcher.c, threadpool.c, threads.c: Removed Windows
826         version macros.
827
828 2008-03-20  Mark Probst  <mark.probst@gmail.com>
829
830         * generic-sharing.c, class-internals.h: Code for putting
831         reflection types into the runtime generic context.
832
833 2008-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
834
835         * icall.c (ves_icall_get_method_info): Return correct values for the call convention.
836         Fixes #340662. 
837
838
839 2008-03-17 Rodrigo Kumpera  <rkumpera@novell.com>
840
841         * verify.c (VerifyContext): Added instruction prefix data to the struct.
842
843         * verify.c (is_compatible_boxed_valuetype): Don't check if the type is a valuetype, been boxed is enough.
844
845         * verify.c (do_invoke): Support constrained callvirt form. Grouped similar checks together.
846
847         * verify.c (do_cast): Let the result value keep the boxed status.
848
849         * verify.c (mono_method_verify): Add proper support for prefixed and implement contrained.
850
851 2008-03-17  Jb Evain  <jbevain@novell.com>
852
853         * reflection.c: when running on a 2.0 runtime, emit
854         unconditionally the #~ header version as 2.0, and the
855         CLI header version as 2.5, for symmetry's sake with csc.
856
857 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
858
859         * class.c: Remove the unused cache_interface_offsets stuff.
860
861         * class.c loader.c domain.c verify.c metadata.c debug-helpers.c threadpool.c
862         profiler.c: Fix warnings.
863
864 2008-03-16  Mark Probst  <mark.probst@gmail.com>
865
866         * generic-sharing.c, class-internals.h: Support for putting
867         methods into the runtime generic context.
868
869 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
870
871         * class.c (mono_class_setup_fields): Ignore calls made to this function for
872         classes which are generic instances of not-yet finished typebuilders. Fixes
873         #351172.
874
875         * reflection.c (fixup_method): Add support for FieldOnTypeBuilderInst.
876
877 2008-03-15  Zoltan Varga  <vargaz@gmail.com>
878
879         * metadata-internals.h (MonoDynamicImage): Add 'generic_def_objects' hash table.
880
881         * class-internals.h (MonoMethodInflated): Remove the rarely used reflection_info
882         field, replace it with a hash table in MonoDynamicImage.
883
884         * reflection.c (inflate_mono_method): Access the generic definition object from
885         image->generic_def_objects instead of imethod->reflection_info.
886
887         * reflection.c (mono_reflection_bind_generic_method_parameters): Ditto. 
888
889         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition): Ditto.
890         
891         * image.c (mono_image_close): Move the dynamic image freeing code to a separate
892         function in reflection.c so it is easier to keep in sync with the dynamic image
893         creation code.
894
895         * reflection.c (mono_dynamic_image_free): New internal function, extracted from
896         mono_image_close ().
897
898 2008-03-15  Mark Probst  <mark.probst@gmail.com>
899
900         * class.c (mono_class_generic_sharing_enabled): Disable generic
901         sharing for all architectures except AMD64 and x86 to fix build.
902
903 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
904
905         * verify.c: Use the generic definition MonoGenericContext when available.
906         Remove code for checking generics instance compatibility in favor of
907         mono_class_is_assignable_from.
908
909 2008-03-14  Mark Probst  <mark.probst@gmail.com>
910
911         * marshal.c, marshal.h, metadata-internals.h, image.c,
912         wrapper-types.h: New wrapper for invoking a shared static method
913         without having to pass the runtime generic context argument.
914
915 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
916
917         * icall-def.h: Add missing function PerformanceCounterCategory::GetInstanceNames.
918
919 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
920
921         * reflection.c (mono_image_get_field_on_inst_token): Add caching.
922         
923         * reflection.c (mono_image_get_field_on_inst_token): New helper function to
924         create a token from a FieldOnTypeBuilderInst.
925         (mono_image_create_token): Handle FieldOnTypeBuilderInst.
926         (resolve_object): Ditto.
927
928         * object-internals.h (MonoReflectionFieldOnTypeBuilderInst): New structure
929         mirroring System.Reflection.Emit.FieldOnTypeBuilderInst.
930
931 2008-03-14  Martin Baulig  <martin@ximian.com>
932
933         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 68.
934
935         * debug-mono-symfile.h
936         (MONO_SYMBOL_FILE_VERSION): Bump to 41.
937         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): New #define.
938
939 2008-03-10  Martin Baulig  <martin@ximian.com>
940
941         * debug-mono-symfile.h
942         (MonoSymbolFileMethodAddress): Removed `num_lexical_blocks' and
943         `lexical_block_table_offset'.
944         (MonoDebugMethodInfo): Removed `num_lexical_blocks' and
945         `lexical_blocks'.
946         (MonoSymbolFile): Added `version'.
947
948         * mono-debug.h
949         (MonoDebugLexicalBlockEntry): Removed.
950         (MonoDebugMethodJitInfo): Removed `num_lexical_blocks' and
951         `lexical_blocks'.
952
953         * mono-debug.c (mono_debug_add_method): Don't compute lexical
954         blocks here; the debugger now does this internally.
955
956 2008-02-27  Martin Baulig  <martin@ximian.com>
957
958         * object.c (mono_runtime_exec_main): Call
959         `mono_debugger_event (MONO_DEBUGGER_EVENT_REACHED_MAIN)' and
960         `mono_debugger_event (MONO_DEBUGGER_EVENT_MAIN_EXITED)' here.
961
962 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
963
964         * verify.c (verify_type_compatibility_full): Allow native int to be converted
965         to native pointer in non-strict mode. Required to "(IntPtr)null" work.
966
967 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
968
969         * verify.c (verify_ldftn_delegate): Accept a sealed type when using
970         ldftn with a virtual method.
971
972 2008-03-13  Geoff Norton  <gnorton@novell.com>
973
974         * decimal.c:  Only include memory.h if the platform has it.
975
976 Wed Mar 12 12:11:06 CET 2008 Paolo Molaro <lupus@ximian.com>
977
978         * assembly.c, class.c, metadata-internals.h: make sure public key
979         tokesns are compared in a case-insensitive way. Also, all
980         the lookups in the GAC use a lowercase public key token
981         (gaacutil already does the lowercasing on install). Fixes
982         bug #369541.
983
984 2008-03-11 Rodrigo Kumpera  <rkumpera@novell.com>
985
986         * verify.c (mono_delegate_signature_equal): Do proper variance check on arguments
987         and return value.
988
989 Tue Mar 11 17:41:38 CET 2008 Paolo Molaro <lupus@ximian.com>
990
991         * image.c: when someone loads a mscorlib from a file, return the
992         currently loaded mscorlib (fixes bug #369253).
993
994 Tue Mar 11 16:47:32 CET 2008 Paolo Molaro <lupus@ximian.com>
995
996         * class.c: handle types with no parents by forcing them to have
997         System.Object as a parent and marking them as broken (this currently
998         allows the first part of bug #369173 to work as well, likely because
999         we don't check for typeload exceptions everywhere yet).
1000
1001 Tue Mar 11 15:23:54 CET 2008 Paolo Molaro <lupus@ximian.com>
1002
1003         * class.c: more complete check that types belong to corlib
1004         (fixes second part of bug #369173).
1005
1006 2007-03-10  Bill Holmes  <billholmes54@gmail.com>
1007
1008         * generic-sharing.c:  Including glib.h for the MSVC builds to define
1009           "inline" to "__inline" before including mono-membar.h.
1010           
1011         * mono-perfcounters.c:  Adding HAVE_SYS_TIME_H check for MSVC builds.
1012           Rename "Unknown" to "CatTypeUnknown" to avoid name collisions for 
1013           MSVC builds.
1014
1015         Contributed under MIT/X11 license.
1016
1017 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
1018
1019         * verify.c (do_invoke_method): Remove return type validation.
1020
1021         * verify.c (do_ret): Do return type validation at return site instead of
1022         call site.
1023
1024 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
1025
1026         * verify.c (do_invoke_method): Mark callvirt to static methods unverifiable.
1027
1028         * verify.c: Some todos cleaned and improved a few error messages.
1029
1030 2008-03-08  Zoltan Varga  <vargaz@gmail.com>
1031
1032         * class.c (mono_class_setup_mono_type): Improve the test for corlib.
1033
1034 2008-03-07  Zoltan Varga  <vargaz@gmail.com>
1035
1036         * class.c (mono_class_setup_mono_type): Handle types whose name clashes with
1037         system types correctly.
1038
1039         * exception.h exception.c (mono_exception_from_token_two_strings): New helper
1040         function.
1041
1042 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
1043
1044         * assembly.c (build_assembly_name): Fix a warning.
1045
1046 Thu Mar 6 19:43:41 CET 2008 Paolo Molaro <lupus@ximian.com>
1047
1048         * marshal.c: ldfld_remote and stfld_remote needs just one wrapper as
1049         the called function takes an object type argument. Fixes storing or
1050         valuetypes across remoting as well as reducing memory usage.
1051         * image.c, metadata-internals.h: remove now unused ldfld_remote and
1052         stfld_remote wrapper caches.
1053
1054 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
1055
1056         * icall.c (mono_lookup_internal_call): Update the exception message when an icall
1057         is not found.
1058
1059         * reflection.c (mono_image_register_token): New helper function to save
1060         a token->object mapping.        
1061
1062         * icall.c (ves_icall_ModuleBuilder_RegisterToken): New icall to access it from
1063         managed code.
1064
1065         * reflection.c (_mono_reflection_parse_type): Distinguish between vectors and
1066         one dimension arrays. Fixes #367670.
1067         (mono_reflection_get_type_internal): Ditto.
1068
1069 Tue Mar 4 19:04:02 CET 2008 Paolo Molaro <lupus@ximian.com>
1070
1071         * marshal.c: mono_load_remote_field_new() always returns object.
1072         so use the proper signature (fixes bug #366445).
1073
1074 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
1075         
1076         * class-internals.h (MonoMethod): Remove unused uses_this flag, 
1077         add an 'inline_failure' flag instead.
1078
1079 2008-03-04  Mark Probst  <mark.probst@gmail.com>
1080
1081         * domain-internals.h, domain.c: Replaced MonoGenericSharingContext
1082         with a new structure, MonoGenericJitInfo, in the MonoJitInfo.  It
1083         contains the location of "this", used for exception handling.
1084
1085 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
1086
1087         * class.c (mono_class_layout_fields): Set the min alignment of small structs to
1088         their size on all platforms for perf reasons.
1089
1090 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
1091
1092         * reflection.h: Move mono_reflection_is_valid_dynamic_token to
1093         object-internal.h
1094
1095         * object-internal.h: Same.
1096
1097 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
1098
1099         * reflection.h: Fix the build I just broke.
1100
1101 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
1102
1103         * reflection.c (mono_reflection_is_valid_dynamic_token): New function,
1104         Test if a token is valid, this remove explicit usage of 
1105         MonoDynamicImage::tokens from the verifier code.
1106
1107         * reflection.h: Added mono_reflection_is_valid_dynamic_token.
1108
1109         * verify.c (token_bounds_check): Use mono_reflection_is_valid_dynamic_token
1110         instead of direct access to MonoDynamicImage::tokens.
1111
1112 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
1113
1114         * verify.c (token_bounds_check): Fix the build I just broke.
1115
1116 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
1117
1118         * verify.c (token_bounds_check): Fix bounds check for dynamic images.
1119
1120         * verify.c (verifier_load_method): Fixed the errors message.
1121
1122         * verify.c (mono_method_verify): Fixed a debug message.
1123
1124 Thu Feb 28 19:49:45 CET 2008 Paolo Molaro <lupus@ximian.com>
1125
1126         * icall-def.h, domain.c, mono-perfcounters-def.h, mono-perfcounters.c,
1127         mono-perfcounters.h, class-internals.h: support for predefined
1128         writable counters, query of categories and counters, bugfixes.
1129
1130 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
1131
1132         * verify.c (do_refanytype): Verify the refanytype opcode.
1133
1134         * verify.c (mono_method_verify): Use do_refanytype.
1135
1136 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
1137
1138         * verify.c (do_mkrefany): Verify the mkrefany opcode.
1139
1140         * verify.c (mono_method_verify): Use do_mkrefany.
1141
1142 Wed Feb 27 19:49:16 CET 2008 Paolo Molaro <lupus@ximian.com>
1143
1144         * Makefile.am, icall-def.h, icall.c, mono-perfcounters-def.h,
1145         mono-perfcounters.c, mono-perfcounters.h: basic performance counter
1146         implementation.
1147
1148 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
1149
1150         * marshal.c (mono_marshal_get_synchronized_wrapper): Fix the code which throws
1151         the type load exception.
1152
1153 2008-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
1154
1155         * verify.c: Added a few FIXME for method signatures
1156
1157         * verify.c (do_invoke_method): Use mono_method_get_signature_full instead
1158         of mono_method_get_signature and get vararg call working. Removed unused
1159         checks for return value.
1160
1161         * verify.c (do_refanyval): Verify the refanyval opcode.
1162
1163         * verify.c (mono_method_verify): Implemented verification of arglist and
1164         use do_refanyval.
1165
1166 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
1167
1168         * class.c (mono_class_setup_methods): Move the check for synchronized methods on
1169         vtypes to marshal.c.
1170
1171         * marshal.c (mono_marshal_get_synchronized_wrapper): Do the vtype check here so
1172         it works for AOT as well.
1173
1174 Tue Feb 26 17:46:32 CET 2008 Paolo Molaro <lupus@ximian.com>
1175
1176         * monitor.c, threads.c, threadpool.c: replace the use of GetTickCount ()
1177         with mono_msec_ticks () which is monotonic and doesn't cause bugs when
1178         the system time is adjusted.
1179
1180 Tue Feb 26 17:40:10 CET 2008 Paolo Molaro <lupus@ximian.com>
1181
1182         * icall.c, icall-def.h: use the new time functions (fixes the
1183         non-monotonic behaviour of TickCount).
1184
1185 2008-02-26  Zoltan Varga  <vargaz@gmail.com>
1186
1187         * reflection.c (mono_custom_attrs_from_builders): Revert the last change as
1188         it breaks the build.
1189         
1190         * reflection.c (mono_custom_attrs_from_builders): Assert instead of a crash if the
1191         cattr is not finished yet.
1192
1193 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
1194
1195         * verify.c: Proper token validation for field, method and type.
1196
1197 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
1198
1199         * loader.c (field_from_memberref): Generate a loader error if the type is not found.
1200
1201         * loader.c (method_from_memberref): Generate type load error instead of method missing
1202         if the type is not found.
1203
1204 2008-02-23  Zoltan Varga  <vargaz@gmail.com>
1205
1206         * marshal.c (mono_marshal_emit_managed_wrapper): Avoid generating invalid IL if
1207         some of the conversions caused the generation of a marshal directive exception.
1208
1209 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
1210
1211         verify.c: Report which exception should be thrown by the JIT.
1212         Added a lot of FIXME notes.
1213
1214 2008-02-22  Mark Probst  <mark.probst@gmail.com>
1215
1216         * generic-sharing.c: Runtime generic context slots are not
1217         instantiated on init anymore.  Instead, provide function to do the
1218         instantiating on demand.
1219
1220         * class-internals.h: Added vtable to runtime generic context.
1221         Macros for encoding direct and indirect slot offsets in one
1222         guint32.
1223
1224 2008-02-21  Mark Probst  <mark.probst@gmail.com>
1225
1226         * object.c, generic-sharing.c: Moved some generic sharing code
1227         from object.c to generic-sharing.c.
1228
1229         * generic-sharing.c: Added support for extensible runtime generic
1230         context.
1231
1232         * metadata-internals.h: Two new hash tables in MonoImage for
1233         extensible runtime generic context support.
1234
1235         * domain.c: Unregister generic vtables upon domain unloading.
1236
1237         * image.c: Destroy new hash tables upon image unloading.
1238
1239         * metadata.c: Unregister generic subclasses upon image unloading.
1240
1241         * class-internals.h: New data structure for runtime generic
1242         context template.  New fields in the runtime generic context for
1243         extensible part.
1244
1245         * Makefile.am: Added generic-sharing.c.
1246
1247 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
1248
1249         icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): If
1250         there is a pending loader exception, raise it.
1251
1252         icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
1253         same.
1254
1255         icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): 
1256         same.
1257
1258         Fixes #363450.
1259
1260 2008-02-20  Zoltan Varga  <vargaz@gmail.com>
1261
1262         * icall.c (ves_icall_Type_GetPacking): Handle dynamic types.
1263
1264         * assembly.c (mono_assembly_load_from_full): Fix a leak in the previous patch.
1265         
1266         * assembly.c (mono_assembly_load_from_full): Return the non-refonly corlib for
1267         ref-only requests for compatibility with MS.
1268
1269 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
1270
1271         * reflection.c (mono_custom_attrs_from_method): Don't silently
1272         return an empty list for generic method instances.
1273         (mono_custom_attrs_from_param): Likewise.
1274
1275 2008-02-20  Rodrigo Kumpera  <rkumpera@novell.com>
1276             Raja R Harinath  <harinath@hurrynot.org>
1277
1278         Fix #354757
1279         * class-internals.h (struct _MonoMethodInflated.is_mb_open): Add.
1280         * class.c (mono_class_inflate_generic_method_full): Initialize it
1281         when a fully-open method is instantiated.
1282         * metadata.c (inflated_method_equal, inflated_method_hash): Update
1283         to new field.
1284         * reflection.c (inflate_mono_method): Don't create a temporary context.
1285
1286 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
1287
1288         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
1289         Compute correct value, to prepare for imethod->reflection_info going away.
1290
1291 2008-02-19  Zoltan Varga  <vargaz@gmail.com>
1292
1293         * class.c (mono_class_setup_vtable_general): Ignore static methods in interfaces.
1294
1295 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
1296
1297         * verify.c: Implement skip visibility flag.
1298
1299 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
1300
1301         * verify.h: Added MONO_VERIFY_SKIP_VISIBILITY and struct MonoVerifyInfoExtended
1302         which contains an extra field to tell the kind of exception that should be thrown.
1303
1304         * verify.c: Use MonoVerifyInfoExtended instead of MonoVerifyInfo.
1305
1306 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
1307
1308         * loader.c (mono_method_get_param_names): Initialize 'klass' after
1309         'method' is updated.
1310
1311 2008-02-11  Zoltan Varga  <vargaz@gmail.com>
1312
1313         * class.c (mono_class_layout_fields): Set class->min_align for classes using
1314         explicit layout as well. Fixes #360375.
1315
1316 2008-02-11  Geoff Norton  <gnorton@novell.com>
1317
1318         * loader.c: Guard and dereference against inflated generic methods
1319
1320 2008-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
1321
1322         * class.c: Include Retargetable spec in assembly name.
1323         * assembly.c: Always include PublicKeyToken spec in assembly name
1324         (with value "null" if assembly is not signed), and include
1325         Retargetable spec.
1326         * icall-def.h: Added icall for Assembly.get_fullname.
1327         * icall.c: Added icall returning the fullname of an assembly.
1328
1329 2008-02-09  Zoltan Varga  <vargaz@gmail.com>
1330
1331         * class.c (mono_class_setup_vtable_general): Add a missing call to
1332         mono_class_setup_methods () which is needed in the AOT case.
1333
1334 2008-02-08 Rodrigo Kumpera  <rkumpera@novell.com>
1335
1336         * verify.c (mono_type_get_stack_name): Added. Return the name for the
1337         stack type of the given MonoType.
1338
1339         * verify.c (verify_type_compatibility_full): Handle the void type.
1340
1341         * verify.c (is_compatible_boxed_valuetype): Changed to fit the
1342         way stack merging works.
1343
1344         * verify.c (store_local): Improved verification message.
1345
1346         * verify.c (do_branch_op): If the merging is invalid, the method
1347         is unverifiable and not invalid. Improved error message.
1348
1349         * verify.c (merge_stacks): Properly merge a boxed valuetype and
1350         a reference type diferent than System.Object. Improved error
1351         message.
1352
1353 2008-02-07 Rodrigo Kumpera  <rkumpera@novell.com>
1354
1355         * verify.c (mono_type_is_enum_type): Added. Test if a type is an enum.
1356
1357         * verify.c (mono_type_get_underlying_type_any): Added. Return the underlying
1358         type of an enum even if the argument is byref.
1359
1360         * verify.c: Replace all explicit uses of enumtype and enum_basetype
1361         to calls to mono_type_is_enum_type and mono_type_get_underlying_type_any.
1362
1363         * verify.c: Check for an enum in all cases of MONO_TYPE_GENERICINST.
1364
1365         *verify.c (verify_type_compatibility_full): Make enum types
1366         compatible with their base types.
1367
1368         * verify.c (is_compatible_boxed_valuetype): Added. Check if both
1369         types are compatible for the special case of a boxed valuetype and
1370         System.Object.
1371
1372         * verify.c (verify_stack_type_compatibility): The function
1373         is_compatible_boxed_valuetype was extracted from here.
1374
1375         * verify.c (push_arg): Only set ctx->has_this_store if the method
1376         is not static.
1377
1378         * verify.c (do_ldelem): Fixed a typo in an error message and added
1379         strict check for mixing int32 and native int as the array type
1380         and ldelem type.
1381
1382         * verify.c (merge_stacks): Consider boxed valuetypes in the
1383         compatibility checks.
1384
1385 2008-02-07  Massimiliano Mantione  <massi@ximian.com>
1386         * profiler.h: (MonoGCEvent): Added start-stop the world events.
1387
1388 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
1389         *class.c: use_new_interface_vtable_code: renamed the env var to have
1390         a "MONO_" prefix, and fix the logic to enable it by default.
1391
1392 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
1393         *class.c:
1394         mono_class_setup_vtable_general: rewrote the way in which interface
1395         methods are added to vtables. Makes bug-77127.exe pass, and hopefully
1396         makes the code more maintainable.
1397         For now the old code is still there, and can be activated setting
1398         the env var "USE_NEW_INTERFACE_VTABLE_CODE".
1399
1400 2008-02-06 Rodrigo Kumpera  <rkumpera@novell.com>
1401
1402         * verify.c: guarded some debug functions around and #ifdef.
1403
1404         * verify.c (merge_stacks): implement proper PIII 1.8.1.3 stack state merging.
1405
1406 2008-02-06  Zoltan Varga  <vargaz@gmail.com>
1407
1408         * marshal.c (mono_marshal_get_runtime_invoke): Revert the direct_wrapper
1409         changes for now since they seem to break too many things.
1410
1411 2008-02-05  Mark Probst  <mark.probst@gmail.com>
1412
1413         * marshal.c, marshal.h (mono_marshal_find_bitfield_offset,
1414         mono_marshal_find_nonzero_bit_offset): Added macro and function
1415         for finding the byte- and bit-offset of a bitfield within a
1416         struct.
1417
1418 2008-02-05  Zoltan Varga  <vargaz@gmail.com>
1419
1420         * marshal.c (mono_marshal_get_ptr_to_struct): Make the signature non-pinvoke.
1421         (mono_marshal_get_struct_to_ptr): Ditto.
1422
1423         * marshal.c (mono_marshal_get_runtime_invoke): Fix the signature of 
1424         cctor_signature.
1425
1426 2008-02-03  Zoltan Varga  <vargaz@gmail.com>
1427
1428         * marshal.c (mono_marshal_get_runtime_invoke): Fix sharing of runtime wrappers
1429         between methods for non-corlib types.
1430
1431 2008-02-02  Geoff Norton  <gnorton@novell.com>
1432
1433         * loader.c (mono_method_get_param_names): Populate the parameter name for 
1434         generic parameters as well. (Fixes #342536)
1435
1436 2008-01-31 Rodrigo Kumpera  <rkumpera@novell.com>
1437
1438         * verify.c (is_valid_bool_arg): Allow boxed values and null literals as well.
1439
1440         * verify.c (do_invoke_method): Fix for calling with byref structs.
1441
1442         * verify.c (do_cast): push a boxed value type based on the type token and not
1443         the type of stack.
1444
1445 2008-01-31  William Holmes  <billholmes54@gmail.com>
1446
1447         * process.c (process_module_string_read): Check the size returned form 
1448           VerQueryValue to avoid out of memory exception. 
1449
1450 2008-01-30  Zoltan Varga  <vargaz@gmail.com>
1451
1452         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
1453         Handle properly modules which are not in the moduleref table. Fixes
1454         #356938.
1455
1456 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
1457
1458         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Remove
1459         the dynamic case which is now in managed code.
1460         (ves_icall_System_Reflection_Assembly_GetTypes): Ditto.
1461
1462         * marshal.c (mono_string_to_bstr): Fix a warning.
1463         (init_com_provider_ms): Ditto.
1464
1465         * appdomain.c (ves_icall_System_AppDomain_createDomain): Add some FIXMEs.
1466
1467         * exception.c (mono_get_exception_out_of_memory): New helper function.
1468
1469 2008-01-28  Jonathan Chambers  <joncham@gmail.com>
1470
1471         * marshal.c: Add support for BSTR marshalling
1472         using other COM systems.
1473
1474         Code is contributed under MIT/X11 license.
1475
1476 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
1477
1478         * object.c (mono_runtime_invoke_array): reverted previous
1479         commit as it breaks the build.
1480
1481 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
1482
1483         * object.c (mono_runtime_invoke_array): Verify arguments for
1484         invalid types. Fixes #348522.
1485
1486 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
1487
1488         * verify.c: added IL_CODE_CALL_NONFINAL_VIRTUAL to track calls to
1489         non-final virtual calls using call. 
1490
1491         * verify.c (do_invoke): fixed some TODOs.
1492
1493         * verify.c (push_arg): set has_this_store for "ldarga 0".
1494
1495 2008-01-27  Zoltan Varga  <vargaz@gmail.com>
1496
1497         * reflection.c (reflection_methodbuilder_to_mono_method): Allow DynamicMethods
1498         which belong to an inflated class. Fixes #356531.
1499
1500 2008-01-26  Robert Jordan  <robertj@gmx.net>
1501
1502         * file-io.c: Implement and use wrappers for GetFileAttribute|Ex ()
1503         which resort to FindFirstFile when a certain error condition
1504         (ERROR_SHARING_VIOLATION) occured. Fixes bug #325212.
1505         Code is contributed under MIT/X11 license.
1506
1507 2008-01-24  Jonathan Chambers  <joncham@gmail.com>
1508
1509         * marshal.c (emit_marshal_string): Fix out string marshalling
1510         to use specified encoding. Fixes #323900.
1511
1512         Code is contributed under MIT/X11 license.
1513
1514 2008-01-24  Raja R Harinath  <harinath@hurrynot.org>
1515
1516         * class.c (mono_class_inflate_generic_method_full): Don't modify
1517         iresult->context after cache check.
1518
1519 2008-01-23  Zoltan Varga  <vargaz@gmail.com>
1520
1521         * class.c (mono_class_inflate_generic_method_full): Change the
1522         struct assignments to memcpy for better visibility and add some comments.
1523
1524 2008-01-23  Dick Porter  <dick@ximian.com>
1525
1526         * threads.c (mono_threads_set_shutting_down): Simplify shutdown
1527         procedure, and make it work on windows.
1528
1529 2008-01-22  Zoltan Varga  <vargaz@gmail.com>
1530
1531         * object-internals.h (MonoReflectionGenericClass): Make the 'generic_type' field
1532         a MonoReflectionTypeBuilder since it is always of that type.
1533
1534         * reflection.c (mono_type_get_object): Remove an unneccesary check.     
1535
1536         * reflection.c (mono_generic_class_get_object): Simplify this a bit.
1537
1538         * reflection.c (mono_reflection_bind_generic_parameters): Ditto.
1539         
1540         * icall.c (ves_icall_MonoGenericClass_GetParentType): Ditto.
1541
1542         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Ditto.
1543
1544         * reflection.c (mono_reflection_create_runtime_class): Remove already created
1545         instantiations from the type cache.
1546
1547 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
1548
1549         * verify.c (do_ldstr): fixed token verification. previous code was 100% broken.
1550
1551         * verify.c (do_unbox_value): push a controled mutability managed pointer.
1552
1553 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
1554
1555         * verify.c (do_ldstr): added, verifies if the #US token is valid.
1556
1557         * verify.c (mono_method_verify): removed old TODO
1558
1559 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
1560
1561         * verify.c (do_newobj): add visibility check.
1562
1563 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
1564
1565         * verify.c (do_load_function_ptr): add visibility check.
1566
1567 2008-01-21  Massimiliano Mantione  <massi@ximian.com>
1568         *class.c:
1569         mono_generic_class_get_class: hook profiler events.
1570         mono_field_get_offset: added to support heap-shot in the new profiler.
1571         *class.h: exported mono_field_get_offset.
1572         * reflection.c:
1573         mono_reflection_setup_internal_class: hook profiler events.
1574
1575 2008-01-20  Zoltan Varga  <vargaz@gmail.com>
1576
1577         * marshal.c (mono_marshal_emit_native_wrapper): Add a 'check_exceptions' 
1578         argument here too and use it to avoid checking for pending exceptions if 
1579         possible.
1580
1581 2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
1582
1583         * assembly.c (build_assembly_name): add arg for passing the assembly
1584         flags. Do not consider a PublicKey with value "null" valid.
1585         (mono_assembly_name_parse_full): added boolean argument that will be
1586         set if the assembly name contains a PublicKeyToken spec. Added support
1587         for the Retargetable spec for which only Yes or No are allowed as valid
1588         value. Consider assembly name invalid if Retargetable spec is set, but
1589         either version, culture or public key (token) are not specified.
1590         * metadata-internals.h: sync signature of mono_assembly_name_parse_full
1591         with implementation in assembly.c.
1592         * icall.c (fill_reflection_assembly_name): also copy assembly flags
1593         from MonoAssemblyName.
1594         (ves_icall_System_Reflection_AssemblyName_ParseName): use newly
1595         introduced argument for mono_assembly_name_parse_full to know if the
1596         assembly name has a PublicKeyToken spec, and if it has instruct
1597         fill_reflection_assembly_name to use default value for keyToken (if
1598         PublicKeyToken is null).
1599
1600 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
1601
1602         * verify.c (mono_method_verify): fixed ovf ops with
1603         float values. They are unverifiable now.
1604
1605 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
1606
1607         * class.c (set_failure_from_loader_error): add BadImageException to the
1608         list of exceptions that can cause a type to fail to load.
1609
1610         * class.c (mono_class_get_exception_for_failure): same.
1611
1612 2008-01-17  Rodrigo Kumpera  <rkumpera@novell.com>
1613
1614         * verify.c (in_any_exception_block): added, check if offset
1615         is part of any exception handling clause.
1616
1617         * verify.c (get_stack_type): added VAR and MVAR types.
1618
1619         * verify.c (do_stobj): better error messages.
1620
1621         * verify.c (do_cpobj): added, check cpobj.
1622
1623         * verify.c (do_initobj): added, check initobj.
1624
1625         * verify.c (do_sizeof): added, check sizeof.
1626
1627         * verify.c (do_localloc): added, check localloc.
1628
1629         * verify.c: adde proper verification for cpobj, initobj, sizeof and localloc.
1630
1631 2008-01-17  Zoltan Varga  <vargaz@gmail.com>
1632
1633         * method-builder.c (mono_mb_emit_native_call): Get rid of the unused
1634         save_lmf/restore_lmf opcodes.
1635
1636         * threads.c (mono_threads_install_notify_pending_exc): New function to
1637         install a callback notifying the JIT there is a pending exception on a thread.
1638         (mono_thread_request_interruption): Call the new callback.
1639         (mono_thread_get_and_clear_pending_exception): New function to return the
1640         exception pending on a thread.
1641
1642         * marshal.c (mono_marshal_get_icall_wrapper): Add a check_exceptions argument
1643         to turn off checking for pending exceptions.
1644         (mono_marshal_get_native_wrapper): Ditto.
1645
1646 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
1647
1648         * threads-types.h: Get rid of the unnecessary extern declarations.
1649
1650 2008-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
1651
1652         * icall.c (ves_icall_Type_GetField): if NonPublic flag is set, only
1653         return field from parent class if not private.
1654         (ves_icall_Type_GetFields_internal): if NonPublic flag is set, only
1655         returns fields from parent class if they are not private.
1656         (method_nonpublic): added function to determine if a given method
1657         should be considered non-public. Returns false for private methods
1658         on parent class, and internal methods from parent on the 1.0 profile.
1659         (ves_icall_Type_GetMethodsByName): if NonPublic flag is set, then
1660         use method_nonpublic function to determine whether method should be
1661         returned.
1662         (property_accessor_public): use newly introduced method_nonpublic
1663         function to determine whether accessor is non-public. 
1664         (ves_icall_MonoType_GetEvent): If NonPublic flag is set, only return
1665         event from parent class if not private. Only return static event if
1666         Static flag is set, and only return static event from parent class if
1667         FlattenHierarchy flag is set.
1668         (ves_icall_Type_GetEvents_internal): If NonPublic flag is set, only
1669         include non-private events from parent class.
1670
1671 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
1672
1673         * icall.c (ves_icall_System_NumberFormatter_GetFormatterTables): Fix a
1674         warning.
1675
1676 2008-01-16  Wade Berrier <wberrier@novell.com>
1677
1678         * security.c: Add assembly.h header to appease some warnings
1679
1680 2008-01-16  Dick Porter  <dick@ximian.com>
1681
1682         * process.c (process_module_string_read): Remove trailing null
1683         when saving string.
1684
1685 2008-01-16  Mark Probst  <mark.probst@gmail.com>
1686
1687         * class-internals.h: A new data structure describing the layout of
1688         a runtime generic context (MonoRuntimeGenericContextTemplate).
1689
1690         * metadata-internals.h: Added a hash table to MonoDomain that maps
1691         from open generic classes to their runtime generic context
1692         templates.
1693
1694         * object.c: Building of the runtime generic context, including
1695         proper handling of generic type arguments of superclasses.
1696         Building of the runtime generic context according to the template.
1697
1698 2008-01-15  Zoltan Varga  <vargaz@gmail.com>
1699
1700         * class.c (mono_class_setup_fields): Set field.count for generic instances.
1701         Fixes #350856.
1702
1703         * image.c (do_mono_image_open): Pass TRUE as last_exists to 
1704         mono_portability_find_file (). Fixes #325466.
1705         (mono_image_get_public_key): Fix a warning.
1706
1707 2008-01-14  Zoltan Varga  <vargaz@gmail.com>
1708
1709         * class.c (mono_class_from_name): Fix comments for NULL-ness of image parameter.
1710         Fixes #353550.
1711         (mono_class_from_name_case): Ditto.
1712
1713 2008-01-13  Eyal Alaluf <eyala@mainsoft.com>
1714
1715         * icall-def.h number-formatter.h icall.c: Implemented a cross app-domain
1716           common storage for the tables used in the System/NumberFormatter class.
1717
1718 2008-01-13  Zoltan Varga  <vargaz@gmail.com>
1719
1720         * marshal.c (mono_marshal_get_runtime_invoke): Fix a typo.
1721
1722 2008-01-11  Rodrigo Kumpera  <rkumpera@novell.com>
1723
1724         * verify.c (get_boxable_mono_type): check if the token is valid.
1725
1726         * verify.c (set_stack_value): changed to add an error if an
1727         invalid type is set on stack. Changed all callers due to signature change.
1728
1729         * verify.c (do_stobj): implement stobj validation.
1730
1731 2008-01-11  Zoltan Varga  <vargaz@gmail.com>
1732
1733         * reflection.c (reflection_methodbuilder_to_mono_method): No need to
1734         set container->is_method, it was set earlier.
1735
1736         * metadata.c (type_in_image): Handle MVARs which belong to not finished
1737         generic methods.
1738
1739         * reflection.c (mono_reflection_initialize_generic_parameter): Set
1740         is_method of the generic container to TRUE for methods.
1741
1742 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
1743
1744         * metadata.c (type_in_image): Handle type parameters properly.
1745
1746         * class-internals.h (MonoGenericParam): Add an 'image' argument to track
1747         memory ownership of this structure.
1748
1749 2008-01-10  Rodrigo Kumpera  <rkumpera@novell.com>
1750
1751         * verify.c (get_boxable_mono_type): make typedref types been just
1752         unverifiable. check for void type.
1753
1754         * verify.c (do_unbox_any): added, verify opcode unbox.any.
1755
1756         * verify.c (do_load_function_ptr): accept method spec tokens.
1757
1758 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
1759
1760         * marshal.c (mono_class_native_size): Always set *align even if this is called
1761         recursively.
1762
1763 2008-01-09  Zoltan Varga  <vargaz@gmail.com>
1764
1765         * verify.c (mono_verify_corlib): Remove this as it was not used and was 
1766         out-of-date.
1767
1768 2008-01-09  Rodrigo Kumpera  <rkumpera@novell.com>
1769
1770         * verify.c: removed some old unused tables. A huge bunch of small fixes
1771         to things found while testing the verifier with mono basic.
1772
1773         * verify.c (dump_stack_value): dump null literal flag to.
1774
1775         * verify.c (verify_type_compatibility_full): fix comparison
1776         for types that have a generic super type.
1777
1778         * verify.c (verify_stack_type_compatibility): fix compatibility
1779         between null literals and reference types. fix compatibility between
1780         boxed valuetypes and object. fix corner case test for enums.
1781
1782         * verify.c (do_cmp_op): proper verification of cgt.un in case
1783         of reference types.
1784
1785         * verify.c (do_invoke_method): fix error message.
1786
1787         * verify.c (do_store_indirect
1788
1789         * verify.c (check_is_valid_type_for_field_ops): proper verification
1790         of managed pointers to valuetypes and boxed valuetypes. proper verification
1791         of null literals.
1792
1793         * verify.c (do_unbox_value): expect valuetypes to be always boxed. don't
1794         allow token to be a reference type.
1795
1796         * verify.c (do_cast): proper handling of boxes valuetypes.
1797
1798         * verify.c (do_stelem): proper handling of storing a boxed valuetype
1799         in object[].
1800
1801         * verify.c (mono_method_verify): pass the opcode to do_cmp_op
1802         to handle cgt.un properly. Implement add/mul/sub ovf opcodes.
1803         fixed the decoding of unbox_any
1804
1805 2008-01-08  Zoltan Varga  <vargaz@gmail.com>
1806
1807         * boehm-gc.c (mono_gc_deregister_root): Fix the size passed to libgc.
1808
1809 2008-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
1810
1811         * verify.c (do_newobj): do delegate verification.
1812
1813         * verify.c (verify_delegate_compatibility): perform delegate
1814         verification.
1815
1816         * verify.c (verify_ldftn_delegate): perform tests related to
1817         ldftn delegates.
1818
1819         * verify.c (mono_delegate_signature_equal): perform the
1820         slightly diferent signature comparison required by delegates.
1821
1822         * metadata.c (mono_metadata_type_equal_full): added and exported
1823         as MONO_INTERNAL. This is a version of mono_metadata_type_equal that
1824         allows signature only comparison.
1825
1826         * metadata-internal.h (mono_metadata_type_equal_full): added and exported
1827         as MONO_INTERNAL.
1828
1829 2008-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
1830
1831         * verify.c: added a bunch of stack_slot_* functions to
1832         make access to stack slot type easier. This is required to
1833         allow optional flags, like null literal, boxed value and
1834         this pointer.
1835         All access paths to IlStackDesc::stype have been changed 
1836         to use these new funcions.
1837         Removed a bunch of unused functions and cleared all warnings.
1838         This patch introduces the usage of the this pointer and 
1839         boxed value flags.
1840
1841 2008-01-07  Zoltan Varga  <vargaz@gmail.com>
1842
1843         * boehm-gc.c (mono_gc_deregister_root): Fix win32 build.
1844
1845 2008-01-06  Zoltan Varga  <vargaz@gmail.com>
1846
1847         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Change signature to
1848         match managed version.
1849
1850         * appdomain.c: Bump corlib version.
1851         
1852         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Check for a null
1853         argument.
1854
1855 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
1856
1857         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies)
1858         Set public key token to zero-length byte array if assembly is not
1859         strongnamed.
1860
1861 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
1862
1863         * icall.c (ves_icall_System_Array_SetValueImpl): Use a write barrier when
1864         writing a vtype array elem.
1865
1866 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
1867
1868         * assembly.c (build_assembly_name): return FALSE if length of token is
1869         not 16 (if not "null").
1870         (mono_assembly_name_parse_full): return FALSE if value of version,
1871         culture, token or key is 0.
1872         * icall.c (fill_reflection_assembly_name): add boolean arguments to
1873         specify whether public key and public key token must be set to default
1874         value (zero-length byte array) if not available. Set versioncompat to
1875         SameMachine. If public key is available or the default is set, then
1876         set PublicKey flag.
1877         (ves_icall_System_Reflection_Assembly_FillName): if no public key
1878         is available, use empty byte array as default value. On the 2.0
1879         profile, use default value for public key token if not set.
1880         (ves_icall_System_Reflection_InternalGetAssemblyName): on the 1.0
1881         profile, use default value for public key if not set. On the 2.0
1882         profile, use default value for public key token if not set.
1883         (ves_icall_System_Reflection_AssemblyName_ParseName): do not set
1884         default values for public key and public key token.
1885
1886 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
1887
1888         * object-internals.h (MonoReflectionAssemblyName): Add 'processor_architecture'
1889         field to keep it in synch with the managed object.
1890
1891         * marshal.c (emit_marshal_object): Add support for byref marshalling of
1892         delegates. Fixes #351520.
1893
1894         * sgen-gc.c (conservatively_pin_objects_from): Tell valgrind that the pin queue
1895         contains defined memory.
1896         
1897         * sgen-gc.c: Fix 64 bit warnings. Fix some typos. Update GC stats in mono_stats.
1898
1899         * sgen-gc.c (build_nursery_fragments): Handle half-constructed objects correctly.
1900         
1901         * sgen-gc.c (check_consistency): New helper function to do a consistency check
1902         of the GC data structures.
1903
1904         * gc-internal.h: Moved the REGISTER/UNREGISTER macros here from os/gc_wrapper.h.
1905
1906         * *.c: Include metadata/gc-internal.h instead of os/gc_wrapper.h.
1907         
1908         * object.c (mono_array_full_copy): Fix detection of whenever to use a write
1909         barrier.
1910         (mono_array_clone_in_domain): Ditto.
1911         (mono_array_clone_in_domain): Ditto.
1912
1913         * threads.c (start_wrapper): Register the thread start argument as a GC root.
1914         (cache_culture): Use a write barrier.
1915
1916         * icall.c (ves_icall_System_Array_SetValueImpl): Call a write barrier.
1917         (ves_icall_get_property_info): Ditto.
1918
1919         * object.h (MONO_STRUCT_SETREF): New macro.
1920
1921         * class-internals.h (MonoStats): Add some GC statistics.
1922
1923         * boehm-gc.c null-gc.c: Define mono_gc_deregister_root ().
1924
1925 2008-01-04  Andreas Faerber  <andreas.faerber@web.de>
1926
1927         * exception.c (mono_exception_from_name_two_strings):
1928         Break from loop after method is found.
1929
1930 2008-01-04  Dick Porter  <dick@ximian.com>
1931
1932         * process.c (process_module_string_read): Rename variable to
1933         reflect correct usage, after fixing bug 345972.
1934
1935 2008-01-03  Rodrigo Kumpera  <rkumpera@novell.com>
1936
1937         * verify.c (mono_type_create_fnptr_from_mono_method): 
1938         created a MonoType function pointer instance to be used during
1939         verification. The verifier releases this memory at end.
1940
1941         * verify.c (mono_method_is_constructor): extracted repeated
1942         checks for constructor into a single class.
1943
1944         * verify.c (do_push_field): use new extracted method
1945         for constructor check.
1946
1947         * verify.c (do_newobj): same.
1948
1949         * verify.c (do_ldftn): renamed to do_load_function_ptr
1950         and make it verify ldvirtftn too.
1951
1952         * verify.c (mono_method_verify: proper verification
1953         of ldvirtftn. release created MonoMethod instances.
1954
1955 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
1956
1957         * verify.c (token_bounds_check): added.
1958
1959         * verify.c (do_ldftn): added.
1960
1961         * verify.c (mono_method_verify): proper verificartion of ldftn.
1962
1963 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
1964
1965         * metadata.c (mono_metadata_decode_row): Assert if index is bigger
1966         than the table row count. It's the resposibility of the caller to
1967         make the bounds check and raise the correct error.
1968
1969         * metadata.c (mono_metadata_decode_row_col): Same.
1970
1971         * loader.c (mono_get_method_from_token): perform bounds check
1972         on token for methoddef table.
1973
1974 2007-12-29  Miguel de Icaza  <miguel@novell.com>
1975
1976         * icall.c
1977         (ves_icall_System_CurrentSystemTimeZone_GetTimeZoneData): Turn the
1978         assert into a negative result, the managed code already coped with
1979         that.
1980
1981         Some folks on Windows reported this error. 
1982
1983 2007-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
1984
1985         * appdomain.c: Bump corlib version.
1986         * icall.c:
1987         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies): Use
1988         CultureInfo.CreateCulture to create CultureInfo for name.
1989         (fill_reflection_assembly_name): Use CultureInfo.CreateCulture to
1990         create CultureInfo for name. Fixes bug #347174.
1991
1992 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
1993
1994         * verify.c: added IL_CODE_FLAG_STACK_INITED and IL_CODE_STACK_MERGED
1995         flags.
1996
1997         * verify.c (is_valid_branch_instruction): allow branching to the
1998         first instruction of the protected block.
1999
2000         * verify.c (is_valid_cmp_branch_instruction): same.
2001
2002         * verify.c (stack_init): use IL_CODE_FLAG_STACK_INITED flag to
2003         avoid double initialization.
2004
2005         * verify.c (merge_stacks): use IL_CODE_STACK_MERGED to
2006         detect which cases the eval stack should just be copied.
2007
2008         * verify.c (mono_method_verify): check if the eval stack
2009         is empty when entering a protected block.
2010
2011 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
2012
2013         * verify.c: added is_clause_in_range, is_clause_inside_range,
2014         is_clause_nested and verify_clause_relationship. They perform
2015         the verifications stated in P1 12.4.2.7.
2016
2017         * verify.c (mono_method_verify): remove some unused variables,
2018         add the new exception clause checks, add instruction border
2019         checks for protected block start/end, improved some error 
2020         messages and fixed a bug in the way invalid instruction access
2021         is detected.
2022
2023 2007-12-26  Zoltan Varga  <vargaz@gmail.com>
2024
2025         * boehm-gc.c (mono_gc_register_thread): Use the new GC_register_my_thread () routine
2026         from GC 7.0 if available.
2027
2028         * object.c: Remove an unused define.
2029         
2030         * object.c (mono_class_compute_gc_descriptor): Fix a warning.
2031
2032         * boehm-gc.c (mono_gc_make_descr_for_array): Implement.
2033
2034         * null-gc.c (mono_gc_make_descr_for_array): Implement.
2035
2036         * object.c (mono_class_compute_gc_descriptor): Remove an #ifdef SGEN_GC.
2037
2038         * gc-internal.h: Change the signature of mono_gc_make_descr_for_string ()
2039         to take the same arguments as the other make_descr functions.
2040
2041         * boehm-gc.c null-gc.c: Add implementation for make_descr functions.
2042
2043         * objects.c: Get rid of the MAKE_DESCRIPTOR macros, call make_descr functions
2044         directly.
2045
2046         * boehm-gc.c (mono_gc_base_init): Moved the setting of GC_stackbottom here from
2047         mini.c.
2048
2049         * object.c (mono_class_compute_gc_descriptor): Move the GC_init_gcj_malloc () 
2050         call to boehm-gc.c.
2051
2052         * boehm-gc.c (mono_gc_register_root): Fix a warning.
2053
2054         * null-gc.c (mono_gc_register_root): Fix a warning.
2055
2056         * reflection.c (ALLOC_REFENTRY): Use mono_gc_alloc_fixed for boehm as well.
2057
2058         * boehm-gc.c (mono_gc_register_root): Moved definition here from gc_wrapper.h.
2059         (mono_gc_base_init): Call GC_init ().
2060
2061         * null-gc.c: Define mono_gc_register_root () as a no-op.
2062
2063         * domain.c appdomain.c: Call mono_gc_base_init () instead of MONO_GC_PRE_INIT ().
2064
2065 2007-12-24  Rodrigo Kumpera  <rkumpera@novell.com>
2066
2067         * verify.c: add prototype for merge_stacks at top
2068
2069         * verify.c (do_switch): added.
2070
2071         * verify.c (merge_stacks): on some cases the stack merging
2072         was not happening properly. Unequal stack sizes at merge
2073         points should be invalid.
2074
2075         * verify.c (mono_method_verify): added more debug info on stack state.
2076         verify switch properly.
2077
2078 2007-12-24  Zoltan Varga  <vargaz@gmail.com>
2079
2080         * method-builder.h: New file, moved the mono_mb_ declarations here from 
2081         marshal.h.
2082
2083         * boehm-gc.c marshal.c: Include method-builder.h.
2084
2085         * marshal.c: Use mono_mb_emit_branch_label () in a few places.
2086
2087         * marshal.c: Remove some code which is now in method-builder.c.
2088
2089 2007-12-23  Zoltan Varga  <vargaz@gmail.com>
2090
2091         * method-builder.c: New file, extraction of the method builder functionality 
2092         from marshal.c.
2093
2094         * marshal.c: Move the mb functions into method-builder.c.
2095
2096         * marshal.h marshal.c: Export some mono_mb_... functions.
2097
2098         * marshal.c: Use mono_mb_get_label () and mono_mb_patch_branch () in all places.
2099
2100         * loader.c (field_from_memberref): Remove the dynamic case, it is handled in
2101         the caller.
2102
2103         * class.c (mono_class_get_full): Check the token type in the dynamic case.
2104
2105         * loader.c (mono_field_from_token): Ditto.      
2106
2107         * loader.c (mono_get_method_from_token): Change the check so it checks memberref
2108         type as well.
2109         
2110         * loader.c (mono_get_method_from_token): Check the token type in the dynamic case.
2111         Fixes #342565.
2112
2113         * class-internals.h: Add new loader error type MONO_EXCEPTION_BAD_IMAGE plus
2114         a helper function for setting it.
2115
2116         * loader.c (mono_loader_error_prepare_exception): Handle MONO_EXCEPTION_BAD_IMAGE.
2117
2118         
2119         * assembly.c: Significally simplify code now that referenced assemblies are 
2120         loaded lazily. Get rid of the 'loading' hashtables. Hopefully fixes #347629.
2121
2122         * threads.h: Don't include  the internal threads-types.h header file. Fixes
2123         #349952.
2124
2125 2007-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
2126
2127         * verify.c: added enum value IL_CODE_FLAG_WAS_TARGET, to represent
2128         instructions that were target of branches or are at protected block boundaries.
2129
2130         * verify.c (in_same_block): handle filter clauses.
2131
2132         * verify.c (is_valid_branch_instruction): added. checks the target of
2133         instructions br or brtrue/false.
2134
2135         * verify.c (is_valid_cmp_branch_instruction): added. checks the target of
2136         binary branch instructions such as beq and bge.
2137
2138         * verify.c (init_stack_with_value): renamed to init_stack_with_value_at_exception_boundary
2139         and made it pin the instruction as been part of the exception block.
2140
2141         * verify.c (do_boolean_branch_op): use is_valid_branch_instruction instead
2142         of in_same_block.
2143
2144         * verify.c (do_branch_op): use is_valid_cmp_branch_instruction instead
2145         of in_same_block.
2146
2147         * verify.c (do_ret): ret from a protected block is unverifiable and
2148         not invalid.
2149
2150         * verify.c (do_static_branch): verify br and br.s instructions.
2151
2152         * verify.c (merge_stacks): add extra param to support detection
2153         of branches in the middle of instructions.
2154         
2155         * verify.c (mono_method_verify): verify branches and exception blocks
2156         that target the middle of instructions. Proper verification of br and br.s.
2157
2158 2007-12-21  Zoltan Varga  <vargaz@gmail.com>
2159
2160         * reflection.c (reflection_methodbuilder_from_ctor_builder): Initialize
2161         skip_visibility field.
2162         (reflection_methodbuilder_from_dynamic_method): Ditto.
2163
2164         * object.c (mono_class_compute_gc_descriptor): Remove more unused icall
2165         registrations. Fixes #348193.
2166
2167         * threads.h: Move the internal mono_thread_get_pending_exception () to
2168         threads-types.h and rename it to mono_thread_get_undeniable_exception ().
2169
2170 2007-12-20  Zoltan Varga  <vargaz@gmail.com>
2171
2172         * object.c (mono_class_compute_gc_descriptor): Remove unused GC_gcj_fast_malloc
2173         icall registration. Fixes #348193.
2174
2175         * marshal.c (mono_marshal_get_runtime_invoke): Put all runtime invoke wrappers
2176         for corlib classes into object. Fixes #349621.
2177
2178 2007-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
2179
2180         * icall.c (property_accessor_nonpublic): new function to determine
2181         whether an accessor allows a property to be considered non-public.
2182         Returns false for private accessor(s) from parent class, and internal
2183         accessor(s) from parent on 2.0 profile (and higher).
2184         (ves_icall_Type_GetPropertiesByName): Use newly introduced function
2185         to determine whether property should be included if NonPublic flag
2186         is set. Fixes bug #349078.
2187
2188 2007-12-20  Rodrigo Kumpera  <rkumpera@novell.com>
2189
2190         * verify.c (init_stack_with_value): added.
2191
2192         * verify.c (mono_method_verify): extracted common
2193         code for exception initialization into init_stack_with_value.
2194
2195         * verify.c (mono_method_verify): initialize the exception
2196         for handler clauses as well.
2197
2198         * verify.c (mono_method_verify): fix the exception clause
2199         ordering rules, it should use handler end offset and not
2200         start offset.
2201
2202 Thu Dec 20 12:27:24 CET 2007 Paolo Molaro <lupus@ximian.com>
2203
2204         * rawbuffer.c: remove useless warning.
2205
2206 Thu Dec 20 12:10:38 CET 2007 Paolo Molaro <lupus@ximian.com>
2207
2208         * threads.h, threads-types.h: move functions to the correct header
2209         (fixes bug#349952).
2210
2211 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
2212
2213         * verify.c (mono_method_verify): proper verification
2214         of exception handling clauses ranges and fallthru in
2215         and out of protected blocks.
2216
2217 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
2218
2219         * verify.c (mono_method_verify): fixed compilation issue.
2220
2221 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
2222
2223         * verify.c (mono_method_verify): a printf slipped in, changed
2224         to use verifier debug macro.
2225
2226 2007-12-18  Rodrigo Kumpera  <rkumpera@novell.com>
2227
2228         * verify.c (is_correct_leave): check for filter clauses.
2229
2230         * verify.c (do_filter): added.
2231
2232         * verify.c (mono_method_verify): property verification of leave.
2233
2234
2235 2007-12-18  Mark Probst  <mark.probst@gmail.com>
2236
2237         * threads.c: Disable calls to _wapi_thread_signal_self() to fix
2238         Win32 build, until we figure out how to do the proper thing on
2239         Win32.
2240
2241 2007-12-17  Zoltan Varga  <vargaz@gmail.com>
2242
2243         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Fix a crash introduced
2244         by the previous patch.
2245         
2246         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Avoid calling
2247         the assembly resolve handler for refonly assemblies.
2248
2249 2007-12-17  Mark Probst  <mark.probst@gmail.com>
2250
2251         * threads.c, thread-types.h, icall.c: New shutdown safeguards.
2252         Make sure only one thread is allowed to commence shutdown, and
2253         don't allow new threads to be started once shutdown is in
2254         progress.
2255
2256 2007-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
2257
2258         * verify.c (is_correct_endfilter): added.
2259
2260         * verify.c (is_unverifiable_endfilter): added.
2261
2262         * verify.c (do_endfilter): added.
2263
2264         * verify.c (mono_method_verify): property verification of endfilter
2265         and fixed a corner case or endfinally.
2266
2267 2007-12-13  Rodrigo Kumpera  <rkumpera@novell.com>
2268
2269         * verify.h: new flags to support fail fast of unverifiable code and
2270         do non-strict verification. Non-strict verification is required to
2271         have MS runtime compatibility. There are a huge amount of unverifiable
2272         code that it accepts as verifiable. The strict mode verifies the code
2273         as the specs says.
2274         Non-strict mode will be required in cases where code needs to be
2275         accepted as verifiable but fails under strict mode.
2276
2277         * pedump.c: added support to fail fast and non-strict verification.
2278
2279         * verify.c: added support for both fail fast and non-strict verification.
2280
2281 2007-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
2282
2283         * verify.c (is_correct_endfinally): added.
2284
2285         * verify.c (mono_method_verify): property verification of endfinally.
2286
2287 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
2288
2289         * verify.c (in_any_block): check for filter clauses.
2290
2291         * verify.c (is_correct_rethrow): added.
2292
2293         * verify.c (mono_method_verify): property verification of rethrow.
2294
2295         * metadata.h: added MONO_OFFSET_IN_FILTER macro.
2296
2297 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
2298
2299         * verify.c (do_throw): added.
2300
2301         * verify.c (mono_method_verify): property verification of throw
2302
2303 2007-12-11  Zoltan Varga  <vargaz@gmail.com>
2304
2305         * assembly.c (mono_assembly_load_reference): Try an assembly resolve for ref-only
2306         assemblies. Fixes #346425.
2307
2308 2007-12-10  Zoltan Varga  <vargaz@gmail.com>
2309
2310         * reflection.c (mono_reflection_get_token): Call mono_image_create_token () for
2311         FieldBuilders.
2312
2313         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Fix a warning.
2314
2315         * class.c (mono_lookup_dynamic_token_class): Add a 'valid token' argument to
2316         prevent asserts when this is called with a token which might not be valid.
2317
2318         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Call
2319         lookup_dynamic_token_class with valid_token == FALSE.
2320
2321         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.       
2322
2323         * icall.c (ves_icall_System_Reflection_Module_ResolveStringToken): Ditto.
2324
2325         * icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
2326         
2327 2007-12-10  Mark Probst  <mark.probst@gmail.com>
2328
2329         * gc.c: Don't delay threadpool thread finalization unless Mono is
2330         shutting down.
2331
2332 Mon Dec 10 11:06:23 CET 2007 Paolo Molaro <lupus@ximian.com>
2333
2334         * threads.c: turn an assert into a non-fatal warning.
2335
2336 2007-12-09  Robert Jordan  <robertj@gmx.net>
2337
2338         * icall.c (GetVirtualMethod): Add missing argument validation.
2339
2340 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
2341
2342         * verify.c (do_cast): added.
2343
2344         * verify.c (mono_method_verify): property verification of castclass and isinst.
2345
2346
2347 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
2348
2349         * verify.c (mono_type_from_opcode): added opcodes for stelem.X.
2350
2351         * verify.c (do_stelem): added.
2352
2353         * verify.c (mono_method_verify): property verification of stelem.X.
2354
2355 2007-12-07  Mark Probst  <mark.probst@gmail.com>
2356
2357         * class.c, class-internals.h: Introduce an environment variable
2358         (MONO_GENERIC_SHARING) through which the extent of generic code
2359         sharing can be controlled (share all classes, share only corlib
2360         classes, or share nothing).
2361
2362         * object.c: Only create runtime generic context for classes for
2363         which sharing is enabled.
2364
2365 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
2366
2367         * verify.c (do_ldelem): refactor it to work with ldelem.any.
2368
2369         * verify.c (mono_method_verify): property verification of ldelem.any.
2370
2371 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
2372
2373         * verify.c (get_indirect_op_mono_type): renamed to mono_type_from_opcode,
2374         added ldelem.X opcodes.
2375
2376         * verify.c (do_ldelema): fixed possible invalid usage of MonoType.
2377
2378         * verify.c: proper verification of ldelem.X 
2379
2380 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
2381
2382         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Allow interface cctors to be called too.
2383
2384 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
2385
2386         * verify.c (mono_method_verify): null literal requires special handling,
2387         the value pushed on stack need to be flagged as so.
2388
2389         * verify.c (do_ldelema): Verify ldelema properly.
2390
2391 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
2392
2393         * verify.c: Verify ldlen properly.
2394
2395 2007-12-05  Zoltan Varga  <vargaz@gmail.com>
2396
2397         * icall.c (ves_icall_MonoField_GetValueInternal): Check that the field belongs
2398         to the target object's type. Fixes #346160.
2399
2400 2007-12-05  Dick Porter  <dick@ximian.com>
2401
2402         * threadpool.c (socket_io_add_poll): Asynchronous connect() on
2403         Solaris needs the same workaround as BSD-derived systems.  Fixes
2404         bug 323524, patch by Burkhard Linke
2405         <burkhard.linke@CeBiTec.Uni-Bielefeld.DE>
2406
2407 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
2408
2409         * process.c: When ProcessStartInfo.ErrorDialog is true, pass window
2410         handle to use when error dialog is shown; otherwise, update mask
2411         to show no error dialog when an error occurs.
2412
2413 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
2414
2415         * icall.c (ves_icall_MonoField_GetRawConstantValue): New icall.
2416
2417         * class.c (mono_class_get_field_default_value): New helper function to initialize
2418         field->def_type and field->data.
2419
2420 2007-11-30  Zoltan Varga  <vargaz@gmail.com>
2421
2422         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Use the delegate trampoline instead of
2423         the general one.
2424
2425         * object.c (mono_runtime_create_delegate_trampoline): New helper function.
2426
2427         * marshal.c: Avoid depending on delegate->method_info being set.
2428
2429         * object.c (mono_delegate_ctor): Avoid initializing delegate->method_info.
2430         
2431         * object.c (mono_delegate_ctor): Set delegate->method.
2432
2433         * object-internals.h (struct _MonoDelegate): Add 'method' field.
2434
2435         * appdomain.c: Bump corlib version.
2436
2437 2007-11-27  Raja R Harinath  <harinath@gmail.com>
2438
2439         * metadata.c (mono_generic_inst_equal_full): Short-circuit
2440         equality check if we're comparing canonicalized MonoGenericInsts.
2441
2442 2007-11-23  Zoltan Varga  <vargaz@gmail.com>
2443
2444         * class.c (generic_array_methods): Call mono_class_setup_methods () before
2445         accessing class->methods.
2446
2447 2007-11-22  Dick Porter  <dick@ximian.com>
2448
2449         * threads.c: Ensure that the synch_cs is set before trying to use
2450         it.
2451
2452 Thu Nov 22 12:34:04 CET 2007 Paolo Molaro <lupus@ximian.com>
2453
2454         * profiler.c: r89126 broke the statistial profiler, unbreak.
2455
2456 2007-11-22  Martin Baulig  <martin@ximian.com>
2457
2458         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 66.
2459
2460         * mono-debug.c
2461         (mono_debug_debugger_version): Bump to 3.
2462         (mono_debug_init): Hook `mono_debugger_class_loaded_methods_func'
2463         -> mono_debugger_class_initialized().
2464
2465         * mono-debug-debugger.c
2466         (mono_debugger_add_type): Renamed into mono_debugger_class_initialized().
2467
2468         * class.c
2469         (mono_debugger_start_class_init_func): Removed.
2470         (mono_debugger_class_loaded_methods_func): Added.
2471         (mono_class_setup_methods): Call it here.
2472
2473 2007-11-22  Martin Baulig  <martin@ximian.com>
2474
2475         * mono-debug.c
2476         (mono_debug_add_delegate_trampoline): New public method.
2477         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_DELEGATE_TRAMPOLINE'.
2478
2479         * mono-debug.h
2480         (MonoSymbolTable): Added `global_data_table'.
2481         (MonoDebuggerTypeKind): Removed.
2482
2483 2007-11-21  Zoltan Varga  <vargaz@gmail.com>
2484
2485         * marshal.c (mono_marshal_get_generic_array_helper): Skip visibility checks for
2486         these methods.
2487
2488         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
2489         
2490 Tue Nov 20 23:10:41 CET 2007 Paolo Molaro <lupus@ximian.com>
2491
2492         * object.c: some fields don't have a valid rva: ignore them (bug #343083).
2493
2494 2007-11-20  Martin Baulig  <martin@ximian.com>
2495
2496         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 65.
2497
2498         * mono-debug-debugger.c
2499         (mono_debugger_insert_method_breakpoint): Moved here from debug-mini.c
2500         (mono_debugger_remove_breakpoint): Likewise.
2501         (mono_debugger_check_breakpoints): Likewise.
2502         (mono_debugger_register_class_init_callback): New public method.
2503         (mono_debugger_remove_class_init_callback): Likewise.
2504         (mono_debugger_add_type): Likewise.
2505
2506         * mono-debug-debugger.h
2507         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_CLASS_INITIALIZED'.
2508
2509 Tue Nov 20 20:54:12 CET 2007 Paolo Molaro <lupus@ximian.com>
2510
2511         * class.c: more interface implementations needed for the
2512         array enumerator (fixes bug #341112).
2513
2514 2007-11-18  Gert Driesen  <drieseng@users.sourceforge.net>
2515
2516         * icall.c: Renamed arguments for ves_icall_System_Enum_ToObject to
2517         fix ParamName of ArgumentNullExceptions.
2518
2519 2007-11-17  Miguel de Icaza  <miguel@novell.com>
2520
2521         * reflection.c (mono_reflection_encode_sighelper): Generate the
2522         modopts and modreqs.   I have a useless test that crashes monodis,
2523         but that shows the code working.
2524
2525 2007-11-17  Zoltan Varga  <vargaz@gmail.com>
2526
2527         * boehm-gc.c (create_allocator): Fix size calculation for the string allocator.
2528         (mono_gc_get_managed_allocator): Enable the string allocator on amd64.
2529
2530 2007-11-15  Dick Porter  <dick@ximian.com>
2531
2532         * threads.c (ves_icall_System_Threading_Thread_Join_internal):
2533         When joining a thread, it's the thread that's calling Join that
2534         gets WaitSleepJoin state not the target.  Fixes the standalone
2535         test case in bug 334740, and hopefully the whole bug too.
2536
2537 2007-11-15  Dick Porter  <dick@ximian.com>
2538
2539         * process.c: Read file version info from the files pointed at by
2540         process modules, not the current process.  Fixes bug 315969.
2541
2542         Use windows typedef names in some places to fix warnings on the
2543         windows build.
2544
2545 2007-11-15  Mark Probst  <mark.probst@gmail.com>
2546
2547         * image.c, metadata-internals.h: Added a generic_class_cache hash
2548         to MonoImage for looking up generic classes when sharing generics.
2549
2550 Thu Nov 15 16:11:30 CET 2007 Paolo Molaro <lupus@ximian.com>
2551
2552         * sgen-gc.c: warning cleanups.
2553
2554 2007-11-15  Zoltan Varga  <vargaz@gmail.com>
2555
2556         * icall.c (ves_icall_Type_GetPropertiesByName): Implement proper hiding of
2557         inherited properties.
2558
2559 2007-11-14  Mark Probst  <mark.probst@gmail.com>
2560
2561         * object.c, class-internals.h: Added more information to the
2562         runtime generic context.
2563
2564 2007-11-13  Zoltan Varga  <vargaz@gmail.com>
2565
2566         * marshal.c (mono_marshal_get_delegate_invoke): Take a delegate as argument
2567         instead of just the target method. Generalize the abstract method handling to
2568         handle any non-static method.
2569
2570         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
2571         mono_marshal_get_delegate_invoke () signature change.
2572
2573 2007-11-13  Mark Probst  <mark.probst@gmail.com>
2574
2575         * class.c, class-internals.h: Made
2576         mono_type_get_basic_type_from_generic () public.  Fixed member
2577         access check for shared generics.
2578
2579         * loader.c: Don't insert field into field cache if it's part of a
2580         non-inflated generic class.
2581
2582         * domain.c, domain-internals.h: The generic sharing context is now
2583         part of the jit info data structure.  Added two accessor
2584         functions.
2585
2586 2007-11-12  Zoltan Varga  <vargaz@gmail.com>
2587
2588         * marshal.c (mono_marshal_get_runtime_invoke): Create a non-shared wrapper for
2589         the array Get/Set/Address methods, since the JIT inlines them.
2590
2591         * metadata-internals.h (MonoImage): Add 'runtime_invoke_direct_cache'.
2592
2593         * image.c (mono_image_close): Free runtime_invoke_direct_cache.
2594         (mono_image_init): Initialize runtime_invoke_direct_cache.      
2595
2596         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
2597         mono_marshal_get_delegate_invoke signature change.
2598
2599         * marshal.c (mono_marshal_get_delegate_invoke): Receive the target_method as
2600         an additional argument. Add support for invoking abstract methods.
2601
2602         * metadata-internals.h (MonoImage): Add 'delegate_abstract_invoke_cache'.
2603
2604         * image.c (mono_image_close): Free delegate_abstract_invoke_cache.      
2605
2606 2007-11-09  Mark Probst  <mark.probst@gmail.com>
2607
2608         * class.c: Do field layout for open generic classes as well.
2609
2610 2007-11-09  Mark Probst  <mark.probst@gmail.com>
2611
2612         * gc.c, gc-internal.h: Don't finalize threadpool threads with
2613         other objects, because the threadpool is still around.  Put them
2614         in a list instead and after finalizing all other objects in the
2615         root domain shut down the thread pool and then finalize the
2616         threads.  Fixes bug #337383.
2617
2618         * threads.c, thread-types.h: New mono_thread_create_internal()
2619         function for marking a thread with the threadpool flag before it
2620         started.  Set synch_cs to NULL after freeing it.
2621
2622         * threadpool.c: Mark threadpool threads before they start.
2623
2624 Thu Nov 8 15:31:21 CET 2007 Paolo Molaro <lupus@ximian.com>
2625
2626         * reflection.h, reflection.c: don't export random functions
2627         and lazy load dbnull and missing objects.
2628
2629 2007-11-07  Jonathan Chambers <joncham@gmail.com>
2630
2631         * class.c: Initialize COM types if COM interfaces
2632         are present (not just COM classes).
2633         
2634         Code is contributed under MIT/X11 license.
2635
2636 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
2637         * reflection.c:
2638         create_dynamic_mono_image: hook module profiler events (dynamic case).
2639         mono_image_basic_init: hook assembly profiler events (dynamic case).
2640
2641 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
2642         * profiler.c:
2643         simple_appdomain_unload: completely terminate the profiler
2644         instead of only processing the statistical samples.
2645         simple_shutdown: make sure this is really called exactly once,
2646         even in multithreaded applications, and always listen to
2647         appdomain events.
2648         * gc.c (mono_domain_finalize): don't call mono_profiler_appdomain_event
2649         here, the "[un]load" functions will do it.
2650         Fixes bugs #333791 and #325261.
2651
2652 2007-11-07  Geoff Norton  <gnorton@novell.com>
2653
2654         * socket-io.c:  Use the configure defines for HAVE_SOCKADDR_IN(6)_SIN_LEN
2655         rather than depend on __APPLE__.
2656
2657 2007-11-07  Mark Probst  <mark.probst@gmail.com>
2658
2659         * icall.c: Safety checks in InitializeArray.  Fixes bug #324535.
2660
2661 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com> 
2662
2663         * object.c: Fix mono_string_to_utf8 to handle NULL values inside the
2664         UTF16 MonoString. Fix the crash from bug #335488
2665
2666 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com>
2667
2668         * marshal.c: Correct (for non-Win32 OS) length != size in 
2669         mono_string_from_bstr. Fix #339530.
2670
2671 2007-11-06  Geoff Norton  <gnorton@novell.com>
2672
2673         * socket-io.c: Apple requires sin(6)_len to be set for getnameinfo
2674         to succeed
2675
2676 2007-11-05  Kornél Pál  <kornelpal@gmail.com>
2677
2678         * process.c: Added run-time GetProcessId API detection for Windows.
2679
2680 2007-11-04  Miguel de Icaza  <miguel@novell.com>
2681
2682         * reflection.c  (mono_param_get_objects): If a parameter has the
2683         attribute [System.Runtime.InteropServices.Optional] we should
2684         set the DefaultValue of the ParameterInfo to be
2685         System.Reflection.Missing instead of DBNull.
2686
2687         See bug #339013.
2688
2689         (mono_get_reflection_missing_object): New method,
2690         returns the System.Reflection.Missing.Value singleton instance.
2691
2692 2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
2693
2694         * culture-info-table.h : regenerated.
2695
2696 2007-11-02  Jonathan Chambers <joncham@gmail.com>
2697
2698         * icall.c: Use GetEnvironmentStrings on windows
2699         so we are using the same environment block as 
2700         GetEnvironmentVariable/SetEnvironmentVariable. Fixes
2701         #333740.
2702         
2703         Code is contributed under MIT/X11 license.
2704
2705 2007-10-31  Martin Baulig  <martin@ximian.com>
2706
2707         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 64.
2708
2709         * mono-debug-debugger.h
2710         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
2711
2712 2007-10-30  Zoltan Varga  <vargaz@gmail.com>
2713
2714         * reflection.c (mono_custom_attrs_from_class): Add support for dynamic inflated 
2715         classes.
2716
2717 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
2718
2719         * culture-info-table.h : regenerated.
2720
2721 2007-10-30  Robert Jordan  <robertj@gmx.net>
2722
2723         * icall-def.h, icall.c:
2724         Add ves_icall_Remoting_RemotingServices_GetVirtualMethod ().
2725
2726         Code is contributed under MIT/X11 license.
2727
2728 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
2729
2730         * class.c (mono_class_setup_vtable): Find the inflated methods in the
2731         inflated class instead of inflating them again.
2732         
2733         * class.c (mono_class_setup_vtable): Inflate the override methods in the 
2734         dynamic case.
2735
2736         * class.c (mono_generic_class_get_class): Set klass->property.count as well.
2737         Call setup_supertypes () after klass->parent is set.
2738         (mono_class_setup_properties): Enable this to work on dynamic generic classes.
2739
2740         * reflection.c (mono_type_get_object): Only return a MonoGenericClass object
2741         for inflated instances of not yet created dynamic generic classes.
2742         (ctorbuilder_to_mono_method): Handle the case when this is called multiple
2743         times from inflated_method.
2744         (methodbuilder_to_mono_method): Ditto.
2745
2746 Mon Oct 29 21:02:53 CET 2007 Paolo Molaro <lupus@ximian.com>
2747
2748         * gc.c: code cleanup and removed old untested option of not creating the
2749         finalizer thread.
2750
2751 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
2752
2753         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
2754         creating a jump trampoline for dynamic methods.
2755
2756 2007-10-29 Rodrigo Kumpera <rkumpera@novell.com>
2757
2758         * reflection.c (mono_image_create_token): Correctly encode methods and constructors of
2759         generic TypeBuilders when called from another method of the same type (bug #335131).
2760
2761
2762 2007-10-27  Zoltan Varga  <vargaz@gmail.com>
2763
2764         * reflection.c (methodbuilder_to_mono_method): Revert the last change as it
2765         doesn't seem to work perfectly.
2766         
2767         * reflection.c (ctorbuilder_to_mono_method): Handle the case when this is
2768         called multiple times.
2769         (methodbuilder_to_mono_method): Ditto.
2770         (resolve_object): Inflate FieldBuilder's.
2771
2772 Fri Oct 26 19:38:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
2773
2774         * string-icalls.c, string-icalls.h, appdomain.c: patch from
2775         Tyler Larson <mono-devel@tlarson.com> to fix the handling of
2776         RemoveEmptyEntries in the string.Split implementation (bug #322375).
2777
2778 2007-10-26  Dick Porter  <dick@ximian.com>
2779
2780         * appdomain.c (MONO_CORLIB_VERSION): Bump version because of
2781         Thread initialisation changes
2782
2783 2007-10-26 Rodrigo Kumpera <rkumpera@novell.com>
2784
2785         * verify.c: fix compatibility check between arrays and System.Array
2786
2787 2007-10-26  Zoltan Varga  <vargaz@gmail.com>
2788
2789         * reflection.c (mono_reflection_get_custom_attrs_info): Handle MonoGenericClass
2790         too. Fixes #336999.
2791
2792 2007-10-25  Zoltan Varga  <vargaz@gmail.com>
2793
2794         * object.c (mono_value_box): Use typed allocation here.
2795
2796 2007-10-23  Zoltan Varga  <vargaz@gmail.com>
2797
2798         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Create a jump
2799         trampoline instead of compiling the method right away.
2800
2801         * class-internals.h object.c: Add a JIT callback to create a jump trampoline.
2802
2803 2007-10-21  Zoltan Varga  <vargaz@gmail.com>
2804
2805         * class.c (mono_generic_class_get_class): Avoid setting klass->size_inited and
2806         related fields for dynamic classes. Fixes #334493.
2807
2808 2007-10-20  Zoltan Varga  <vargaz@gmail.com>
2809
2810         * class.c (mono_generic_class_get_class): Set klass->field.count as well.
2811         
2812         * class.c (mono_class_layout_fields): Use 1 instead of TRUE for consistency.
2813
2814         * class.c (mono_class_layout_fields): Set size_inited for generic classes as well.
2815         (mono_class_setup_vtable): Obtain overrides for dynamic generic classes correctly.
2816
2817         * class.c (mono_class_setup_methods): Handle dynamic inflated classes correctly.
2818
2819         * reflection.c (create_generic_typespec): Initialize klass->generic_container
2820         if needed.
2821         (reflection_methodbuilder_to_mono_method): Set container->is_method to TRUE.
2822
2823 2007-10-18  Jonathan Chambers <joncham@gmail.com>
2824
2825         * marshal.c: Use correct key when removing item
2826         from ccw_hash.
2827         
2828         Code is contributed under MIT/X11 license.
2829
2830 2007-10-17  William Holmes  <billholmes54@gmail.com>
2831
2832         *marshal.c: Adding a case to marshal booleans to U1
2833
2834         Code is contributed under MIT/X11 license.
2835
2836 2007-10-18  Zoltan Varga  <vargaz@gmail.com>
2837
2838         * class.c (mono_class_from_name): Search the modules compromising dynamic
2839         assemblies. Fixes #331601.
2840
2841 2007-10-16  Zoltan Varga  <vargaz@gmail.com>
2842
2843         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Throw an
2844         exception if the type name contains an assembly component. Fixes #334203.
2845
2846         * reflection.c (mono_reflection_get_type_with_rootimage): Search all the
2847         modules inside dynamic assemblies. Fixes #334200.
2848         
2849         * reflection.c: Set image->public_key and image->public_key_length;
2850
2851         * metadata-internals.h (MonoDynamicImage): Add public_key and public_key_len
2852         fields.
2853
2854         * image.c (mono_image_get_public_key): Handle dynamic assemblies. Fixes #334173.        
2855         
2856 2007-10-16  Mark Probst  <mark.probst@gmail.com>
2857
2858         * metadata.c: Implemented correct comparing of generic classes.
2859         An inflated generic class can be equal to a non-inflated one if it
2860         is inflated with generic type variables as type arguments.  Fixes
2861         bug #333798.
2862
2863 2007-10-15  Dick Porter  <dick@ximian.com>
2864
2865         * monitor.c (mono_monitor_try_enter_internal): Set thread state to
2866         WaitSleepJoin while it is waiting to acquire a lock.  Fixes bug
2867         81646.
2868
2869         * threads.c: Turn the thread synch_lock into a CRITICAL_SECTION,
2870         instead of a monitor lock.  This means that monitor_try_enter and
2871         co can set the thread state safely.
2872         (ves_icall_System_Threading_Thread_Interrupt_internal): Always set
2873         thread_interrupt_requested, so interrupt actually works.
2874
2875         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal,
2876         ves_icall_System_Net_Sockets_Socket_Select_internal): Use thread
2877         state accessor function
2878
2879 2007-10-15  Martin Baulig  <martin@ximian.com>
2880
2881         * mono-debug.h
2882         (MONO_DEBUGGER_VERSION): Bump to 63 to make it impossible to use
2883         the debugger with the current runtime.
2884
2885 Mon Oct 15 10:20:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
2886
2887         * object.c, object-internals.h: added the ability to set a single
2888         trampoline for all the slots in a vtable.
2889
2890 Fri Oct 12 17:50:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
2891
2892         * marshal.c: deal with a possible race condition during multicast
2893         delegate invocation.
2894
2895 Fri Oct 12 13:31:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
2896
2897         * class.c: ensure value type methods don't have the synchronized
2898         flag set.
2899
2900 Fri Oct 12 08:10:59 CEST 2007 Paolo Molaro <lupus@ximian.com>
2901
2902         * string-icalls.c, string-icalls.h: reverted unapproved patch that
2903         breaks the build.
2904
2905 2007-10-11  Joel Reed  <joelwreed@comcast.com>
2906
2907         * string-icalls.c, string-icalls.h: modify System_String_InternalSplit
2908         to take an options parameter so that empty entries can be removed during
2909         the split procedure. Patch from: Tyler Larson <mono-devel@tlarson.com>
2910
2911 Thu Oct 11 20:16:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
2912
2913         * marshal.c: make sure we don't store the signature from a dynamic
2914         method into the runtime invoke cache (bug #327189).
2915
2916 Thu Oct 11 18:22:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
2917
2918         * marshal.c: make sure the wrapper methods are properly initialized.
2919
2920 2007-10-11  Mark Probst  <mark.probst@gmail.com>
2921
2922         * metadata.c, metadata-internals.h: Generalized
2923         mono_type_stack_size() to mono_type_stack_size_internal() which
2924         takes an additional argument specifying whether it allows open
2925         types.
2926
2927 2007-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
2928
2929         * verify.c (do_invoke_method): handle typedbyref params
2930         correctly and check for unverifiable return values.
2931
2932         * verify.c (do_newobj): fix a warning.
2933
2934 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
2935
2936         * verify.c: don't tread typedbyref as allways unverifable,
2937         so uses, like (ld/st)loc.0 are valid. verify for the cases
2938         that it matters, like boxing related operations.
2939
2940 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
2941
2942         * verify.c: add verification of the newobj opcode. verification
2943         of delegate instantation still missing due ldftn and virldftn not
2944         pushing the function type on stack
2945
2946 2007-10-08  Mark Probst  <mark.probst@gmail.com>
2947
2948         * class-internals.h: Runtime generic context data structure
2949         definition.
2950
2951         * object.c: Initialization of runtime generic context at runtime
2952         vtable creation time.
2953
2954 2007-10-08  Massimiliano Mantione  <massi@ximian.com>
2955         * class.c (mono_class_create_from_typedef,
2956         mono_class_from_generic_parameter, mono_ptr_class_get,
2957         mono_fnptr_class_get, mono_bounded_array_class_get)
2958         * domain.c (mono_domain_create, mono_domain_free)
2959         * assembly.c (mono_assembly_load_from_full, mono_assembly_close)
2960         * image.c (do_mono_image_load, mono_image_close):
2961         Hooked up load-unload profiler events.
2962
2963 Mon Oct 8 11:38:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
2964
2965         * domain.c: track statistics about the actual amount of native code
2966         allocated.
2967
2968 Sat Oct 6 10:01:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
2969
2970         * class.c: the valuetype enumerators don't have the additional
2971         supertypes interfaces.
2972
2973 Fri Oct 5 20:33:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
2974
2975         * class.c: need more interfaces setup for the IEnumerator<T>
2976         object created for arrays (tests/ienumerator-interfaces.2.cs).
2977
2978 2007-10-05  Zoltan Varga  <vargaz@gmail.com>
2979
2980         * class.c (mono_ldtoken): Handle methodspec tokens as well. Fixes #331097.
2981
2982 2007-10-05  Alp Toker  <alp@atoker.com>
2983
2984         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
2985         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
2986         #315863.
2987
2988 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
2989
2990         * verify.c (verify_type_compatibility_full): verification of
2991         compatibility improved, validates correctly non-strict checks between
2992         native int and I4 types different than (unsigned)int32.
2993
2994         * verify.c (do_store_indirect): added, do all verification of
2995         ldind.X opcodes. 
2996
2997         * verify.c (get_load_indirect_mono_type): renamed to
2998         get_indirect_op_mono_type, as it now returns the MonoType for 
2999         ldind.X and stind.X opcodes.
3000
3001 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
3002
3003         * reflection.c: Fix the encoding of generic type definition for
3004         TypeBuilders.
3005
3006         * reflection.c (mono_image_typedef_or_ref_full: do the same thing as
3007         mono_image_typedef_or_ref but allows to specify if typespec lookups should
3008         be made. Typespec check is done prior to typeref cache lookup.
3009
3010         * reflection.c (mono_image_typedef_or_ref): now just delegate to
3011         mono_image_typedef_or_ref_full.
3012
3013         * reflection.c (encode_generic_class): encode the generic class
3014         directly instead of calling encode_type.
3015
3016         * reflection.c (encode_type): encode the generic type definition
3017         MonoClass as a generic instantiation.
3018
3019         * reflection.c (create_typespec): cache typespec tokens in
3020         the assembly->typespec cache. Don't create typespec for a generic
3021         instance MonoClass. Create typespec for the generic type defintion.
3022
3023         * reflection.c (create_generic_typespec): encode the generic
3024         class directly instead of calling encode_type.
3025
3026         * reflection.c (mono_image_create_token): encode the generic
3027         type definition not using a typespec for MonoType instances.
3028
3029
3030 2007-10-04  Raja R Harinath  <rharinath@novell.com>
3031
3032         Fix #328812
3033         * class.c (mono_image_init_name_cache): Don't return nested
3034         'protected internal' classes.
3035         (mono_class_from_name_case): Likewise.
3036
3037 2007-10-04  Atsushi Enomoto  <atsushi@ximian.com>
3038
3039         * icall-def.h, icall.c : get_bundled_machine_config() is now the
3040           common function used by both DefaultConfig in System.dll and
3041           InternalConfigurationHost in System.Configuration.dll.
3042
3043 Wed Oct 3 17:26:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
3044
3045         * class.c: automatically add to vectors only a few essential explicit
3046         generic interfaces. The rest of the interfaces that arrays should
3047         provide are currently implicitly added (but still not lazily, see the
3048         design in the discussion of bug#325495 for the details of what is
3049         needed for that). Additionally, implicit interfaces are assigned the
3050         same vtable slot as the explicit interfaces (as they are compatible):
3051         this enables huge memory savings since we don't need to instantiate
3052         as many memthods and as large vtables anymore. Also, Since
3053         GetEnumerator<T> returns an instance of a type that is required to
3054         support a similarly large set of interfaces as arrays, we add
3055         implicit interfaces and interface offset sharing support to those
3056         types, too. This change adds all the required interfaces so that
3057         the anonarray.cs test case in the bug report works (we don't add
3058         all the interfaces to arrays of arrays 3-level deep and more because
3059         of the memory requirements explained in the bug and since they are much
3060         less common: the lazy-loading support will enabled them to work, too).
3061
3062 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
3063
3064         * verify.c (merge_stacks): major clean up, all type compatibility
3065         checks are done by verify_type_compatibility. This fix my earlier lack
3066         of understanding of the CLR type system and merge_stacks no longer looks
3067         scary.
3068
3069         * verify.c: fixed some bad spelling.
3070
3071 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
3072
3073         * verify.c (mono_type_from_stack_slot): added. returns the MonoType for
3074         a given stack slock.
3075         
3076         * verify.c: killed verify_type_compat in favor of verify_type_compatibility and
3077         verify_type_compatibility_full. This removed a near indentical function and fixed
3078         handling of Int32 and IntPtr across all opcodes.
3079
3080 Tue Oct 2 15:24:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
3081
3082         * class.c: only vectors have the additional generic interfaces.
3083
3084 2007-10-01  Jonathan Chambers <joncham@gmail.com>
3085
3086         * mono-config.c: Use g_strcasecmp instead of
3087         strcasecmp like everywhere else to fix
3088         compilation with MSVC.
3089         
3090         Code is contributed under MIT/X11 license.
3091
3092 Mon Oct 1 14:39:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
3093
3094         * object.c, object-internals.h: refactored the IMT code to enable
3095         building a single slot at a time and lazily creating the IMT trampolines
3096         and thunks.
3097
3098 2007-09-29  Zoltan Varga  <vargaz@gmail.com>
3099
3100         * loader.c (inflate_generic_signature): Allocate inflated signatures from the heap.
3101
3102         * metadata.c (mono_metadata_free_inflated_signature): Free the signature itself too.
3103         Fixes #328501.
3104         
3105 2007-09-29  Raja R Harinath  <harinath@gmail.com>
3106
3107         * loader.c (method_from_methodspec): Rearrange to avoid
3108         un-necessary exposition.  Don't assert out if the method's
3109         declaring type is a generic type definition.
3110
3111 2007-09-28  Martin Baulig  <martin@ximian.com>
3112
3113         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 61.
3114
3115 Fri Sep 28 20:15:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
3116
3117         * class-internals.h: optimize field layout of MonoClass to
3118         requires less cachelines at runtime and save a few bytes on 64 bit
3119         systems.
3120
3121 2007-09-28  Jb Evain  <jbevain@novell.com>
3122
3123         * reflection.c: when encoding type names in custom attributes,
3124         if the type is a closed generic type, its generic arguments
3125         have to be serialized as AssemblyQualifiedName, so that when
3126         they are deserialized, it's possible to re-create them properly.
3127         Fixes #329450.
3128
3129
3130 Fri Sep 28 19:19:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
3131
3132         * object.c, class-internals.h: added delegate-creation counter.
3133
3134 Fri Sep 28 18:07:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
3135
3136         * class.c: cleanup of the code that synthetizes interfaces for
3137         arrays in 2.0: saves quit a bit of corlib mempool memory.
3138         Code to fix bug #325495 ifdeffed out for now until the issues
3139         with memory usage and O(n^2) behaviour are fixed.
3140
3141 Fri Sep 28 17:19:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
3142
3143         * marshal.c: when possible, do not duplicate the name of the methods
3144         in the method builder and in the generated MonoMethod.
3145
3146 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
3147         * verify.c: added support for type checking ldind_* opcodes.
3148
3149 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
3150
3151         * class-internals.h (struct _MonoGenericClass): new field is_tb_open
3152         which is used to distinguish the fully open instantiation of a TypeBuilder
3153         with the rest. This temporary hack is required to restore the property that
3154         the fully open instantiation is the same type of the generic type definition.
3155
3156         * class-internals.h (mono_generic_class_is_generic_type_definition):
3157         new function as part of the internal API.
3158
3159         * class.c (inflate_generic_type): return NULL when the generic inst is
3160         fully open. The fully open generic type is now the same as the generic type
3161         definition for non TypeBuilder types.
3162
3163         * class.c (mono_generic_class_get_class): removed assert since it is
3164         no longer valid, gklass->cached_class can point to the generic type definition.
3165
3166         * class.c (mono_generic_class_is_generic_type_definition): new.
3167
3168         * metadata.c (mono_generic_class_hash): added is_tb_open field
3169         to the hash calculation.
3170
3171         * metadata.c (free_generic_class): if the generic class is associated
3172         with the generic type definition, its field will come from the mempool and
3173         must not be freed.
3174
3175         * metadata.c (mono_metadata_is_type_builder_generic_type_definition):
3176         new, this function identifies the corner case of a TypeBuilder fully open
3177         instantiation.
3178
3179         * metadata.c (mono_metadata_lookup_generic_class): use is_tb_open
3180         for lookup. Set gclass->cached_class to be the container class in case of
3181         the fully open instantiation of non TypeBuilder types.
3182
3183         * metadata.c (_mono_metadata_generic_class_equal): use is_tb_open
3184         to compare generic classes.
3185
3186         * reflection.c (method_encode_methodspec): remove assert that
3187         no longer is valid.
3188
3189         * reflection.c (mono_reflection_generic_class_initialize): add
3190         an aditional assert to ensure the proper type is used.
3191
3192 2007-09-26  Rodrigo Kumpera  <rkumpera@novell.com>
3193
3194         * verify.c: disabled all debug spew by default, define MONO_VERIFIER_DEBUG
3195         to enjoy it.
3196
3197 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
3198
3199         * verify.c (push_arg): Fixed support for ldarga
3200         * verify.c (set_stack_value): Removed superfluous parameter, fixed the
3201         MonoType used as first arg in case of instance calls.
3202
3203 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
3204
3205         * verify.c: Support for verifying VAR and MVAR types, 
3206
3207 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
3208
3209         * icall.c (ves_icall_get_property_info): Set the reflected type of the
3210         accessors correctly.
3211
3212 Tue Sep 25 14:56:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
3213
3214         * threads.c: support OSX and other systems in
3215         mono_thread_get_stack_bounds (bug #328026).
3216
3217 2007-09-25  Martin Baulig  <martin@ximian.com>
3218
3219         * mono-debug.h
3220         (MonoDebugVarInfo): Replace `MonoClass *klass' with `MonoType *type'.
3221
3222 2007-09-24  Martin Baulig  <martin@ximian.com>
3223
3224         * mono-debug.h
3225         (MonoDebugClassEntry): Moved the definition of this struct into
3226         mono-debug.c to make it private.
3227
3228         * mono-debug.c
3229         (MonoDebugClassEntry): Removed `symfile_id'; since we now use one
3230         type table per symbol file, we don't need to store the symfile id
3231         any longer.
3232
3233 2007-09-24  Martin Baulig  <martin@ximian.com>
3234
3235         Create one type table per symbol file, since a `MonoClass *' gets
3236         invalid when its image is unloaded.
3237
3238         * mono-debug.h (MonoSymbolTable): Removed `type_table'.
3239         (MonoDebugHandle): Added `type_table'.
3240
3241 Mon Sep 24 17:25:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
3242
3243         * mempool.c, mempool.h: added mono_mempool_new_size () API
3244         to be able to specify a smaller initial size for the pool.
3245         Adjusted the code to slowly increase pool size before using
3246         the previous default size.
3247         * image.c: use a small initial size for image mempools.
3248
3249 2007-09-23  Zoltan Varga  <vargaz@gmail.com>
3250
3251         * marshal.c (emit_marshal_array): Generate valid IL for byref array case.
3252         Fixes ##320990.
3253
3254         * icall.c (ves_icall_System_Reflection_Assembly_get_ManifestModuleInternal): 
3255         Rename this to ves_icall_System_Reflection_Assembly_GetManifestModuleInternal.
3256
3257 2007-09-22  Zoltan Varga  <vargaz@gmail.com>
3258
3259         * metadata.c (mono_type_create_from_typespec): Remove an invalid
3260         free. Fixes #327438.
3261
3262 2007-09-21  Raja R Harinath  <harinath@gmail.com>
3263
3264         * metadata.c (type_in_image) <MONO_TYPE_SZARRAY>: Handle arrays of
3265         generic instantiations, etc.
3266         <MONO_TYPE_ARRAY>: Likewise.
3267
3268 2007-09-21  Martin Baulig  <martin@ximian.com>
3269
3270         * mono-debug.h (MonoSymbolFilePriv, MonoDebugHandlePriv): Removed;
3271         these structs were never defined.
3272         (MonoDebugHandle): Removed the `_priv' field, it was never used.
3273
3274 2007-09-21  Martin Baulig  <martin@ximian.com>
3275
3276         * mono-debug.h (MonoDebugVarInfo): Add `MonoClass *klass'.
3277
3278 Fri Sep 21 14:39:45 CEST 2007 Paolo Molaro <lupus@ximian.com>
3279
3280         * image.c: removed the guid hash tables: we can get the same info
3281         without the additional memory usage hit (partially fixes also bug #327052).
3282
3283 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
3284
3285         * profiler.h, profiler-private.h, profiler.c: add a new profiler
3286         event to handle unloading methods. After the event is called, the
3287         corresponding MonoMethod* must be considered invalid.
3288         * loader.c (mono_free_method): call the new mono_profiler_method_free
3289         event.
3290
3291 2007-09-20  Mark Probst  <mark.probst@gmail.com>
3292
3293         * domain-internals.h: New flag in MonoJitInfo which marks shared
3294         generic methods.  New hash table (shared_generics_hash) in
3295         MonoDomain to keep track of shared generic methods.  Prototypes
3296         for functions to register and lookup shared generic methods.
3297
3298         * domain.c: Support for registering and looking up shared generic
3299         methods via a hash table (shared_generics_hash) in MonoDomain.
3300
3301         * class-internals.h: New exception to signal failure of shared
3302         compilation of a generic method.  New counters for generics
3303         sharing in MonoStats.
3304
3305 Thu Sep 20 16:59:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
3306
3307         * image.c, metadata-internals.h: don't keep a file descriptor open
3308         for loaded assemblies (bug#325988).
3309
3310 2007-09-19  Raja R Harinath  <rharinath@novell.com>
3311
3312         * metadata.c (signature_in_image): New.  Carve out of type_in_image.
3313         (ginst_in_image, gclass_in_image): Simplify.  Change signature to
3314         use the corresponding datatypes.
3315         (type_in_image): Update to changes.
3316         (CleanForImageUserData): Simplify.
3317         (steal_gclass_in_image): Carved out of old 'gclass_in_image'.
3318         Avoid quadratic behaviour in handling the "stolen" list by
3319         separating the filter predicate out, and by prepending the stolen
3320         items rather than appending them.
3321         (steal_ginst_in_image): Likewise.
3322         (mono_metadata_clean_for_image): Update to changes.
3323
3324 2007-09-19  Martin Baulig  <martin@ximian.com>
3325
3326         * domain.c (mono_cleanup): Call mono_debug_cleanup() here.
3327
3328 2007-09-19  Martin Baulig  <martin@ximian.com>
3329
3330         * mono-debug.c (mono_debug_cleanup): Don't call
3331         mono_debugger_cleanup(); this is now called earlier from mini_cleanup().
3332
3333 2007-09-19  Raja R Harinath  <harinath@gmail.com>
3334
3335         Fix crash on 'make run-test' in mcs/errors
3336         * metadata.c (type_in_image): New.  Carve out of ginst_in_image.
3337         Avoid more potential allocations in mono_class_from_mono_type.
3338         (ginst_in_image): Update to changes.
3339         (gclass_in_image): Rearrange slightly.
3340
3341 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
3342
3343         * class.c (mono_class_init): Move the code that sets up class->methods to 
3344         mono_class_setup_methods () for inflated generic classes too. Ditto for properties.
3345
3346         * metadata.c (mono_metadata_get_inflated_signature): New function to return a
3347         canonical instance of an inflated generic signature.
3348         (mono_type_create_from_typespec): Remove an invalid free.
3349
3350         * loader.c (mono_method_get_signature_full): Use mono_metadata_get_inflated_signature.  
3351
3352 2007-09-18  Marek Habersack  <mhabersack@novell.com>
3353
3354         * domain-internals.h: added a declaration of the
3355         mono_assembly_load_full_nosearch internal function.
3356
3357         * assembly.c (mono_assembly_load_with_partial_name): use
3358         mono_try_assembly_resolve return value properly.
3359         (mono_assembly_load_full_nosearch): copied the function body from
3360         mono_assembly_load_full, without the code to invoke assembly
3361         search hooks.
3362         (mono_assembly_load_full): calls the above new function and if the
3363         assembly is not resolved, invokes the search hooks.
3364
3365         * appdomain.c (mono_runtime_init): restore the global postload
3366         assembly search handlers.
3367
3368 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
3369
3370         * class.c (mono_class_init): Make sure class->methods and class->properties
3371         are never NULL in the generics case.
3372
3373         * metadata.c (free_generic_class): Enable this again, skip the dynamic case.
3374
3375 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
3376
3377         * metadata.c (free_generic_class): Disable some code to fix the build.
3378
3379         * domain.c (mono_cleanup): Fix a crash introduced by a previous patch.
3380
3381         * marshal.c (mono_marshal_get_xappdomain_dispatch): Allocate a piece of data
3382         from the image mempool.
3383
3384         * metadata.c (free_generic_class): Free more data from the inflated class.
3385
3386         * class.c (mono_class_from_generic_parameter): Allocate memory from the mempool.
3387
3388         * metadata.c (mono_metadata_parse_generic_param): Allocate memory from the image
3389         mempool.
3390         (mono_type_create_from_typespec): Ditto.
3391
3392         * domain.c (get_runtimes_from_exe): Add an out parameter to return the opened
3393         MonoImage to the caller.
3394         (mono_init_internal): Save the opened image in a global variable.
3395         (mono_cleanup): Close the image opened in get_runtimes_from_exe.
3396
3397         * reflection.c (resolve_object): Fix a leak.
3398
3399         * metadata.c: Fix the freeing of data in the generics caches.
3400         
3401         * metadata.c (free_generic_inst): Comment this out to fix the build.
3402         (free_generic_class): Ditto.
3403
3404         * metadata.c: Free cached generic methods, instantinations and classes when
3405         they are removed from the caches.
3406         (mono_metadata_free_type): Free the type itself.
3407
3408         * class.c: Free the result of mono_class_inflate_generic_type () in a few
3409         places.
3410
3411 Mon Sep 17 16:14:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
3412
3413         * boehm-gc.c: restrict managed allocs to __thread supporting
3414         architectures.
3415
3416 2007-09-16  Zoltan Varga  <vargaz@gmail.com>
3417
3418         * class.c (mono_class_inflate_generic_type): Add a comment describing memory ownership.
3419         (mono_generic_class_get_class): Fix a leak.
3420
3421         * metadata.c (do_mono_metadata_parse_type): Remove an unneccesary call to
3422         mono_metadata_free_type ().
3423         (mono_metadata_inflate_generic_inst): Fix a leak.
3424
3425 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
3426
3427         * mono-debug.c (free_header_data): Fix a leak missed earlier.
3428
3429         * metadata.c (mono_metadata_parse_array_full): Allocate memory from the image
3430         mempool.
3431
3432         * mono-debug.c (mono_debug_close_image): Fix call to 
3433         g_hash_table_remove ().
3434
3435 Fri Sep 14 19:36:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
3436
3437         * icall-def.h: redirect all the string ctor to the managed
3438         CreateString () methods.
3439         * string-icalls.c, string-icalls.h: removed dead code for string
3440         ctors and icalls.
3441
3442 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
3443
3444         * mono-debug.c: Fix memory leaks.
3445
3446 2007-09-14  Jonathan Chambers <joncham@gmail.com>
3447
3448         * threads-types.h: Implement mono_hazard_pointer_set and 
3449         mono_hazard_pointer_clear macros using do/while(0) to fix
3450         compilation with MSVC.
3451         
3452         Code is contributed under MIT/X11 license.
3453
3454 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
3455
3456         * gc.c (ves_icall_System_GCHandle_GetAddrOfPinnedObject): Use a return value of
3457         -2 to communicate to managed code that the handle is not pinned. Fixes #82848.
3458
3459 Fri Sep 14 14:04:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
3460
3461         * icall-def.h, string-icalls.c: get rid of old, no longer used, string
3462         icalls.
3463
3464 Fri Sep 14 11:41:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
3465
3466         * boehm-gc.c, gc-internal.h, object.c: allow strings to be
3467         managed-code allocated as well.
3468
3469 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
3470
3471         * class.c (mono_class_is_assignable_from): Add support for generic variance.
3472
3473 Thu Sep 13 11:55:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
3474
3475         * boehm-gc.c: fixed the build after the AOT changes.
3476
3477 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
3478
3479         * wrapper-types.h: Add an ALLOC wrapper type.
3480
3481         * gc-internals.h boehm-gc.c null-gc.c sgen-gc.c: Add functions needed by AOT to
3482         reference managed allocator methods.
3483
3484 2007-09-12  Marek Safar  <marek.safar@gmail.com>
3485
3486         * icall.c (ves_icall_MonoType_GetGenericArguments): Create an instance
3487         of Type array and not MonoType, a fix suggested by Hari.
3488         
3489 2007-09-12  Jonathan Chambers <joncham@gmail.com>
3490
3491         * domain-internals.h, domain.c : Remove delegate_invoke_impl_with_target_hash
3492         and delegate_invoke_impl_no_target_hash from _MonoDomain struct.
3493         
3494         Code is contributed under MIT/X11 license.
3495
3496 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
3497
3498         * domain.c, object.c, mono-config.c, object-internals.h: Fixed  #82416.
3499
3500 2007-09-12  Marek Habersack  <mhabersack@novell.com>
3501
3502         * image.c (do_mono_image_open): if assembly file fails to open and
3503         MONO_IOMAP is in effect, try to find the path in a
3504         case-insensitive way.
3505
3506         * appdomain.c (mono_runtime_init): do not install postload hooks -
3507         tests show that MS.NET doesn't use anything of that sort to
3508         trigger the AppDomain.AssemblyResolve event.
3509         (mono_try_assembly_resolve): renamed from try_assembly_resolve and
3510         made non-static.
3511         (mono_runtime_init): init portability helpers here.
3512
3513         * assembly.c (mono_assembly_load_with_partial_name): if other   
3514         attempts fail, trigger the AppDomain.AssemblyResolve event handler
3515         to resolve the assembly.
3516
3517         * domain-internals.h: added mono_try_assembly_resolve and marked
3518         it as internal.
3519
3520 2007-09-11  Jb Evain  <jbevain@novell.com>
3521
3522         * object-internals.h (MonoReflectionDynamicMethod): add
3523         a `MonoReflectionType *owner` field. The owner is used
3524         * reflection.c:
3525         (mono_reflection_create_dynamic_method): use the owner of the dynamic
3526         method as the class declaring the dynamic method.
3527         (reflection_methodbuilder_from_dynamic_method): copy the owner of the
3528         dynamic method to the declaring type of the methodbuilder.
3529
3530 2007-09-11  Mark Probst  <mark.probst@gmail.com>
3531
3532         * icall.c (ves_icall_InternalInvoke): Enforce CoreCLR security
3533         rules for calling methods via reflection.
3534
3535 2007-09-11  Zoltan Varga  <vargaz@gmail.com>
3536
3537         * reflection.c (resolve_object): Add support for MonoGenericClass. 
3538         Inflate MonoType's.
3539
3540 Tue Sep 11 16:08:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
3541
3542         * gc-internal.h, boehm-gc.c, null-gc.c, sgen-gc.c: allow the GC to
3543         provide a managed method that does fast allocations without needing
3544         a managed->unmanaged transition. Boehm GC implementation currently
3545         enabled for ptrfree objects on sane architectures.
3546
3547 Tue Sep 11 16:00:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
3548
3549         * marshal.c, marshal.h: exported a couple of useful functions and
3550         added mono_mb_get_label () to easily handle backward branches.
3551
3552 2007-09-10  Zoltan Varga  <vargaz@gmail.com>
3553
3554         * reflection.c (resolve_object): Inflate generic methods. Fixes #82782.
3555
3556 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
3557
3558         * loader.c (find_method): Fixed the regression introduced while
3559         fixing bug #81466.
3560
3561 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
3562
3563         * class.c (mono_lookup_dynamic_token_class): Pass along the context here as
3564         well.
3565         
3566         * class.c loader.c metadata.c object.c class-internals.h object-internals.h
3567         icall.c reflection.c: Pass a MonoGenericContext argument to 
3568         mono_lookup_dynamic_token ().
3569
3570         * reflection.c (resolve_object): Handle GenericTypeParameterBuilder. Fixes
3571         #82744.
3572         
3573 2007-09-09  Robert Jordan  <robertj@gmx.net>
3574
3575         * object.c (mono_class_proxy_vtable): Don't create remoting trampolines
3576         for generic methods.
3577
3578         * object.c (mono_object_get_virtual_method): Handle generic methods.
3579         Fixes bug #78882.
3580
3581         Code is contributed under MIT/X11 license.
3582
3583 Sat Sep 8 18:16:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
3584
3585         * image.c: fix locking in mono_image_load_file_for_image ().
3586
3587 Thu Sep 6 19:48:00 CEST 2007 Paolo Molaro <lupus@ximian.com>
3588
3589         * reflection.c, icall.c, icall-def.h: the methodinfos name field is
3590         used only as a cache: added an icall to fill it.
3591
3592 2007-09-16  Rodrigo Kumpera  <rkumpera@novell.com>
3593
3594         * reflection.h: exposed mono_reflection_free_type_info
3595         * reflection.c (mono_reflection_get_type_internal): type_args is always freed
3596         since mono_reflection_bind_generic_parameters makes a copy of it.
3597         * reflection.c (free_type_info): subinfos should be freed.
3598         * reflection.c (free_type_info): renamed to mono_reflection_free_type_info and 
3599         made non static.
3600         * icall.c (type_from_name and ves_icall_System_Reflection_Assembly_InternalGetType):
3601         replaced explicit cleanup of MonoTypeNameParse struct with a call to mono_reflection_free_type_info,
3602         this fixes #82695 and #81726.
3603    
3604
3605 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
3606
3607         * process.h, process.c:  added support for user profile/info in
3608           ProcessStartInfo. For now only Windows works.
3609
3610 Fri Aug 31 17:30:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
3611
3612         * metadata.c: consider the generic arguments when comparing
3613         signatures (bug #82614).
3614
3615 Thu Aug 30 18:34:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
3616
3617         * cil-coff.h, image.c: updated assembly loader to cope with the
3618         PE32+ 64 bit file format.
3619
3620 Thu Aug 30 16:47:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
3621
3622         * assembly.c, class.c, domain.c, loader.c: remove useless
3623         inclusion of cil-coff.h.
3624
3625 2007-08-29  Jonathan Chambers  <joncham@gmail.com>
3626
3627         * marshal.c (cominterop_get_ccw): Walk up interface hierarchy
3628         if interface is marked with CoClassAttribute. 
3629    
3630         Code is contributed under MIT/X11 license.
3631
3632 Wed Aug 29 19:27:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
3633
3634         * sgen-gc.c: ensure no object from the to space is copied again or finalized
3635         if it's seen twice in major collections.
3636
3637 Wed Aug 29 18:46:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
3638
3639         * sgen-gc.c: big objects are not copied to the gray area, but they
3640         need to be considered for scanning, too, if they are brought alive
3641         by an object ready for finalizations or a survived one.
3642
3643 Wed Aug 29 18:43:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
3644
3645         * sgen-gc.c: properly account the number of disappearing links when
3646         they are nullified.
3647
3648 Wed Aug 29 18:37:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
3649
3650         * sgen-gc.c: share the code to scan the registered roots between the
3651         different types of collections.
3652
3653 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
3654
3655         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor): New icall.
3656
3657 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
3658
3659         * object.c (mono_class_proxy_vtable): Use max_interface_id instead of
3660         class->max_interface_id in a one place. Fixes transparentproxy.exe test on ia64.
3661
3662 2007-08-28  Mark Probst  <mark.probst@gmail.com>
3663
3664         * security-manager.c (mono_security_manager_get_methods):
3665         LinkDemandSecurityException now has 2 arguments instead of 3.
3666
3667 2007-08-27  Zoltan Varga  <vargaz@gmail.com>
3668
3669         * class.c (mono_class_layout_fields): Only do the struct alignment hack on
3670         platforms which need it.
3671
3672 Mon Aug 27 18:29:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
3673
3674         * sgen-gc.c: unregister thread data structures with a pthread_key_t
3675         dtor.
3676
3677 Mon Aug 27 18:27:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
3678
3679         * threads.c: free the thread static data on thread exit.
3680
3681 Mon Aug 27 10:55:54 CEST 2007 Paolo Molaro <lupus@ximian.com>
3682
3683         * class.c: walk the hierarchy to find the generic definition for
3684         a class (fixes runtime part of bug #82498).
3685
3686 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
3687
3688         * assembly.c (mono_assembly_close): Move the closing of the referenced assemblies to
3689         ...
3690
3691         * image.c (mono_image_close): Here. Hopefully fixes #82510.
3692
3693 2007-08-24  Mark Probst  <mark.probst@gmail.com>
3694
3695         * monodiet.c (handle_cattrs): Fixed a custom attr leak.
3696
3697 2007-08-24  Robert Jordan  <robertj@gmx.net>
3698
3699         * appdomain.c: don't perform the ':'->';' substitution on Win32.
3700
3701 2007-08-24  Jb Evain  <jbevain@novell.com>
3702
3703         * class.c (mono_type_get_name_recurse): fix AssemblyQualifiedName
3704         for byref types.
3705
3706 2007-08-24  Mark Probst  <mark.probst@gmail.com>
3707
3708         * threads.c: Make sure a thread gets cleaned up only once.  Fixes
3709         #82286.
3710
3711 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
3712
3713         * assembly.c: Fix a warning.
3714         
3715 2007-08-23  Marek Habersack  <mhabersack@novell.com>
3716
3717         * appdomain.c: parse the <runtime> section looking for the probing
3718         element with the 'privatePath' attribute, which sets additional
3719         directories in which the runtime should look for assemblies.
3720
3721 2007-08-23  Robert Jordan  <robertj@gmx.net>
3722
3723         * marshal.c (Marshal_ReAllocHGlobal) : Fix GlobalReAlloc's flags.
3724         Fixes #82499.
3725
3726 2007-08-23  Martin Baulig  <martin@ximian.com>
3727
3728         * mono-debug.[ch]: Rename mono_debug_init_corlib() into
3729         _mono_debug_init_corlib() and remove it from the header file.
3730
3731 2007-08-23  Martin Baulig  <martin@ximian.com>
3732
3733         * mono-debug-debugger.c
3734         (mono_debugger_unhandled_exception): Ignore `ThreadAbortException';
3735         don't notify the debugger about it.
3736
3737         * mono-debug-debugger.h
3738         (MonoDebuggerEvent): Removed `THREAD_ABORT'.
3739
3740 2007-08-23  Robert Jordan  <robertj@gmx.net>
3741
3742         * icall-def.h, process.*: implemented Get|SetPriorityClass icalls.
3743         Code is contributed under MIT/X11 license.
3744
3745 Wed Aug 22 18:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
3746
3747         * sgen-gc.h, sgen-gc.c: abstracted most of the OS-specific code.
3748
3749 2007-08-22  Martin Baulig  <martin@ximian.com>
3750
3751         * mono-debug.c: Store debugging info on a per-domain basis and
3752         free it on domain unload.  Add support for unloading symbol files.
3753
3754         * mono-debug.h
3755         (MonoDebugList): New typedef.
3756         (MonoSymbolTable):
3757         - add `data_tables and `type_table'.
3758         - replace 'symbol_files' and `num_symbol_files' with a
3759           `MonoDebugList *'.
3760         (mono_debug_data_table): Removed.
3761         (mono_debug_list_add): New public function.
3762         (mono_debug_list_remove): New public function.
3763         (mono_debug_init_1): Renamed into mono_debug_init_corlib().
3764         (mono_debug_init_2_memory): Renamed into
3765         mono_debug_open_image_from_memory().
3766         (mono_debug_close_image): New public function.
3767         (mono_debug_domain_create): Likewise.
3768         (mono_debug_domain_unload): Likewise.
3769         (MONO_DEBUGGER_VERSION): Bump to 60.
3770
3771         * mono-debug-debugger.h
3772         (MonoDebuggerEvent):
3773         - remove `RELOAD_SYMTABS' and `METHOD_COMPILED'.
3774         - rename `ADD_MODULE' into `LOAD_MODULE'; add `UNLOAD_MODULE'.
3775         - add `DOMAIN_CREATE' and `DOMAIN_UNLOAD'.
3776         - rename `THREAD_CREATED' and `THREAD_EXITED' into
3777           `GC_THREAD_CREATED' and `GC_THREAD_EXITED'.
3778         - re-add `THREAD_CREATED' and `THREAD_EXITED'; with different
3779           meaning.
3780         (mono_debugger_add_symbol_file): Removed.
3781         (mono_debugger_add_type): Removed.
3782         (mono_debugger_lookup_type): Removed.
3783         (mono_debugger_lookup_assembly): Removed.
3784
3785         * domain.c
3786         (mono_domain_create): Call mono_debug_domain_create().
3787         (mono_init_internal): Call mono_debug_init_corlib().
3788
3789         * assembly.c
3790         (mono_assembly_close): Call mono_debug_close_image().
3791
3792 Wed Aug 22 17:26:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
3793
3794         * sgen-gc.c: use the mono-mmap facilitites instead of hard-coding the
3795         mmap call.
3796
3797 Wed Aug 22 17:17:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
3798
3799         * sgen-gc.c: ensure section->pin_queue_end is initialized
3800         correctly when non pinning objects in the section have been found.
3801
3802 2007-08-22  Marek Habersack  <mhabersack@novell.com>
3803
3804         * appdomain.c (set_domain_search_path): cope with PrivateBinPath
3805         containing a list of directories separated by ':'. MSDN docs say
3806         the directories should be separated with ';'. Part of a bugfix for
3807         bug #81446
3808
3809 2007-08-21  Rodrigo Kumpera  <rkumpera@novell.com>
3810
3811         * class.c (mono_type_retrieve_from_typespec) : fixed the return type
3812         it should MonoType and not MonoClass.
3813
3814 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
3815
3816         * culture-info-table.h : regenerated.
3817
3818 2007-08-20  William Holmes  <billholmes54@gmail.com>
3819
3820         *file-io.c: Added ves_icall_System_IO_MonoIO_ReplaceFile
3821          to call ReplaceFile Kernel32 on windows or in io-layer.
3822         *file-io.h: Added deceleration for ves_icall_System_IO_MonoIO_ReplaceFile
3823         *icall-def.h: Register ves_icall_System_IO_MonoIO_ReplaceFile
3824          as an internal call.
3825
3826         Code is contributed under MIT/X11 license.
3827
3828 2007-08-20  Jb Evain  <jbevain@novell.com>
3829
3830         * class-internals: add definitions for MONO_EXCEPTION_METHOD_ACCESS
3831         and MONO_EXCEPTION_FIELD_ACCESS.
3832
3833         * debug-helpers.[c|h]: new mono_field_full_name function.
3834
3835 2007-08-20  Mark Probst  <mark.probst@gmail.com>
3836
3837         * class.c: Removed class_security_level() and moved it to
3838         security-core-clr.c.
3839
3840         * security-core-clr.c, security-core-clr.h: class_security_level()
3841         is now public and renamed to mono_security_core_clr_class_level().
3842         It also looks for security attributes in the classes a class is
3843         nested in.
3844
3845 2007-08-20  Mark Probst  <mark.probst@gmail.com>
3846
3847         * security-core-clr.c, security-core-clr.h: CoreCLR security
3848         utility functions.
3849
3850         * Makefile.am: Added security-core-clr.[ch].
3851
3852         * security-manager.c, security-manager.h: Functions and enum for
3853         setting and getting the security mode.
3854
3855         * class.c: CoreCLR security checks.
3856
3857 Mon Aug 20 12:38:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
3858
3859         * icall-def.h, process.c, process.h: implemented icall to get
3860         user/system processor times.
3861
3862 2007-08-17  Mark Probst  <mark.probst@gmail.com>
3863
3864         * domain.c, threads.c, class-internals.h, domain-internals.h: New
3865         reader-lock-free jit_info_table.
3866
3867 2007-08-17  Zoltan Varga  <vargaz@gmail.com>
3868
3869         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_CUSTOM.
3870
3871         * marshal.c (mono_marshal_type_size): Ditto. Fixes #82465 and #82466.   
3872
3873         * object-internals.h (MonoException): Add missing _data member.
3874
3875 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
3876
3877         * loader.c (find_method, find_method_in_class): Fixed bug #81466,
3878         checking that only methods with matching qname or fqname are picked
3879         from implemented interfaces.
3880
3881 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
3882
3883         * verify.c (do_newarr):added, do type verification of
3884         newarr ops, push the right value on the eval stack.
3885         * verify.c (mono_method_verify): use do_newarr
3886
3887
3888 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
3889
3890         * verify.c (do_ldobj_value, do_unbox_value and do_box_value):
3891         factored the common code into get_boxable_mono_type, which
3892         is now using mono_type_get_full, this fixed byref related tests.
3893
3894 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
3895
3896         * class.c: added mono_type_get_full, this function has the same
3897         behavior of mono_class_get_full but the returned MonoType has
3898         all metadata of the associated token in case of a typespec token.
3899         * class.c: added mono_type_retrieve_from_typespec, used by 
3900         mono_type_get_full to retrieve the token type.
3901         * class.c (mono_class_create_from_typespec): changed to use
3902         mono_type_retrieve_from_typespec.
3903         * class.c (mono_ldtoken): changed to use mono_type_get_full
3904         for MONO_TOKEN_TYPE_(DEF|REF|SPEC).
3905         * class-internals.h: exported mono_type_get_full for internal use.
3906
3907 2007-08-16  Jb Evain  <jbevain@novell.com>
3908
3909         * domain.c (supported_runtimes): add entry for
3910         the 'moonlight' runtime version.
3911
3912 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
3913
3914         * verify.c (mono_method_verify): small typo sliped in.  
3915
3916 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
3917
3918         * verify.c (do_unbox_value): added, do type verification of
3919         unboxing ops
3920         * verify.c (mono_method_verify): use do_unbox_value
3921
3922
3923 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
3924
3925         * verify.c (dump_stack_value): fixed typo, was printing string
3926         instead of object on stack.
3927         * verify.c (do_box_value): moved the byref check up as it leads
3928         to invalid code and should be done earlier.
3929         * verify.c: improved error messages for and ldobj
3930
3931 2007-08-15  William Holmes  <billholmes54@gmail.com>
3932
3933         * marshal.c (emit_marshal_custom): Omit the call to 
3934           marshal_native_to_managed when calling native to managed 
3935           and the argument is specified as an out argument.
3936
3937         Code is contributed under MIT/X11 license.
3938
3939 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
3940
3941         * verify.c: fixed the type checks for generics, function pointers and vectors.
3942         Added type verification for ldobj and ldtoken. The verifier
3943         would segfault if header or signature of a method contained references
3944         to non-existant types.
3945
3946 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
3947
3948         * marshal.c (cominterop_get_ccw): Patch from
3949         Bill Holmes to no walk up interface hierarchy. 
3950         All parent methods should be present in the interface for COM.
3951    
3952         Code is contributed under MIT/X11 license.
3953
3954 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
3955
3956         * marshal.c (emit_marshal_com_interface): Patch from
3957         Bill Holmes to handle COM Interfaces as return values
3958         for native->managed calls.
3959    
3960         Code is contributed under MIT/X11 license.
3961
3962 2007-08-14  Jonathan Chambers  <joncham@gmail.com>
3963
3964         * marshal.c (cominterop_get_idispatch_for_object): Implement
3965         for runtime callable wrappers.
3966    
3967         Code is contributed under MIT/X11 license.
3968
3969 2007-08-13  Rodrigo Kumpera  <rkumpera@novell.com>
3970
3971         * pedump.c (main): changed from mono_init to mono_init_from_assembly
3972         so 2.0 types are accessible
3973
3974
3975 2007-08-13  Miguel de Icaza  <miguel@novell.com>
3976
3977         * domain.c (mono_init_internal): Call mono_assembly_load_friends
3978         once we load mscorlib.   Due to the order in which we initialize,
3979         the mono_assembly_load_full routine that loads mscorlib did not
3980         load friends.   We now load it once we load the
3981         mono_defaults.internals_visible_class class. 
3982
3983         * assembly.c: Expose the mono_load_friend_assemblies method.
3984
3985 2007-08-11  Rodrigo Kumpera  <rkumpera@novell.com>
3986
3987         * verify.c: improved the handling of boxing, better
3988         type checking for unary ops and conversion. Fix bug
3989         regarding managed pointer compatibility checking
3990
3991 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
3992
3993         * icall.c (ves_icall_System_Array_SetGenericValueImpl): New icall.
3994
3995         * threads.c threads-types.h: Export mono_thread_get_stack_bounds.
3996
3997 2007-08-09  Raja R Harinath  <rharinath@novell.com>
3998
3999         * reflection.c (dup_type): Remove.
4000         * class.c (dup_type): Remove.
4001         (mono_metadata_signature_deep_dup): Use 'mono_metadata_type_dup'
4002         instead of the dodgy 'dup_type'.
4003         (inflate_generic_type): Likewise.  Fix the VAR/MVAR cases to
4004         handle the case where 'dup_type' needed the second argument.
4005
4006 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
4007
4008         * domain.c: Fix a warning.
4009
4010 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
4011
4012         * class.c (mono_class_setup_vtable_general): Fixed bug #77127,
4013         checking that methods with the same fqname are not overridden
4014         with a method from an ancestor.
4015
4016 2007-08-07  Zoltan Varga  <vargaz@gmail.com>
4017
4018         * threads.c (free_thread_static_data_helper): Avoid a crash if
4019         thread->static_data is not yet set.
4020
4021 2007-08-07  Jonathan Chambers  <joncham@gmail.com>
4022
4023         * marshal.c: Use correct image when emitting
4024         native wrapper for COM calls.
4025    
4026         Code is contributed under MIT/X11 license.
4027
4028 2007-08-07  Atsushi Enomoto  <atsushi@ximian.com>
4029
4030         * icall-def.h, security.c, security.h :
4031           added icall wrapper to ProtectedMemory.[Unprotect|Protect]Data().
4032
4033 2007-08-07  Martin Baulig  <martin@ximian.com>
4034
4035         * mono-debug-debugger.h
4036         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD'.
4037
4038         * domain.c (mono_domain_free): Call
4039         `mono_debugger_event (MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD)'.
4040
4041 2007-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
4042
4043         * verify.c (check_underflow, check_overflow): error message now returns IL offset
4044         * verify.c (in_same_block): code should test if either offset is inside the clauses
4045         * verify.c (mono_method_verify): push the exception into the eval stack of exception
4046         and filter blocks
4047
4048 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
4049
4050         * image.c (mono_image_close): Fix a leak.
4051
4052         * object.c (mono_runtime_invoke_array): Avoid using alloca.
4053
4054         * icall.c (ves_icall_FieldInfo_SetValueInternal): Ditto.        
4055
4056 Fri Aug 3 19:54:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
4057
4058         * domain.c, threads.c, threads-types.h: fix memory retention issue
4059         with thread static variables not being cleared on domain unload.
4060         Reuse thread static slots after domain unload.
4061
4062 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
4063
4064         * object.c (mono_runtime_invoke_array): Handle the case when the receiver is a
4065         nullable type.
4066
4067         * marshal.c (mono_marshal_get_runtime_invoke): Revert the previous change, it is
4068         now done in mono_runtime_invoke_array.
4069
4070         * marshal.c (mono_marshal_get_runtime_invoke): Handle the case when the 
4071         receiver is a nullable type.
4072
4073         * class.c (mono_class_is_assignable_from): Handle the case when klass is a 
4074         generic parameter.
4075
4076 2007-08-03  Jonathan Chambers  <joncham@gmail.com>
4077
4078         * marshal.c: Implement COM Objects as return type for 
4079         managed->unmanaged calls. Added Release calls for COM Object
4080         out/return values in managed->unmanaged calls.
4081
4082         Code is contributed under MIT/X11 license.
4083
4084 Fri Aug 3 17:00:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
4085
4086         * threads.h, threads-type.h: move the hazard pointer declarations
4087         to the private header.
4088
4089 Fri Aug 3 13:13:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
4090
4091         * file-io.c, appdomain.c: memory leak fixes.
4092
4093 2007-08-02  Dick Porter  <dick@ximian.com>
4094
4095         * socket-io.c
4096         (ves_icall_System_Net_Sockets_Socket_Socket_internal): Move the
4097         SO_REUSEADDR setting into io-layer/sockets.c.
4098
4099 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
4100
4101         * icall.c (ves_icall_Type_GetMethodsByName): Return the members inherited
4102         from Object when called on a generic parameter. Fixes #82211.
4103
4104 2007-08-01  Dick Porter  <dick@ximian.com>
4105
4106         * file-io.c (convert_share): Test FileShare values bit-by-bit.
4107         Fixes bug 79250 yet again.
4108
4109 2007-07-30  Martin Baulig  <martin@ximian.com>
4110
4111         Merged the `debugger-dublin' branch.
4112
4113         * mono-debug.h
4114         (MonoDebugDataTable): New typedef.
4115         (MonoDebugMethodAddressList): New typedef.
4116         (MonoDebugWrapperData): Removed.
4117         (MonoDebugSymbolTable): Removed `current_data_table',
4118         `current_data_table_size', `current_data_table_offset'.
4119         (MonoDebugDataItemType): Moved into mono-debug.c.
4120         (MonoDebugMethodJitInfo): Remove `address'.
4121         (mono_debug_data_table): New global variable.
4122         (mono_debug_lookup_method_addresses): New public function.
4123         (mono_debug_find_method): Take a `MonoMethod *', not a
4124         `MonoDebugMethodInfo *'.
4125
4126         * mono-debug.c: Drop support for the old symbol tables.
4127
4128 2007-06-28  Martin Baulig  <martin@ximian.com>
4129
4130         * mono-debug.c (mono_debug_debugger_version): New public variable.
4131
4132 2007-07-31  William Holmes  <billholmes54@gmail.com>
4133
4134         * metadata.c Changed mono_type_create_from_typespec to not insert
4135           the type into the hash map until after
4136           do_mono_metadata_parse_type has completed.
4137         Fixes Bug #82194
4138         Code is contributed under MIT/X11 license.
4139
4140 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
4141
4142         * icall.c (ves_icall_Type_GetMethodsByName): Avoid a crash when called on a
4143         generic parameter. Fixes #82211.
4144
4145 2007-07-27  Jb Evain  <jbevain@novell.com>
4146
4147         * pedump.c (dump_metadata, dump_metadata_header): dump
4148         versions contained in the metadata header.
4149
4150 Fri Jul 27 17:07:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
4151
4152         * threads.c: register small_id_table with the GC.
4153
4154 2007-07-27  Mark Probst  <mark.probst@gmail.com>
4155
4156         * threads.c, threads.h, class-internals.h, object-internals.h:
4157         Hazard pointers, to be used by lock-free parallel algorithms.
4158
4159 2007-07-26  Dick Porter  <dick@ximian.com>
4160
4161         * appdomain.c (mono_runtime_cleanup): Invoke io-layer cleanup
4162         routine on non-windows platforms, as I've not managed to think of
4163         a non-kludgy way of doing this.  Finishes off bug 78739.
4164
4165 Wed Jul 25 18:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
4166
4167         * object.c: properly setup interface_bitmap in proxy vtables.
4168
4169 2007-07-25  Marek Habersack  <mhabersack@novell.com>
4170
4171         * appdomain.c (get_shadow_assembly_location): do not use TickCount
4172         to create unique shadow copy target directories, use the domain's
4173         serial number instead. Each domain gets a unique target directory
4174         that way.
4175
4176         * domain.c (mono_domain_create): added code to increment domain
4177         shadow copy serial number and cache the value in the current
4178         domain structure.
4179
4180         * domain-internals.h (struct _MonoDomain): added a new field -
4181         shadow_serial to hold the serial number used in generation of
4182         shadow-copy directories. This is to make sure that the directory
4183         name is unique for each and every domain created. We avoid a race
4184         condition with overriding assemblies already in use by other app
4185         domains.
4186
4187 2007-07-24  Rodrigo Kumpera  <rkumpera@novell.com>
4188
4189         * class.c (mono_bounded_array_class_get): fixed memory leak when 
4190         binding generic parameters.
4191
4192 2007-07-24  Raja R Harinath  <rharinath@novell.com>
4193
4194         * metadata.c (do_mono_metadata_parse_generic_class): Use
4195         mono_metadata_lookup_generic_class.  Don't g_assert on a metadata
4196         error.
4197
4198 Tue Jul 24 15:15:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
4199
4200         * loader.c, class-internals.h, reflection.c: removed the per-method
4201         generics hashtable: we use the global one through the call of
4202         mono_class_inflate_generic_method ().
4203
4204 Mon Jul 23 19:43:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
4205
4206         * class.c, metadata.c, class-internals.h: introduce yet another
4207         generics global cache for inflated methods (fixes 98% of the perf
4208         issue in bug #81806).
4209
4210 2007-07-23  Raja R Harinath  <rharinath@novell.com>
4211
4212         Fix #81035 -- avoid allocating MonoGenericInsts willy-nilly
4213         * metadata.c (mono_metadata_lookup_generic_inst): Kill.
4214         (mono_metadata_get_generic_inst): New.  Given a list of MonoType*,
4215         return a MonoGenericInst containing (a copy) of those types.
4216         (mono_metadata_inflate_generic_inst): Update to changes.
4217         (mono_metadata_parse_generic_inst): Likewise.
4218         (mono_get_shared_generic_inst): Likewise.
4219         * reflection.c (mono_class_bind_generic_parameters): Likewise.
4220         (mono_reflection_bind_generic_method_parameters): Likewise.
4221         * metadata-internals.h: Likewise.
4222         * icall.c (free_generic_context): Kill.
4223         (init_generic_context_from_args): Use mono_metadata_get_generic_inst.
4224
4225         * reflection.c (reflection_methodbuilder_to_mono_method): Use
4226         mono_metadata_type_dup.
4227         * marshal.c (mono_mb_create_method): Likewise.
4228
4229         * metadata.c (mono_metadata_type_dup): Rename from
4230         mono_metadata_type_dup_mp.  Take an optional mempool instead of a
4231         MonoImage.  Handle a few more cases, esp. when no mempool is given.
4232         * marshal.c, metadata-internals.h: Update to changes.
4233
4234 Mon Jul 23 11:43:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
4235
4236         * class.c: fixed a small leak for array classes and removed warning.
4237
4238 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
4239
4240         * loader.c (mono_method_get_param_token): Make this work on generic methods.
4241         Return 0x8000000 for return parameters. Fixes #82161.
4242
4243 2007-07-21  Marek Habersack  <grendello@gmail.com>
4244
4245         * appdomain.c (get_shadow_assembly_location): append the current
4246         ticks value to the path. Avoids overwriting the same assemblies by
4247         several threads at the same time.
4248
4249 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
4250         and Raja R Harinath  <rharinath@novell.com>
4251
4252         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
4253         Simplify slightly.
4254         (ves_icall_MonoMethod_GetGenericMethodDefinition): Update
4255         property for testing if a method is a generic method definition.
4256
4257 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
4258
4259         * domain-internals.h : added 2.0 member fields to MonoAppDomainSetup.
4260
4261 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
4262
4263         * verify.c: used function from private branch, reverted to the one in class.h 
4264
4265 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
4266
4267         * verify.c: a typo slipped in and the code wont compile
4268
4269 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
4270
4271         * verify.c: now all code use IS_MANAGED_POINTER and UNMASK_TYPE macros.
4272         disabled box instruction as it is doing the wrong thing
4273         improved stack dump messages, now it is easier to debug type related issues
4274
4275
4276 2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
4277
4278         * icall.c (ves_icall_System_MonoType_getFullName): Fix a leak. 
4279
4280 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
4281
4282         * verify.c: changed MONO_TYPE_TYPEDBYREF stack type from 
4283         TYPE_COMPLEX to TYPE_PTR, it did not make any sense to be
4284         grouped with class and valuetype. This change will simply 
4285         the code as it should be handled just like unmanaged pointers.
4286
4287 2007-07-19  Mark Probst  <mark.probst@gmail.com>
4288
4289         * class.c (concat_two_strings_with_zero): Fixed a silly bug.
4290
4291 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
4292
4293         * verify.c: several stack merge issues fixed, reference comparisons now
4294         check the type size. strict type check now works correctly.
4295         added more uses of IS_MANAGED_POINTER macro.
4296         fixed issues pointed by running the test suite against .net.
4297         
4298
4299 2007-07-19  Mark Probst  <mark.probst@gmail.com>
4300
4301         * class.c, loader.c, class-internals.h: Removed the
4302         MonoLoaderErrorKind enum and replaced it with the MONO_EXCEPTION_
4303         defines.
4304
4305         * icall.c: Better error checking in some internal reflection
4306         methods.
4307
4308 2007-07-18  William Holmes  <billholmes54@gmail.com>
4309
4310         * filewatcher.c : removed unused variable 'filename' in 
4311           ves_icall_System_IO_FSW_SupportsFSW
4312
4313 Mon Jul 16 19:36:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
4314
4315         * reflection.c, class.c, icall.c, loader.c: mono_get_inflated_method () is
4316         obsolete, removed.
4317
4318 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
4319
4320         * icall.c (ves_icall_System_Reflection_FieldInfo_GetTypeModifiers): New icall.
4321         
4322         * icall.c (ves_icall_System_Reflection_Module_ResolveSignature): New icall.
4323
4324 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
4325
4326         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
4327         Implement generics support.
4328         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
4329
4330         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Add new
4331         type_args and method_args arguments.
4332         (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.
4333         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
4334         (ves_icall_System_Reflection_Module_ResolveMemberToken): Ditto.
4335
4336 2007-07-13  Rodrigo Kumpera  <rkumpera@novell.com>
4337
4338         * reflection.c: patch from Thong Nguyen to fix atribute resolution.
4339           It adds a rootimage parameter to mono_reflection_get_type_internal,
4340           adds new function mono_reflection_get_type_with_rootimage and use
4341           the rootimage to resolve the types instead of the current image
4342
4343 2007-07-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4344
4345         * culture-info-table.h: Forgot to update after r78304.
4346
4347 2007-07-13  Raja R Harinath  <rharinath@novell.com>
4348
4349         * class.c (mono_class_is_open_constructed_type)
4350         <MONO_TYPE_GENERICINST>: Don't recompute a computed field.
4351
4352 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
4353
4354         * class.c (mono_bounded_array_class_get):  method fails if used with
4355         an incomplete TypeBuilder enum (no basetype field), fixed it by 
4356         avoiding calculating the size for such array as it cannot be instantiated.
4357         Fix bug #82015
4358
4359 2007-07-12  Raja R Harinath  <rharinath@novell.com>
4360
4361         * class-internals.h (_MonoGenericInst::is_reference): Remove bogus
4362         field.
4363         * metadata.c, reflection.c: Update to changes.
4364
4365 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
4366
4367         * class.c, class-internal.h: added mono_type_is_valid_enum_basetype and
4368         mono_class_is_valid_enum, they are used to valide a enum when loading.
4369         * reflection.c: used new functions to throw TypeLoadException when and
4370         invalid enum is build with TypeBuilder. Fixes #82018
4371   
4372 Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
4373
4374         * object.c: forgot commit of mono_class_setup_methods () to access
4375         iface->methods.
4376         * object-internals.h: added a few more handy fields to
4377         MonoIMTCheckItem.
4378
4379 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
4380
4381         * object.c (build_imt): Call mono_class_setup_methods () before accessing 
4382         iface->methods.
4383
4384 Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
4385
4386         * class-internals.h, object-internals.h, object.c: IMT-based
4387         interface invocation core from Massimiliano Mantione
4388         (massi@ximian.com) with a reworked arch-specific interface,
4389         bsearch implementation and a few bugfixes and memory savings by me.
4390
4391 2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
4392
4393         * class.c (mono_class_create_from_typedef): mono would segfault if 
4394         an enum did not have a __value field. It now throws a TypeLoadException
4395         for such cases. Fix bug #82022
4396
4397 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
4398
4399         * marshal.c (mono_marshal_string_to_utf16_copy): Fix allocation size.
4400
4401 2007-07-09  Mark Probst  <mark.probst@gmail.com>
4402
4403         * class.c (mono_class_init): If a class is already inited but has
4404         an exception_type set, return FALSE, not TRUE.  Fixes: 82050.
4405
4406 2007-07-09  Mark Probst  <mark.probst@gmail.com>
4407
4408         * class.c: Properly handle the case of an unimplemented interface
4409         method.  Fixes: 81673.
4410
4411 Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
4412
4413         * class-internals.h, object.c: cleanup patch from massi: use
4414         MonoVTable->interface_bitmap since the vtable interfaces offset array
4415         is going away.
4416
4417 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
4418
4419         * icall-def.h icall.c: Remove Module:get_MDStreamVersion icall and add a new
4420         GetMDStreamVersion icall instead.
4421
4422 Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
4423
4424         * filewatcher.c: patch from Thong Nguyen <tum@veridicus.com> to
4425         not use mono_dl_build_path() with a full library name: makes
4426         fallbacks to libgaim and libfam work.
4427
4428 2007-07-06  William Holmes  <billholmes54@gmail.com>
4429
4430         * assembly.c: Added a continue statement in probe_for_partial_name when
4431          parse_assembly_directory_name fails.  Fixes : 82002
4432
4433 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
4434
4435         * verify.c (check_unmanaged_pointer_type): renamed to check_unverifiable_type
4436         and added a verification  for TYPEDBYREF.
4437         * verify.c (verify_stack_type_compatibility): fix handling of byref types,
4438         make native int interchangeable with int32 and some small cleanup and formating.
4439         * verify.c (push_arg): only ldarg on invalid argument is valid (but not verifiable) and
4440         handle byref of byref.
4441         * verify.c (push_local): handle byref of byref.
4442         * verify.c (do_binop): invalid mix of values is unverifiable
4443         * verify.c (do_invoke_method): fixed the handling of bad params on stack and
4444         added visibility checks
4445         * verify.c (field related method): added visibility checks
4446         * verify.c (do_push_field): cannot take the address of a temporary valuetype field
4447
4448 2007-07-06  Zoltan Varga  <vargaz@gmail.com>
4449
4450         * marshal.c (mono_marshal_string_to_utf16_copy): Null terminate the
4451         string.
4452
4453 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
4454
4455         * profiler.c (mono_profiler_load): Fix an off-by-one error.
4456
4457         * marshal.c (emit_marshal_string): When returning a string from managed code,
4458         allways make a copy even for unicode strings. Fixes #81990.
4459
4460 Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus@ximian.com>
4461
4462         * object.c: cleaned up mono_runtime_invoke_array () and fixed handling
4463         of byref generic inst types (bug #81997).
4464
4465 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
4466
4467         * class.c: moved methods mono_method_can_access_field and mono_method_can_access_method from mini/mini.c
4468         * class.h: added declarations of mono_method_can_access_field() and mono_method_can_access_method()
4469
4470 2007-07-02  Zoltan Varga  <vargaz@gmail.com>
4471
4472         * marshal.c (emit_marshal_string): Add support for unicode strings in
4473         MARSHAL_ACTION_MANAGED_CONV_RESULT. Fixes #81990.
4474
4475 2007-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
4476
4477         * verify.c: field load/store are now verified, missing only access checks now
4478
4479 2007-06-28  Martin Baulig  <martin@ximian.com>
4480
4481         * mono-debug.c (mono_debug_debugger_version): New public variable.
4482
4483 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
4484
4485         * locales.c: When constructing DateTimeFormat or NumberFormat for
4486         MonoCultureInfo, inherit readonly bit from MonoCultureInfo. The
4487         MonoCultureInfo contructed from the current locale is always
4488         read-only and has UseUserOverride set to true. All MonoCultureInfo
4489         instances returned for GetCultures have both IsReadOnly and
4490         UseUserOverride set to true. Fixes part of bug #81930.
4491
4492 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
4493
4494        * icall-def.h: Update System.__ComObject icalls
4495        * marshal.c: Avoid managed transition (and object creation)
4496        when looking up COM interface in RCW.
4497        * marshal.h: Ditto.
4498        
4499        Code is contributed under MIT/X11 license.
4500
4501 2007-06-22  Zoltan Varga  <vargaz@gmail.com>
4502
4503         * marshal.c (mono_marshal_get_runtime_invoke): Cache in the method image for now
4504         to avoid crashes during assembly unloading.
4505
4506 2007-06-22  Raja R Harinath  <rharinath@novell.com>
4507
4508         Fix MethodInfo.IsGenericMethodDefinition
4509         * reflection.c (mono_reflection_bind_generic_method_parameters):
4510         Rearrange code to ensure we always uses a generic method definition.
4511         * class.c (mono_class_inflate_generic_method_full): Set
4512         'generic_container' field only for generic method definitions.
4513         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
4514         Use presense of 'generic_container' field as indication of being a
4515         generic method definition.
4516
4517 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
4518
4519         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
4520
4521         * object-internals.h: Reflect changes in the layout of the managed Delegate
4522         class.
4523         
4524         * object-internals.h reflection.c icall-def.h: Applied patch from Robert
4525         Jordan (robertj@gmx.net). Add a dtor to dynamic methods which frees up the
4526         runtime memory used by the dynamic method. Fixes #77146.
4527
4528 2007-06-21  Dick Porter  <dick@ximian.com>
4529
4530         * file-io.h: 
4531         * file-io.c (convert_share): Cope with FileShare.Delete.  Patch
4532         from Wojtek Krawczyk <krawczyk.wojciech@gazeta.pl>, fixes bug
4533         81767.
4534
4535 2007-06-21  Raja R Harinath  <rharinath@novell.com>
4536
4537         * reflection.c (method_encode_methodspec): Add a tripwire.
4538         * class.c (inflate_generic_type): The fully open generic type is
4539         not the same as the generic type definition.
4540
4541 2007-06-21  Martin Baulig  <martin@ximian.com>
4542
4543         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 59.
4544
4545         * mono-debug-debugger.h
4546         (MonoDebuggerBreakpointInfo): Removed.
4547         (mono_debugger_insert_breakpoint_full): Moved to ../mini/debug-mini.h.
4548         (mono_debugger_remove_breakpoint): Likewise.
4549         (mono_debugger_breakpoint_callback): Likewise.
4550         (mono_debugger_start_add_type): Renamed into mono_debugger_add_type().
4551
4552 2007-06-21  Raja R Harinath  <rharinath@novell.com>
4553
4554         * metadata.c (mono_metadata_lookup_generic_class): The fully open
4555         generic type is not the same as the generic type definition.
4556         * class.c (mono_generic_class_get_class): Likewise.
4557
4558 2007-06-20  Geoff Norton  <gnorton@customerdna.com>
4559
4560         * icall.c: The second argument to 
4561         System.Reflection.MethodBase.GetMethodFromHandleInternalType
4562         is a MonoType not a MonoClass.
4563
4564 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
4565
4566         * verify.c: support for function pointers in the verifier
4567
4568 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
4569
4570         * verify.c: unmanaged pointer verification checks (loading unmanaged pointers is unverifiable)
4571
4572 Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
4573
4574         * assembly.c: removed Mono.Data.SqliteClient from the list of
4575         forward-compatible assemblies as it breaks the ABI (bug #81899).
4576
4577 2007-06-19  Raja R Harinath  <rharinath@novell.com>
4578
4579         * metadata.c (mono_metadata_lookup_generic_class): Protect cache
4580         lookup/update with the loader lock.
4581         * reflection.c (mono_class_bind_generic_parameters): No need to
4582         protect mono_metadata_lookup_* with the loader lock.
4583         * class.c (inflate_generic_type): Likewise.
4584         
4585         * metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
4586         on a generic instantiated type.
4587
4588 2007-06-18  Rodrigo Kumpera <kumpera@gmail.com>
4589
4590         *verify.c: produce meanfull error messages on verification error
4591         *verify.c: fixed some cases of verification errors reported as validation errors
4592         *pedump.c: fixed the error name array, now it shows validation errors properly
4593         *verify.h: fixed the contant that should be used for verification errors
4594
4595 Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
4596
4597         * metadata.c, image.c, metadata-internals.h: part of the fixes needed
4598         for bug #77596, 81858 and 80743 (generics data structures on domain
4599         unload).
4600
4601 2007-06-15  Raja R Harinath  <rharinath@novell.com>
4602
4603         Avoid allocating 'MonoGenericContext' on the heap.
4604         * class-internals (_MonoMethodInflated::context): Make field
4605         inline, not a pointer.
4606         * loader.c (method_from_methodspec): Allocate 'new_context' on the
4607         stack.  Use the context embedded within the inflated method as the
4608         hash key, rather than 'new_context'.
4609         * class.c (inflate_generic_context): Simplify.  Return a struct
4610         rather than allocating on the heap.
4611         (mono_class_inflate_generic_method_full): Update to changes.  Now,
4612         doesn't salt away a copy of the context -- simplifying the
4613         lifetime rules of a 'MonoGenericContext *'.
4614         (mono_method_get_context): Return pointer to embedded context.
4615         (setup_generic_array_ifaces): Allocate temporary context on stack.
4616         * reflection.c (inflate_mono_method): Likewise.
4617         (mono_reflection_bind_generic_method_parameters): Likewise.
4618         Use the context embedded within the inflated method as the hash key.
4619
4620         Avoid a source of allocation of 'MonoGenericContext'.
4621         * class-internals.h (_MonoGenericClass::context): Combine 'inst'
4622         and 'cached_context' fields into embedded 'MonoGenericContext' field.
4623         * class.c: Update to changes.
4624         (mono_generic_class_get_context): Simplify drastically.  Now just
4625         returns a pointer to the field.
4626         * metadata-internals.h (mono_metadata_generic_context_hash): Mark
4627         argument as a const pointer.
4628         (mono_metadata_generic_context_equal): Likewise.
4629         * metadata.c, loader.c, icall.c, reflection.c, verify.c:
4630         Update to changes.
4631
4632 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
4633
4634         * verify.c improved the handling of brtrue/brfalse, factored out common code
4635
4636 2007-06-14  Raja R Harinath  <rharinath@novell.com>
4637
4638         Kill MonoGenericMethod.
4639         * class-internals.h (MonoGenericContext::method_inst): Rename from
4640         'gmethod' and convert to a MonoGenericInst.
4641         (MonoGenericMethod): Remove.
4642         * metadata.h (MonoGenericMethod): Note that the name is obsolete.
4643         * loader.c (method_from_methodspec): Update to changes.  Use a
4644         MonoGenericContext as the key to the hashtable.
4645         * metadata.c (mono_metadata_generic_context_equal): Rename from 
4646         'mono_metadata_generic_method_equal' and take MonoGenericContext.
4647         (mono_metadata_generic_context_hash): Likewise from
4648         'mono_metadata_generic_method_hash'.  Change hash function.
4649         (mono_metadata_load_generic_params): Update to changes.
4650         (mono_get_shared_generic_method): Remove.
4651         * metadata-internals.h (mono_get_shared_generic_method): Remove.
4652         * class.c (inflate_generic_type) [MONO_TYPE_MVAR]: Update to changes.
4653         (inflate_generic_context): Likewise.
4654         (mono_class_inflate_generic_method_full): Likewise.
4655         (setup_generic_array_ifaces): Likewise.
4656         (mono_class_create_from_typespec): Likewise.
4657         * reflection.c (encode_generic_method_sig): Take a MonoGenericContext.
4658         (method_encode_methodspec): Update callsite.
4659         (reflection_methodbuilder_to_mono_method): Update to changes.
4660         (mono_reflection_bind_generic_method_parameters): Likewise.  Use a
4661         MonoGenericContext as the key to the hashtable.
4662         (inflate_mono_method): Update to changes.
4663
4664         * class-internals.h (MonoGenericMethod::container): Remove.
4665         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
4666
4667 Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
4668
4669         * profiler-private.h, profiler.c, profiler.h: added API to profile
4670         exception events.
4671
4672 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
4673
4674         * verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments 
4675
4676 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
4677
4678         * verify.c: method invocation is now validated, now we verify parameter types on stack.
4679         Fixed overflow and underflow not aborting the verification process.
4680
4681 2007-06-13  Mark Probst  <mark.probst@gmail.com>
4682
4683         * class-internals.h (MonoStats): Added stats entries for dynamic
4684         code allocations.
4685
4686 2007-06-12  Zoltan Varga  <vargaz@gmail.com>
4687
4688         * loader.c (mono_free_method): Free header->locals and header->clauses.
4689
4690         * marshal.c (mono_mb_create_method): Make a copy of the locals as well in the
4691         dynamic case.
4692
4693         * threads.c (mono_thread_get_stack_bounds): Fix memory leak.
4694
4695         * class.c (setup_interface_offsets): Allocate memory from the image mempool.
4696
4697 2007-06-12  Raja R Harinath  <rharinath@novell.com>
4698
4699         * verify.c (TYPE_MAX): Set it to 8 to match the dimensions of all
4700         the tables.
4701
4702 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
4703
4704         *pedump.c (main): return error code 4 if assembly cannot be loaded instead of segfaulting
4705
4706 2007-06-11  Raja R Harinath  <harinath@gmail.com>
4707
4708         MonoGenericMethod on a diet
4709         * class-internals.h (_MonoMethodInflated::reflection_info): Move
4710         here ...
4711         (_MonoGenericMethod::reflection_info): ... from here.
4712         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
4713         Update to changes.
4714         * reflection.c (inflate_mono_method): Likewise.
4715         (mono_reflection_bind_generic_method_parameters): Likewise.
4716
4717 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
4718
4719         *verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
4720         *verify.c: factored long ldarg forms to share code with short forms
4721
4722 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
4723
4724         *verify.c: fixed code formating factored some duplicate code
4725         into a new function
4726
4727         *verify.h: fixed binary incompatibility introduced earlier
4728
4729         *pedump.c: fixed formating
4730
4731 2007-06-11  Raja R Harinath  <harinath@gmail.com>
4732
4733         Fix assertion when disassembling Mono.C5.dll
4734         * loader.c (method_from_methodspec): Avoid inflating a method
4735         twice with the same context.  If the methodref is inflated, use
4736         the declaring method instead.
4737
4738         * class.c (mono_class_from_generic_parameter): Fix case similar to
4739         bug #81830 handled below, but for method containers.
4740
4741 2007-06-10  Raja R Harinath  <harinath@gmail.com>
4742
4743         * class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
4744         get_shared_generic_class.  Directly inflate the instance.
4745         [MONO_TYPE_GENERICINST]: Inline inflate_generic_class.
4746         (inflate_generic_class): Delete.
4747         (get_shared_generic_class): Delete.  Move setting of
4748         'cached_class' and 'cached_context' ...
4749         * metadata.c (mono_metadata_lookup_generic_class): ... here.
4750
4751         * metadata.c (mono_metadata_lookup_generic_class): Change
4752         signature to take the components of a MonoGenericClass rather than
4753         an allocated MonoGenericClass.  Change semantics to be intern-like.
4754         * reflection.c (mono_class_bind_generic_parameters): Update to
4755         changes.  Make locking region tighter.
4756         * class.c (inflate_generic_class): Update to changes.
4757         (get_shared_generic_class): Likewise.
4758         * metadata-internals.h: Likewise.
4759
4760         * reflection.c (mono_class_bind_generic_parameters): Take and
4761         return a MonoClass*, not a MonoType*.  Add 'is_dynamic' parameter.
4762         (mono_reflection_bind_generic_parameters): Use
4763         'mono_class_bind_generic_parameters' rather than duplicate the code.
4764         * class.c (mono_bounded_array_class_get): Update to changes.
4765         * object-internals.h: Likewise.
4766
4767         * reflection.c (mono_class_bind_generic_parameters): Only support
4768         parameterizing generic type definitions.  Remove support for other
4769         open types.
4770
4771 2007-06-08  Zoltan Varga  <vargaz@gmail.com>
4772
4773         * loader.c (mono_free_method): Free method->signature as well. Fixes #81832.
4774
4775         * marshal.c (mono_marshal_get_managed_wrapper): Allocate the signature using malloc
4776         in the dynamic case.
4777
4778 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
4779
4780         * threads.c: When cleaning up thread, reset the Background bit.
4781         Fixes bug #81720.
4782
4783 2007-06-08  Jonathan Chambers  <joncham@gmail.com>
4784
4785        * metadata.c: Move variable declarations to top of scope.
4786        * verify.c: Move variable declarations to top of scope.
4787
4788        Code is contributed under MIT/X11 license.
4789
4790 2007-06-08  Raja R Harinath  <rharinath@novell.com>
4791
4792         * reflection.c (mono_class_bind_generic_parameters): Replace
4793         open-coded loop with mono_metadata_inflate_generic_inst.
4794
4795         * class.c (get_shared_generic_class): Don't call
4796         mono_get_shared_generic_inst.  Use the container's own
4797         'class_inst'.
4798
4799         * metadata.c (mono_metadata_load_generic_params): Move
4800         initialization of 'context' field here from ...
4801         * class.c (mono_class_create_from_typedef): ... here, and ...
4802         * loader.c (mono_get_method_from_token): ... here.
4803
4804         * class.c (get_shared_generic_class): Rename from
4805         mono_get_shared_generic_class and make static.
4806         (mono_get_shared_generic_inst): Move to metadata.c.
4807         * loader.c (mono_get_shared_generic_method): Likewise.
4808         * class-internals.h, metadata-internals.h: Update to changes.
4809
4810         Fix #81830
4811         * class.c (mono_class_from_generic_parameter): Don't assume a
4812         generic container owner exists.  Generic containers from monodis
4813         don't have any.
4814
4815 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
4816
4817         * pedump.c: pedump exists with 2 if assembly is not verifiable and 3 if invalid
4818         * verify.h: new typedefs to returns the non-verifiable status
4819         * verify.c: initial implementation of generics, stack merging and object compatibility check
4820
4821 2007-06-06  Mark Probst  <mark.probst@gmail.com>
4822
4823         * class.c, image.c, class-internals.h (MonoImage): class_cache is
4824         a MonoInternalHashTable again (fixed bug in internal hash table
4825         code).
4826
4827 2007-06-06  Mark Probst  <mark.probst@gmail.com>
4828
4829         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
4830         MonoInternalHashTable again (fixed bug in internal hash table
4831         code).
4832
4833 2007-06-06  Mark Probst  <mark.probst@gmail.com>
4834
4835         * class.c, image.c, class-internals.h, domain.c,
4836         domain-internals.h (MonoImage): Reverting MonoInternalHashTable
4837         changes.  Have to figure out what makes them break the SWF
4838         regression.
4839
4840 2007-06-04  Mark Probst  <mark.probst@gmail.com>
4841
4842         * class.c, image.c, class-internals.h (MonoImage): class_cache is
4843         a MonoInternalHashTable now.
4844
4845 2007-06-04  Mark Probst  <mark.probst@gmail.com>
4846
4847         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
4848         MonoInternalHashTable now.
4849
4850 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
4851
4852         * domain-internals.h (MonoDomain): Add two new hash tables to store delegate
4853         invoke_impl code.
4854
4855         * object-internals.h (_MonoDelegate): Reflect changes to managed object layout.
4856
4857         * object.c (mono_delegate_ctor): Initialize invoke_impl field with an arch
4858         dependent trampoline.
4859
4860         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
4861
4862         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): New icall.
4863
4864 2007-05-29  Robert Jordan  <robertj@gmx.net>
4865
4866         * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754.
4867
4868 2007-05-28  Zoltan Varga  <vargaz@gmail.com>
4869
4870         * icall.c (ves_icall_get_method_info): Handle loader errors. Fixes #81724.
4871
4872 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
4873
4874        * marshal.c: Fix interface lookup loops for
4875        cominterop_get_com_slot_for_method and 
4876        cominterop_get_method_interface. Only need to lookup
4877        if type is a class, else use interface type method is on.
4878
4879        Code is contributed under MIT/X11 license.
4880
4881 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com>
4882
4883         * reflection.c: HasSecurity can be present even if no specially 
4884         encoded (CAS) attributes are available (e.g. SuppressUnmanagedCode
4885         SecurityAttribute). Fix CAS regression tests on buildbot.
4886
4887 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
4888
4889        * appdomain.c: Add configure checks for header files.
4890        * image.c: Add configure checks for header files.
4891        * file-io.c: Add configure checks for header files.
4892        * debug-mono-symfile.c: Add configure checks for header files.
4893        * threadpool.c: Add configure checks for header files.
4894        * console-io.c: Add configure checks for header files.
4895        * profiler.c: Add configure checks for header files.
4896        * rawbuffer.c: Add configure checks for header files.
4897        * icall.c: Add configure checks for header files.
4898        * rand.c: Add configure checks for header files.
4899        * socket-io.c: Add configure checks for header files.
4900
4901        Code is contributed under MIT/X11 license.
4902
4903 2007-05-24  Zoltan Varga  <vargaz@gmail.com>
4904
4905         * reflection.c (mono_custom_attrs_from_builders): Remove the 
4906         assertion as it breaks the build.
4907         
4908         * reflection.c (mono_custom_attrs_from_builders): Add an assertion.
4909
4910         * reflection.c (lookup_custom_attr): Make a copy here too.
4911
4912         * image.c (mono_image_check_for_module_cctor): Avoid accessing metadata in
4913         dynamic images.
4914
4915         * class.c (mono_class_init): Avoid accessing the metadata in dynamic
4916         images.
4917
4918         * reflection.c (mono_custom_attrs_from_param): Make a copy of the dynamic attr
4919         info.
4920
4921 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
4922
4923         * reflection.c (encode_cattr_value): Fix yet another object cattr encoding issue.
4924         (load_cattr_value): Ditto.
4925
4926 2007-05-20  Zoltan Varga  <vargaz@gmail.com>
4927
4928         * marshal.c (mono_marshal_get_delegate_invoke): Improve the generated IL a little.
4929
4930 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
4931
4932         * threads.c: In "start_wrapper", set apartment_state to MTA if
4933         apartment_state is Unknown and we're running on 2.0 profile or
4934         higher.
4935         * object.c: In "mono_runtime_exec_main", if STAThread is not applied
4936         to main method, then set apartment_state to Unknown on 1.0 profile,
4937         and MTA on 2.0 profile.
4938
4939 2007-05-16  Jb Evain  <jb@nurv.fr>
4940
4941         * class-internals.h (MonoDefaults): Add an attribute_class and
4942           customattribute_data_class.
4943         * domain.c (mono_init_internal): Populate them.
4944         * reflection.c: Use them to remove duplicates. Make a vew
4945         MonoClass variables `static'.
4946
4947 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
4948
4949         * class-internals.h: Added "MonoVTable.interface_bitmap" as a next
4950         step in implementing IMT, so that all isinst checks now can go
4951         through the bitmap.
4952         This was needed because vtables for TransparentProxy need to look
4953         like the vtable of the "target" class, so they need to point to
4954         its interface bitmap directly.
4955
4956         * object.c: inside "mono_class_create_runtime_vtable" and
4957         "mono_class_proxy_vtable", initialize "MonoVTable.interface_bitmap".
4958
4959 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
4960
4961         * object-internals.h
4962           culture-info.h : added territory field in MonoCulture and
4963           CultureInfoEntry foreach. Added lcid field in RegionInfoEntry.
4964         * locales.c : fill territory field above too.
4965         * culture-info-table.h : regenerated.
4966
4967 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
4968
4969         * class-internals.h (_MonoGenericContainer): Widen type_argc filed to 31 bits.
4970         Fixes #81599.
4971
4972 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
4973
4974         * object.c: Always initialize apartment, even if 
4975         there is no custom attributes on entry point.
4976         
4977         Code is contributed under MIT/X11 license.
4978
4979 2007-05-10  Jonathan Chambers  <joncham@gmail.com>
4980
4981         * marshal.c: LPTSTR == LPWSTR on Win32. Fixes #81370.
4982         * metadata.c: If no encoding is set, check for unicode
4983         on class.
4984         
4985         Code is contributed under MIT/X11 license.
4986
4987 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
4988
4989         * threads.c: Handle if mono_thread_current returns NULL 
4990         
4991         Code is contributed under MIT/X11 license.
4992
4993 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
4994
4995         * threads.c: Initialize Thread.AprtmentState and set on Thread.Start
4996         in start_wrapper. Added mono_thread_init_apartment_state and
4997         mono_thread_cleanup_apartment_state.
4998         * object.c: Initialize thread apartment state on main thread
4999         by checking for STAThreadAttribute on entry point.
5000         * object-internals.h: Add apartment_state field to MonoThread.
5001         * threads-types.h: Add unmanaged definition of 
5002         System.Threading.ApartmentState, MonoThreadApartmentState.
5003         
5004         Code is contributed under MIT/X11 license.
5005         
5006 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
5007
5008         * class.c: Fix windows build.
5009         * class-internals.h: Fix windows build.
5010         
5011         Code is contributed under MIT/X11 license.
5012
5013 2007-05-08  Robert Jordan  <robertj@gmx.net>
5014
5015         * process.c (CreateProcess_internal):
5016         Pass CREATE_NO_WINDOW to CreateProcess when ProcessStartupInfo
5017         .CreateNoWindow was specified. Fixes #81496.
5018
5019 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
5020
5021         * class-internals.h: Removed "MonoClass.interface_offsets" as a first
5022         step in implementing IMT, replaced it with two compact arrays
5023         (interfaces_packed and interface_offsets_packed) and a bitmap that
5024         is used for isinst checks (interface_bitmap).
5025
5026         * class.c: (compare_interface_ids): compare function to pass to
5027         bsearch when looking for an interface with a given id.
5028         (mono_class_interface_offset): reimplemented using bsearch on
5029         interfaces_packed, getting the offset from interface_offsets_packed.
5030         (print_implemented_interfaces): utility debugging function.
5031         (setup_interface_offsets): reworked to initialize interfaces_packed,
5032         interface_offsets_packed and interface_bitmap.
5033
5034         * object.c: replaced all accesses to "MonoClass.interface_offsets"
5035         with uses of interfaces_packed and interface_offsets_packed.
5036
5037 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
5038
5039         * class-internals.h: Added MONO_CLASS_IMPLEMENTS_INTERFACE macro and
5040         mono_class_interface_offset prototype to wrap all accesses to
5041         "MonoClass.interface_offsets".
5042
5043         * class.c: Implemented mono_class_interface_offset, and wrapped all
5044         accesses to "MonoClass.interface_offsets".
5045
5046         * monodiet.c, object.c, marshal.c, icall.c: wrapped all accesses to
5047         "MonoClass.interface_offsets".
5048
5049 Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
5050
5051         * icall.c, icall-def.h: implemented new GetFieldFromHandle and
5052         GetMethodFromHandle overloads (bug #78637).
5053
5054 Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
5055
5056         * assembly.c: parse ProcessorArchitecture in assembly name and ignore
5057         it for now (see mono-devel, from Marek Sieradzki <marek.sieradzki@gmail.com>).
5058
5059 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
5060
5061         * icall.c (custom_attrs_get_by_type): Handle loading errors gracefully. Fixes
5062         #81498.
5063
5064         * reflection.c (mono_reflection_get_custom_attrs_by_type): Handle loading errors
5065         gracefully.
5066         (mono_custom_attrs_from_index): Ditto.
5067
5068         * icall.c (ves_icall_InternalInvoke): Allow calling ctors of abstract classes. 
5069         Fixes #81501.
5070
5071 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
5072
5073         * metadata.c (mono_metadata_parse_type_full): Avoid an invalid free since the type
5074         is now allocated from a mempool.
5075
5076 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
5077
5078         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
5079         caller holds threads_lock, leading to deadlocks. Fixes #81476.
5080
5081 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
5082
5083         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
5084         mono_loader_clear_error () too late. Fixes #81463.
5085
5086 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
5087
5088         * culture-info-table.h : regenerated.
5089
5090 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
5091
5092         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
5093         is missing.
5094
5095 2007-04-25  Dick Porter  <dick@ximian.com>
5096
5097         * Makefile.am: Put the mingw enforced-optimisation back into the
5098         PLATFORM_WIN32 section.
5099
5100 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
5101
5102         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
5103         patch.
5104
5105         * image.c (mono_image_load_module): New API function to load a module reference.
5106
5107         * image.c (load_modules): Load modules lazily. Fixes #80812.
5108
5109         * class.c (mono_class_from_typeref): Use mono_image_load_module.
5110         
5111         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
5112
5113         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
5114         to mono_image_load_module_dynamic.
5115
5116 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
5117
5118         * marshal.c: Fix calling convention for CCW on non-windows
5119         platforms. STDCALL on windows, CDECL everywhere else to work 
5120         with XPCOM and MainWin COM.
5121         
5122         Code is contributed under MIT/X11 license.
5123
5124 2007-04-23  Martin Baulig  <martin@ximian.com>
5125
5126         Fix #80969.
5127
5128         * loader.c
5129         (method_from_memberref): Added `gboolean *used_context' argument.
5130         (mono_get_method_from_token): Likewise.
5131         (mono_get_method_full): Don't insert the method in the cache when
5132         `used_context' is true.
5133
5134 2007-04-23  Raja R Harinath  <rharinath@novell.com>
5135
5136         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
5137
5138         * reflection.c (mono_reflection_bind_generic_parameters): Don't
5139         create new MonoTypes for returned types.
5140         * class.c (mono_generic_class_get_class): Export mono-internal.
5141         * class-internals.h: Update to changes.
5142
5143 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
5144
5145         * threadpool.c, threadpool.h, icall-def.h: patch from
5146         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
5147
5148 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
5149
5150         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
5151         
5152         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
5153
5154         * threads.c (mono_thread_get_stack_bounds): New helper function.
5155
5156         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
5157         Correctly compute stack bounds when attaching. Fixes #81394.
5158
5159 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
5160
5161         * reflection.c: fix handling of doubles in custom attributes
5162         for the arm-fpa format (bug #81368).
5163
5164 2007-04-18  Raja R Harinath  <rharinath@novell.com>
5165
5166         * reflection.c (assembly_add_win32_resources): Mildly relax an
5167         bounds check to let the end pointer point just past the end of the
5168         allocated buffer.  (may fix #81384)
5169
5170 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
5171
5172         * culture-info-table.h : regenerated.
5173
5174 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
5175
5176         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
5177         the thread is aborted early.
5178
5179 2007-04-05  Dick Porter  <dick@ximian.com>
5180
5181         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
5182         FindFirstFile()/FindNextFile() to find entries.  This lets the
5183         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
5184         81038.
5185
5186         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
5187         the parameters of
5188         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
5189
5190 2007-04-04  Martin Baulig  <martin@ximian.com>
5191
5192         * debug-helpers.c
5193         (mono_method_desc_full_match): Add support for nested classes.
5194
5195 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
5196
5197         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
5198
5199 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
5200
5201         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
5202         waiting for too many threads.
5203
5204 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
5205
5206         * environment.c: Fix return value check on uname so we can get the 
5207         executing version on Solaris operating systems.
5208
5209 2007-03-28  Jb Evain  <jbevain@gmail.com>
5210
5211         * class.c (mono_type_get_name_recurse): Complete the
5212         fix for the creation of assembly qualified names for
5213         pointer types. Fixes #81208.
5214
5215 2007-03-27  Dick Porter  <dick@ximian.com>
5216
5217         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
5218         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
5219         changed.
5220
5221         * threads.c
5222         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
5223         the value of ReleaseMutex().
5224
5225 2007-03-27  Dick Porter  <dick@ximian.com>
5226
5227         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
5228         in little-endian order, not network endian, so must be converted
5229         to host endian here.  Fixes bug 80593.
5230
5231 2007-03-22  Jb Evain  <jbevain@gmail.com>
5232
5233         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
5234         qualified names for pointer types. Fixes #81208.
5235
5236 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
5237
5238         * marshal.c: Add support for PreserveSigAttribute. 
5239         
5240         Code is contributed under MIT/X11 license.
5241
5242 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
5243
5244         * process.c: Fix endianness issues. Fixes #81126.
5245
5246         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
5247         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
5248
5249         * image.c (mono_image_lookup_resource): Make this work on big-endian
5250         machines.Change API contract so the caller needs to free the return value.
5251         
5252         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
5253         API change.
5254         
5255 2007-03-14  Martin Baulig  <martin@ximian.com>
5256
5257         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
5258         mono_type_get_desc() as well.
5259
5260 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
5261
5262         * icall.c:  Fix environ access in VS.  
5263         
5264 2007-03-13  Alp Toker  <alp@atoker.com>
5265
5266         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
5267         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
5268         #63841.
5269
5270 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
5271
5272         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
5273         circular references among dynamic methods. Fixes #81091.
5274
5275         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
5276
5277 2007-03-09  Martin Baulig  <martin@ximian.com>
5278
5279         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
5280
5281 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
5282
5283         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
5284         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
5285         
5286         Code is contributed under MIT/X11 license.
5287         
5288 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
5289
5290         * loader.c: Reapply patch for bug #79424.
5291
5292 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
5293
5294         * metadata.c (mono_type_to_unmanaged): Only convert object to
5295         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
5296
5297 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
5298
5299         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
5300         (and incorrectly set) is_reference field from MonoGenericInst.
5301
5302 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
5303
5304         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
5305         a little earlier.
5306
5307         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
5308
5309         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
5310
5311 2007-03-05  Miguel de Icaza  <miguel@novell.com>
5312
5313         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
5314         FileOptions.1 value to mean "temporary", map that to
5315         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
5316
5317         Fixes 80688
5318
5319 2007-03-03  Marek Habersack  <mhabersack@novell.com>
5320
5321         * appdomain.c: implement MS .Net style shadow copying. Copies of
5322         the assemblies are made in a subdirectory of the dynamic base
5323         directory, the assembly names are preserved.
5324         Copy .mdb and .config files along with the assemblies being shadowed.
5325
5326 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
5327
5328         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
5329         (emit_marshal_handleref): Ditto.
5330
5331         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
5332         on Visual C++. Fixes #80671.
5333
5334 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
5335
5336         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
5337         for clone operations.
5338
5339 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
5340
5341         * marshal.c: Fix warnings.
5342
5343 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
5344
5345         * loader.c: allow case-insensitive matching of the dll name
5346         in dllmap handling when prefixed with "i:".
5347
5348 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
5349
5350         * threads.c: Fix #ifdef for dummy_apc function for VS.
5351
5352 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
5353
5354         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
5355
5356 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
5357         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
5358         giving precedence to the methods with a fully qualified name
5359         (InterfaceName.MethodName) when building the interface sections
5360         of the vtable.
5361
5362 2007-02-16  Dick Porter  <dick@ximian.com>
5363
5364         * threadpool.c (append_job): Fix fast-path array handling, so it's
5365         less likely the array will grow exponentially when the load is
5366         heavy.
5367
5368 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
5369
5370         * metadata-internals.h, loader.c: fix dllmap lookup order
5371         for non-function maps, too, and prepare for fallback code.
5372
5373 2007-02-12  Robert Jordan  <robertj@gmx.net>
5374
5375         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
5376         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
5377         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
5378         GlobalFree. Fixes a part of bug #77075.
5379
5380 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
5381
5382         * loader.c: implemented typedef parent in field memberref.
5383
5384 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
5385
5386         * marshal.c: Fix warnings and remember to call Release on
5387         IUnknown of RCW.
5388         
5389         Code is contributed under MIT/X11 license.
5390
5391 2007-02-10  Miguel de Icaza  <miguel@novell.com>
5392
5393         * class-internals.h: Add MonoHandleRef definition, and
5394         handleref_class to mono_defaults. 
5395
5396         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
5397         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
5398
5399         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
5400         (do nothing on this stage)
5401         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
5402         (emit_marshal_handleref): New method, used for argument handling
5403         of HandleRefs. 
5404
5405 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
5406
5407         * class.c (mono_class_setup_parent): Lazily init com types.
5408         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
5409         init com types.
5410         * object.c (mono_remote_class_vtable): Lazily init com types.
5411         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
5412         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
5413         * domain-internals.h: Expose mono_init_com_types.
5414         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
5415         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
5416         Add support for COM Callable Wrapper marshalling.
5417         * marshal.h: Add icall definitions.
5418         * gc.c: Handle freeing of CCWs in finalizer code.
5419         
5420         Code is contributed under MIT/X11 license.
5421
5422 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
5423
5424         * reflection.c: changed all the signature encoding code to use
5425         a variable-sized buffer.
5426
5427 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
5428
5429         * marshal.c: locking fixes: never take the loader lock
5430         or other runtime locks when holding the marshal lock
5431         (fixes bug#80664).
5432
5433 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
5434
5435         * marshal.c: make the delegate function pointer mapping
5436         work for the moving GC.
5437
5438 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
5439
5440         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
5441         for bug #80618.
5442
5443 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
5444
5445         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
5446         gmodule.
5447
5448 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
5449
5450         * threadpool.c: made the code moving-GC safe.
5451
5452 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
5453
5454         * assembly.c, boehm-gc.c, class-internals.h, class.c,
5455         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
5456         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
5457         warning cleanup.
5458         * reflection.c: warning cleanup, some threading and moving GC fixes.
5459
5460 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
5461
5462         * class.c, loader.c: create the needed Set/Get/Address array methods
5463         as well as the .ctors in mono_class_init (), fixes bug #80567.
5464
5465 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
5466
5467         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
5468         we doesn't decrease its alignment. Should fix the sparc build.
5469
5470 2007-01-24  Dick Porter  <dick@ximian.com>
5471
5472         * socket-io.c
5473         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
5474         Create the returned object if we need to ignore an unsupported
5475         socket option.  Fixes a segfault reported by Atsushi.
5476
5477 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
5478
5479         * class.c, object.c: restrict GC-tracked fields to
5480         UIntPtr fields used inside corlib, so we provide better
5481         type info to the GC and also allow broken packing as in
5482         bug #80580.
5483
5484 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
5485
5486         * sgen-gc.c: removed duplicated function.
5487
5488 2007-01-19  Miguel de Icaza  <miguel@novell.com>
5489
5490         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
5491         value that means that the value is not supported, but that we
5492         should not return a failure, but instead report this as a
5493         successful operation.
5494
5495 2007-01-19  Raja R Harinath  <rharinath@novell.com>
5496
5497         Fix tests/bug79956.2.il
5498         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
5499         (mono_generic_class_get_class): If the generic definition in an
5500         enum, copy over other fields related to it.
5501
5502 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
5503
5504         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
5505         genericinst enums (bug #79215).
5506
5507 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
5508         * class.c: Fix bug 80307.
5509
5510 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
5511
5512         * image.c: if the file table is not present, try to load
5513         all the modules, since we don't have info about them
5514         having or not metadata (bug #80517).
5515         * assembly.c: allow mono_assembly_load_references () to
5516         work for netmodules.
5517
5518 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
5519
5520         * image.c, metadata-internals.h, object.c: execute module
5521         cctors when running on the 2 runtime if present (bug #80487).
5522
5523 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
5524
5525         * icall.c: optimized InitializeArray() on bigendian.
5526
5527 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
5528
5529         * icall.c: fix for the broken ARM FPA double format.
5530
5531 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
5532
5533         * icall.c: handle endian issues for r4 and r8 types, too, in
5534         the InitializeArray() icall.
5535
5536 2007-01-15  Miguel de Icaza  <miguel@novell.com>
5537
5538         * loader.c (mono_loader_error_prepare_exception): Clear the error
5539         once we have extracted the information from it, do this before we
5540         call into the JIT's class loading mechanisms.
5541
5542         * object.c (mono_class_create_runtime_vtable): Do not clear the
5543         loader error before calling mono_class_get_exception_for_failure
5544         as the loader error is needed inside
5545         mono_class_get_exception_for_failure to throw the error (thinko).
5546
5547         Fixes #80521
5548         
5549 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
5550
5551         * reflection.c: align fields rva data so it's faster to load at
5552         runtime.
5553
5554 2007-01-12  Raja R Harinath  <rharinath@novell.com>
5555
5556         Prepare to simplify GenericMethod handling.
5557         * class-internals.h (mono_method_get_context): New accessor function.
5558         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
5559         rather than directly accessing '->context' field.
5560
5561         * class-internals.h (_MonoGenericParam.method): Move ...
5562         (_MonoGenericContainer): ... here.  Add into union with klass field.
5563         * class.c, icall.c, loader.c, metadata.c, reflection.c:
5564         Update to changes.
5565
5566 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
5567
5568         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
5569         the wrapper type enum and reduce relocations.
5570
5571 2007-01-12  Raja R Harinath  <rharinath@novell.com>
5572
5573         * reflection.c (inflate_mono_method): Reuse method instantiation
5574         from the generic method, if available.
5575
5576 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
5577
5578         * marshal.c (emit_marshal_variant): Fix conv_arg
5579         type in last commit, based on whether parameter is byref.
5580         
5581 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
5582
5583         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
5584         marshalling.
5585         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
5586         MONO_TYPE_OBJECT back for VARIANT support.
5587
5588 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
5589
5590         * marshal.c, marshal.h, icall-def.h: Implement 
5591         Marshal.ReAllocCoTaskMem.
5592
5593 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
5594
5595         * marshal.c: memory retention fixes: use the proper
5596         image cache for runtime_invoke method lookups.
5597
5598 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
5599
5600         * mempool.c: added code to help debug mempool allocations.
5601
5602 2007-01-11  Dick Porter  <dick@ximian.com>
5603
5604         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
5605         support (experimenting with faking it with IP_MTU_DISCOVER for
5606         systems that don't have IP_DONTFRAGMENT.)
5607         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
5608         icall.
5609
5610         * icall-def.h: new System.Net.Sockets.Disconnect icall.
5611
5612         * socket-io.h: Add new fields to MonoSocketAsyncResult
5613         corresponding to the new ones in Socket.cs.
5614
5615 2007-01-11  Raja R Harinath  <rharinath@novell.com>
5616
5617         Fix IronPython regression mentioned in #80249
5618         * metadata.c (do_mono_metadata_parse_generic_class): Clear
5619         'cached_context' field, since it may have been initialized as a
5620         side-effect of metadata parsing.
5621
5622         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
5623         (_MonoGenericClass.cached_class): Move here and rename from lone
5624         remaining field of ...
5625         (_MonoInflatedGenericClass): ... this.  Remove.
5626         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
5627         to changes.
5628
5629         Fix mcs/tests/test-128.cs regression.
5630         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
5631         2007-01-10 change below.
5632         [MONO_TYPE_OBJECT]: Recurse into array case.
5633
5634 2007-01-11  Raja R Harinath  <harinath@gmail.com>
5635
5636         * class-internals.h (mono_get_inflated_generic_class): Remove.
5637         * class.c (mono_get_inflated_generic_class): Remove.
5638         (mono_generic_class_get_class): Rename from
5639         mono_class_create_generic.
5640         (mono_class_from_mono_type) [GENERICINST]: Use it.
5641         * reflection.c, metadata.c: Update to changes.  Use
5642         'mono_class_from_mono_type'.
5643
5644 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
5645
5646         * reflection.c: use passed type when encoding an array element
5647         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
5648
5649 2007-01-09  Robert Jordan  <robertj@gmx.net>
5650
5651         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
5652         result arguments (someDelegate.EndInvoke (unrelatedAres)).
5653         Fixes bug #80392.
5654
5655 2007-01-09  Raja R Harinath  <rharinath@novell.com>
5656
5657         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
5658
5659         * object.c (set_value): Avoid aliasing between type->data.klass
5660         and type->data.generic_class.
5661
5662         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
5663
5664 2007-01-08  Raja R Harinath  <rharinath@novell.com>
5665
5666         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
5667         between type->data.klass and type->data.generic_class.
5668
5669 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
5670
5671         * marshal.c: In MS.NET, StringBuilder objects are not copied by
5672         value in out parameters.
5673
5674 2007-01-08  Raja R Harinath  <rharinath@novell.com>
5675
5676         Simplify invariant for MonoGenericClass::klass field.
5677         * class.c (mono_class_create_generic): Verify 'klass' is null.
5678         * metadata.c (do_mono_metadata_parse_generic_class): Don't
5679         initialize 'klass' field.
5680
5681 2007-01-05  Raja R Harinath  <rharinath@novell.com>
5682
5683         Ongoing work to avoid redundant data and simplify invariants.
5684         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
5685         'generic_class', and change type to a GenericInst.
5686         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
5687         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
5688
5689 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
5690
5691         * class.c : skip io-layer under PLATFORM_WIN32.
5692
5693 2007-01-03  Tor Lillqvist  <tml@novell.com>
5694
5695         Fix #80305: In a bundled executable, look in the bundled exe
5696         assembly to determine the runtime version. Add the possibility to
5697         bundle also the machine.config file.
5698         
5699         * assembly.c (mono_assembly_open_from_bundle): Make
5700         non-static. Allow being called even if we have no bundled
5701         assemblies, and return NULL right away in that case.
5702
5703         * domain-internals.h: Declare mono_assembly_open_from_bundle()
5704         here.
5705
5706         * domain.c (app_config_parse): Take an assembly exe file name as
5707         parameter instead of a config file name. Check for a bundled
5708         config file for that assembly by calling
5709         mono_config_string_for_assembly_file() (see below) before looking
5710         for one in the file system.
5711         (get_runtimes_from_exe): Corrsponding change to call of
5712         app_config_parse().
5713         (get_runtimes_from_exe): Check for bundled assembly exe file first
5714         by calling mono_assembly_open_from_bundle(). If no bundled
5715         assembly exe file is found, call mono_image_open() as before to
5716         look it up in the file system.
5717
5718         * mono-config.c: Add variable bundled_machinec_onfig.
5719         (mono_config_string_for_assembly_file): New function.
5720         (mono_config_for_assembly): Move code snippet that looks for a
5721         bundled assembly .config file into the above new function. Call
5722         it.
5723         (mono_register_machine_config, mono_get_machine_config): New
5724         functions to set and retrieve
5725
5726         * assembly.h: Declare mono_register_machine_config().
5727
5728         * mono-config.h: Declare mono_get_machine_config() and
5729         mono_config_string_for_assembly_file().
5730
5731         * icall.c: No declaration of environ necessary on Win32. It is
5732         declared (as a macro expanding to a function call) in stdlib.h.
5733         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
5734         New internal mono function. Returns the value of
5735         mono_get_machine_config() as a Mono string.
5736
5737         * icall-def.h: Add get_bundled_machine_config().
5738
5739 2007-01-04  Raja R Harinath  <rharinath@novell.com>
5740
5741         Remove redundant field
5742         * class-internals.h (_MonoGenericContext.container): Remove field.
5743         * loader.c (mono_method_get_signature_full): Don't parse a
5744         "container" for a signature parse when the signature is inflated
5745         immediately.
5746         (method_from_methodspec): Likewise, for a generic_inst.
5747         * class.c, metadata.c, reflection.c: Update to changes.
5748
5749 2006-01-04  Raja R Harinath  <rharinath@novell.com>
5750
5751         * class-internals.h (_MonoGenericClass): Rename 'context' field to
5752         'cached_context', and change semantics -- it starts off NULL, and
5753         is initialized on demand.
5754         * class.c (mono_generic_class_get_context): New accessor to
5755         replace 'context' field accesses.
5756         (mono_class_get_context): New helper.
5757         (*): Update to changes.
5758         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
5759
5760 2007-01-03  Miguel de Icaza  <miguel@novell.com>
5761
5762         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
5763         before the memcpy.   Fixes Marshal2 regression.
5764
5765 2007-01-02  Jb Evain  <jbevain@gmail.com>
5766
5767         * blob.h: add a MONO_TYPE_ENUM definition
5768         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
5769         fix the encoding of arrays of enums in custom attributes.
5770
5771         Fixes #79666.
5772
5773 2007-01-01  Miguel de Icaza  <miguel@novell.com>
5774
5775         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
5776         string is null terminated, but only cut the string short if it
5777         overflows the buffer.   
5778         
5779         (mono_string_to_byvalstr): Also fix this routine.   The code here
5780         was not properly terminating a string (it was only terminated
5781         because of the previous catch-all memset). 
5782
5783         I left the memset, because I do not know if applications expect
5784         the runtime to clear this region. 
5785
5786         Fixes #79944.
5787
5788         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
5789         Clear the error before returning to unmanaged code to prevent the
5790         runtime from being confused later on (fixes  80420).
5791         (ves_icall_type_from_name): Always call mono_loader_clear_error
5792         after parsing a type that could have failed.
5793         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
5794
5795         * loader.c (mono_loader_clear_error): Fix indentation.
5796
5797 2006-12-28  Martin Baulig  <martin@ximian.com>
5798
5799         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
5800
5801 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
5802
5803         * reflection.c: patch from Rolf Bjarne Kvinge to fix
5804         getting a token for an EnumBuilder.
5805
5806 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
5807
5808         * reflection.c: be more careful in case resource generation
5809         fails to create the data array.
5810
5811 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
5812
5813         * sgen-gc.c: write barrier for clone and fix unregister handles.
5814
5815 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
5816
5817         * reflection.c: some fixes needed in the generics code for the moving GC.
5818
5819 2006-12-22  Robert Jordan  <robertj@gmx.net>
5820
5821         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
5822         account. Fixes bug #80299.
5823
5824 2006-12-21  Raja R Harinath  <rharinath@novell.com>
5825
5826         Fix WaitHandle usage in delegates.
5827         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
5828         * object.c (mono_wait_handle_new): Use the property set method to
5829         initialize the handle.
5830         (mono_wait_handle_get_handle): New.
5831         * threadpool.c (mono_async_invoke): Use it.
5832         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
5833         Likewise.
5834         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
5835
5836 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
5837
5838         * marshal.c (emit_marshal): Call emit_marshal_variant and
5839         emit_marshal_com_interface when applicable.
5840         (emit_marshal_variant, emit_marshal_com_interface): Add
5841         methods for this case and remove if's from emit_marshal_object.
5842         
5843 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
5844
5845         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
5846
5847 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
5848
5849         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
5850         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
5851         and GlobalFree on Windows. Remove FIXME.
5852
5853 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
5854
5855         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
5856         implementation for managed objects.
5857
5858 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
5859
5860         * object.c: implemented code to be used for checking
5861         that no reference field overlaps with non-references.
5862
5863 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
5864
5865         * threadpool.c: fix queue code to be compatible with the
5866         moving GC.
5867
5868 2006-12-18  Miguel de Icaza  <miguel@novell.com>
5869
5870         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
5871         in structures by throwing ArgumentNullException.
5872
5873         (emit_marshal_safehandle): Also when they are null parameters.
5874
5875         (emit_marshal_safehandle): Add support for ref
5876         SafeHandles parameters
5877
5878 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
5879
5880         * profiler.c: updated to use the mono-dl API instead of
5881         gmodule.
5882
5883 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
5884
5885         * profiler.c: updated to use the mono-dl dynamic loading
5886         API instead of gmodule.
5887
5888 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
5889
5890         * profiler.c: use readlink, older versions of glib don't have
5891         g_file_read_link ().
5892
5893 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
5894
5895         * profiler.c: try to detect the path to mono if libc fails to provide
5896         a useful name (bug #80286).
5897
5898 2006-12-16  Raja R Harinath  <rharinath@novell.com>
5899
5900         Fix #80242
5901         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
5902         instance, use the generic type definition instead.
5903         (ves_icall_Type_GetNestedTypes): Likewise.
5904         * class.c (mono_class_create_generic): Always set the
5905         nested_classes of a generic instance to NULL, even if the generic
5906         type definition has nested types.
5907
5908 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
5909
5910         * marshal.c (mono_string_from_bstr): Revert previous Windows change
5911         and fix on Linux.
5912         
5913 2006-12-15  Miguel de Icaza  <miguel@novell.com>
5914
5915         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
5916         my arguments were in the wrong order.   I also fixed the Windows
5917         version which seems to have had the same issue.
5918
5919         (mono_free_bstr): On Unix, this is g_free.
5920         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
5921         conversions (for the tests in corlib to pass).
5922
5923 2006-12-14  Miguel de Icaza  <miguel@novell.com>
5924
5925         * marshal.c (emit_ptr_to_object_conv): For now, ignore
5926         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
5927         exception if a ref SafeHandle in a struct has changed).
5928         
5929         (emit_struct_conv): Do not perform layout checks for classes
5930         derived from SafeHandle, as those are specially handled. 
5931
5932         (emit_object_to_ptr_conv): Add support for
5933         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
5934
5935         (emit_marshal_safehandle): Implement conversion of return values
5936         of safehandles (MARSHAL_ACTION_CONV_RESULT).
5937         
5938         * threads.c: WaitHandle now is compiled with two different handles
5939         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
5940         for 2.0.
5941         
5942         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
5943         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
5944         these routines to cope with both kinds of fields.
5945
5946 2006-12-12  Miguel de Icaza  <miguel@novell.com>
5947
5948         * metadata.c (mono_type_to_unmanaged): Handle the case where
5949         type->data.klass is a SafeHandle, and in that case, return the
5950         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
5951         MONO_MARSHAL_CONV_SAFEHANDLE. 
5952
5953 2006-12-11  Miguel de Icaza  <miguel@novell.com>
5954
5955         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
5956         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
5957         calling emit_marshal_object.
5958
5959         (emit_marshal_safehandle): Implement marshalling of
5960         SafeHandle parameters (no ref support yet).
5961
5962         (MarshalAction): Document the defines as I implement
5963         them for SafeHandle.
5964
5965         (emit_marshal_object): indentation police.
5966
5967         * class-internals.h: Define MonoSafeHandle.
5968         Add safehandle_class to MonoDefaults type.
5969
5970         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
5971         list of classes to check for fields. 
5972
5973         * domain.c (mono_init_internal): Add SafeHandle to the list of
5974         mono_defaults loaded.
5975
5976 2006-12-15  Raja R Harinath  <rharinath@novell.com>
5977
5978         Fix #80253
5979         * reflection.c (mono_reflection_bind_generic_parameters): If the
5980         generic type definition is a type builder, ensure that it is fully
5981         initialized before instantiating it.  Kill some dead code.
5982
5983 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
5984
5985         * object.c: clear the loader_error () before loading
5986         more metadata stuff (bug #80258).
5987
5988 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
5989
5990         * icall.c, icall-defs.h: type modifiers icalls for
5991         parameters and properties.
5992
5993 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
5994
5995         * object.c, icall.c: fixed warnings.
5996
5997 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
5998
5999         * marshal.c: fixed a couple of leaks and coding style in a few places.
6000
6001 2006-12-08  Dick Porter  <dick@ximian.com>
6002
6003         * process.c: Cope with NULL ProcessStartInfo arguments on windows
6004         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
6005         80173.
6006
6007 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
6008
6009         * process.c: ProcessStartInfo may have only filename set and
6010         arguments can be NULL.
6011
6012 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
6013
6014         * icall.c: fix leak found by Robert Jordan.
6015
6016 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
6017
6018         * marshal.c, marshal.h: generate managed method to access an element
6019         of a multi-dimensional array.
6020
6021 2006-11-30  Paolo Molaro (lupus@ximian.com)
6022
6023         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
6024
6025 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
6026
6027         * icall.c: back out GetFields () fix until the serialization code is
6028         fixed to not depend on the incorrect behaviour.
6029
6030 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
6031
6032         * profiler.c: provide defaults if none are set.
6033
6034 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
6035
6036         * Makefile.am, attrdefs.h: new public header file with
6037         constants for attributes for use by embedders.
6038
6039 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
6040
6041         * icall.c: GetFields () fix for bug #80064.
6042
6043 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
6044
6045         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
6046         removed long unused icalls.
6047
6048 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
6049   
6050         * marshal.c: 
6051                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
6052                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
6053                 can be generated without a delegate class.
6054                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
6055         
6056         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
6057
6058 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6059
6060         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
6061         #80069.
6062
6063 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
6064
6065         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
6066         icall-def.h: added icalls needed by System.GC.
6067
6068 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
6069
6070         * loader.c: ensure the class in catch clauses is handled
6071         correctly for generics methods (fixes bug#79980).
6072
6073 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
6074
6075         * monitor.h, monitor.c: added mono_locks_dump () function
6076         to help debug deadlocks involving managed locks.
6077
6078 2006-11-13  Dick Porter  <dick@ximian.com>
6079
6080         * file-io.c (get_file_attributes): If the file is a symlink try
6081         and get the stat data for the target, but also add the
6082         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
6083         the specs for the windows symlink support, but will probably have
6084         to be reworked when I have test data from a vista machine.  Fixes
6085         bug 79887.
6086
6087 2006-11-13  Dick Porter  <dick@ximian.com>
6088
6089         * gc.c (mono_domain_finalize): 
6090         * marshal.c (mono_delegate_begin_invoke): 
6091         * threadpool.c (socket_io_init, mono_thread_pool_init)
6092         (mono_thread_pool_finish): 
6093         * monitor.c (mono_monitor_try_enter_internal): 
6094         * threads.c (mono_thread_resume, mono_thread_init)
6095         (mono_thread_suspend_all_other_threads)
6096         (mono_thread_execute_interruption): 
6097         * appdomain.c (mono_domain_unload): Check for NULL error returns
6098         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
6099         75733.
6100
6101 2006-11-11  Miguel de Icaza  <miguel@novell.com>
6102
6103         * process.c
6104         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
6105         Only close the handle if the value of the handle is not
6106         INVALID_HANDLE_VALUE.  This just makes the process a bit more
6107         robust.
6108
6109         Improvement for #75733, so that we do not run into this problem. 
6110
6111         
6112         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
6113         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
6114         internal variables.  Fixes #79462 
6115         
6116
6117 2006-11-09  Dick Porter  <dick@ximian.com>
6118
6119         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
6120         Use poll() not select().  Fixes bug 79397.
6121
6122 2006-11-09  Raja R Harinath  <rharinath@novell.com>
6123
6124         Fix #79872
6125         * assembly.c (mono_assembly_load_from_full): Check that the given
6126         image has an assembly manifest.
6127
6128 2006-11-09  Ankit Jain  <jankit@novell.com>
6129
6130         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
6131         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
6132         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
6133
6134 2006-11-07  Dick Porter  <dick@ximian.com>
6135
6136         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
6137         Put the old resolver behaviour back for pre-2.0 profiles.
6138
6139 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
6140
6141         * threadpool.c: precise GC and locking fixes.
6142
6143 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
6144
6145         * class.c: don't load types that have an explicit unaligned
6146         managed reference. Provide better info in the TypeLoad exception.
6147         Part of the fix for bug #79744.
6148         * object.c: use the correct check for class type load issues.
6149
6150 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
6151
6152         * class.c: enforce alignment of fields with managed references
6153         even when Pack=1 is forced by the user (bug #77788).
6154
6155 2006-11-03  Dick Porter  <dick@ximian.com>
6156
6157         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
6158         If the address reverse lookup fails, return it as the hostname
6159         anyway.  Fixes bug 79721.
6160
6161 2006-11-03  Dick Porter  <dick@ximian.com>
6162
6163         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
6164         Fix build on Windows.
6165
6166 2006-11-02  Dick Porter  <dick@ximian.com>
6167
6168         * icall-def.h: 
6169         * object-internals.h: 
6170         * exception.c (mono_get_exception_thread_interrupted): 
6171         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
6172         Fixes bug 74525.
6173
6174         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
6175         Check for pending Thread.Interrupt.
6176
6177 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
6178         * loader.c: Fixed bug 79684.
6179
6180 2006-10-27  Dick Porter  <dick@ximian.com>
6181
6182         * file-io.c (get_file_attributes): Force symlinks to directories
6183         to be returned as a regular file.  Fixes bug 79733.
6184 2006-10-26  Dick Porter  <dick@ximian.com>
6185
6186         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
6187         CreateFile to open a directory then we need to set the
6188         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
6189
6190 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
6191
6192         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
6193         friends.
6194
6195 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
6196
6197         * sgengc.c: small cleanup of timer code.
6198
6199 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
6200
6201         * sgen-gc.c: fix some warnings and start adding support for
6202         complete object removal on domain unload.
6203
6204 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
6205
6206         * assembly.c: build_assembly_name should not consider a version
6207         number without build or revision number invalid. Fixes bug #79715.
6208
6209 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
6210
6211         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
6212         call kernel32 function OutputDebugString directly.
6213         
6214         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
6215         
6216 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
6217
6218         * reflection.c: small cleanup, using a function to insert a MonoString
6219         in the string heap.
6220
6221 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
6222
6223         * reflection.c: moving GC fixes.
6224
6225 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
6226
6227         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
6228         all the objects with finalizers belonging to an unloading appdomain.
6229
6230 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
6231
6232         * sgen-gc.c: added ability to allocate even when the nursery is fully
6233         pinned and fixed a couple of bugs.
6234
6235 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
6236
6237         * threads.h: Revert the last change for now.
6238
6239         * threads.h (mono_thread_get_pending_exception): Rename this to
6240         mono_thread_get_undeniable_exception ().
6241
6242 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
6243
6244         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
6245         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
6246         when fname does not refer to valid assembly. This result in a more
6247         meaningful error message.
6248         * exception.c: added mono_get_exception_bad_image_format2 which 
6249         constructs a BadImageFormatException using the ctor taking a custom
6250         message and the file name. Passing in a NULL msg results in a default
6251         message.
6252         * exception.h: define mono_get_exception_bad_image_format2 function.
6253         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
6254         when file name pointed to an invalid IL image. Use 
6255         mono_get_exception_file_not_found2 to construct FileNotFoundException,
6256         as this results in a more meaningful error message.
6257
6258 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
6259
6260         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
6261         #79465.
6262
6263 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
6264
6265         * metadata.c (mono_type_size): Change the align parameter to guint32 for
6266         consistency with the other _size functions.
6267         (mono_type_stack_size): Ditto.
6268
6269         * class.c object.c icall.c: Fix warnings caused by the above change.
6270
6271         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
6272
6273         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
6274
6275         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
6276
6277 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
6278
6279         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
6280         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
6281         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
6282         threadpool.h, threads-types.h: mark more internal functions.
6283
6284 2006-10-11  Dick Porter  <dick@ximian.com>
6285
6286         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
6287         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
6288         reproduce the bug even before applying the fix.)
6289
6290 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
6291
6292         * reflection.c: allow retrieving attributes for arguments in generic
6293         methods (bug #79241).
6294
6295 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
6296
6297         * debug-mono-symfile.c: properly check fopen () result (found by
6298         coverity).
6299
6300 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
6301
6302         * reflection.c: make error message clearer and fixed two
6303         issuelets found by Coverity.
6304
6305 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
6306
6307         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
6308
6309 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
6310
6311         * object-internals.h, gc-internal.h, profiler-private.h:
6312         mark internal functions.
6313
6314 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
6315
6316         * reflection.c: put data in the text section.
6317         * icall.c: recognize more types in type_from_typename ().
6318         * process.c, marshal.c: added some GC FIXMEs.
6319
6320 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
6321
6322         * loader.c: check for NULL before initializing.
6323
6324 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
6325
6326         * gc.c (finalizer_thread): Use a non-alertable wait here.
6327
6328         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
6329         until the correct solution is found.
6330
6331 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
6332
6333         * reflection.c (mono_module_get_object): Avoid an assert when operating on
6334         modules with no metadata. Fixes #79596.
6335
6336         * image.c (load_metadata_ptrs): Put back the error message when
6337         the #- heap is encountered since the support is not complete yet.
6338
6339 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
6340
6341         * gc.c: do not allow the user to SuppressFinalize () a
6342         delegate because it would leak the trampoline if present.
6343
6344 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
6345
6346         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
6347         PropertyPtr table.
6348
6349 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
6350
6351         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
6352
6353         * metadata.c (mono_metadata_get_param_attrs): Ditto.
6354
6355         * row-indexes.h: Add definitions for *Ptr tables.
6356
6357         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
6358
6359         * metadata.c (mono_metadata_translate_token_index): New helper function to
6360         translate table indexes used in uncompressed metadata.
6361         (mono_metadata_decode_table_row): Ditto.
6362         (mono_metadata_decode_table_row_col): Ditto.
6363
6364         * metadata.c: Add table schema for *Ptr tables.
6365
6366         * class.c loader.c: Use the new helper function to access the affected metadata
6367         tables.
6368         
6369         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
6370         #38532.
6371         
6372 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
6373
6374         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
6375         sequences which can be unbounded in size. Fixes #79583.
6376
6377 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
6378
6379         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
6380         static initialization.
6381
6382         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
6383
6384         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
6385
6386         * domain.c (mono_domain_free): Free up type_init_exception_hash.
6387
6388         * object.c (mono_runtime_class_init): Implement correct semantics when a static
6389         ctor fails, i.e. throw the same exception on subsequent accesses.
6390         
6391 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
6392
6393         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
6394         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
6395         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
6396         Handle marshalling of interfaces and VARIANTs contained in structs.
6397         
6398         Code is contributed under MIT/X11 license.
6399         
6400 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
6401
6402         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
6403         
6404         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
6405         mempool.
6406
6407 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6408
6409         * console-io.c: ignore previous SIGINT handler.
6410
6411 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
6412
6413         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
6414         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
6415         #79460, #79461, #79485.
6416
6417         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
6418
6419         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
6420         #79217.
6421
6422 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
6423
6424         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
6425         could be generated from it.
6426
6427 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
6428
6429         * rand.c: fix read loop to correctly handle EINTR.
6430
6431 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
6432
6433         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
6434         internal calls are defined to keep methods closer to the declaring
6435         type and allow a significant reduction in runtime relocations and
6436         memory usage.
6437
6438 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
6439
6440         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
6441         exception message to have FileNotFoundException use the default
6442         assembly load error message. Fixes bug #79426.
6443         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
6444
6445 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6446
6447         * threadpool.c: (start_thread_or_queue) use the root domain when
6448         creating the thread instead of the async object one.
6449
6450 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
6451
6452         * class.c, object.c, class-internals.h, reflection.c:
6453         for arrays, store element_size inside MonoClass (speedup
6454         for array object creation).
6455
6456 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
6457
6458         * icall.c: fixed CodeBase to use the file name and not the module
6459         name (bug #79365).
6460
6461 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
6462
6463         * mono-debug.c, mono-debug.h: export find_method as
6464         mono_debug_find_method ().
6465
6466 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
6467
6468         * debug-helpers.c, class-internals.h: added a few functions useful
6469         when debugging under gdb.
6470
6471 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6472
6473         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
6474         characters that need special handling.
6475
6476 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
6477
6478         * mono-config.c: make the os/cpu specification more flexible,
6479         allowing lists and negation.
6480
6481 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
6482
6483         * marshal.c: COM Interop fixes. Handle case where method->klass.
6484         is interface. Handle BSTR/MonoString when null. Use CDECL as 
6485         calling convention on non-windows platforms. This is for
6486         compatibility with XPCOM and MainWin COM.
6487         
6488         Code is contributed under MIT/X11 license.
6489         
6490
6491 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
6492
6493         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
6494         correctly. Fixes #79217.
6495
6496         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
6497
6498 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
6499
6500         * mono-config.c: allow both an os and cpu attribute for dllmap
6501         and dllentry elemnets to enable a single config file to be used
6502         for multiple architectures.
6503
6504 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
6505
6506         * loader.c: MonoLoaderError was cleared too soon on load failure.
6507         Fixes bug #79424.
6508
6509 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
6510
6511         * icall.c: use the defining class vtable when accessing a
6512         static field, not a pobblibly derived class.
6513
6514 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
6515
6516         * icall.c string-icalls.c: Remove references to unicode.h.
6517
6518         * unicode.h unicode.c Makefile.am: Remove these unused source files.
6519
6520         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
6521
6522         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
6523         indicating the image where custom marshaller types should be looked up.
6524         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
6525         custom marshallers, instead of corlib. Fixes #79425.
6526
6527 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
6528
6529         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
6530
6531 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
6532
6533         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
6534         Implement Environment.ProcessorCount.
6535         
6536         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
6537         Implement Environment.ProcessorCount.
6538         
6539         * icall.c: 
6540         Add Environment.ProcessorCount icall.
6541         
6542         Patch by Jason McFall.
6543
6544 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6545
6546         * assembly.c: don't append .exe/.dll when the filename already contains
6547         one of those extensions.
6548
6549 2006-09-12  Martin Baulig  <martin@ximian.com>
6550
6551         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
6552         to array interfaces.
6553
6554 2006-09-11  Martin Baulig  <martin@ximian.com>
6555
6556         * reflection.c (mono_image_build_metadata): Create the
6557         MethodImpl's after emitting all types and methods, so we don't
6558         need another fixup pass for them.
6559
6560 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
6561
6562         * class.c (mono_class_from_name_case): Fix regression introduced by the last
6563         change.
6564
6565 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
6566
6567         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
6568         unload.
6569
6570 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
6571
6572         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
6573         args is not set. Fixes #78926.
6574
6575 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
6576
6577         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
6578
6579         * image.c (load_class_names): Move this to class.c, and rename it to 
6580         'mono_image_init_name_cache'.
6581         (load_modules): Fix a warning.
6582
6583         * class.c icall.c image.c: Initialize image->name_cache lazily.
6584
6585         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
6586         on its name using information in the AOT file.
6587
6588         * class.c (mono_class_from_name): Use the new hook function.
6589
6590 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
6591
6592         * reflection.c (mono_param_get_objects): Handle enum default parameter values
6593         correctly.
6594
6595         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
6596         Fixes #79289.
6597         
6598 2006-09-06  Martin Baulig  <martin@ximian.com>
6599
6600         * icall.c (mono_lookup_internal_call): Small fix.
6601
6602 2006-09-05  Raja R Harinath  <rharinath@novell.com>
6603
6604         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
6605         double g_free.
6606
6607 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
6608
6609         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
6610         when --debug is specified.
6611
6612 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
6613
6614         * class.c (setup_generic_array_ifaces): Fix a warning.
6615
6616 2006-09-04  Miguel de Icaza  <miguel@novell.com>
6617
6618         * Temporarily remove the patch to assemly.c that checks the
6619         assembly versions as it breaks our gacutil.
6620
6621 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
6622
6623         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
6624
6625         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
6626         a net 1.0 runtime.
6627
6628         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
6629         created using the default ctor. Fixes #79152.
6630         (mono_string_builder_to_utf16): Ditto.
6631
6632 2006-09-01  Martin Baulig  <martin@ximian.com>
6633
6634         Fix handling of the generic array interfaces.
6635
6636         * class-internals.h
6637         (MonoDefaults): Removed `generic_array_class' and added
6638         `generic_ilist' class.
6639
6640         * class.c
6641         (mono_bounded_array_class_get): Add the new generic array interfaces.
6642         (setup_generic_array_ifaces): New static method; create vtable
6643         entries for each method in the generic array interfaces.
6644
6645         * metadata.c
6646         (select_container): Allow "parent-less" generic methods.
6647
6648         * marshal.c
6649         (mono_marshal_get_generic_array_helper): New public method.
6650
6651         * icall.c
6652         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
6653         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
6654         moved the interncall into System.Array.
6655
6656 2006-09-01  Raja R Harinath  <rharinath@novell.com>
6657
6658         A few more cases of avoiding work on types with ->byref set.
6659         Has the real fix for #79238
6660         * icall.c (is_generic_parameter): New helper.
6661         (ves_icall_Type_GetGenericParameterPosition): Use it.
6662         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
6663         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
6664         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
6665         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
6666         reference types.
6667         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
6668         reference types.
6669         (ves_icall_Type_get_IsGenericInstance): Likewise.
6670         (ves_icall_Type_get_IsGenericType): Likewise.
6671
6672 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
6673
6674         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
6675         class if possible.
6676
6677         * mempool.h (mono_mempool_get_allocated): New helper function.
6678
6679         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
6680         change.
6681
6682         * mempool.c: Fix warnings and the calculation of stats.
6683
6684         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
6685
6686         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
6687
6688         * loader.c (mono_get_method_from_token): Update method_count stat.
6689
6690         * class-internals.h (MonoStats): Add some stats.
6691
6692 2006-08-31 Robert Jordan  <robertj@gmx.net>
6693
6694         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
6695         with managed variants.
6696         All code is contributed under the MIT/X11 license.
6697         
6698 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
6699
6700         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
6701         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
6702
6703         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
6704
6705         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
6706         with cycles in classes.
6707
6708         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
6709
6710         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
6711         missing a [MarshalAs] directive. Fixes #79203.
6712
6713         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
6714         klass->marshal_info. Fixes #79217.
6715
6716 2006-08-30  Martin Baulig  <martin@ximian.com>
6717
6718         Committing a patch from Joachim Ante <joe@otee.dk>:
6719         Add support for binary data symbol stores.
6720
6721         * debug-mono-symfile.c
6722         (mono_debug_open_mono_symbol_file): Renamed into
6723         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
6724         arguments.
6725
6726         * mono-debug.c
6727         (mono_debug_open_image): Added `raw_contents' and `size' args.
6728         (mono_debug_init_2_memory): New public function.
6729
6730 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
6731
6732         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
6733
6734 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6735
6736         * appdomain.c: implement support for ShadowCopyFiles.
6737
6738 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
6739
6740         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
6741         when value is NULL (and should remove CID #51).
6742
6743 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6744
6745         * image.c: moved 2 functions to ../utils.
6746
6747 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
6748
6749         * gc.c: cope with the target object of a GC handle being NULL
6750         (bug #78877).
6751
6752 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
6753
6754         * class.c: recursively check parent's explicit implementations
6755         of interface methods (fixes bug #79125).
6756
6757 2006-08-19  Miguel de Icaza  <miguel@novell.com>
6758
6759         * filewatcher.c: Avoid warnings when building, do not redefine
6760         constants that are defined.
6761
6762         Remove warnings.
6763
6764 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6765
6766         * image.c: don't fail when the link points to an absolute path.
6767
6768 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
6769
6770         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
6771         Fix CID #3.
6772
6773 2006-08-17  Miguel de Icaza  <miguel@novell.com>
6774
6775         * image.c (full_path): A new method used to obtain the actual path
6776         of an assembly even in the presence of symbolic links.  
6777
6778         This is necessary for the case where we are running a binary that
6779         has been GACed, but we are using the "published" path name
6780         ($prefix/mono/1.0/blah.exe) which happens to point to the real
6781         file in the GAC.
6782
6783         This was the source of the failure for the `xsp' command with the
6784         recent AppDomain changes, as far as the runtime was concerned,
6785         there were two different assemblies: $prefix/mono/1.0/blah.exe and
6786         $prefix/mono/gac/blah/version/blah.exe.
6787
6788         (do_mono_image_open): use full path
6789
6790 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
6791
6792         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
6793
6794 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
6795
6796         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
6797         domain_id is supplied. Fix CID #241 and corlib's unit tests.
6798
6799 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
6800
6801         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
6802         small structures. Fixes #78990.
6803
6804 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
6805
6806         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
6807
6808         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
6809
6810 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6811
6812         * appdomain.c:
6813         * marshal.c: don't load all the assemblies from a domain into newly
6814         created ones. The new domains might have different rules and load
6815         assemblies from different locations. Fixes bug #76757.
6816
6817         Patch by Lluis. Conflicts resolved by Brian Crowell.
6818
6819 2006-08-16  Alp Toker  <alp@atoker.com>
6820
6821         * socket-io.c: First half of the fix for #79084.
6822         Set sa_size to the length of the content, not that of the struct.
6823         Don't add NULL suffix to the content, this should be done in
6824         managed code if needed.
6825
6826 2006-08-14  Raja R Harinath  <rharinath@novell.com>
6827
6828         Fix part of #79012
6829         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
6830         mono_metadata_parse_type returns NULL.
6831
6832 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
6833
6834         * normalization-tables.h : new file for string normalization data.
6835         * locales.c, locales.h, icall.c :
6836           added load_normalization_resource() for string normalization,
6837           and icall as well.
6838         * Makefile.am : added normalization-tables.h to the sources.
6839
6840 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
6841
6842         * marshal.c: Add more helper functions to reduce code duplication and use them
6843         everywhere.
6844
6845 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
6846
6847         * marshal.c: Fix non-x86 stdcall warnings.
6848         
6849         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
6850         them everywhere.
6851
6852 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
6853
6854         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
6855         type check on multi-dimensional arrays. Fixes #79000.
6856
6857 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
6858
6859         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
6860         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
6861         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
6862         * class-internals.h: add is_com_object to class structure.
6863         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
6864         null checks to COM object marshalling. Fix .ctor call on RCW.
6865         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
6866         
6867         All code is contributed under the MIT/X11 license.
6868
6869 2006-08-09  Dick Porter  <dick@ximian.com>
6870
6871         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
6872         racing mono_monitor_allocator_lock() somewhere, so don't delete
6873         the critical section for now.  Found by running and exiting
6874         monodevelop.
6875
6876 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
6877
6878         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
6879         (ves_icall_System_ComObject_FindInterface): Ditto.
6880         (ves_icall_System_ComObject_CacheInterface): Ditto.
6881
6882         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
6883         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
6884
6885 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6886
6887         * threadpool.c: treat pipes from process asynchronous reads as sockets
6888         when reading from them, so we get select/poll or epoll to wait for
6889         data.
6890
6891 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
6892
6893         * loader.c: Fix a typo (CID #233) in the null check.
6894
6895 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
6896
6897         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
6898         Hopefully fixes #78949.
6899         
6900         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
6901         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
6902         bytes. Fixes #78972.
6903
6904 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6905
6906         * filewatcher.c: we need to set errno here.
6907
6908 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6909
6910         * filewatcher.c: let Win32Exception get the error value.
6911
6912 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6913
6914         * filewatcher.c: translate errno into win32 errors for Win32Exception
6915         to know what happened.
6916
6917 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
6918
6919         * threadpool.c: Fix more warnings.
6920
6921         * assembly.c (search_loaded): Fix warnings.
6922
6923         * threadpool.c (mono_thread_pool_finish): Fix warnings.
6924         (mono_async_invoke): Ditto.
6925
6926 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
6927
6928         * object.c (mono_remote_class_vtable): Need to create proxy vtable
6929         entries for __ComObject type in addition to ComImport types.
6930         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
6931         about hash table.
6932         
6933         All code is contributed under the MIT/X11 license.
6934
6935 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
6936
6937         * image.c: avoid tentative loading of modulerefs that contain
6938         no metadata (P/Invoke library names).
6939
6940 2006-07-28  Dick Porter  <dick@ximian.com>
6941
6942         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
6943         mono_loader_lock() somewhere, so don't delete the critical section
6944         for now.  Found by running and exiting monodevelop.
6945
6946 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6947
6948         * filewatcher.c: define the inotify syscalls when we're building on
6949         linux and have sys/syscall.h. The build system might not have support
6950         for inotify but the target system might have it.
6951
6952 2006-07-26  Miguel de Icaza  <miguel@novell.com>
6953
6954         * domain.c: Documentation updates.
6955
6956         * loader.c (mono_free_method): Do not release the method
6957         information if we are being profiled, as profilers will use this
6958         information at shut down to present some data to the user.
6959
6960         This is needed so that the profiler does not crash, as the
6961         profiler tends to keep MonoMethods around, and they might become
6962         invalid if we free these.
6963
6964         (mono_get_method_constrained): Return the original CIL stream
6965         method as well, so verification can be performed against it.
6966
6967 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6968
6969         * filewatcher.[ch]: support for inotify file system watcher.
6970         * icall.c: add new internal calls for the inotify file system watcher.
6971
6972 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6973
6974         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
6975         #78888.
6976
6977 2006-07-20  Dick Porter  <dick@ximian.com>
6978
6979         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
6980         warning.
6981
6982 2006-07-20  Dick Porter  <dick@ximian.com>
6983
6984         * threads.c (start_wrapper): Do the thread cleanup while we still
6985         hold a reference to its object.  Fixes bug 78123.
6986
6987 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
6988
6989         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
6990         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
6991           "managed-to-managed".
6992         * icall.c: Redirect string constructors that take sbyte* to
6993           ves_icall_System_String_ctor_RedirectToCreateString.
6994         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
6995           to CreateString () methods with matching signature.
6996         * reflection.c: Use original security informations for
6997           MONO_WRAPPER_MANAGED_TO_MANAGED.
6998         * security-manager.c: Use original security informations for
6999           MONO_WRAPPER_MANAGED_TO_MANAGED.
7000         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
7001           that is a placeholder and only its address should be used.
7002         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
7003           that is a placeholder and only its address should be used.
7004
7005 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
7006
7007         Begin implementing COM Interop.
7008         * appdomain.c: Increment corlib version.
7009         * class.c: Set ComImport classes' parent to __ComObject.
7010         * loader.c: Mark cominterop methods as such.
7011         * domain.c: Add __ComObject class to MonoDefaults structure.
7012         * image.c: Add 2 hashtables to the image for COM Interop related methods
7013         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
7014         using the mempool allocator
7015         
7016         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
7017         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
7018         declaration for mono_metadata_type_dup_mp.
7019         
7020         * debug-helpers.c: Added strings for two additional wrapper types
7021         * object.c: Create proxy objects for ComImport classes
7022         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
7023         and added __ComObject class to MonoDefaults structure.
7024         
7025         * object-internals.h: Finish MonoRealProxy definition, and add definition of
7026         MonoComInteropProxy and MonoComObject.
7027         
7028         * marshal.c: Added support for COM Interop
7029         (signature_cominterop): Converts managed signature to corresponding
7030         unmanaged COM signature.
7031         (cominterop_get_function_pointer): gets unmanaged function pointer via
7032         COM object vtable
7033         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
7034         (cominterop_get_method_interface): returns interface type that method is defined on
7035         (mono_mb_emit_cominterop_call): emits native call to function pointer
7036         gotten from vtable
7037         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
7038         that matches signature of unmanaged function.
7039         (cominterop_get_native_wrapper): wrapper around adjusted method call.
7040         (cominterop_get_invoke): forwards call from proxy to __ComObject
7041         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
7042         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
7043         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
7044         
7045         * marshal.h: Added Marshal icall declarations.
7046         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
7047         so we can access them in finalizer
7048         
7049 2006-07-14  Dick Porter  <dick@ximian.com>
7050
7051         * object.c (mono_type_initialization_cleanup): Fix a race
7052         condition by temporarily commenting out the critical section
7053         deletion.
7054
7055 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
7056
7057         * reflection.c (create_custom_attr): Fix some warnings.
7058         (create_custom_attr_data): Ditto.
7059         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
7060         types. Fixes #78855.
7061
7062 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
7063
7064         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
7065
7066         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
7067
7068 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
7069
7070         * reflection.c (resolve_object): Add support for DynamicMethod.
7071
7072         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
7073         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
7074
7075 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
7076
7077         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
7078         don't leak GPtrArray's pdata has we have no use (nor free) for it.
7079
7080 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
7081
7082         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
7083         Fixes #77888.
7084
7085 2006-06-30  Raja R Harinath  <rharinath@novell.com>
7086
7087         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
7088         slightly: remove a shadow local variable.
7089
7090 2006-06-29  Raja R Harinath  <rharinath@novell.com>
7091
7092         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
7093         definition that introduces the virtual function slot.
7094         Also fix Coverity #105.
7095
7096 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
7097
7098         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
7099         for dynamic assemblies. Fixes #78724.
7100
7101 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
7102
7103         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
7104         Fixes #78722.
7105
7106 2006-06-21  Martin Baulig  <martin@ximian.com>
7107
7108         * reflection.c
7109         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
7110         fixes #76484.
7111
7112 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
7113
7114         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
7115
7116 2006-06-20  Raja R Harinath  <rharinath@novell.com>
7117
7118         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
7119         nor TYPEREFs.
7120         * class.c (mono_class_create_from_typespec): Add 'context' argument.
7121         Inflate result if necessary.
7122         (mono_class_get_full): Remove old version.  Rename from
7123         'mono_class_get' and add 'context' argument.  Pass it to
7124         ..._create_from_typespec.
7125         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
7126         (mono_ldtoken): Revert change below.
7127
7128 2006-06-20  Martin Baulig  <martin@ximian.com>
7129
7130         * class.c (mono_ldtoken): Don't pass the generic context to
7131         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
7132
7133 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
7134
7135         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
7136         and later freeing it. Fixes #78638.
7137
7138 2006-06-15  Miguel de Icaza  <miguel@novell.com>
7139
7140         * icall.c (mono_class_get_throw): Revert over-zealous error
7141         throwing, the caller for mono_class_get_throw will cope with
7142         errors when classes are not properly initialized already.
7143
7144         The code still copes with loader exceptions though.
7145
7146         Fixes the regression in reftype1 and reftype3 from the CAS tests.
7147         
7148 2006-06-14  Miguel de Icaza  <miguel@novell.com>
7149
7150         Fixes the `make run1' version of RuntimeAbort (to be commited,
7151         source is in Bugzilla).
7152         
7153         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
7154         FALSE on class loading failure instead of returning true.
7155
7156         * class.c (mono_class_create_from_typedef): It is possible for
7157         mono_metadata_interfaces_from_typedef_full to fail if a class is
7158         not found, cope with this.
7159         
7160
7161 2006-06-14  Dick Porter  <dick@ximian.com>
7162
7163         * socket-io.c: 
7164         * process.c: Fix a bunch of signed/unsigned warnings from gcc
7165         4.1.1
7166
7167 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
7168
7169         * culture-info-table.h : oops, forgot to make it nsync with r61548.
7170
7171 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
7172
7173         * icall.c: Another fix for building mono in Visual Studio.
7174
7175 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
7176
7177         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
7178         
7179 2006-06-09  Martin Baulig  <martin@ximian.com>
7180
7181         * debug-mono-symfile.c: Put this back and really fix it this
7182         time. Sorry for all the trouble.
7183
7184 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
7185
7186         * icall.c (mono_class_get_throw): Fix a warning.
7187         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
7188         ReflectionTypeLoadException if needed. Fixes #78606.
7189
7190         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
7191         (mono_class_init): Ditto.
7192
7193         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
7194         ref_only exceptions.
7195         (mono_loader_clear_error): Make this work even if there is no error.
7196
7197 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
7198
7199         * object-internals.h marshal.c marshal.h icall.c: Implement method 
7200         Marshal.GetComSlotForMethodInfo using internal call.
7201
7202 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
7203
7204         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
7205         a function for signalling it.
7206
7207         * class.c (mono_class_from_typeref): Use the new kind of loader error when
7208         a referenced assembly is not found.
7209
7210         * loader.c (mono_loader_error_prepare_exception): Add support for 
7211         LOADER_ERROR_ASSEMBLY. Fix formatting.
7212
7213 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
7214
7215         * domain.c appdomain.c class-internals.h marshal.c: Add support 
7216         for VARIANT marshalling on windows and increment corlib version
7217         since Variant struct was added.
7218
7219 2006-06-03  Miguel de Icaza  <miguel@novell.com>
7220
7221         * debug-mono-symfile.c: Revert Martin's previous patch which broke
7222         stack trace line information:
7223
7224         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
7225         (Martin) when looking up B which is between A and C, return A not C.
7226
7227         Bug is #78573.
7228
7229         Thanks to Alexander Olk for tracking this down.
7230
7231 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
7232
7233         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
7234         
7235         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
7236         avoid clobbering its value.
7237         (mono_string_to_lpstr): Fix a warning on windows.
7238
7239 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
7240
7241         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
7242
7243         * reflection.c loader.c: Removed references to 'dummy' flag.
7244
7245         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
7246
7247         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
7248         it gets GC tracking.
7249
7250         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
7251         GC tracking.
7252         
7253         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
7254
7255         * marshal.c threadpool.c: Update callers of mono_async_result_new.
7256
7257         * appdomain.c: Bump corlib version.
7258
7259 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
7260
7261         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
7262         CEE_STIND_REF when working with object references.
7263
7264 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
7265
7266         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
7267         Fixes #78539.
7268
7269 2006-05-30  Miguel de Icaza  <miguel@novell.com>
7270
7271         * loader.c (method_from_memberref): Fix argument value for
7272         mono_loader_set_error_method_load (I was passing the MonoClass
7273         instead of the class name char *).
7274
7275 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
7276
7277         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
7278         CEE_STIND_REF when working with object references.
7279
7280 2006-05-30  Martin Baulig  <martin@ximian.com>
7281
7282         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
7283         mono_method_full_name() change and replace the ':' with a '.'
7284         here.
7285
7286 2006-05-30  Martin Baulig  <martin@ximian.com>
7287
7288         * debug-mono-symfile.c
7289         (mono_debug_symfile_lookup_location): Fix the algorithm:
7290         when looking up B which is between A and C, return A not C.
7291
7292 2006-05-29  Martin Baulig  <martin@ximian.com>
7293
7294         * mono-debug.h
7295         (MonoDebugMethodInfo): Make the typedef public.
7296         (MonoDebugSourceLocation): New public struct.
7297
7298         * mono-debug.c
7299         (mono_debug_source_location_from_address): Removed.
7300         (mono_debug_source_location_from_il_offset): Removed.
7301         (mono_debug_il_offset_from_address): Removed.
7302         (mono_debug_address_from_il_offset): Removed.
7303         (mono_debug_lookup_method): New public function.
7304         (mono_debug_lookup_source_location): New public function; replaces
7305         the old mono_debug_source_location_from_*() functions; see the
7306         inline documentation.
7307         (mono_debug_free_source_location): New public function.
7308         (mono_debug_print_stack_frame): New public function; see the
7309         inline documentation.
7310
7311         * debug-mono-symfile.c
7312         (mono_debug_find_source_location): Renamed into
7313         mono_debug_symfile_lookup_location(); only take a
7314         `MonoDebugMethodInfo *' and an `offset' argument; added inline
7315         documentation.
7316         (mono_debug_find_method): Renamed into
7317         mono_debug_symfile_lookup_method().
7318
7319 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
7320
7321         * assembly.c (mono_assembly_open_full): Dont overwrite the status
7322         returned by mono_image_open_full ().
7323
7324         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
7325         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
7326         #78517.
7327
7328         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
7329         #78518.
7330
7331 2006-05-27  Miguel de Icaza  <miguel@novell.com>
7332
7333         * class.c (mono_class_from_typeref): handle missing images
7334         earlier, deals with bug #78418.   Refactor code; 
7335
7336         Fix a warning introduced in my previous commit (some stale code
7337         from before I revisited my patch).
7338
7339         * class.c (mono_class_create_from_typedef): On failure, remove the
7340         class from the MonoImage->class_cache as the class is not
7341         initialized;   Fixes the leak pointed out by Paolo.
7342
7343 2006-05-25  Dick Porter  <dick@ximian.com>
7344
7345         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
7346         DeleteCriticalSections until I figure out which one may still be
7347         sometimes locked when mono_thread_cleanup is called.
7348
7349 2006-05-24  Dick Porter  <dick@ximian.com>
7350
7351         * threads.c (mono_thread_cleanup): Move the threading cleanup out
7352         of mono_thread_manage and back into its own function, so it can be
7353         called after the finalizer thread has finished.
7354
7355         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
7356
7357 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
7358
7359         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
7360         Fixes #78495.
7361
7362         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
7363         with non-blittable elements.
7364         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
7365
7366 2006-05-24  Martin Baulig  <martin@ximian.com>
7367
7368         * mono-debug-debugger.h (MonoDebuggerEvent): Added
7369         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
7370
7371         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
7372         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
7373         `mono_debugger_event_handler' to NULL.
7374
7375 2006-05-24  Martin Baulig  <martin@ximian.com>
7376
7377         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
7378
7379 2006-05-24  Martin Baulig  <martin@ximian.com>
7380
7381         * mono-debug-debugger.h
7382         (mono_debugger_create_notification_function): Added
7383         `MonoCodeManager *' argument.
7384
7385 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
7386
7387         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
7388
7389 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
7390
7391         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
7392         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
7393         implementation.
7394
7395 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
7396
7397         * icall.c: precise GC support: objects can't be stored in unmanaged
7398         memory anymore, even if they are kept alive by other references: since
7399         they can move the GC needs to be able to always find them.
7400
7401 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
7402
7403         * object.c: precise GC support for static fields. Support
7404         for moving GCs: write barriers and pinned allocation for interned
7405         strings.
7406
7407 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
7408
7409         * domain.c, domain-internals.h: precise GC support for the MonoDomain
7410         structure.
7411
7412 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
7413
7414         * class.c, gc.c: sgen and precise GC updates.
7415
7416 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
7417
7418         * marshal.h, marshal.c: added write barrier wrapper and precise type
7419         fixes.
7420
7421 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
7422
7423         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
7424         support.
7425
7426 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
7427
7428         * reflection.c: precise and sgen GC updates.
7429
7430 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
7431
7432         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
7433
7434 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
7435
7436         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
7437
7438 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
7439
7440         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
7441         MONO_TYPE_OBJECT. Fixes #78462.
7442
7443 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
7444
7445         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
7446         and blittable types.
7447
7448 2006-05-17  Miguel de Icaza  <miguel@novell.com>
7449
7450         * class.c (mono_class_get_exception_for_failure): Implement parts
7451         of a TODO: if the loader error is set (instead of the class
7452         error), we return a Loader exception that can be properly thrown
7453         elsewhere.
7454
7455         This was exposed by some Winforms 2.0 code that I tried to run
7456         (Atsushi pointed me to it).
7457
7458 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
7459
7460         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
7461         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
7462         
7463         * marshal.c (emit_marshal_vtype): Add limited support for 
7464         UnmanagedType.LPStruct. Fixes #78427.
7465
7466         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
7467         Applied a patch from kangaroo to fix #77523.
7468
7469 2006-05-17  Martin Baulig  <martin@ximian.com>
7470
7471         * threads.c
7472         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
7473         (debugger_thread_created): Removed.
7474         (debugger_thread_exited): Removed.
7475
7476 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
7477
7478         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
7479
7480         * object-internals.h (MonoReflectionResource): Sync with managed version.
7481
7482 2006-05-12  Wade Berrier <wberrier@novell.com>
7483
7484         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
7485
7486 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
7487
7488         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
7489         functions try to allocate from the image mempool.
7490
7491 2006-05-12  Dick Porter  <dick@ximian.com>
7492
7493         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
7494
7495 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
7496
7497         * object.c: The FieldGetter and FieldSetter methods require the full
7498         name of the class, not only the name. Fixes bug #78277.
7499
7500 2006-05-11  Miguel de Icaza  <miguel@novell.com>
7501
7502         * loader.c (method_from_memberref): Do not pass the NULL klass to
7503         mono_loader_set_error_() methods.  Pass the non-NULL value
7504         (class). 
7505
7506 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
7507
7508         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
7509         (mono_assembly_close): Null out assembly->image->references after freeing it.
7510
7511         * image.c (mono_image_close): Free image->references.
7512         
7513         * reflection.c (mono_image_basic_init): Fix a small memory leak.
7514
7515 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
7516
7517         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
7518         before checking if it's NULL (g_assert).
7519
7520 2006-05-10  Martin Baulig  <martin@ximian.com>
7521
7522         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
7523         I thought I already killed that two months ago, but now it somehow reappeared.
7524
7525 2006-05-10  Martin Baulig  <martin@ximian.com>
7526
7527         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
7528
7529 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
7530
7531         * reflection.c: Allocate memory for dynamically created methods in the image
7532         mempools.
7533
7534 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
7535
7536         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
7537         don't use the ad pointer before checking if it's NULL (g_assert).
7538
7539 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
7540
7541         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
7542         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
7543
7544         * marshal.c: Allocate all signatures from mempools.
7545
7546         * marshal.c: Allocate some more signatures from mempools.
7547
7548 2006-05-09  Miguel de Icaza  <miguel@novell.com>
7549
7550         * object.c (mono_load_remote_field): The code used to provide a
7551         temporary variable for returning results if the user did not
7552         provide a result pointer.  But our temporary variable was allocted
7553         on the satck.
7554
7555         Fix calling code to always pass a result area.   Coverity ID 103.
7556
7557 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
7558
7559         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
7560         value, not the old. Fixes #78312.
7561         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
7562
7563         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
7564         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
7565         per-image cache.
7566
7567         * assembly.c (mono_assembly_close): Free image->references.
7568
7569         * assembly.c (mono_assembly_names_equal): Fix a warning.
7570         (mono_assemblies_cleanup): Cleanup more global data.
7571
7572         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
7573
7574         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
7575         ptr_cache and image->modules.
7576
7577         * image.c (mono_image_init): Allocate array_cache lazily.
7578         
7579 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7580
7581         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
7582         behavior was changed recently and has bad side effects.
7583
7584 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
7585
7586         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
7587         
7588         * assembly.c (mono_assembly_close): Remove a debug printf.
7589
7590         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
7591
7592         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
7593         to also allow for temporary references between mono_image_open ()/close ().
7594
7595         * domain.c (get_runtimes_from_exe): Add a FIXME.        
7596
7597 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
7598
7599         * marshal.c: Fix support for dynamic methods.
7600
7601         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
7602
7603         * marshal.c (mono_marshal_cleanup): New cleanup function.
7604
7605         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
7606         image mempools.
7607
7608         * class.c (mono_class_init): Fix leaking class->nested_classes.
7609
7610         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
7611
7612         * image.c (mono_image_init): Initialize the new cashes.
7613
7614         * image.c (mono_image_close): Destroy the new cashes.
7615
7616         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
7617
7618         * mempool.c (mono_mempool_strdup): New helper function.
7619
7620         * class-internals.h: Add prototype for mono_loader_unlock ().
7621
7622         * domain.c (mono_jit_info_table_find): Fix a warning.
7623         (mono_debugger_check_runtime_version): Ditto.
7624
7625         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
7626         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
7627         functions to these modules.
7628
7629         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
7630         metadata modules.
7631         
7632         * marshal.c (mono_free_bstr): Fix a warning.
7633
7634         * assembly.c (mono_assembly_open_full): Fix another small leak.
7635
7636         * object.c: Fix some unload leaks in the remoting code.
7637
7638         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
7639         function.
7640
7641         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
7642
7643         * reflection.c: Fix some unload leaks in dynamic assemblies.
7644
7645 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
7646
7647         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
7648         * marshal.h: Add BSTR support on Win32
7649         * icall.c: Add BSTR icalls
7650         * metadata.h: Add BSTR enums
7651
7652 2006-04-28  Miguel de Icaza  <miguel@novell.com>
7653
7654         Work to catch the crash from #76795 and turn it into an
7655         exception.   As I stubbed out pieces of the VisualBasic support,
7656         I found a number of places where the code was failing and I added
7657         checks to those places. 
7658         
7659         * metadata.c (do_mono_metadata_parse_generic_class): Make this
7660         function return a status code.  If we fail to parse the signature
7661         from mono_metadata_parse_generic_inst, return FALSE.
7662
7663         * loader.c (mono_get_method_from_token): If we fail to load the
7664         method (mono_class_get) return NULL.   
7665
7666         * (method_from_memberref): Return NULL if we are unable to parse
7667         the method signature
7668
7669         (mono_loader_error_prepare_exception): Since we now use the
7670         loader_error flag internally to stop processing, and obtaining
7671         exceptions that might be thrown will walk this code path the
7672         proper way of going from a MonoLoaderError into a
7673         MonoException was convoluted.   This new routine encapsulates the
7674         process of turning the error into an exception and *clearing* the
7675         error afterwards.
7676         
7677 2006-04-27  Miguel de Icaza  <miguel@novell.com>
7678
7679         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
7680         with missing assemblies), and to cope with:
7681
7682                 * Missing fieldref from a non-existing assembly.
7683                 * Missing methodref from a non-existing assembly.
7684
7685         The first batch of work to address *some* of the issues from 76661.
7686         
7687         * object.c (mono_class_create_runtime_vtable): If we fail to
7688         initialize the class raise the exception here. 
7689
7690         * metadata.c (mono_class_get_overrides_full): If any methods fail
7691         to load return the failure to the caller.
7692
7693         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
7694         flagging assemblies that failed to load.   
7695
7696         Do not crash if we are unable to load the assembly.
7697
7698         (mono_assembly_close): Do nothing with REFERENCE_MISSING
7699         assemblies. 
7700
7701         * loader.c (mono_loader_set_error_type_load): Change the
7702         convention to always pass unallocated strings, so we make our own
7703         copies (I know our own code had duplicated strings before, but
7704         this keeps the normal conventions).
7705         (method_from_memberref): Call mono_loader_set_error_method_load
7706         for all possible failures of loading the class. 
7707         Remove assert, turn into a loader error.
7708
7709         (mono_loader_error_to_exception): Move this routine from mini
7710         (mini_loader_error_to_exception) there was no need to have that in
7711         mini. 
7712
7713         * class.c (mono_class_from_typeref): If we were not able to load
7714         the assembly with mono_assembly_load_reference, call the
7715         mono_loader_set_error_type_load to register the problem.
7716
7717         (mono_class_setup_fields): If we fail to load the type from
7718         mono_metadata_parse_type_full, call mono_class_set_failure and
7719         break from the loop.
7720
7721         If class->exception_type is set, we do not layout the fields as
7722         that might crash the runtime, and instead return (from breaking
7723         from the previous loop).
7724
7725         (mono_class_setup_vtable): This now returns a boolean indicating
7726         whether the table was properly setup.   The decision is driven by
7727         mono_class_get_overrides_full which might run into non-existing
7728         methods. 
7729         
7730         (mono_class_init): Returns TRUE on success or FALSE if there was a
7731         problem in loading the type (incorrect assemblies, missing
7732         assemblies, methods, etc).
7733
7734         When we call mono_class_setup_fields we also check for a potential
7735         error inside this call (either a class exception or a general
7736         loader exception).
7737
7738         (mono_class_create_from_typedef): If the parent fails to load
7739         (calling mono_class_get_full) return NULL.
7740         
7741         ** Important **
7742
7743         calls to mono_metadata_parse_type_full should be checked
7744         everywhere and set the mono_class_set_failure
7745         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
7746
7747         The current patch checks the places where my manually constructed
7748         tests show the errors are showing up, but we should do it
7749         everywhere. 
7750
7751         ** Important2 **
7752
7753         mono_class_init return values should be tested everywhere, like
7754         the previous case this is something that we should audit
7755         everywhere and not only on the cases exposed by the tests I
7756         created. 
7757
7758 2006-04-26  Miguel de Icaza  <miguel@novell.com>
7759
7760         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
7761         boolean parameter and instead pass the information on `options'
7762         parameter (FileOptions).
7763
7764         * icall.c: Register the new signature for MonoIO.Open.
7765
7766         * debug-helpers.c (dis_one): Trying to understand how coverity
7767         works.  Fix Run 5, item 78.
7768
7769 2006-04-26  Dick Porter  <dick@ximian.com>
7770
7771         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
7772         dereference.
7773
7774 2006-04-25  Martin Baulig  <martin@ximian.com>
7775
7776         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
7777
7778         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
7779         debugger_thread_created().
7780         (debugger_gc_push_all_stacks): Don't handle the main thread in any
7781         special way.
7782         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
7783         (mono_debugger_finalize_threads): New function; undo the effects
7784         of mono_debugger_init_threads().
7785         (mono_debugger_create_all_threads): Removed.
7786
7787 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
7788
7789         * image.c (mono_image_close): Tidy up trace messages.
7790
7791         * assembly.c (mono_assembly_close): Ditto.
7792
7793         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
7794         no longer references an already freed assembly. Fixes #78168.
7795
7796 2006-04-21  Dick Porter  <dick@ximian.com>
7797
7798         * threads.c (mono_thread_detach): Fix reference counting when
7799         detaching threads.
7800
7801 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
7802
7803         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
7804         #78155.
7805
7806 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
7807
7808         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
7809         (mono_type_to_stind): Ditto.
7810
7811         * marshal.c: Use the new helper functions to simplify code.
7812
7813         * image.c (mono_image_close): Add some code for help debug assembly unloading
7814         problems.
7815
7816         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
7817         image mempool.
7818
7819         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
7820         assembly was already loaded in another appdomain. Fixes #78083.
7821
7822 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
7823
7824         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
7825         referenced assemblies.
7826         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
7827
7828         * domain.c (mono_domain_free): Add a trace message.
7829
7830         * appdomain.c (add_assemblies_to_domain): Ditto.        
7831
7832         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
7833         field.  
7834
7835 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
7836
7837         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
7838
7839 2006-04-12  Martin Baulig  <martin@ximian.com>
7840
7841         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
7842         `USE_INCLUDED_LIBGC'.   
7843
7844 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
7845
7846         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
7847         the patch contains ../ and a small directory name later. Hopefully fixes
7848         #78035.
7849
7850 2006-04-10  Martin Baulig  <martin@ximian.com>
7851
7852         Clean up the debugger's thread-handling code.
7853
7854         The debugger's thread-handling code has been moved from
7855         ../mini/debug-debugger.c to threads.c.  We now iterate directly
7856         over the `threads' hash, keep track of exiting threads and also
7857         use proper locking.
7858
7859         We can now debug XSP and XSP based applications with the debugger.
7860
7861         * object-internals.h (MonoThread): Added `gpointer end_stack'.
7862
7863         * threads.h
7864         (MonoThreadCallbacks): Removed; this was only used by the debugger.
7865         (mono_install_thread_callbacks): Likewise.      
7866
7867         * threads.c (mono_thread_callbacks): Removed.
7868         (debugger_thread_created, debugger_thread_exited): New static functions.
7869         (start_wrapper): Call debugger_thread_created().
7870         (thread_cleanup): Call debugger_thread_exited().
7871         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
7872         (mono_debugger_init_threads): New public function.
7873         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
7874         iterate directly over the `threads' hash and also use proper locking.
7875
7876         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
7877
7878         * mono-debug-debugger.h
7879         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
7880
7881 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
7882
7883         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
7884         argument type=array. Fixes #78057.
7885
7886 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
7887
7888         * culture-info-table.h : regenerated. Fixed bug #69652.
7889
7890 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
7891
7892         * loader.c metadata.c: Reapply a variant r59116.
7893         
7894         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
7895
7896         * class.c (mono_class_setup_interface_offsets): New internal function.
7897
7898         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
7899         interfaces too. Fixes #77398.
7900
7901         * reflection.c (encode_cattr_value): Add support for 
7902         parameter type=object, argument type=array.
7903         (load_cattr_value): Ditto. Fixes #77916.
7904
7905         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
7906         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
7907
7908         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
7909         a byval char array and CharSet is Ansi.
7910
7911         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
7912
7913 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
7914
7915         * metadata.c: Add some locking comments.
7916         
7917         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
7918         mempool.
7919         (mono_metadata_free_method_signature): Don't free the signature itself.
7920
7921         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
7922
7923         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
7924         reference the same MonoImage.
7925         (mono_assembly_load_from_full): Add an assert.
7926
7927 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
7928
7929         * image.c (mono_image_close): Don't put the image we are about to free into the
7930         loaded_images_guid_hash.
7931
7932         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
7933         to reduce code duplication.
7934
7935         * marshal.c: Register the native functions called by this module as icalls, to
7936         somewhat centralize the creation of MonoMethodSignature's.
7937
7938         * loader.c (mono_method_signature): Add a cache for method signatures.
7939
7940         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
7941         the parameter attributes of a method.
7942         (mono_metadata_parse_method_signature_full): Refactored the computation of
7943         parameter attributes into a separate function. Also avoid one allocation in
7944         most cases.
7945
7946         * assembly.c (mono_assembly_close): Ditto.
7947
7948         * image.c (mono_image_close): Log trace messages with INFO level.
7949
7950         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
7951
7952         * image.c reflection.c: Correct reference counting of image modules.
7953         
7954         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
7955         of this function from the image mempool.
7956         
7957         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
7958         to allow more cached types to be used.
7959
7960         * mono-debug.c (mono_debug_add_method): Appled patch from
7961         David S. Miller  <davem@sunset.davemloft.net>: Access 
7962         minfo->lexical_blocks[] entry elements using read32().
7963
7964 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
7965
7966         * loader.c (mono_free_method): No longer free the method header for non-dynamic
7967         methods as it is allocated from the mempool.
7968
7969         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
7970         image mempool.
7971
7972         * metadata-internals.h: Add comments describing the reference counting scheme
7973         used for MonoImage and MonoAssembly.
7974
7975         * image.c assembly.c reflection.c: Rework reference counting of images and 
7976         assemblies so they are freed when the runtime is shut down. Free some 
7977         additional memory structures when an image is unloaded.
7978         
7979 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
7980
7981         * class.c loader.c reflection.c: Allocate more data structures in
7982         the image mempool.
7983
7984 2006-03-31  Miguel de Icaza  <miguel@novell.com>
7985
7986         * icall.c
7987         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
7988         build on pre glib 2.4 systems.
7989
7990 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
7991
7992         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
7993
7994         * icall.c: Fix some warnings.
7995
7996 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
7997
7998         * culture-info-table.h : regenerated.
7999
8000 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
8001
8002         * threads.c, object-internals.h, verify.c: changed the culture caching
8003         code to use a normal MonoArray for storage so the GC can keep track of
8004         them easily. Fixed bits of the cache logic, too and simplified the
8005         code.
8006
8007 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
8008
8009         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
8010         thread for non-Boehm GCs.
8011
8012 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
8013
8014         * domain.c, object.c, domain-internals.h: reduce the amount of memory
8015         needed to keep track of the data for static fields.
8016
8017 2006-03-29  Raja R Harinath  <rharinath@novell.com>
8018
8019         Fix #75172
8020         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
8021         for interface classes.  Use 'num_methods' instead.
8022         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
8023         before using '->vtable_size' field.
8024
8025 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
8026
8027         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
8028         doesn't contain managed pointers, so use a normal hashtable.
8029
8030 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
8031
8032         * reflection.c, class-internals.h, domain.c: fixed handling of types
8033         used as values for objects in custom attributes (bug #77915):
8034
8035 2006-03-24  Martin Baulig  <martin@ximian.com>
8036
8037         * class.c (mono_class_setup_fields): Added support for generic
8038         instances; fixes #77580.
8039
8040 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8041
8042         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
8043
8044 2006-03-24  Dick Porter  <dick@ximian.com>
8045
8046         * file-io.c (get_file_attributes): More stat macro breakage.
8047         Fixes bug 77759.
8048
8049 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
8050
8051         * profiler.c: added the file=filename option in the default profiler
8052         to output the profile data to filename.
8053
8054 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8055
8056         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
8057         bug #77877.
8058
8059 2006-03-22  Martin Baulig  <martin@ximian.com>
8060
8061         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
8062         allocated `MonoClassField *' in `fb->handle'.
8063
8064 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
8065
8066         * class.c, image.c, metadata-internals.h: implemented new mechanism to
8067         allocate interface ID to save memory and allow better ID reuse on
8068         appdomain unload. setup_generic_vtable () removal from Martin.
8069
8070 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
8071
8072         * object.h, appdomain.c, domain.c, exception.c, icall.c,
8073         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
8074         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
8075         write barriers for reference stores with managed objects accessed with
8076         C structures in the runtime and in embedding programs.
8077
8078 2006-03-20  Raja R Harinath  <rharinath@novell.com>
8079
8080         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
8081         'interface_id' and 'max_interface_id' fields of MonoClasses
8082         representing open generic types.
8083
8084 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
8085
8086         * object.h, object.c, icall.c: added functions to deal with
8087         storing valuetypes that contain references in managed objects.
8088         * reflection.c, string-icalls.c, threads.c, marshal.c: small
8089         fixes and comments around uses of mono_array_addr ().
8090
8091 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
8092
8093         * object.h, icall.c, monitor.c: object.GetHashCode ()
8094         implementation that supports the moving garbage collector.
8095
8096 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
8097
8098         * icall.c, threads-types.h, threads.c: implemented finalizer for
8099         LocalDataStoreSlot.
8100
8101 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
8102
8103         * metadata.c (mono_type_size): Add a fixme.
8104         (mono_type_stack_size): Ditto.
8105
8106         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
8107         'type_forwarders' field.
8108
8109         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
8110         attribute from net 2.0.
8111
8112         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
8113         from class.c.
8114
8115         * class.c (mono_class_setup_fields): Fix a warning.
8116         
8117         * class.c (mono_class_from_name): Add support for assemblyref entries
8118         in the EXPORTEDTYPE table.
8119
8120         * reflection.c: Add support for handling type forwarders under net 2.0.
8121
8122         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
8123         
8124 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
8125
8126         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
8127         overwriting entries in ModuleBuild->types, also clean up the code
8128         a little. Fixes #77774.
8129
8130 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
8131
8132         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
8133         load friend assembly info when present.
8134
8135 2006-03-14  Raja R Harinath  <rharinath@novell.com>
8136
8137         Fix crasher on gtest-158.cs.
8138         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
8139         the return value if the MonoClass we want is yet in an
8140         inconsistent state.
8141         * class.c (mono_class_create_from_typedef): Add an comment
8142         explaining an order dependency between mono_class_setup_parent and
8143         mono_class_setup_mono_type.
8144
8145 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
8146
8147         * class.c: documentation updates and events bug fix.
8148
8149 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
8150
8151         * class.c: some cleanup, locking fixes.
8152
8153 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
8154
8155         * class.c: fix the generics code to setup nested
8156         type info to the instantiated type (bug #77770).
8157
8158 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
8159
8160         * marshal.c: fixed a few type correctness issues.
8161
8162 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
8163
8164         * loader.c: the Set/Get/Addrtess array methods should be public.
8165
8166 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
8167
8168         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
8169         
8170         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
8171         info->wrapper.
8172
8173 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
8174
8175         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
8176
8177         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
8178
8179         * mempool.c (mono_mempool_alloc): Speed this up a bit.
8180         (mono_mempool_alloc0): Ditto.
8181
8182 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8183
8184         * socket-io.c:
8185         (create_object_from_sockaddr): it was allocating 4 extra bytes
8186         for the AF_UNIX data. Fixes bug #77747.
8187
8188 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
8189
8190         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
8191
8192 2006-03-09  Dick Porter  <dick@ximian.com>
8193
8194         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
8195         Fixes bug 76966 again.
8196
8197 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
8198
8199         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
8200         names from r57532
8201         * appdomain.c: Bumped corlib version to 48 (due to r57532)
8202
8203 2006-03-07  Martin Baulig  <martin@ximian.com>
8204
8205         * object.c
8206         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
8207
8208 2006-03-07  Martin Baulig  <martin@ximian.com>
8209
8210         * class.c
8211         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
8212         regression introduced in r56970; see gtest-252.cs.
8213
8214         * loader.c (mono_get_method_constrained): Correctly handle generic
8215         methods; see gtest-253.cs.
8216
8217 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
8218
8219         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
8220
8221 2006-03-04  Martin Baulig  <martin@ximian.com>
8222
8223         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
8224         compute the parent type at runtime, just like we're already doing
8225         it for interfaces.
8226
8227         * reflection.c
8228         (mono_reflection_bind_generic_parameters): Don't compute the
8229         parent type anymore.
8230
8231         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
8232
8233 2006-03-04  Martin Baulig  <martin@ximian.com>
8234
8235         * mono-debug-debugger.h
8236         (mono_debugger_create_notification_function): Allocate memory at
8237         runtime and return a pointer to it.
8238
8239 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
8240
8241         * assembly.c: Fix windows build.
8242         
8243         * assembly.c: Fix build.
8244
8245         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
8246
8247         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
8248         
8249 2006-03-03  Dick Porter  <dick@ximian.com>
8250
8251         * process.c
8252         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
8253         Check parameters before dereferencing them.  Fixes Aaron's part of
8254         bug 77393.
8255
8256 2006-03-03  Raja R Harinath  <rharinath@novell.com>
8257
8258         Fix performance regression.
8259         * loader.c (find_method_in_class): Add 'from_class' argument.
8260         Rename 'klass' argument to 'in_class'.  The signature is compared
8261         against the method in 'in_class', and the corresponding method is
8262         returned from 'from_class'.
8263         (find_method): Walk both 'in_class' and 'from_class' in parallel.
8264         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
8265         type definition and generic instantiation in parallel.
8266         (mono_get_method_constrained): Update to changes.
8267
8268 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
8269
8270         * threads.c: make sure the domain is correct, too when doing
8271         mono_thread_attach ().
8272
8273 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
8274
8275         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
8276         windows. Fixes #77683.
8277
8278 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
8279
8280         * object.h, *: introduced specific way to set elements of an array
8281         of references to be used as write barrier. Still need to audit the
8282         uses of mono_array_addr.
8283
8284 2006-03-01  Miguel de Icaza  <miguel@novell.com>
8285
8286         * object-internals.h: New field to cache the assmebly name, patch
8287         from Tambet Ingo (tambet@ximian.com)
8288
8289 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
8290
8291         * decimal.h, class-internals.h, metadata-internals.h,
8292         file-io.h: mark a few function declarations as internal, to
8293         reduce the number of PLT entries.
8294
8295 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8296
8297         * file-io.c: fix typo in warning message.
8298
8299 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
8300
8301         * loader.c: on unix, lookup the "*A" version of a function
8302         if charset is auto as a second option before failing.
8303
8304 2006-02-28  Raja R Harinath  <rharinath@novell.com>
8305
8306         * class.h (mono_class_inflate_generic_method): Revert to two
8307         argument version.
8308         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
8309         (mono_class_inflate_generic_method_full): Add.
8310         * class.c (mono_class_inflate_generic_method_full): Rename from
8311         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
8312         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
8313         * loader.c, reflection.c: Update to changes.
8314
8315 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
8316
8317         * icall.c: const fixes and small improvements.
8318
8319 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8320
8321         * threadpool.c: for asynchronous connect(), enable the same workaround
8322         for BSD 6 as for the Mac. Fixes bug #77637.
8323
8324 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
8325
8326         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
8327         formatted classes. Fixes #77524.
8328
8329 2006-02-24  Raja R Harinath  <rharinath@novell.com>
8330
8331         * class.c (inflate_generic_type): Add a couple more
8332         micro-optimizations.
8333         (inflate_generic_context): Don't use the 'gmethod' from
8334         'inflate_with'.
8335         (mono_class_inflate_generic_method): If the method has generic
8336         parameters, but the passed-in context doesn't have a 'gmethod',
8337         create one.  Use the possibly simplified generic instantiation
8338         from the declaring class instead of the one passed in.
8339
8340 2006-02-24  Raja R Harinath  <harinath@gmail.com>
8341
8342         Make generic method signature and method header handling lazy.
8343         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
8344         (inflate_generic_header): Likewise.
8345         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
8346         parameter to avoid inflating types.
8347         (mono_get_inflated_method): Empty out.
8348         * class.h (mono_class_inflate_generic_method): Update to changes.
8349         * loader.c (mono_get_method_from_token): Don't parse signature for
8350         generic methods, nor methods of generic classes.
8351         (mono_method_signature): Rename from 'mono_method_signature'.
8352         Inflate signature on demand.
8353         (mono_method_get_header): Inflate method header on demand.
8354         * reflection.c: Update to changes.
8355
8356 2006-02-23  Raja R Harinath  <rharinath@novell.com>
8357
8358         * metadata.c (mono_metadata_inflate_generic_inst): If the
8359         instantiation is closed, don't bother expanding it in the new
8360         context.
8361         * class.c (inflate_generic_class): If the generic instantiation
8362         doesn't change after inflation, return the argument itself.
8363         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
8364         Add bounds checks.
8365         (inflate_generic_context): If neither the generic class nor the
8366         generic method instantiations change, return the original context.
8367         * reflection.c (mono_method_get_object): Do
8368         'mono_get_inflated_method' before accessing the ->klass field.
8369         (inflate_mono_method): Don't create a MonoGenericMethod unless
8370         necessary.
8371         (inflate_method): Don't pass a constructed type as the declaring
8372         type of a methodbuilder.
8373
8374 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
8375
8376         * object.c: fix memory overwrite.
8377
8378 2006-02-22  Dick Porter  <dick@ximian.com>
8379
8380         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
8381         it doesn't work any more.
8382         (mono_threads_request_thread_dump): Fix unused variable warnings.
8383
8384 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
8385
8386         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
8387         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
8388         the public header file.
8389
8390 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
8391
8392         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
8393
8394 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
8395
8396         * class-internals.h, object.c: reduce the size of MonoVTable
8397         and store the interface_offsets array at negative offsets.
8398
8399 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
8400
8401         * metadata.c: tweak table descriptors data structures to reduce
8402         size and runtime relocations.
8403
8404 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
8405
8406         * marshal.c: fix some types and opcodes to be type-safe
8407         in marshaling wrappers.
8408
8409 2006-02-21  Ankit Jain  <jankit@novell.com>
8410
8411         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
8412
8413 2006-02-21  Raja R Harinath  <rharinath@novell.com>
8414
8415         * metadata.c (get_constraints): Relax debugging checks for monodis.
8416
8417 2006-02-21  Ankit Jain  <jankit@novell.com>
8418
8419         * metadata.c (mono_metadata_load_generic_params): Move the code
8420         checking for ambiguous generic params from here to mono/dis/get.c
8421         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
8422
8423 2006-02-21  Raja R Harinath  <harinath@gmail.com>
8424
8425         Fix assertion triggered when compiling nemerle.
8426         * class.c (mono_get_shared_generic_inst): Rename from
8427         get_shared_inst and make non-static.
8428         * loader.c (mono_get_shared_generic_method): New.  Used to create
8429         the MonoGenericContext-equivalent of a MonoGenericContainer.
8430         (mono_get_method_from_token): Initialize the 'context' field of
8431         the created MonoGenericContainer.
8432         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
8433         * metadata.c (get_constraints): Add sanity check.
8434         * class-internals.h: Add new internal methods.
8435
8436         * reflection.c (verify_safe_for_managed_space): New sanity check.
8437         Currently checks that owner-less generic parameters aren't allowed
8438         in managed space.
8439         (mono_type_get_object): Use it.
8440         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
8441         that are now in mono_type_get_object.
8442         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
8443
8444 2006-02-19  Raja R Harinath  <harinath@gmail.com>
8445
8446         * metadata.c (mono_type_create_from_typespec): Rename from
8447         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
8448         argument and caching of types in the generic container.
8449         (unwrap_arrays, find_generic_param): Remove.
8450         * metadata-internals.h: Update.
8451         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
8452
8453 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
8454
8455         * class.c (mono_class_get_exception_for_failure): Fix a warning.
8456
8457         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
8458         return values. Fixes #77581.
8459
8460         * class.c (mono_fnptr_class_get): Switch name and name_space.
8461
8462         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
8463         classes and add support for [In, Out] attributes.
8464         (mono_marshal_free_asany): Ditto. Fixes #77524.
8465
8466 2006-02-18  Raja R Harinath  <harinath@gmail.com>
8467
8468         * class.c (mono_class_from_generic_parameter): Make more robust to
8469         incomplete MonoGenericContainers from monodis.
8470
8471 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
8472
8473         * class-internals.h: added some more exception types.
8474         * class.c, metadata.c: added a few checks to handle missing
8475         types.
8476
8477 2006-02-17  Raja R Harinath  <rharinath@novell.com>
8478
8479         Use owner-less generic-params some more.
8480         * class.c (my_mono_class_from_generic_parameter): Remove.
8481         (mono_class_from_generic_parameter): Handle null image,
8482         param->name and param->owner.
8483         (mono_class_from_mono_type): Update.
8484         (mono_class_create_from_typespec): Remove 'container' parameter.
8485         If that parameter is non-null, the result is always inflated by
8486         'mono_class_get_full' anyway.
8487         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
8488         parameter.
8489         (mono_class_get_full): Update.
8490
8491         * class.c (inflate_generic_type) [GENERICINST]: If the generic
8492         instance is not open, don't bother inflating.
8493         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
8494         parse metadata for inflated classes.
8495         (_mono_class_get): Change GenericContext* parameter to
8496         GenericContainer*.
8497         (mono_class_create_from_typespec): Likewise.  Simplify, and
8498         implement trivially.  All the cases are handled in
8499         mono_class_from_mono_type.  Don't inflate returned class.
8500         (mono_class_get_full): Delegate GENERICINST optimization to
8501         inflate_generic_type.
8502         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
8503
8504 2006-02-16  Dick Porter  <dick@ximian.com>
8505
8506         * socket-io.c (create_object_from_sockaddr): Fix typo.
8507         (create_sockaddr_from_object): Check array lengths before
8508         potentially accessing items off the end.
8509         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
8510         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
8511         (ves_icall_System_Net_Sockets_Socket_Send_internal)
8512         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
8513         length checks to avoid wraparound overflows.
8514         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
8515         contents of the array of sockets
8516         (hostent_to_IPHostEntry2)
8517         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
8518         Check return value of inet_ntop ().
8519         (addrinfo_to_IPHostEntry): Fix typo
8520
8521 2006-02-16  Raja R Harinath  <rharinath@novell.com>
8522
8523         Type metadata parsing doesn't use generic-instantiation information.
8524         * metadata.c (mono_metadata_parse_array_full): Change
8525         MonoGenericContext* parameter to MonoGenericContainer*.
8526         (mono_metadata_parse_type_full): Likewise.
8527         (mono_type_create_from_typespec_full): Likewise.
8528         (mono_metadata_parse_mh_full): Likewise.
8529         (mono_metadata_parse_generic_inst): Likewise.
8530         (do_mono_metadata_parse_generic_class): Likewise.
8531         (do_mono_metadata_parse_type): Likewise.
8532         * metadata-internals.h: Update to changes.
8533         * class.c (mono_class_find_enum_basetype): Likewise.
8534         (mono_class_setup_fields): Likewise.
8535         (mono_class_create_from_typespec): Likewise.
8536         * loader.c (method_from_methodspec): Likewise.
8537         (mono_get_method_from_token): Likewise.
8538         (mono_method_get_header): Likewise.
8539
8540 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
8541
8542         * marshal.c: handle additional GENERICINST case (patch from
8543         Thong Nguyen <tum@veridicus.com>).
8544         Fix a few cases where LDIND_I/STIND_I was used for references.
8545
8546 2006-02-16  Raja R Harinath  <rharinath@novell.com>
8547
8548         * reflection.c (mono_reflection_get_token): Remove unused variable.
8549
8550 2006-02-16  Martin Baulig  <martin@ximian.com>
8551
8552         * reflection.c (mono_reflection_get_token): Add support for fields
8553         in instantiated generic types.
8554
8555         * icall.c
8556         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
8557
8558 2006-02-15  Martin Baulig  <martin@ximian.com>
8559
8560         * icall.c
8561         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
8562         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
8563         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
8564         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
8565
8566 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
8567
8568         * class.c, metadata.c, metadata.h, object.c, icall.c,
8569         marshal.c: changed mono_type_get_underlying_type () to do
8570         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
8571         Fixed handling of instantiated generic valuetypes (bug #75479).
8572
8573 2006-02-15  Raja R Harinath  <rharinath@novell.com>
8574
8575         * metadata.c (mono_metadata_decode_signed_value): Simplify.
8576         Delegate to mono_metadata_decode_value, and work on the returned value.
8577
8578         * icall.c (ves_icall_MonoType_GetGenericArguments):
8579         Add consistency check here too.
8580         
8581 2006-02-15  Ankit Jain  <jankit@novell.com>
8582
8583         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
8584         char/short etc.
8585
8586 2006-02-15  Ankit Jain  <jankit@novell.com>
8587
8588         * metadata.c (mono_metadata_decode_signed_value): New function to decode
8589         signed values, used only for representing lower bounds of arrays.
8590         (mono_metadata_parse_array_full): Use new
8591         mono_metadata_decode_signed_value to decode lower bounds.
8592
8593 2006-02-14  Martin Baulig  <martin@ximian.com>
8594
8595         * reflection.c
8596         (mono_reflection_get_token): Support "MonoGenericMethod" and
8597         "MonoGenericCMethod" and allow generic instances / methods.
8598
8599 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
8600
8601         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
8602         to obtain the terminal size using an ioctl.
8603
8604         * object.c (mono_nullable_init): Revert this as nullable reference
8605         types are not valid.
8606         (mono_nullable_box): Ditto.
8607
8608 2006-02-09  Dick Porter  <dick@ximian.com>
8609
8610         * threads.c (mono_thread_detach): Drop a reference to the thread
8611         we're detaching.
8612
8613 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
8614
8615         * object.c (mono_nullable_init): Handle nullable reference types.
8616         (mono_nullable_box): Ditto. Fixes #77446.
8617
8618 2006-02-07  Martin Baulig  <martin@ximian.com>
8619
8620         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
8621
8622 2006-02-07  Ankit Jain  <jankit@novell.com>
8623
8624         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
8625         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
8626         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
8627         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
8628         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
8629         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
8630
8631 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
8632
8633         * class.c (mono_class_create_generic): Set type_token as well.
8634
8635         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
8636         compatible with MS.
8637
8638 2006-02-02  Martin Baulig  <martin@ximian.com>
8639
8640         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
8641         has never been used so far.
8642
8643 2006-02-02  Martin Baulig  <martin@ximian.com>
8644
8645         * mono-debug-debugger.h: Changed comment at the top of this file;
8646         the header is not installed, but it's safe to #include it from
8647         within the JIT.
8648
8649         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
8650         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
8651
8652 2006-02-02  Martin Baulig  <martin@ximian.com>
8653
8654         * mono-debug.h
8655         (MonoSymbolTable): Removed the `metadata_info' field.
8656
8657         * mono-debug.c
8658         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
8659
8660         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
8661         (mono_debugger_add_builtin_types): Removed.
8662         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
8663         (mono_debugger_create_notification_function): We now operate on a
8664         pre-allocated area; take a `gpointer' and return `void'.
8665
8666         * mono-debug-debugger.c
8667         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
8668         (mono_debugger_add_builtin_types): Removed.
8669
8670 2006-02-02  Martin Baulig  <martin@ximian.com>
8671
8672         * threads.c (mono_debugger_create_all_threads): New public method.
8673
8674 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
8675
8676         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
8677         breaks on several platforms.
8678
8679 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
8680
8681         * assembly.c: the VS.NET build doesn't supply default values for
8682         MONO_ASSEMBLIES and MONO_CFG_DIR.
8683
8684 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
8685
8686         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
8687         helper function.
8688
8689         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
8690
8691         * loader.c (method_from_memberref): Fix a warning.
8692
8693         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
8694
8695         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
8696         with explicit layout. Fixes #77433.
8697
8698 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
8699
8700         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
8701         max_interface_id is initialized before using it. Fixes #77398.
8702         (ves_icall_Type_GetInterfaces): Ditto.
8703
8704 2006-01-30  Raja R Harinath  <rharinath@novell.com>
8705
8706         * metadata.c (mono_metadata_parse_method_signature_full): Don't
8707         allocate memory for parameter attributes when parsing memberref
8708         signatures.
8709         * loader.c (mono_loader_set_error_method_load): Don't warn.
8710         (method_from_memberref): Ensure MissingMethodException gets thrown
8711         if method is not found.  Make warning more informative.
8712
8713 2006-01-29  Raja R Harinath  <harinath@gmail.com>
8714
8715         Fix #77397
8716         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
8717         return true if is byref.
8718         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
8719         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
8720         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
8721
8722 2006-01-27  Raja R Harinath  <rharinath@novell.com>
8723
8724         Fix tests/find-method.2.il
8725         * loader.c (find_method, find_method_in_class): Remove is_inflated
8726         argument.  Revert 2006-01-18 change.
8727         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
8728         is generic, search for method in its generic definition.
8729         * class.c (mono_class_setup_vtable_general): Print generic
8730         arguments of generic types in debugging printf.
8731
8732 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
8733
8734         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
8735
8736         * threads.c (mono_threads_request_thread_dump): New helper function.
8737
8738 2006-01-25  Raja R Harinath  <rharinath@novell.com>
8739
8740         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
8741
8742 2006-01-25  Ankit Jain  <jankit@novell.com>
8743
8744         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
8745         move definition to ..
8746         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
8747         
8748 2006-01-25  Ankit Jain  <jankit@novell.com>
8749             Raja R Harinath  <rharinath@novell.com>
8750
8751         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
8752         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
8753         as necessary.
8754
8755 2006-01-25  Martin Baulig  <martin@ximian.com>
8756
8757         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
8758         `MonoDebuggerThread' into debug-debugger.c.
8759
8760 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
8761
8762         * profiler.c: fix printing of data.
8763
8764 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
8765
8766         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
8767           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
8768
8769 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
8770
8771         * object.c: fix deadlock related to string interning.
8772
8773 2006-01-23  Martin Baulig  <martin@ximian.com>
8774
8775         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
8776
8777         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
8778
8779 2006-01-23  Martin Baulig  <martin@ximian.com>
8780
8781         * mono-debug.h: Moved the prototypes of some functions which are
8782         used by the JIT here from mono-debug-debugger.h.
8783
8784 2006-01-21  Martin Baulig  <martin@ximian.com>
8785
8786         * Makefile.am: Don't install mono-debug-debugger.h.
8787
8788 2006-01-21  Martin Baulig  <martin@ximian.com>
8789
8790         * mono-debug-debugger.h: Enforce the private status of this header
8791         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
8792         Moved some stuff from mono-debugger-jit-wrapper.h here.
8793
8794 2006-01-20  Raja R Harinath  <rharinath@novell.com>
8795
8796         * class.c (mono_class_from_typeref): Add a sanity test to help
8797         catch lack of assembly load/search hooks.
8798
8799 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
8800
8801         * marshal.c (emit_struct_conv): Relax the fields with same offset
8802         check even more. Fixes #77230.
8803
8804 2006-01-18  Martin Baulig  <martin@ximian.com>
8805
8806         * loader.c (find_method_in_class): Added `gboolean is_inflated'
8807         argument; if false, we compare the uninstantiated signatures.
8808         (method_from_memberref): Compare the uninstantiated signatures;
8809         fixes #76417.
8810
8811 2006-01-18  Robert Jordan  <robertj@gmx.net>
8812
8813         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
8814         Clear the weak link. Fixes bug #77170.
8815
8816         * gc.c (mono_gchandle_free):
8817         Reflect *-gc.c changes (tiny optimization).
8818
8819 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
8820
8821         * metadata.c (mono_metadata_signature_dup): Applied patch from
8822         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
8823         Fixes #77288.
8824
8825 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
8826
8827         * marshal.c (emit_struct_conv): Allow fields with the same offset when
8828         marshalling from native to managed code. Fixes #77230.
8829
8830 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8831
8832         * threadpool.c: fix problem (Mac only) when more than one asynchronous
8833         connect. Fixes bug #77020.
8834
8835 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
8836
8837         * class.c: fixed id assignement for nested interfaces (bug #77275).
8838         Added also better info for --print-vtable debugging.
8839
8840 2006-01-12  Martin Baulig  <martin@ximian.com>
8841
8842         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
8843         interfaces on-the-fly; fixes #76625.
8844
8845         * class-internals.h
8846         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
8847         don't need that anymore.
8848
8849 2006-01-12  Miguel de Icaza  <miguel@novell.com>
8850
8851         * socket-io.c
8852         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
8853         To avoid initing the nested_classes when not needed I turned the
8854         PeerCredData as a toplevel internal class, as it has to be shared
8855         anyways. 
8856
8857         Fixes the CASA issue.
8858
8859 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
8860
8861         * domain.c: Accessors for MonoJitInfo
8862
8863         * profiler-private.h: Add jitinfo to the end jit hook
8864
8865         * profiler.[ch]: Define new hooks, called after jitting which give
8866         the MonoJitInfo that was compiled
8867
8868 2006-01-10  Martin Baulig  <martin@ximian.com>
8869
8870         * class.c (mono_class_setup_events): Add support for generic
8871         classes; fixes #76440.
8872
8873 2006-01-06  Raja R Harinath  <rharinath@novell.com>
8874
8875         Fix #77160.
8876         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
8877         on passed-in method.
8878
8879 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
8880
8881         * object.c (mono_runtime_invoke_array): Add Nullable support.
8882
8883         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
8884
8885 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
8886
8887         * file-io.c: Don't consider sockets as directory and avoid an endless
8888         loop. Fix bug #76966.
8889
8890 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
8891
8892         * object.c (mono_nullable_init): New helper function.
8893         (mono_nullable_box): Ditto.
8894
8895         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
8896
8897         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
8898
8899         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
8900         
8901 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
8902
8903         * class.c (mono_class_is_assignable_from): Make T assignable to 
8904         Nullable<T>.
8905
8906 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
8907
8908         * appdomain.c: Bump corlib version to 46.
8909         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
8910         serialization purpose) and changed ves_icall_System_Reflection_
8911         Assembly_get_code_base signature to accept a boolean (to escape, or 
8912         not, the assembly code base).
8913
8914 2005-12-23  Dick Porter  <dick@ximian.com>
8915
8916         * icall.c: 
8917         * threads-types.h: 
8918         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
8919         CreateEvent icall now returns "created" boolean parameter.
8920
8921 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
8922
8923         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
8924         #76967.
8925
8926         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
8927         when attr_klass is an interface. Fixes #77045.
8928
8929 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
8930
8931         * marshal.c (emit_struct_conv): Fix previous patch.
8932         
8933         * marshal.c (emit_struct_conv): Add a check for fields with the same
8934         offset.
8935
8936 2005-12-20  Raja R Harinath  <rharinath@novell.com>
8937
8938         Fix regression in Mono.C5.
8939         * class.c (mono_class_create_generic): If 'klass' is an interface
8940         set up the interface offsets.
8941         (mono_class_is_assignable_from): Don't throw away generic arguments.
8942
8943 2005-12-19  Raja R Harinath  <rharinath@novell.com>
8944
8945         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
8946         type parameters.
8947
8948 2005-12-15  Raja R Harinath  <rharinath@novell.com>
8949
8950         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
8951         dead store.
8952         (do_mono_metadata_parse_generic_class): Don't pass the current
8953         generic context when parsing the type being instantiated: it
8954         cannot use it, anyway.
8955
8956         * loader.c (method_from_memberref): Don't inflate a signature if
8957         it doesn't contain any type parameters.
8958
8959 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
8960
8961         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
8962
8963 2005-12-14  Martin Baulig  <martin@ximian.com>
8964
8965         * class.c
8966         (mono_type_get_name_recurse): Don't return null for type
8967         parameters and open generic classes.
8968         (mono_class_setup_methods): Don't exclude generic instances.
8969         (mono_get_unique_iid): Use different IDs for different
8970         instantiations of the same generic type.
8971         (mono_class_setup_vtable): Only use setup_generic_vtable() for
8972         open generic instances; create a normal vtable for closed generic
8973         instances.
8974         (mono_class_setup_vtable_general): We're now also called for
8975         closed generic instances.
8976
8977         * reflection.c
8978         (mono_reflection_bind_generic_parameters): Correctly use
8979         mono_metadata_lookup_generic_inst() everywhere.
8980
8981 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
8982
8983         * object.c (mono_class_create_runtime_vtable): Call 
8984         mono_class_setup_vtable ().
8985
8986         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
8987         function.
8988         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
8989         #76959.
8990
8991         * loader.c (mono_loader_set_error_type_load): Print the type load
8992         warnings to the console so they are more visible to the user.
8993         (mono_loader_set_error_method_load): Ditto.
8994
8995         * reflection.c (ensure_runtime_vtable): Revert the last change as it
8996         is still broken.
8997         
8998         * reflection.c (ensure_runtime_vtable): Fix build.
8999
9000         * reflection.c (ensure_runtime_vtable): Disable an optimization which
9001         doesn't work in all cases.
9002
9003 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
9004
9005         * object.c (mono_array_new_full): Treat a single dimensional array
9006         with 0 lower bounds as an szarray. Fixes #76973.
9007
9008         * reflection.c (custom_attr_visible): Really fix this.
9009
9010 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
9011
9012         * reflection.c (custom_attr_visible): Allow nested public attributes
9013         as well.
9014
9015         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
9016         interface check.
9017
9018 2005-12-12  Raja R Harinath  <harinath@gmail.com>
9019
9020         * class.c (set_generic_param_owner): Delete.
9021         (mono_class_create_from_typedef): Don't set ->owner field of
9022         generic parameters to "param containers" of enclosing classes.
9023         * reflection.c (mono_reflection_initialize_generic_parameter):
9024         Likewise.
9025
9026 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
9027
9028         * reflection.c (custom_attr_visible): Fix build.
9029
9030 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
9031
9032         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
9033         private attributes.
9034         
9035         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
9036         handling of null parameter defaults.
9037
9038 2005-12-09  Raja R Harinath  <rharinath@novell.com>
9039
9040         * class.c (mono_class_from_generic_parameter): Don't set
9041         klass->generic_container.
9042         (my_mono_class_from_generic_parameter): Likewise.
9043
9044 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
9045
9046         * reflection.c (load_public_key): Fix a warning.
9047         (method_encode_code): Fix unaligned accesses.
9048
9049 2005-12-07  Martin Baulig  <martin@ximian.com>
9050
9051         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
9052
9053         * reflection.c
9054         (write_generic_param_entry): Encode our custom attrs.
9055
9056         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
9057
9058 2005-12-07  Martin Baulig  <martin@ximian.com>
9059
9060         * reflection.c (encode_new_constraint): Removed; we don't use the
9061         `NewConstraintAttribute' anymore.
9062
9063 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
9064
9065         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
9066         not fire a TypeResolve event when Assembly.GetType () is called.
9067
9068 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
9069
9070         Beginning of support for nullable types in the runtime. Parts of
9071         this patch are from Martin.
9072
9073         * appdomain.c (MONO_CORLIB_VERSION): Bump
9074
9075         * domain.c (mono_init_internal): get the nullable type
9076
9077         * class.c (mono_class_is_nullable): New method
9078         (mono_class_get_nullable_param): New mehod
9079         (mono_class_create_generic): In types T? set cast_class to T
9080
9081         * class-internals.h (MonoDefaults): new nullable default class
9082         (mono_class_get_nullable_param, mono_class_get_nullable_param):
9083         new methods.
9084
9085 2005-12-05  Raja R Harinath  <rharinath@novell.com>
9086
9087         * metadata.c (select_container): New.  Refactor code to select the
9088         appropriate GenericContainer given the type of generic parameter
9089         we are looking for.
9090         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
9091         not a MonoGenericContext.  Use select_container.  Update parameters.
9092         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
9093         and MONO_TYPE_MVAR.
9094         (unwrap_arrays): Remove duplicate tests.
9095         (find_generic_param): Rename from 'has_same_context'.  Now walks a
9096         generic instantiated class to find any arguments that are generic
9097         parameters.
9098         (mono_type_create_from_typespec_full): Use find_generic_param to
9099         avoid evicting some generic instantiations from the typespec
9100         cache.
9101
9102 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
9103
9104         * reflection.c: fixed writing of doubles on ARM FPA.
9105
9106 2005-12-02  Robert Jordan  <robertj@gmx.net>
9107
9108         * icall.c: Fixed EventInfo.ReflectedType (#76829).
9109
9110 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9111
9112         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
9113         least on SUSE 10 they are not the same (on debian, they are just the
9114         same thing).
9115
9116 2005-12-01  Raja R Harinath  <rharinath@novell.com>
9117
9118         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
9119         DeclaringType for VARs and MVARs.
9120         * class.c (set_generic_param_owner): Fix initialization of owner
9121         fields.
9122
9123 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
9124
9125         * icall.c: fixed Enum.ToObject() to correctly convert the values.
9126
9127 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9128
9129         * threadpool.c: workaround for a bug that shows up on the Mac:
9130         select()+connect() on a blocking socket is not like it should
9131         be, so we proceed to connect() in that case, wasting the I/O
9132         threadpool thread until connect succeedes. Fixes bug #75436.
9133
9134 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9135
9136         * threadpool.c: fix typo when setting file descriptor states.
9137
9138 2005-11-28  Raja R Harinath  <rharinath@novell.com>
9139
9140         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
9141         * metadata.c (mono_metadata_parse_method_signature_full): Don't
9142         create a temporary signature container.
9143         (mono_metadata_parse_generic_param): Update to changes.
9144         (mono_type_create_from_typespec_full): Update to changes.
9145         * loader.c (method_from_memberref): Don't use a
9146         MonoGenericContainer while parsing a memberref signature.
9147         (method_from_methodspec): Remove dead-store of the 'container'
9148         variable.  It's overwritten before use.
9149
9150         * metadata.c (mono_type_create_from_typespec_full): Make debugging
9151         checks tighter.
9152         (mono_metadata_parse_generic_param): Likewise.
9153         * loader.c (find_method_in_class): Does not need a
9154         MonoGenericContainer.  Use 'mono_method_signature' rather than
9155         'mono_method_signature_full'.
9156         (find_method, mono_get_method_constrained, method_from_memberref):
9157         Update to changes.
9158
9159         * metadata.c (mono_type_create_from_typespec_full): Ensure that
9160         owner-less generic-parameters are never evicted from the typespec
9161         cache.
9162
9163         * loader.c (method_from_memberref): Don't use the current context
9164         when parsing signatures.
9165         (method_from_methodspec, mono_get_method_from_token): Update to changes.
9166
9167         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
9168         side-effects in g_assert.
9169         * loader.c (mono_get_method_from_token): Resolve klass earlier so
9170         that we don't potentially lose information.
9171
9172 2005-11-26  Dick Porter  <dick@ximian.com>
9173
9174         * icall.c:
9175         * threads.c: icalls to implement basic (ie, not named)
9176         System.Threading.Semaphore.
9177
9178 2005-11-24  Dick Porter  <dick@ximian.com>
9179
9180         * process.c
9181         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
9182         Use GetProcessId() if it's available.
9183
9184 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
9185
9186         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
9187
9188 2005-11-23  Raja R Harinath  <rharinath@novell.com>
9189             Ankit Jain  <jankit@novell.com>
9190
9191         * loader.c (mono_get_method_from_token): Initialize 'method' field
9192         of all generic parameters before parsing the signature.  Remove
9193         code that "fixed"-up MVAR references.
9194
9195 2005-11-23  Ankit Jain  <jankit@novell.com>
9196
9197         * metadata.c (mono_metadata_has_generic_params):
9198         (mono_metadata_load_generic_param_constraints):
9199         (mono_metadata_load_generic_params): Move duplicate code ...
9200         (mono_metadata_get_generic_param_row): ... here. Returns the
9201         first row-id in GenericParam table for a given owner (token).
9202         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
9203         prototype.
9204
9205 2005-11-23  Raja R Harinath  <rharinath@novell.com>
9206             Ankit Jain  <jankit@novell.com>
9207
9208         * metadata.c (mono_metadata_class_equal): Pass signature_only when
9209         comparing VARs too.
9210         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
9211         type->data.generic_param only if the type is an MVAR.
9212         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
9213         leak owner-less VARs and MVARs into managed space.
9214
9215 2005-11-21  Martin Baulig  <martin@ximian.com>
9216
9217         * class-internals.h
9218         (MonoMethod): Moved the `generic_container' here from
9219         `MonoMethodNormal' since we now also need it for
9220         `MonoMethodPInvoke';
9221         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
9222         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
9223         an union containing both `MonoMethodNormal' and
9224         `MonoMethodPInvoke'.
9225
9226         * loader.c
9227         (mono_get_method_from_token): Allow implementing generic methods
9228         as interncalls.
9229
9230         * threads.c
9231         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
9232         icall.
9233
9234 2005-11-17  Dick Porter  <dick@ximian.com>
9235
9236         * icall.c: 
9237         * process.h: 
9238         * process.c: Split the Process Start_internal icall into
9239         ShellExecuteEx_internal and CreateProcess_internal, which are
9240         called depending on whether UseShellExecute is true.  Fixes bug
9241         76670.
9242
9243         * appdomain.c (MONO_CORLIB_VERSION): Incremented
9244
9245 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
9246
9247         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
9248         'msize' parameters, use the information in 'mspec' instead.
9249         (emit_object_to_ptr_conv): Ditto.
9250
9251         * marshal.c (emit_struct_conv): Handle explicit layout structs with
9252         fields out of order. Fixes #76733.
9253
9254 2005-11-17  Ankit Jain  <jankit@novell.com>
9255
9256         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
9257
9258 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
9259
9260         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
9261           bug #76575.
9262
9263 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
9264
9265         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
9266         for types with non-auto layout. Fixes #76717.
9267
9268 2005-11-16  Ankit Jain  <jankit@novell.com>
9269
9270         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
9271         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
9272         if generic_context is null.
9273           (mono_metadata_generic_param_equal): param->owner can be null.
9274           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
9275         null.
9276
9277 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
9278
9279         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
9280         the correct value.
9281
9282 2005-11-15  Martin Baulig  <martin@ximian.com>
9283
9284         * object.c (set_value): Use mono_class_from_mono_type() instead of
9285         the hack for generic instances; fixes #76136.
9286
9287 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
9288
9289         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
9290         fields.
9291
9292         * image.c (load_metadata_ptrs): Initialize the new fields.
9293
9294         * reflection.c (create_dynamic_mono_image): Ditto.
9295
9296         * reflection.c (build_compressed_metadata): Use the new fields.
9297
9298         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
9299         icall.
9300
9301         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
9302         icall.
9303         
9304 2005-11-15  Ankit Jain  <jankit@novell.com>
9305             Raja R Harinath  <harinath@gmail.com>
9306
9307         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
9308         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
9309         new per-generic_container cache if the cached MonoType's context matches
9310         the current context.
9311           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
9312         to the expected context.
9313           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
9314
9315 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9316
9317         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
9318         we changed the signature of an icall.
9319         * icall.c: Modify to mono_double_ParseImpl return true/false 
9320         depending on the success, instead of throwing the exception. This will
9321         help us in Double.TryParse methods.
9322         
9323 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
9324
9325         * marshal.c (emit_marshal_object): Throw an exception when
9326         marshalling 'object' instead of crashing. Fixes #76696.
9327
9328 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
9329
9330         * class-internals.h: Add prototype for mono_type_get_full_name ().
9331
9332 2005-11-11  Dick Porter  <dick@ximian.com>
9333
9334         * threads.c (mono_thread_manage): Make sure the main thread has
9335         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
9336
9337 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
9338
9339         * loader.c (mono_loader_set_error_type_load): Log a warning to the
9340         console about the missing type.
9341         (mono_loader_set_error_method_load): Ditto.
9342
9343 2005-11-09  Miguel de Icaza  <miguel@novell.com>
9344
9345         * mono-config.c (mono_get_config_dir): Set the system defaults if
9346         none is specified.
9347
9348         * assembly.c (mono_set_dirs): New API entry point to set the
9349         assembly and the config directory in one call
9350
9351 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
9352
9353         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
9354         the ftnptr was created from a delegate in a domain other than the
9355         current domain. Fixes #75377.
9356
9357         * exception.h exception.c: Add mono_get_exception_not_supported ().
9358
9359 2005-11-08  Martin Baulig  <martin@ximian.com>
9360
9361         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
9362
9363 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
9364
9365         * security-manager.h: Added definitions to deal with strongname key 
9366         pairs bigger (and smaller) than 1024 bits.
9367         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
9368         adjust wrt the public key length being used.
9369
9370 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
9371
9372         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
9373           Windows build (r51396-51397).
9374
9375 2005-11-03  Martin Baulig  <martin@ximian.com>
9376
9377         * class.c (mono_class_setup_vtable_general): Also add generic
9378         methods to the vtable; fixes #76581.
9379
9380 2005-11-01  Miguel de Icaza  <miguel@novell.com>
9381
9382         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
9383         sure that we lookup GetString method from the System.Text.Encoding
9384         class, not the derived class or we get an empty method.
9385
9386         Fixed class #76612.
9387
9388 2005-10-25  Miguel de Icaza  <miguel@novell.com>
9389
9390         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
9391         if it has been previously set (embedders). 
9392
9393         Make mono_set_rootdir available also on Unix.
9394
9395 005-10-24  Robert Jordan  <robertj@gmx.net>
9396
9397         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
9398
9399 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
9400
9401         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
9402         only calls which are made to native code use this flag.
9403
9404         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
9405
9406 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
9407
9408         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
9409         Add support for FieldBuilders.
9410
9411 2005-10-29  Martin Baulig  <martin@ximian.com>
9412
9413         * mono-debug.c
9414         (mono_debug_using_mono_debugger): New public method; returns
9415         whether we're running inside the debugger.
9416
9417 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
9418
9419         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
9420         for Method/Constructor/FieldBuilders.
9421
9422 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
9423
9424         * reflection.c (module_add_cattrs): Save custom attributes for global methods
9425         and fields as well.
9426
9427 2005-10-26  Martin Baulig  <martin@ximian.com>
9428
9429         * mono-debug-debugger.c
9430         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
9431
9432 2005-10-24  Raja R Harinath  <harinath@gmail.com>
9433
9434         * icall.c (base64_to_byte_array): Don't pass an out-of-range
9435         integer to isspace.
9436
9437 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
9438
9439         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
9440         when passing valuetypes byref. Fixes #76502.
9441
9442 2005-10-19  Jackson Harper  <jackson@ximian.com>
9443
9444         * profiler.c: Don't put a . in front of types that are not in a
9445         namespace.
9446
9447 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
9448
9449         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
9450
9451 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
9452
9453         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
9454         #76436.
9455         (mono_marshal_get_ldflda_wrapper): Fix a warning.
9456
9457 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9458
9459         * assembly.c metadata-internals.h icall.c: Define an additional
9460         parameter for mono_assembly_name_parse_full, so we can avoid creating
9461         S.R.AssemblyName.Version when no version info wasn't passed.
9462         
9463 2005-10-09  Miguel de Icaza  <miguel@novell.com>
9464
9465         * class.c (mono_type_get_full_name): Reimplement method that was
9466         removed. 
9467
9468         * image.c: Some docs
9469
9470 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
9471
9472         * profiler.c (output_newobj_profile): Fix printing of Total memory
9473         on x86.
9474
9475 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
9476
9477         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
9478
9479 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
9480
9481         * threads.c: remove debug output.
9482
9483 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
9484
9485         * threads.c (mono_thread_manage): Fix crashes if more than 64
9486         threads need to be aborted. Hopefully fixes #75899.
9487
9488         * assembly.c (mono_stringify_assembly_name): New helper function.
9489
9490         * class.c: Use mono_stringify_assembly_name instead of the similar
9491         static function.
9492
9493         * assembly.h assembly.c: Add support for calling a postload search 
9494         hook if an assembly cannot be loaded.
9495
9496         * appdomain.c: Register new search hooks which call the AssemblyResolve
9497         events in AppDomain. Fixes #75231
9498
9499 2005-10-07  Martin Baulig  <martin@ximian.com>
9500
9501         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
9502         methods without debug info.
9503
9504 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
9505
9506         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
9507         wrappers.
9508
9509 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9510
9511         * file-io.c: now that we return symlinks, use lstat and, when the file
9512         is a symbolic link, stat, to get the file attributes. Also avoid the
9513         conversion to/from utf16/external.
9514
9515 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
9516
9517         * class.c (mono_class_layout_fields): Compute klass->has_references
9518         correctly if an embedded valuetype is not yet initialized. Fixes
9519         #76331.
9520
9521 2005-10-04  Martin Baulig  <martin@ximian.com>
9522
9523         * metadata.c
9524         (mono_metadata_load_generic_param_constraints): New public
9525         function; splitted the constraints loading out from
9526         mono_metadata_load_generic_params().
9527
9528         * class.c (mono_class_create_from_typedef): Call
9529         mono_metadata_load_generic_param_constraints() after setting up
9530         the type and creating our parent; fixes #75329.
9531
9532 2005-10-04  Martin Baulig  <martin@ximian.com>
9533
9534         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
9535         non-dynamic parent classes.
9536
9537 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
9538
9539         * file-io.c : win32 build fix (ETXTBSY seems not found).
9540
9541 2005-10-04  Martin Baulig  <martin@ximian.com>
9542
9543         * reflection.c
9544         (mono_image_get_methodspec_token): Make the cache actually work;
9545         fixes #75974.
9546
9547 2005-10-04  Martin Baulig  <martin@ximian.com>
9548
9549         * class.c (mono_class_name_from_token): Removed the unneccessary
9550         `MonoGenericContext *' argument.
9551
9552 2005-10-04  Martin Baulig  <martin@ximian.com>
9553
9554         * loader.c
9555         (method_from_methodspec): Make the caching work again; fixes the
9556         performance regression from #76262.
9557
9558 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9559
9560         * file-io.c:
9561         * file-io.h:
9562         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
9563         GetFileSystemEntries that performs the same work but without going
9564         into io-layer, locking, etc.
9565
9566 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
9567
9568         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
9569         ThreadState_Stopped as well. Fixes #76047.
9570
9571 2005-09-29  Martin Baulig  <martin@ximian.com>
9572
9573         * class.c
9574         (inflate_generic_context): If the new context has a `gmethod', set
9575         its `container' that that gmethod's `container'.
9576
9577         * metadata.c
9578         (mono_metadata_parse_generic_param): Simplify things;
9579         `generic_container = generic_context->container;' is just fine.
9580
9581         * loader.c (method_from_methodspec): Code cleanups.
9582
9583 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
9584
9585         * decimal.c: fix warning (and let gcc generate correct
9586         code on ARM with optimizations).
9587
9588 2005-09-28  Martin Baulig  <martin@ximian.com>
9589
9590         * loader.c
9591         (method_from_memberref): Added `MonoGenericContext *class_context'
9592         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
9593         (method_from_methodspec): If we're a memberref, use the enclosing
9594         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
9595
9596 2005-09-28  Martin Baulig  <martin@ximian.com>
9597
9598         * object.c (mono_runtime_invoke_array): Added support for
9599         MONO_TYPE_GENERICINST; fixes #75917.
9600
9601 2005-09-27  Martin Baulig  <martin@ximian.com>
9602
9603         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
9604         `k->byval_arg.type' to determine the actual type.
9605
9606         * loader.c (method_from_methodspec): Removed some hacks.
9607
9608 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
9609
9610         * class-internals.h (mono_field_is_deleted): Do the test for
9611         rtspecialname before we check the actual name of the field. This
9612         prevents us from dereferencing a pointer into the string table,
9613         saving us from accessing a few pages
9614
9615         * *.c: Replace the use of {Enter,Leave}CriticalSection with
9616         macros. This will allow a deadlock debugger to easily be plugged
9617         in.
9618
9619 2005-09-27  Martin Baulig  <martin@ximian.com>
9620
9621         * loader.c (method_from_methodspec): Create a "signature"
9622         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
9623
9624 2005-09-27  Martin Baulig  <martin@ximian.com>
9625
9626         * class.c
9627         (inflate_generic_class): Correctly set the new context's
9628         container.
9629
9630         * loader.c
9631         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
9632         instead of a `MonoGenericContext *'.
9633         (mono_method_signature_full): Take a `MonoGenericContainer *'
9634         instead of a `MonoGenericContext *'.
9635
9636         * metadata.c
9637         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
9638         instead of a `MonoGenericContext *'.
9639         (mono_metadata_parse_method_signature_full): Likewise.
9640
9641 2005-09-26  Martin Baulig  <martin@ximian.com>
9642
9643         * class.c
9644         (mono_class_from_generic_parameter): Set `klass->generic_container'
9645         (mono_class_from_generic_parameter): Likewise.
9646         (mono_bounded_array_class_get): We inherit the generic container
9647         from the element class.
9648
9649         * loader.c
9650         (find_method, find_method_in_class): Take a `MonoGenericContext *'
9651         argument rather than computing it here.
9652         (method_from_memberref): Correctly set the generic context before
9653         parsing the signature.  Fixes #75681.
9654
9655 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
9656
9657         * object.c (mono_class_has_special_static_fields): Fix warnings.
9658
9659 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9660
9661         * assembly.c: Add parse_public_key function, to
9662         par the public keys. Also added mono_assembly_name_parse_full,
9663         to define it the parsed key should be freed or not.
9664         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
9665         to parse a long format assembly name.
9666         * metadata-internals.h: Keep mono_assembly_name_parse_full as
9667         private, since calling it to preserve the key requires
9668         freeing it manually.
9669         
9670 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
9671
9672         * locales.c : removed HAVE_ICU part.
9673
9674 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
9675
9676         * object.c (mono_class_create_runtime_vtable): Avoid calling 
9677         field_is_special_static if the klass has no special static fields.
9678
9679         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
9680         (MonoCachedClassInfo): Likewise.
9681
9682         * object.c (mono_class_has_special_static_fields): New helper function.
9683
9684 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
9685
9686         * class.c (mono_class_create_from_typedef): Don't call 
9687         interfaces_from_typedef_full for enums.
9688         (mono_class_create_from_typedef): Compute the base types of enums directly
9689         without calling mono_class_setup_fields ().
9690         (mono_class_find_enum_basetype): New helper function.
9691
9692         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
9693         one place inside the string heap.
9694         
9695 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
9696
9697         * class.c: locking fixes, code cleanups, some docs added.
9698         Allocate some data structures in the image mempool.
9699
9700 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
9701
9702         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
9703         the example code.
9704         
9705 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
9706
9707         * class-internals.h, class.c, reflection.c: reduce memory taken by
9708         MonoClass.
9709
9710 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
9711
9712         * metadata.c, metadata.h, loader.h: documentation updates, code and
9713         API cleanups.
9714
9715 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
9716
9717         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
9718         the example code.
9719
9720         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
9721         page faults caused by the runtime while reading metadata.
9722
9723 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9724
9725         * socket-io.c: the field names were changed 3 months ago and no one
9726         realized until bug #76077 got filed!
9727
9728 2005-09-20  Martin Baulig  <martin@ximian.com>
9729
9730         * icall.c (assembly_icalls): Removed some unused debugger icalls.
9731
9732 2005-09-20  Martin Baulig  <martin@ximian.com>
9733
9734         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
9735         write the rank into the class entry.
9736
9737 2005-09-20  Martin Baulig  <martin@ximian.com>
9738
9739         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
9740
9741 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
9742
9743         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
9744
9745         * icall.c (custom_attrs_defined_internal): New icall.
9746
9747         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
9748         function.
9749         (mono_custom_attrs_construct_by_type): New helper function.
9750
9751 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
9752
9753         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
9754         terminate the resulting string. Fixes #76123.
9755
9756 2005-09-16  Martin Baulig  <martin@ximian.com>
9757
9758         * mono-debug.c
9759         (mono_debug_add_method): Ignore inflated methods for the moment.
9760
9761 2005-09-14  Martin Baulig  <martin@ximian.com>
9762
9763         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
9764
9765 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
9766
9767         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
9768         return a success/failure indication.
9769         (mono_metadata_interfaces_from_typedef_full): Ditto.
9770         (get_constraints): Ditto.
9771
9772 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
9773
9774         * marshal.c (emit_marshal_array): Fix handling of null arrays.
9775         
9776         * marshal.c (emit_marshal_array): Add support for returning string
9777         arrays from delegates. Fixes #76063.
9778
9779         * marshal.c: Use the emit_ldloc/stloc macros where possible.
9780
9781 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
9782
9783         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
9784         icall.
9785
9786 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
9787
9788         * reflection.c icall.c: Fix after mono_get_exception_type_load
9789         signature change.
9790
9791         * assembly.c (mono_assembly_get_assemblyref): New helper function.
9792         (mono_assembly_load_reference): Use the new helper.
9793
9794         * class-internals.h (MonoLoaderError): New structure containing 
9795         information about type loading errors.
9796
9797         * class-internals.h loader.c: Add APIs to store per-thread loader
9798         error information.
9799
9800         * loader.c class.c: Set the loader error if needed.
9801
9802         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
9803
9804 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
9805
9806         * decimal.c: fixed to handle the broken ARM fp format.
9807
9808 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
9809
9810         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
9811         broken.
9812
9813 2005-09-06  Martin Baulig  <martin@ximian.com>
9814
9815         * domain.c (supported_runtimes): Added v2.0.50727.
9816
9817 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
9818
9819         * culture-info.h: reduce the size of some structures.
9820
9821 2005-09-05  Martin Baulig  <martin@ximian.com>
9822
9823         Reflect latest API changes in the August CTP.
9824
9825         * icall.c
9826         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
9827         ("MonoType.HasGenericArguments"): Removed.
9828         ("MonoMethod.BindGenericParameters"): Renamed to
9829         "MakeGenericMethod".
9830         ("MethodBuilder.BindGenericParameters"): Renamed to
9831         "MakeGenericMethod".    
9832
9833 2005-09-05  Martin Baulig  <martin@ximian.com>
9834
9835         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
9836
9837 2005-09-05  Martin Baulig  <martin@ximian.com>
9838
9839         Applying a patch from Michal Moskal <malekith@nemerle.org>.
9840
9841         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
9842         generic_container is non-NULL.
9843
9844 2005-09-05  Martin Baulig  <martin@ximian.com>
9845
9846         Applying a patch from Michal Moskal <malekith@nemerle.org>.
9847
9848         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
9849
9850 2005-08-29  Michal Moskal  <malekith@nemerle.org>
9851
9852         * reflection.c (encode_locals,
9853         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
9854         for large generic types.
9855
9856 2005-09-05  Martin Baulig  <martin@ximian.com>
9857
9858         Applying a patch from Michal Moskal <malekith@nemerle.org>.
9859
9860         * class.c (mono_dup_array_type): New public method.
9861         (mono_metadata_signature_deep_dup): New public method.
9862         (dup_type): Correctly duplicate array and function types.
9863
9864 2005-09-05  Martin Baulig  <martin@ximian.com>
9865
9866         Applying a patch from Michal Moskal <malekith@nemerle.org>.
9867
9868         * reflection.c (get_default_param_value_blobs): Handle generic types
9869         and generic methods.
9870
9871 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
9872
9873         * class.c: Fixed error reporting (method/class were inversed) for 
9874         inheritance demands.
9875         * security-manager.c|h: Added the AppDomain when calling the managed
9876         System.Security.SecurityManager.InheritanceDemand method.
9877
9878 2005-09-01  Raja R Harinath  <rharinath@novell.com>
9879
9880         * reflection.c (encode_marshal_blob): 'marshaltype' and
9881         'marshaltyperef' are alternate sources for the custom marshaler
9882         name.
9883
9884 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
9885
9886         * class.c: fix creation of array classes with rank == 1
9887         (patch by Ankit Jain <jankit@novell.com>).
9888
9889 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
9890
9891         * object.c: fix check for creating the bound data for arrays vs
9892         szarrays.
9893
9894 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9895
9896         * object.c: configuration file name is now based on the executable name,
9897         not the image name. Fixes bug #75931.
9898
9899 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
9900
9901         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
9902         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
9903
9904 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
9905
9906         * rand.c: Use wincrypt.h instead of WinCrypt.h.
9907
9908 2005-08-24  Ankit Jain  <jankit@novell.com>
9909             Raja R Harinath  <rharinath@novell.com>
9910
9911         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
9912           called by it recursively.
9913           (mono_class_init): Remove special case in pending_init handling, since it's
9914           superseded by the fix to mono_class_from_typeref.
9915
9916 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
9917
9918         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
9919         BROKEN_THREAD_START stuff.
9920
9921 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
9922
9923         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
9924         trampoline.
9925
9926         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
9927         
9928         * object.c (mono_delegate_ctor): Replace the original function address with
9929         a delegate trampoline.
9930
9931 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
9932
9933         * icall.c: add boolean argument to base64_to_byte_array and 
9934         InternalFromBase64String to control whether a whitespace-only string
9935         is allowed (or should casue a FormatException to be thrown). We need
9936         this as the behavior has changed between MS.NET 1.x and 2.0, and we
9937         to match the MS behaviour in both profiles.
9938         * appdomain.c: Bump corlib version.
9939
9940 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9941
9942         This patch implements a big portion of publisher policy
9943         support, used to bind assembly versions and redirect
9944         one assembly from version A to version B.
9945
9946         * assembly.c:
9947         New GSList loaded_assembly_bindings, for storing the cached
9948         assembly bindings.
9949         (assembly_binding_maps_name): New static function for checking if a 
9950         assembly binding information maps an assembly name.
9951         (mono_assembly_binding_info_free): New function for freeing
9952         assembly binding information resources.
9953         (get_publisher_policy_info): New static function for retrieving 
9954         assembly binding information from a MonoImage.
9955         (compare_versions): New static function for comparing an assembly
9956         binding information data and the version of an assembly name.
9957         (check_policy_versions): New static function for checking if an
9958         assembly binding info mapping an assembly name is valid for it.
9959         (mono_assembly_load_publisher_policy): New static function for
9960         loading the 'policy.major.minor.MyAssembly' image for an assembly
9961         with an assembly name 'aname'.
9962         (mono_assembly_bind_version): New static function for updating
9963         assembly redirection.
9964         (mono_assembly_apply_binding): New static function for applying
9965         assembly binding.
9966         (search_binding_loaded): New static function for searching 
9967         loaded assembly binding infos in the cache domain.
9968         (mono_assembly_load_full): Don't apply assembly binding for
9969         reflection only assemblies.
9970
9971         * metadata-internals.h: Add MonoAssemblyBindingInfo,
9972         which contains information about assembly binding. Also
9973         declare signature for mono_config_parse_publisher_policy ()
9974         function, used to retrieve pub policy info.
9975         
9976         * mono-config.c:
9977         (publisher_policy_start): New static function used to parse publisher 
9978         policy config files.
9979         (publisher_policy_parser): New static MonoParseHandler containing 
9980         the functions used when parsing config files.
9981         (mono_config_parse_publisher_policy): New function for parsing
9982         publisher policy files.
9983         
9984 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
9985
9986         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
9987
9988         * marshal.c (mono_delegate_free_ftnptr): Ditto.
9989
9990         * object.c (mono_get_addr_from_ftnptr): New helper function.
9991
9992         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
9993
9994         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
9995
9996 2005-08-19  Dick Porter  <dick@ximian.com>
9997
9998         * threads.c, threads.h, appdomain.c, appdomain.h,
9999         profiler-private.h, monitor.c, object.c, object-internals.h,
10000         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
10001         store the thread ID, so it can hold a 64 bit value if needed.
10002
10003 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
10004
10005         * reflection.c (mono_reflection_create_dynamic_method): Store the
10006         handle class into the method references as well so ldtoken works in
10007         dynamic methods.
10008
10009         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
10010         types.
10011
10012 2005-08-19  Ankit Jain <jankit@novell.com>
10013
10014         Fix #75847.
10015         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
10016           here rather than using the method signature of a arbitrary function
10017           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
10018           two arguments.
10019           Hack done with Harinath.
10020
10021 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10022
10023         * threadpool.c: disable printing stack traces when we get a exception
10024         in a threadpool thread. I need to do more testing to figure out which
10025         cases actually print this. Fixes bug #75828.
10026
10027 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10028
10029         * icall.c: there might be ignored whitespace after the last '='. This
10030         fixes length computation and bug #75840.
10031
10032 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
10033
10034         * assembly.c (mono_assembly_load_full): Consider .exe extension as
10035         well. Fixes #75809.
10036
10037         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
10038         #75784.
10039         
10040         * reflection.c (create_custom_attr_data): Ditto.
10041
10042 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
10043
10044         * locales.c, culture-info.h : removed RegionLCIDMap.
10045         * culture-info-tables.h : regenerated.
10046
10047 2005-08-16  Martin Baulig  <martin@ximian.com>
10048
10049         * class.c (mono_type_get_name_recurse): Small fix.
10050
10051 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
10052
10053         * locales.c : indentation fixie.
10054
10055 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
10056
10057         * object-internals.h,
10058           locales.h,
10059           locales.c,
10060           culture-info.h,
10061           icall.c : added RegionInfo table support.
10062         * culture-info-table.h : regenerated for region support.
10063
10064 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
10065
10066         * reflection.c (resolve_object): handle all kinds of MonoMethod
10067         including generic ones
10068
10069 2005-08-12  Ankit Jain <jankit@novell.com>
10070
10071         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
10072           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
10073
10074 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
10075
10076         * process.c: Don't close a thread handle when it's NULL. This is a
10077         workaround for bug #75733.
10078
10079 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
10080
10081         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
10082
10083 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
10084
10085         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
10086
10087 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10088
10089         * threadpool.c: if a work item in the thread pool has a callback that
10090         catches a exception, don't propagate it after invoking the callback.
10091         Fixes bug #75336.
10092
10093 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
10094
10095         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
10096
10097         * class-internals.h (MonoCachedClassInfo): Add some new fields.
10098
10099         * class.c (mono_class_init): Load field info lazily in the AOT case.    
10100
10101         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
10102
10103 2005-08-03  Ankit Jain  <jankit@novell.com>
10104
10105         Fix #75683.
10106         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
10107           PInvoke calling convention is 0.
10108
10109 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
10110
10111         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
10112         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
10113
10114 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
10115
10116         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
10117         to handle threads not started by the GC (patch by Michael Meeks
10118         <michael.meeks@novell.com>).
10119
10120 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
10121
10122         * reflection.c: Make buffer used in emitting types larger for some
10123         big generic types (patch by Michal Moskal).
10124
10125 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
10126
10127         * mono-debug.c: Fix some (not all) alignment problems.
10128
10129 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10130
10131         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
10132         Invoke mono_image_load_from_data_full passing the refonly
10133         parameter.
10134
10135         * assembly.c
10136         (mono_assembly_open_from_bundle): Add the refonly argument, 
10137         in order to pass it to other methods it calls to.
10138         (do_mono_assembly_open): Add the refonly argument, in order 
10139         to pass it to other methods it calls to.
10140         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
10141         the refonly parameter to it.
10142
10143         * image.c: Add loaded_images_refonly_hash and
10144         loaded_images_refonly_guid_hash to cache the reflection
10145         only loaded images.
10146         (mono_images_init): Initialize the hash tables used for
10147         caching the reflection only images.
10148         (load_modules): Invoke mono_image_open_full passing the refonly
10149         parameter to load the modules the correct way.
10150         (build_guid_table): Add the refonly argument, to re-build the 
10151         correct hash table.
10152         (do_mono_image_open): Added the refonly argument, in order to
10153         define it for the loaded image.
10154         (mono_image_loaded_full): New function, which receives an
10155         additional parameter to look for the image in the refonly or
10156         non-refonly section.
10157         (mono_image_loaded): Updated, using mono_image_loaded_full.
10158         (mono_image_loaded_by_guid_full): The same case that happens
10159         with mono_image_loaded_full.
10160         (mono_image_loaded_by_guid): Likewise.
10161         (register_image): Use the ref_only variable inside MonoImage
10162         to decide in which hash table store the current image.
10163         (mono_image_open_from_data_full): Rename
10164         mono_image_open_from_data to mono_image_open_from_data_full,
10165         adding the refonly argument, to define the ref_only variable 
10166         inside MonoImage.
10167         (mono_image_open_from_data): Return 
10168         mono_image_open_from_data_full.
10169         (mono_image_open_full): Rename mono_image_open to
10170         mono_image_open_full, receiving the new refonly argument,
10171         to pass it to inner methods.
10172         (mono_pe_file_open): Update this function, to open
10173         a MonoImage as a non-refonly image.
10174         (mono_image_close): Use the refonly variable inside
10175         MonoImage to remove the image from the correct caches.
10176
10177         * image.h: Add the signatures of mono_image_open_full,
10178         mono_image_open_from_data_full, mono_image_loaded_full,
10179         mono_image_loaded_by_guid_full.
10180
10181         * metadata-internals.h: Add the ref_only field to 
10182         MonoImage.
10183         
10184 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10185
10186         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
10187         Fix the last behavior, which used to load the assemblies and
10188         extract MonoReflectionAssemblyName information, instead of
10189         extract it from the metadata tables. Needed for Reflection
10190         Only assemblies.
10191         
10192 2005-07-29  Martin Baulig  <martin@ximian.com>
10193
10194         * mono-debug-debugger.c
10195         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
10196         not initialized.
10197
10198         * mono-debug.c
10199         (mono_debug_address_from_il_offset): Check whether we have
10200         debugging support before attempting to take the lock.
10201         (mono_debug_source_location_from_address): Likewise.
10202         (mono_debug_source_location_from_il_offset): Likewise.
10203         (mono_debug_il_offset_from_address): Likewise.
10204         (mono_debug_address_from_il_offset): Likewise.
10205
10206 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
10207
10208         * class.c (mono_class_from_name_case): Add support for dynamic images.
10209         Fixes #75650.
10210
10211         * object.c (mono_class_compute_gc_descriptor): Add a workaround
10212         for #75479.
10213
10214 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
10215         
10216         * reflection.c (mono_method_get_object): Fix warning.
10217
10218 2005-07-28  Martin Baulig  <martin@ximian.com>
10219
10220         * mono-debug.c
10221         (mono_debug_add_wrapper): Also write the wrapper type.
10222
10223 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
10224
10225         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
10226         
10227         * class.c (mono_class_init): Avoid reading nested classes if the AOT
10228         data indicates the class has none.
10229
10230 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
10231
10232         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
10233         loader lock with the debugger lock. Prevents deadlocks for beagle.
10234
10235         Beagle can now run on an smp box for a weekend without any
10236         issues. Woohoo!
10237
10238 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
10239
10240         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
10241         in a module. Fixes #75629.
10242
10243 2005-07-26  Martin Baulig  <martin@ximian.com>
10244
10245         * mono-debug.c (mono_debug_add_wrapper): New static method.
10246         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
10247         interncall or a wrapper.
10248
10249         * mono-debug.h (MonoDebugWrapperData): New public typedef.
10250         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
10251         (MONO_DEBUGGER_VERSION): Bump to 51.
10252
10253         * mono-debug-debugger.c
10254         (mono_debugger_add_type): Removed this empty function.
10255         (mono_debugger_add_method): Likewise.
10256
10257 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
10258
10259         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
10260         before accessing method->slot.
10261
10262 2005-07-21  Jb Evain  <jbevain@gmail.com>
10263
10264         * reflection.c (method_encode_clauses/class): Handle filters clauses.
10265         Fixes #75010.
10266
10267 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
10268
10269         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
10270         #75587.
10271
10272 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
10273
10274         * image.h image.c: Add mono_image_get_guid () API function.
10275
10276 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
10277
10278         There were issues when multiple threads tried to load
10279         assemblies. A deadlock was created between assemblies_mutex and
10280         mono_domain_assemblies_lock. This fixes the issue by making the
10281         assembly ref counting be lock free. See bug 75586.
10282         
10283         * image.c (mono_image_close): The add ref function here was using
10284         Interlocked operations while the unref was using a mutex and a
10285         --. I don't think this was ever a bug that would be exposed in a
10286         non-pendantic way (ie, by an embedder doing a ref on one thread
10287         and an unref on another), but for the sake of correctness, this is
10288         now Interlocked.
10289
10290         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
10291         (mono_assembly_load_reference): Call mono_assembly_addref rather
10292         than touching the refcount ourselves.
10293         (mono_assembly_close): Use InterlockedDecrement to unref the
10294         assembly. Don't acquire the lock unless it is actually needed.
10295
10296 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
10297
10298         * class.c (mono_class_layout_fields): Fix calculation of has_references
10299         for generic types.
10300
10301 2005-07-12  Martin Baulig  <martin@ximian.com>
10302
10303         Applying a patch from Michal Moskal <malekith@nemerle.org>.
10304
10305         * metadata.c
10306         (mono_type_hash): Provide better hashing for generic instances.
10307         (mono_generic_inst_hash): Improve hashing.
10308         (mono_generic_class_hash): Likewise.
10309
10310         * reflection.c (mymono_metadata_type_hash): Improve hashing for
10311         generic instances.
10312
10313 2005-07-12  Martin Baulig  <martin@ximian.com>
10314
10315         * reflection.c (mono_reflection_create_runtime_class): Remove the
10316         hack for generic type definitions and non-`Run' assemblies.
10317         (mono_reflection_bind_generic_parameters): Also use
10318         `klass->wastypebuilder' to check for TypeBuilders.
10319
10320 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
10321
10322         * class.c (mono_class_layout_fields): Fix calculation of has_references
10323         for generic types.
10324
10325         * class.c (inflate_generic_class): Fix a leak.
10326         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
10327         for generic types.
10328
10329 2005-07-11  Martin Baulig  <martin@ximian.com>
10330
10331         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
10332         on error.
10333
10334 2005-07-11  Martin Baulig  <martin@ximian.com>
10335
10336         * loader.c (find_method): Also lookup in
10337         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
10338
10339 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
10340
10341         * appdomain.c (mono_domain_unload): Don't free the error message
10342         before passing it to mono_get_exception_...
10343
10344         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
10345         
10346 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
10347
10348         * threads.c: try to better guess an available RT signal (bug #75387).
10349
10350 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
10351
10352         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
10353         and CACHE_OBJECT.
10354
10355 2005-07-07  Martin Baulig  <martin@ximian.com>
10356
10357         * class.c (mono_type_get_name_full): Return NULL for
10358         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
10359         fixes #75408.
10360
10361 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
10362
10363         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
10364         exit the appdomain as well being aborted.
10365
10366         * threadpool.c: Create all threadpool threads inside the root appdomain, and
10367         change back to the root domain after calling managed code. This enables
10368         appdomains using threadpools to be unloaded.
10369
10370 2005-07-07  Martin Baulig  <martin@ximian.com>
10371
10372         * class-internals.h
10373         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
10374         into `MonoDynamicGenericClass' since we only need it for dynamic
10375         types.
10376
10377         * reflection.c (mono_class_bind_generic_parameters): We don't need
10378         to compute the `parent' here.
10379
10380 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
10381
10382         * culture-info-table.h : regenerated.
10383
10384 2005-07-06  Martin Baulig  <martin@ximian.com>
10385
10386         * icall.c
10387         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
10388
10389         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
10390
10391 2005-07-06  Martin Baulig  <martin@ximian.com>
10392
10393         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
10394         we're doing a signature-only comparision; fixes #74945.
10395
10396 2005-07-06  Martin Baulig  <martin@ximian.com>
10397
10398         * class-internals.h (MonoGenericClass): Moved some things out into
10399         a new `MonoInflatedGenericClass' type.  
10400         (MonoInflatedGenericClass): New type; the `klass' of a
10401         `MonoGenericClass' is now computed lazyly in
10402         mono_get_inflated_generic_class().      
10403
10404         * class.c (mono_get_inflated_generic_class): New public function.
10405         (mono_class_inflate_generic_method): Removed the unused
10406         `MonoClass *' argument.
10407         (setup_generic_vtable): Don't call mono_get_inflated_method() on
10408         all the methods.
10409         (mono_class_create_generic): Make this static and merge it with
10410         mono_class_create_generic_2(); we're now called automatically from
10411         mono_get_inflated_generic_class().
10412
10413         * loader.c (mono_method_signature): Call
10414         mono_get_inflated_method() here.
10415
10416 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
10417
10418         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
10419         type of fields with RVA.
10420
10421         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
10422         for this pseudo class.
10423         (my_mono_class_from_generic_parameter): Likewise.
10424         (mono_class_init): Allow interfaces to have cctors.
10425
10426 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
10427
10428         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
10429         lazily for AOT methods.
10430
10431 2005-07-05  Martin Baulig  <martin@ximian.com>
10432
10433         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
10434         returns FALSE for a successful match, not TRUE.
10435
10436 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
10437
10438         * loader.c (mono_method_get_index): Optimize this a bit.
10439
10440 2005-07-04  Martin Baulig  <martin@ximian.com>
10441
10442         * class.c
10443         (class_compute_field_layout): Move the check for generic type
10444         definitions into mono_class_layout_fields().  Fixes #74684.
10445         (mono_class_from_generic_parameter): Correctly compute
10446         `klass->parent'; fixes #75457.
10447
10448         * reflection.c (register_assembly, register_module): Make sure
10449         `domain->rejobject_hash' is already created.
10450
10451 2005-07-02  Martin Baulig  <martin@ximian.com>
10452
10453         * class-internals.h
10454         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
10455         `MonoDynamicGenericClass'.      
10456
10457 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
10458
10459         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
10460         returned by a field getter is null, since null is a valid value.
10461
10462 2005-07-01  Martin Baulig  <martin@ximian.com>
10463
10464         * reflection.c (mono_reflection_generic_class_initialize): Update
10465         the `dgclass->fields [i].parent' to the correct class.
10466         (mono_image_get_fieldref_token): Use the declaring type, not the
10467         reflected type.
10468
10469 2005-07-01  Martin Baulig  <martin@ximian.com>
10470
10471         * loader.c (find_method): Also look in the interfaces; fixes #75429.
10472
10473 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
10474
10475         * threads.c (thread_cleanup): assert that thread != NULL
10476         (wait_for_tids_or_state_change): We were using the wrong variable
10477         when accessing wait->threads. `i' was always out of the bounds of
10478         the array.
10479
10480 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10481
10482         * loader.c: map user32 and kernel32 to libMonoSupportW
10483
10484 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
10485
10486         * appdomain.c (unload_thread_main): Mark this as WINAPI.
10487
10488 2005-06-28  Martin Baulig  <martin@ximian.com>
10489
10490         * loader.c (method_from_methodspec): Fix #75334.
10491
10492 2005-06-28  Martin Baulig  <martin@ximian.com>
10493
10494         Fix #74953 - Arrays now implement the generic IList<T> interface
10495         on the 2.0 platform.
10496
10497         * class-internals.h (MonoDefaults): Added `generic_array_class'.
10498
10499         * reflection.c (mono_class_bind_generic_parameters): New public
10500         function; similar to mono_reflection_bind_generic_parameters(),
10501         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
10502
10503         * domain.c (mono_init_internal): Try to initialize.
10504         `mono_defaults.generic_array_class' here; this'll only succeed if
10505         we're using the 2.0 corlib.
10506
10507         * icall.c
10508         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
10509         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
10510         (mono_lookup_internal_call): Added support for nested classes.
10511
10512         * loader.c
10513         (mono_get_method_from_token): Set `result->signature->pinvoke' if
10514         we're an interncall and have generic arguments.
10515
10516         * class.c
10517         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
10518         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
10519         instance of System.Array.InternalArray<T> for arrays, so they
10520         implement the generic IList<T> interface.
10521
10522 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
10523
10524         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
10525         (chastamar@yahoo.com). Fixes #75374.    
10526
10527 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
10528
10529         * culture-info-table.h: regenerated.
10530
10531 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10532
10533         * icall.c: handle spaces correctly for base64 strings.
10534
10535 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
10536
10537         * *.c: Kill some warnings.
10538
10539 2005-06-23  Duncan Mak  <duncan@novell.com>
10540
10541         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
10542         that this builds on Solaris 10 (x86).
10543
10544 2005-06-23  Martin Baulig  <martin@ximian.com>
10545
10546         * class.c
10547         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
10548         generic type definitions.
10549
10550 2005-06-23  Martin Baulig  <martin@ximian.com>
10551
10552         Fix #75331.
10553
10554         * metadata.c (mono_class_get_overrides): Renamed to
10555         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
10556         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
10557         pass it to mono_get_method_full().
10558
10559 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
10560
10561         * reflection.c (mono_reflection_create_runtime_class): take the
10562         mono_domain_lock in this method. Prevents deadlocks
10563
10564 2005-06-22  Martin Baulig  <martin@ximian.com>
10565
10566         * loader.c (method_from_methodspec): Fix #75330.
10567
10568 2005-06-22  Martin Baulig  <martin@ximian.com>
10569
10570         * reflection.c (type_get_qualified_name): Use
10571         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
10572         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
10573         argument; use it if we don't have an assembly name.
10574
10575 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
10576
10577         * object.c: In mono_message_init, set "copy out" flag for in
10578         parameters with the [Out] flag.
10579
10580 2005-06-21  Martin Baulig  <martin@ximian.com>
10581
10582         * class.c
10583         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
10584         and MONO_TYPE_PTR.
10585
10586 2005-06-21  Martin Baulig  <martin@ximian.com>
10587
10588         * class.c (mono_class_init): Don't initialize `class->fields' for
10589         generic instances since they're initialized again in
10590         compute_field_layout(). 
10591         (compute_field_layout): Set the field's `generic_info' here; fix
10592         #75320. 
10593
10594 2005-06-21  Martin Baulig  <martin@ximian.com>
10595
10596         * class-internals.h
10597         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
10598
10599         * metadata.c (mono_metadata_generic_method_equal): Also
10600         distinguish the `generic_class'; fixes #75334.
10601
10602 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10603
10604         * domain.c:
10605         * appdomain.c:
10606         * domain-internals.h:
10607         * reflection.c: 'domain_assemblies' field is now protected by its own
10608         lock. Don't call into managed code to run the AssemblyLoad event if we
10609         now there are no registered delegates for it.
10610
10611 2005-06-20  Martin Baulig  <martin@ximian.com>
10612
10613         * class.c (mono_class_is_assignable_from): Use a custom version of
10614         mono_class_has_parent() to make things work for generic instances;
10615         fix #75300.
10616
10617 2005-06-20  Martin Baulig  <martin@ximian.com>
10618
10619         * loader.c (method_from_methodspec): Apply a patch from
10620         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
10621
10622 2005-06-20  Martin Baulig  <martin@ximian.com>
10623
10624         * class.c (mono_class_init): Reverted Zoltan's last change; it
10625         breaks generics.
10626
10627 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
10628
10629         * threads.c (wait_for_tids_or_state_change): Add missing locking.
10630
10631 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10632
10633         * socket-io.c: fix the index in the socket array for writable/error
10634         sockets. Fixes bug #75306.
10635
10636 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
10637
10638         * class.c (mono_class_init): Allow interfaces to have static ctors.
10639
10640 2005-06-17  Martin Baulig  <martin@ximian.com>
10641
10642         * loader.c (method_from_methodspec): Use `context->container' when
10643         parsing the `gmethod->inst'.
10644
10645 2005-06-17  Martin Baulig  <martin@ximian.com>
10646
10647         * class.c (mono_type_get_name_recurse): Don't add the assembly
10648         name for type arguments.
10649
10650 2005-06-15  Martin Baulig  <martin@ximian.com>
10651
10652         * reflection.c (mono_image_get_inflated_method_token): Encode
10653         correct klass; fixes #75260.
10654
10655 2005-06-13 Michal Moskal <malekith@nemerle.org>
10656
10657         * icall.c: Make GetCorrespondingMethod/Constructor take
10658         MonoReflectionMethod method not MonoMethod. Removed
10659         MonoType.GetCorrespondingField, and make
10660         MonoGenericType.GetCorrespondingField take name not
10661         MonoClassField.
10662
10663 2005-06-13  Michal Moskal <malekith@nemerle.org>
10664
10665         * reflection.c (field_encode_signature, encode_locals):
10666          Make sizes of buffers for types larger (for big generic types).
10667          (create_generic_typespec,
10668          mono_reflection_sighelper_get_signature_local,
10669          mono_reflection_sighelper_get_signature_field):
10670          Add asserts for too small buffers.
10671
10672 2005-06-15  Martin Baulig  <martin@ximian.com>
10673
10674         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
10675         if our parent is not a dynamic type.
10676
10677 2005-06-15  Martin Baulig  <martin@ximian.com>
10678
10679         * class-internals.h (MonoTypeNameFormat): New enum.
10680
10681         * class.c
10682         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
10683         (mono_type_get_full_name): Removed.
10684         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
10685         argument instead of the boolean's.
10686
10687         * icall.c (ves_icall_System_MonoType_getFullName):
10688         Added `gboolean assembly_qualified'.    
10689
10690         * reflection.h
10691         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
10692
10693         * reflection.c (mono_reflection_parse_type): Parse the new type
10694         name format.
10695
10696 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10697
10698         * icall.c: no need to convert from utf16 to utf8 and then back again
10699         after the call to GetLogicalDrives.
10700
10701 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10702
10703         * icall.c: frombase64. Fix problems exposed by new tests.
10704
10705 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10706
10707         * icall.c: added internal calls for converting char [] and strings in
10708         base64 into byte [].
10709
10710 2005-06-10  Martin Baulig  <martin@ximian.com>
10711
10712         * class.c (mono_class_create_generic_2): Read the nested classes
10713         from the metadata rather than from `gklass->nested_classes' since
10714         `gklass' might not be initialized yet.
10715
10716 2005-06-09  Duncan Mak  <duncan@novell.com>
10717
10718         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
10719         all public headers. Fixes #74919.
10720
10721 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
10722
10723         * domain.c: The key for proxy_vtable_hash is now a pointer
10724         array. Added new GHashFunc and GCompareFunc functions for this.
10725
10726         * class.h: The list of interfaces in MonoRemoteClass is known in
10727         advance and can't grow (we create a new MonoRemoteClass if needed),
10728         so now the interface array can be allocated together with
10729         MonoRemoteClass.
10730         
10731         * object.c: Added a new method create_remote_class_key.
10732         Fixed mono_remote_class so it does not depend on
10733         mono_upgrade_remote_class.
10734         Removed extend_interface_array.
10735         Added new method clone_remote_class(), which makes a copy of a remote
10736         class and adds a new interface or class to it.
10737         mono_upgrade_remote_class() now creates a new remote class (or gets
10738         it from the cache) if an vtable upgrade is needed. In this way
10739         we make sure that other objects sharing the same remote class
10740         don't get the new vtable with unwanted interfaces.
10741         
10742         * object-internals.h:
10743         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
10744         
10745         * marshal.c: Track changes in mono_upgrade_remote_class().
10746
10747 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
10748         * icall.c: Add runtime methods for obtaining members of inflated
10749         class, which were created from supplied non-inflated members. It
10750         is used in internal Get{Method,Constructor,Field} methods in
10751         System.Type
10752
10753 2005-06-09  Martin Baulig  <martin@ximian.com>
10754
10755         * reflection.c
10756         (mono_reflection_bind_generic_method_parameters): Fix #75169.
10757
10758 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10759         * reflection.c (mono_image_basic_init): Define
10760         Version in MonoDynamicAssembly. 
10761         
10762 2005-06-08  Martin Baulig  <martin@ximian.com>
10763
10764         Fix #75136.
10765
10766         * loader.c
10767         (mono_method_signature_full): New public method; takes a
10768         `MonoGenericContext *'.
10769         (find_method): Use mono_method_signature_full() and pass the
10770         klass'es context to it.
10771
10772         * class.c (mono_class_is_inflated_method): Use
10773         mono_method_signature_full() and pass the context to it.
10774
10775 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
10776
10777         * object.c: add proper locking in mono_remote_class_vtable(),
10778         fixes possible memory corruption.
10779
10780 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
10781
10782         * marshal.c (mono_remoting_marshal_init): set
10783         initialized after initialization.
10784
10785 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
10786
10787         * locales.c : hush.
10788
10789 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
10790
10791         * object.c (extend_interface_array): fix really silly
10792         memory corrupting / comparison bug.
10793
10794 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10795
10796         * reflection.c: Functions added to support the creation
10797         of CustomAttributeData, which includes Attribute data
10798         used by ReflectionOnly methods.
10799
10800         * reflection.h:  mono_reflection_get_custom_attrs_data and
10801          mono_custom_attrs_data_construct added (functions exposed).
10802
10803          * icall.c: Added mono_reflection_get_custom_attrs_data
10804          as icall.
10805         
10806 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
10807
10808         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
10809         lupus's request.
10810
10811 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
10812
10813         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
10814
10815         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
10816         dynamic DllImportAttribute.
10817
10818         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
10819         dynamic DllImportAttribute.
10820
10821         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
10822         Fixes #75162.
10823
10824 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10825
10826         * threads.c: avoid segfault when an unstarted thread is aborted.
10827
10828 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
10829
10830         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
10831         Returns the name and version of the runtime for reporting.
10832
10833 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10834
10835         * appdomain.c: bump corlib version.
10836         * object-internals.h: new field in MonoReflectionAssembly.
10837
10838 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10839
10840         * object-internals.h: Carlos forgot to add this field.
10841
10842 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10843
10844         * icall.c: Added create_version to create instances
10845         of Version of MonoReflectionAssemblyName. This change helps
10846         the AssemblyName tests to keep running fine.
10847         
10848 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
10849   
10850         * object.c (mono_method_return_message_restore): A somehow less
10851         intrusive fix for #75138.
10852
10853 2005-06-03  Raja R Harinath  <rharinath@novell.com>
10854
10855         * object.c (mono_method_return_message_restore): Fix computation
10856         of expected number of out args.
10857
10858 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
10859
10860         * reflection.c (mono_image_get_method_info): Fix the case when the
10861         charset is empty.
10862
10863 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
10864
10865         * object.c: Added missing null check in
10866           mono_method_return_message_restore.
10867
10868 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
10869
10870         * reflection.c (mono_image_get_method_info): Handle the case when
10871         dllentry is empty.
10872
10873 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
10874
10875         * object.c: When creating the vtable for a proxy, take into account
10876         all inherited interfaces, not only the ones registered in
10877         iclass->interfaces. This fixs bug #74996.
10878         Also, in mono_method_return_message_restore, verify that the array
10879         of out args has the expected lengh.
10880
10881 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10882
10883         * socket-io.c: update the timeout in Poll when the call is interrupte.
10884
10885 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10886
10887         * socket-io.c: support abort/suspend in Select_internal after last
10888         change.
10889
10890 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10891
10892         * threadpool.c: remove warning.
10893
10894 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10895
10896         * icall.c:
10897         * socket-io.[ch]: Select_internal uses poll() now when available, thus
10898         removing the 1024 limit from select(). Runtime part of the fix for
10899         bug #71203.
10900
10901 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10902
10903         * socket-io.c: when resolving the addresses for the same
10904         host returned by gethostname(), get the local IPs from the interface
10905         list. Loopback addresses are discarded if the are interfaces up with
10906         non-loopback ones. Fixes bug #63265.
10907
10908 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
10909
10910         * appdomain.c, verify.c, object-internals.h, reflection.c:
10911         bumped corlib number to 36, and added new extra_flags field
10912         to ReflectionMethodBuilder and friends.  Fixes #75060.
10913
10914 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
10915
10916         * gc.c: register a new weak link only if the object is non-null
10917         (fixes bug#75047).
10918
10919 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
10920
10921         * culture-info.h : short time pattern too.
10922
10923 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
10924
10925         * culture-info.h : expand long time pattern string length.
10926
10927 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
10928
10929         * culture-info-table.h : update (more French date format; #72788).
10930
10931 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
10932
10933         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
10934         the method is static. Fixes #75029.
10935
10936 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
10937
10938         * reflection.c: Update the table_idx field of method builders after
10939         saving the module, since it can change. This is a workaround for
10940         bug #74914. 
10941
10942 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
10943
10944         * culture-info-table.h : update (additional French date format).
10945
10946 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
10947
10948         * icall.c (ves_icall_type_Equals): Revert last change.
10949         
10950         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
10951
10952         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
10953
10954 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
10955
10956         * class-internals.h: Added executioncontext_class field to 
10957         MonoDefaults structure.
10958         * domain.c: Cache System.Threading.ExecutionContext class in 
10959         mono_defaults.
10960         * object.c: Capture the ExecutionContext for asynchroneous calls in
10961          mono_async_result_new.
10962         * object-internals.h: Added execution_context and original_context 
10963         fields to MonoAsyncResult. Added execution_context to MonoThread.
10964         * security-manager.c|.h: Added mono_get_context_capture_method to 
10965         return the capture method (if required by the security manager or by
10966         the framework version used).
10967         * threadpool.c: Apply capture (if present) ExecutionContext in 
10968         mono_async_invoke and revert to original context after it completes.
10969
10970 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
10971
10972         * culture-info-table.h : updated (real hacky solution for zh-CHT).
10973
10974 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
10975
10976         * culture-info-table.h : zh-CHT related workaround.
10977
10978 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
10979
10980         * marshal.c (emit_marshal_custom): Add some error checking and call the
10981         methods in the ICustomMarshaler interface. Fixes #74875.
10982         
10983         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
10984         native->managed wrappers.
10985
10986 2005-05-12  Martin Baulig  <martin@ximian.com>
10987
10988         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
10989         here and use the loader lock.
10990
10991         * mono-debug.c: Properly lock when the debugger is not attached.
10992         (mono_debug_init): Release the initial lock if we're not running
10993         in the debugger.
10994
10995 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
10996
10997         * marshal.c (emit_marshal_custom): Pass through NULL values without
10998         calling the custom marshalling routines.
10999
11000         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
11001         conversion in structures. Fixes #74882.
11002
11003 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
11004
11005         * culture-info-table.h : zh-* cultures were missing.
11006
11007 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
11008
11009         * threads.c: Added a new event background_change_event which is signaled
11010         when a thread changes its background mode.
11011         Moved here several checks previously done in managed code. The checks
11012         require the thread lock, and using the thread lock in managed code
11013         can result in deadlocks.
11014         Merged Start_internal and Thread_internal into a single method. Now 
11015         Thread_internal does all work of creating and starting a thread.
11016         Added icalls for setting and getting the state of the object. Moved from
11017         managed code to avoid locking there.
11018         Added wait_for_tids_or_state_change() which is called instad of
11019         wait_for_tids when waiting for non-backround threads to end. This method
11020         will return if one of the threads ends or the background_change_event
11021         is signaled.
11022         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
11023         the background mode. This method signals the background_change_event
11024         event.
11025         * icall.c:
11026         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
11027         removed Start_internal.
11028         
11029 2005-05-11  Martin Baulig  <martin@ximian.com>
11030
11031         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
11032         to order of some fields to get proper alignment on 64-bit machines.
11033
11034 2005-05-11  Martin Baulig  <martin@ximian.com>
11035
11036         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
11037         changes as they're broken and completely fuck up the debugger.
11038
11039         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
11040
11041 2005-05-10  Martin Baulig  <martin@ximian.com>
11042
11043         * reflection.c (mono_reflection_generic_class_initialize): Don't
11044         call mono_class_setup_parent() here.
11045
11046 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11047
11048         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
11049         send/receive timeout use an integer in milliseconds. We were using a
11050         struct timeval.
11051
11052 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11053
11054         * locales.c:
11055         (internal_get_cultures): reserve the first slot of the array for the
11056         InvariantCulture, which will be filled in managed code.
11057
11058 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
11059
11060         * reflection.c (mono_image_fill_module_table): Initialize the
11061         GENERATION field as well.
11062
11063 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11064
11065         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
11066         Monitor.Enter on the object.
11067
11068 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
11069
11070         * threads.c: Enable the wait for running threads when exiting.
11071         * icall.c: Suspend all threads before exiting.
11072
11073 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
11074
11075         * assembly.c (mono_assembly_load_reference): Fix warning.
11076
11077 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11078
11079         * threadpool.c: changed the default number of threads per cpu. From now
11080         on, the default will be 20 + (5 * number of cpus) instead of 50.
11081
11082 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
11083
11084         * loader.c (mono_method_get_signature_full): Add locking here.
11085
11086 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
11087
11088         * appdomain.c: Moved methods for parsing and freeing assembly
11089         names to assembly.c.
11090         * assembly.c, domain-internals.h: Created public methods for parsing
11091         assembly names. Fixed mono_assembly_load_with_partial_name:
11092         it now finds the best match, taking into account the version,
11093         token and culture specified in the partial name. Also return
11094         the latest version if no version information is specified.
11095
11096 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
11097
11098         * threadpool.c: replace check for SocketAsyncCall class.
11099
11100 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11101
11102         * threadpool-internals.h:
11103         * Makefile.am: added threadpool-internals.h
11104
11105         * threadpool.c: call mono_unhandled_exception on exceptions not handled
11106         that happen in threadpool threads (tested on MS).
11107         (mono_thread_pool_remove_socket): new function that dispatch any pending
11108         AIO call on a socket that is closing. By now only epoll really needs it,
11109         as select/poll wake up when the socket closes.
11110
11111
11112         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
11113
11114 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
11115
11116         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
11117
11118 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
11119
11120         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
11121
11122 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
11123
11124         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
11125         has an abort request, convert it into a suspend request.
11126
11127 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
11128
11129         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
11130         warning for the usage of `UnmanagedFunctionPointerAttribute' which
11131         is not supported yet.
11132
11133 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11134
11135         * image.c: register assemblies loaded from data (bundles) in the loaded
11136         assemblies hash. Fixes bug #74772.
11137
11138 2005-04-29  Martin Baulig  <martin@ximian.com>
11139
11140         * class.c (mono_type_get_name_recurse): Update to the new naming
11141         schema from the latest .NET 2.x beta2.
11142         (mono_class_setup_vtable_general): If we're a generic instance,
11143         copy the vtable from our generic type definition and inflate all
11144         the methods in it.
11145
11146         * loader.c (find_method): Update to the new naming schema from the
11147         latest .NET 2.x beta2.
11148
11149 2005-04-29  Raja R Harinath  <harinath@gmail.com>
11150
11151         * class.c (mono_class_init): Add a mono_loader_unlock to the
11152         #74734 fix.
11153
11154 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
11155
11156         * icall.c (ves_icall_System_Environment_Exit): Remove the 
11157         suspend_all_other_threads () call for the time being, since it can hang.
11158
11159         * threads.c (mono_thread_manage): Similarly, disable the waiting for
11160         the background threads to exit, since it can also hang.
11161
11162         * class.c (mono_class_init): Applied patch from Ankit Jain 
11163         (radical@gmail.com). Avoid pending init errors when a field refers
11164         to a nested class using a typeref. Fixes #74734.
11165
11166         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
11167         this for dynamic modules.
11168
11169 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11170
11171         * threads.c: don't wait for threads that are in the process of aborting
11172         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
11173         and waiting for background threads to finish. This makes xsp and
11174         mod-mono-server exit without random length delays and/or hangs.
11175
11176 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11177
11178         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
11179
11180 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
11181
11182         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
11183         dynamic types to prevent infinite loops. Fixes #74727.
11184
11185         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
11186         ..._is_assignable_to.
11187
11188 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
11189
11190         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
11191
11192 2005-04-25  Martin Baulig  <martin@ximian.com>
11193
11194         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
11195
11196         * domain.c
11197         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
11198
11199         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
11200
11201         * reflection.c (build_compressed_metadata): Set metadata header
11202         version to 2.0.
11203
11204 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
11205
11206         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
11207         number into an integral and a decimal part. Fixes #70473.
11208
11209         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
11210
11211 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
11212
11213         * culture-info-table.h : reflected the latest locale-builder output.
11214
11215 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11216
11217         * threadpool.c: check for SuspendRequested too when deciding if
11218         mono_thread_interruption_checkpoint should be called.
11219
11220 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11221
11222         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
11223         * threads.c: remove interruption_mutex and use Interlocked instead. When
11224         suspending all the threads, wait for all the suspended events at once.
11225         If we're shutting down and get an APC that is going to be queued,
11226         call mono_thread_execute_interruption immediately, as the thread might
11227         be sleeping on a pthread condition or mutex.
11228
11229         * icall.c: call mono_runtime_set_shutting_down before suspending the
11230         threads.
11231
11232         Fixes bug #74693. And now xsp is happier when exiting.
11233
11234 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
11235
11236         * loader.c (mono_stack_walk): Fix #74690.
11237
11238 2005-04-22  Martin Baulig  <martin@ximian.com>
11239
11240         * mono-debug.h (MonoDebugMethodJitInfo): Added
11241         `MonoDebugMethodJitInfo *jit'.
11242
11243         * mono-debug.c (mono_debug_read_method): Cache the
11244         MonoDebugMethodJitInfo in `address->jit'.
11245         (mono_debug_free_method_jit_info): New public method.
11246
11247 2005-04-22  Martin Baulig  <martin@ximian.com>
11248
11249         * class.c (mono_class_is_assignable_from): Disallow
11250         type parameter -> interface.
11251
11252 2005-04-21  Dick Porter  <dick@ximian.com>
11253
11254         * threads.c (mono_thread_create): Turn an assertion into an error.
11255
11256 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
11257
11258         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
11259         
11260         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
11261         Fix some gcc 4.0 warnings.
11262
11263 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
11264
11265         * file-io.c: fix alt dir separator char on unix systems
11266         and cleanup (fixes bug #71214).
11267
11268 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
11269
11270         * marshal.c: Use CALLVIRT instead of CALL when dispatching
11271         a call to a remote domain, since the method may be an
11272         interface method in the client domain. This fixes bug #74192.
11273
11274 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11275
11276         * threadpool.c: recv/send are now performed before going back to managed
11277         code to save one transition.
11278
11279 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11280
11281         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
11282
11283         * metadata/threadpool.c: removed hack to workaround the bug above.
11284
11285         Fixes bug #74618.
11286
11287 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
11288
11289         * reflection.c reflection.h: Fix handling of parameter defaults in
11290         dynamic methods. Also fixes handling of parameter attributes.
11291         Fixes #74609.
11292
11293         * mono-debug.c (mono_debug_close_image): Fix warning.
11294
11295 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11296
11297         * socket-io.h: replaced old unused field with new 'blocking'.
11298         * threadpool.c: restore socket blocking state on windows(tm).
11299
11300 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
11301
11302         * icall.c: don't return the codebase in the AssemblyName[] returned by
11303         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
11304         * object-internals.h: Removed FIXME (fields were presents) and fixed
11305         versioncompat declaration.
11306
11307 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11308
11309         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
11310         not closed, so don't cleanup when it happens.
11311
11312 2005-04-13  Chris Toshok  <toshok@ximian.com>
11313
11314         * mono-debug-debugger.h: change prototype for
11315         mono_debugger_lookup_type.
11316
11317         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
11318         this function, although it should probably be named
11319         mono_debugger_init_type.
11320
11321 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11322
11323         * threadpool.c: fix non-AIO case.
11324
11325 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
11326
11327         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
11328         the built-in profiler to measure just JIT compilation times.
11329
11330 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11331
11332         * threadpool.c: the epollfd might be closed by another thread at
11333         any time, so ignore EBADF at treat it as a "we're closing" sign.
11334
11335 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11336
11337         * threadpool.c: release the semaphores with a count equals to the number
11338         of working threads in both IO and regular pools. Fixed typo that messed
11339         up the count of IO pool threads. Don't initialize the pipe handles if
11340         we're using epoll.
11341
11342 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11343
11344         * threadpool.c: some systems don't like a NULL when deleting the socket
11345         from epoll.
11346
11347 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11348
11349         * threadpool.c: fix semaphore allocation.
11350
11351 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11352
11353         * threadpool.c: added epoll() based implementation for asynchronous IO
11354         that is used instead of the default poll() when available.
11355         It can be disabled by setting MONO_DISABLE_AIO.
11356
11357 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11358
11359         * threadpool.c: windows needs 'closesocket' and instead of returning
11360         0 when the stream is closed while in select, it returns -1. Fixes bug
11361         #74573.
11362
11363 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
11364
11365         * class.c (class_compute_field_layout): Fix the regression caused by
11366         the previous try.
11367
11368 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11369
11370         * threadpool.c: separate pool for socket async. IO.
11371         * threadpool.h: mono_max_worker_threads is not a global any more.
11372
11373 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
11374
11375         * class.c (class_compute_field_layout): Fix #74549.
11376
11377 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11378
11379         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
11380         use 2 connected sockets instead.
11381
11382 2005-04-08  Miguel de Icaza  <miguel@novell.com>
11383
11384         * mono-config.c: Add new entry point for mkbundle
11385         mono_config_parse_memory. 
11386
11387 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11388
11389         * threadpool.c: removed another unused function.
11390
11391 2005-04-08  Ankit Jain  <radical@corewars.org>
11392
11393         * reflection.c (get_default_param_value_blobs): Add 'types'
11394         parameter to get the types encoded in the constant table.
11395         (mono_param_get_objects): Use the type from the constant table,
11396         not the type of the parameter, when creating default values.
11397         Handle null default values correctly.
11398
11399 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11400
11401         * file-io.c:
11402         * file-io.h:
11403         * threadpool.c:
11404         * threadpool.h:
11405         * icall.c:
11406         * socket-io.c: removed dead code for async IO.
11407
11408 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11409
11410         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
11411
11412         * threadpool.c: intercept socket async. calls and pass them to a thread
11413         that is polling and dispatching the job items to the threadpool as
11414         socket become ready. Fixes bugs #71217, #71933.
11415
11416         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
11417         between char and short/ushort arrays.
11418
11419         * socket-io.c: remove dead code.
11420
11421 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
11422
11423         * locales.c,
11424           icall.c : removed InternalToUpper_Comp() and
11425           InternalToLower_Comp().
11426
11427 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
11428
11429         * char-conversions.h : The tables were incorrectly generated. Should
11430           be generated against invariant culture.
11431
11432 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
11433
11434         * object.c (mono_runtime_invoke_array): Fix return value when 
11435         passing pre-created valuetype objects to ctors.
11436
11437         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
11438         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
11439         Fixes #74338.
11440
11441 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
11442
11443         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
11444         only used with --security and hides the wrong corlib version error.
11445
11446 2005-03-30  Joshua Tauberer  <tauberer@for.net>
11447
11448         * class.c: Changed mono_class_name_from_token so that types
11449         outside of a namespace don't have an initial period.  Improved
11450         the g_warning message used in _mono_class_get when loading
11451         fails.
11452         * assembly.c: In mono_assembly_load_reference, when an assembly
11453         can't be found, "No such file or directory" is misleading and
11454         unhelpful because a few paths were checked for the presence of
11455         the assembly.  When that happens (ENOENT), display a nicer
11456         message indicating the directories that were searched.  In all
11457         cases, the warning is made easier to read for non-hackers.
11458
11459 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
11460
11461         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
11462         project/solution.
11463         * appdomain.h|domain.c: Removed inline from functions.
11464         * appdomain.c: Reduced warnings when compiling on windows.
11465         * icall.c: Fixed output_debug declaration to gunichar2*.
11466         * mono-config.c: Reduced warnings when compiling on windows.
11467         * rand.c: Added missing "windows.h". Added missing return value.
11468         * rawbuffer.c: Added missing winsock2.h for windows.
11469         * sysmath.h: Added mono-compiler.h header to allow/ease 
11470         compilation with non-GCC compilers.
11471         * threads.c: Fixed declarations to compile with VS.NET C compiler.
11472         Removed cast warnings.
11473
11474         Adapted from the work of J Lothian (for VC6).
11475
11476 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
11477
11478         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
11479         from default_path.
11480
11481 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
11482
11483         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
11484         the 2.0 profile.
11485
11486 2005-03-27  Raja R Harinath  <harinath@gmail.com>
11487
11488         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
11489         has to be in $(exec_prefix).  $(prefix) is for arch-independent
11490         stuff, and it would probably use $(prefix)/share rather than
11491         $(prefix)/lib.
11492
11493 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11494
11495         * console-io.c: added 2 includes that might be missing.
11496
11497 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
11498
11499         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
11500         profile.
11501
11502         * reflection.c (create_custom_attr): Allocate the params array using
11503         alloca so it gets GC tracking.
11504
11505 2005-03-23  Chris Toshok  <toshok@ximian.com>
11506
11507         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
11508         out some spew.
11509
11510 2005-03-24  Raja R Harinath  <rharinath@novell.com>
11511
11512         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
11513         changes to pick up any changes in prefix, etc.
11514
11515 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
11516
11517         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
11518         
11519         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
11520         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
11521
11522 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
11523
11524         * class-internals.h object-internals.h class.c reflection.c: Extend the
11525         mono_lookup_dynamic_token () function to return the class of the
11526         token as well. 
11527
11528         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
11529         well. Fixes #73848.
11530
11531 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
11532
11533         * security-manager.c: Skip inheritance checks for intra-corlib
11534         class inheritance and method overrides. This skips a lot of checks
11535         and (anyway) permissions cannot work until corlib is loaded.
11536
11537 2005-03-23  Martin Baulig  <martin@ximian.com>
11538
11539         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
11540         MONO_TYPE_GENERICINST.  
11541
11542 2005-03-23  Martin Baulig  <martin@ximian.com>
11543
11544         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
11545
11546 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
11547
11548         * class.c: added locking comments to some functions.
11549         Cache the interface offsets arrays (saves about 20 KB
11550         of runtime memory in a typical app).
11551         Reduce the time overhead in mono_class_setup_supertypes ().
11552
11553 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
11554
11555         * icall.c: speedup and fix leaks in GetMethodsByName and
11556         GetPropertiesByName.
11557
11558 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
11559
11560         * reflection.c: some locking fixes.
11561
11562 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
11563
11564         * metadata.c: added missing break in case statement.
11565
11566 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
11567
11568         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
11569         typedbyref return values. Fixes #73941.
11570
11571 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
11572
11573         * security-manager.c|h: Added demandunmanaged method and 
11574         suppressunmanagedcodesecurity class to MonoSecurityManager.
11575         Renamed aptc class to allowpartiallytrustedcallers.
11576
11577 2005-03-17  Martin Baulig  <martin@ximian.com>
11578
11579         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
11580
11581 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11582
11583         * file-io.c: disabled file async. IO using aio_*. It uses the
11584         threadpool now. Workaround for bug #73718.
11585
11586 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
11587
11588         * assembly.h, mono-config.c: added code to deal with bundled configs
11589         for bundled assemblies.
11590
11591 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
11592
11593         * *.c, private.h: cleanup, removing old private.h header file.
11594
11595 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
11596
11597         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
11598         and throw_on_unmappable_char attributes.
11599
11600 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
11601
11602         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
11603         _ProcessName_internal.
11604
11605 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
11606
11607         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
11608         #73631.
11609
11610         * icall.c threads.c threads-types.h: Remove slothash icalls as they
11611         are no longer used.
11612
11613 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
11614
11615         * object.c (compute_class_bitmap): Add support for generics. Fixes
11616         #73527.
11617
11618 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
11619
11620         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
11621
11622 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11623
11624         * filewatcher.c: commented out the code for windows watcher, as we don't
11625         use it (we use the managed implementation instead).
11626
11627 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
11628
11629         * object-internals.h (MonoThread): Remove 'unused1' field.
11630
11631         * appdomain.c: Bump corlib version.
11632
11633         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
11634
11635         * reflection.c (mono_reflection_create_runtime_class): Remove the
11636         AssemblyBuilder.Save optimization since it causes too many problems.
11637
11638 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
11639
11640         * exception.c|h: Added mono_get_exception_reflection_type_load to
11641         create a ReflectionTypeLoadException object.
11642         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
11643         to return NULL is a InheritanceDemand fails during reflection. Updated
11644         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
11645         ReflectionTypeLoadException if an InheritanceDemand fails during 
11646         reflection. Added icall mapping for GetLinkDemandSecurity.
11647         * security-manager.c|h: Added ves_icall_System_Security_
11648         SecurityManager_GetLinkDemandSecurity internal call to return the
11649         class and methods permissions set for a LinkDemand. Removed unused
11650         fields in MonoSecurityManager.
11651
11652 2005-03-10  Martin Baulig  <martin@ximian.com>
11653
11654         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
11655         it's a generic instance.
11656
11657 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
11658
11659         * reflection.c (mono_get_object_from_blob): Applied patch from
11660         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
11661
11662         * class.c (mono_class_is_assignable_from): Another try at fixing 
11663         #73469 without breaking anything.
11664
11665 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
11666
11667         * class.c: (mono_class_is_assignable_from): Revert the last changes
11668         since they don't work with generics.
11669         
11670         * class.c (mono_class_is_assignable_from): Fix build bustage.
11671
11672         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
11673         the managed IsAssignableFrom method. Fixes #73469.
11674
11675         * reflection.c (mono_reflection_call_is_assignable_from): New helper
11676         function.
11677
11678 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
11679
11680         * object.c (mono_load_remote_field_new): Fix returning uninitialized
11681         memory when the remoting callback does not sets the out arguments.
11682         Fixes #73007.
11683
11684         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
11685         by mistake.
11686
11687         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
11688
11689         * object-internals.h (MonoStackFrame): Sync with managed object layout.
11690
11691         * appdomain.c: Bump corlib version.
11692
11693 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
11694
11695         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
11696         function.
11697
11698         * threads.c (mono_thread_attach): Detect threads which are not started
11699         by the GC pthread wrappers.
11700
11701 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
11702
11703         * icall.c: Added new icall for RNG.
11704         * rand.c|h: Added new icall to open the RNG. This allows to share a 
11705         single handle on Linux to access /dev/urandom and fix #73183.
11706
11707 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
11708
11709         * object.c: setting the new vtable in a transparent proxy object must
11710         not change the GC descriptor.
11711
11712 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
11713
11714         * object.c: fixed compilation without GCJ support.
11715         * reflection.c: for runtime-created types ensure klass->has_references
11716         is correct (bug #73215).
11717
11718 2005-03-02  Martin Baulig  <martin@ximian.com>
11719
11720         * class.c (mono_class_is_assignable_from): Make this work if
11721         `oklass' is a generic instance; fixes #72831.
11722
11723 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
11724
11725         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
11726         with hasthis set.
11727         
11728         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
11729
11730         * marshal.c: Reorganize native->managed marshalling code to also use
11731         the emit_marshal_... functions.
11732
11733 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
11734
11735         * object.c: typed allocs have issues with bitmap sizes > 30,
11736         so check for max_set >= 30.
11737
11738 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
11739
11740         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
11741         managed code. Fixes #73012.
11742
11743         * metadata.h (MonoMarshalSpec): Add elem_mult field.
11744
11745         * metadata.c reflection.c: Load/Emit elem_mult as well.
11746         
11747         * metadata.h (MonoMarshalSpec): Add comment.
11748
11749         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
11750
11751         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
11752         num_elem to -1 if not given.
11753
11754         * object-internals.h (MonoReflectionMarshal): Add has_size field.
11755
11756         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
11757         given values.
11758
11759 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
11760
11761         * null-gc.c (mono_gc_free_fixed): Was not compilable.
11762
11763 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
11764
11765         * reflection.c (encode_marshal_blob): Encode param_num field as well.
11766
11767         * object-internals.h (MonoReflectionMarshal): Add param_num field.
11768
11769 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
11770
11771         * object.c: generalized the reference bitmap creation
11772         and added hooks for the new GC.
11773         * class-internals.c: removed the gc_bitmap field from MonoClass.
11774
11775 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
11776
11777         * domain.c: help the compiler to produce better code
11778         in mono_jit_info_table_find ().
11779
11780 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
11781
11782         * object.c: make all allocations look typed.
11783
11784 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
11785
11786         * socket-io.c: load Mono.Posix if it's not loaded already
11787         (fixes bug#73033).
11788
11789 2005-02-24  Martin Baulig  <martin@ximian.com>
11790
11791         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
11792         * reflection.c (dup_type): Likewise.
11793
11794 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
11795
11796         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
11797         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
11798
11799 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
11800
11801         * domain.c, threads.c, object-internals.h: make the critical thread
11802         local vars use the fast access mode (even when we're compiled in
11803         a lib). Provide accessors to be used by the jit during codegen.
11804
11805 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11806
11807         * appdomain.c: Changed hook functios behavior to include
11808         support for the reflection only assemblies. Some icalls were changed
11809         to support the mentioned assemblies too. Signatures of static methods
11810         try_assembly_resolve and real_load now have an additional parameter:
11811         refonly.
11812
11813         * assembly.c: General changes to mono_assembly_ methods to support
11814         reflection only api. Functions mono_assembly_open, mono_assembly_load,
11815         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
11816         suffix, to support an additional gbool parameter to specify whether
11817         the assembli is reflection only or not. Created some new hook functions 
11818         to add support for reflection only assemblies. Signatures of static 
11819         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
11820         have now an additional parameter: refonly.
11821
11822         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
11823         indicating whether the assembly is reflection only or not.
11824
11825         * exception.c: Add mono_get_exception_invalid_operation.
11826
11827         * icall.c: Throw an InvalidOperationException when trying to invoke
11828         a property/method/event, or trying to set/get the value of a field.
11829         Also add an icall to retrieve the ref_only flag to the
11830         MonoReflectionAssembly.
11831
11832 2005-02-23  Chris Toshok  <toshok@ximian.com>
11833
11834         Part of fix for #72827.
11835         * mono-debug.c (mono_debug_add_method): add lexical block data to
11836         the info we write.  Kind of a hack at the moment - we copy the
11837         lexical block info from the MonoDebugMethodInfo to the
11838         MonoDebugMethodJitInfo here, before writing it.
11839         (mono_debug_read_method): read the lexical block info.
11840
11841         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
11842
11843         * debug-mono-symfile.h: add lexical block support.
11844
11845         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
11846         support.
11847
11848 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
11849
11850         * loader.c (mono_lookup_pinvoke_call): Fix warning.
11851
11852         * object.c (mono_runtime_free_method): Call mono_free_method () and
11853         put the TODOs there.
11854
11855         * loader.c (mono_free_method): Free up most memory allocated for 
11856         dynamic methods.
11857
11858 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
11859
11860         * reflection.c: properly flag a Type argument to a
11861         named custom attr value (bug #72248).
11862
11863 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
11864
11865         * reflection.c: reduce code duplication in named custom
11866         attribute encoding.
11867
11868 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
11869
11870         * reflection.c: properly encode custom attrs of type object
11871         (bug #72649).
11872
11873 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
11874
11875         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
11876
11877 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
11878
11879         * socket-io.c: load System.dll if it's not loaded already
11880         (bug #72850 and #70477).
11881
11882 2005-02-21  Martin Baulig  <martin@ximian.com>
11883
11884         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
11885         generic instances.
11886
11887 2005-02-21  Martin Baulig  <martin@ximian.com>
11888
11889         * reflection.c (mono_image_build_metadata): We also need to
11890         "fixup" the MethodImpl table after we computed the final method
11891         indices.  Call fixup_methodimpl() to do that.
11892         (fixup_methodimpl): New private method.
11893
11894 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
11895
11896         * assembly.c: special case mscorlib.dll (bug#72536),
11897         patch from Carlos Alberto Cortez.
11898
11899 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
11900
11901         * threads-types.h threads.c: Fix build bustage.
11902
11903         * threads.c: Use a union for long<->double conversions.
11904
11905         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
11906         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
11907
11908         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
11909         containing the checkpoint call with NOT_TAKEN.
11910         
11911         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
11912         checkpoint before pushing the arguments, so they won't have to be
11913         spilled to stack.
11914
11915 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
11916
11917         * domain.c, assembly.c, domain-internals.h: make some data
11918         const and relocation-free.
11919
11920 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
11921
11922         * object.c, appdomain.c, class-internals.h: introduce the
11923         MonoClassRuntimeInfo structure to hold the info needed to
11924         use a class at runtime. Made mono_class_vtable() lock-free
11925         for all the appdomains.
11926
11927 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
11928
11929         * metadata-internals.h, image.c: introduce a per-image mempool to
11930         be used for memory that has the same lifetime as the image.
11931
11932 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
11933
11934         * domain.c: In mono_init_internal(), instead of selecting the first
11935         runtime version supported by an executable, get a list of all
11936         supported versions and select the one for which an mscorlib exists
11937         (since even if the runtime supports a given version, it doesn't mean
11938         that the framework for that version is installed).
11939         Modified get_runtimes_from_exe to support this behavior.
11940         In supported_runtimes, added information about additional system
11941         assembly versions.
11942         
11943         * assembly.c: Added support for more than one system assembly version
11944         per runtime version. Updated the assembly list.
11945         In mono_assembly_remap_version, removed the initial version check,
11946         since we don't know to which version we need to compare until we
11947         get the version set on which the assembly is based.
11948         Moved the code for loading corlib into the new method
11949         mono_assembly_load_corlib(), so it can be used by the initialization
11950         code.
11951         
11952         * domain-internals.h: Updated data structures and added declaration
11953         for mono_assembly_load_corlib.
11954
11955 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
11956
11957         * reflection.c (resolve_object): Fix the creation of the signature in 
11958         the SignatureHelper case.
11959
11960         * assembly.c (mono_assembly_remap_version): Fix binary search.
11961         
11962 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
11963  
11964         * class.c: Added inheritance check when a method is overloaded (from a
11965         virtual method or when implementing an interface) and when a class is
11966         inherited. Added functions to set a failure for a class and to 
11967         retreive the exception from a failure.
11968         * class-internals.h: Added fields to MonoClass to keep the exception
11969         information status for inheritance (or other exceptions) to be thrown
11970         later (i.e. not at load time).
11971         * object.c: Throw the inheritance SecurityException when a type is to 
11972         be created with either class or method inheritance violations.
11973         * reflection.c|h: Fix when getting declsec from a class. Removed 
11974         unrequired code for class. Improved sanity in parameter naming.
11975         * security-manager.c|h: Added functions to check for class and method
11976         inheritance.
11977
11978 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
11979
11980         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
11981         and has_finalize in dynamic types as well.
11982
11983 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
11984
11985         * culture-info-table.h : fixed currency format for en-GB (and so on).
11986
11987 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
11988
11989         * gc.c: ensure the GC handles never have 0 as a value.
11990
11991 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
11992
11993         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
11994         a pointer to a struct to unmanaged code. Fixes #72625.
11995
11996 2005-02-16  Martin Baulig  <martin@ximian.com>
11997
11998         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
11999
12000 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
12001
12002         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
12003
12004 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
12005
12006         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
12007
12008         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
12009         UnmanagedFunctionPointerAttribute, use it for determining calling convention
12010         etc. Fixes #71471.
12011
12012         * reflection.c (mono_custom_attrs_get_attr): New helper function.
12013
12014         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
12015
12016 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
12017
12018         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
12019         changes to make the current context a field in MonoThread.
12020
12021 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
12022
12023         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
12024         the last change.
12025         
12026         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
12027         extracted from mono_marshal_get_native_wrapper.
12028
12029         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
12030         to create wrappers around native functions.
12031
12032         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
12033         delegates for arbitrary function pointers. Fixes #71472.
12034
12035 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
12036
12037         * threads.c: cleaned up the code a little.
12038
12039 2005-02-15  Martin Baulig  <martin@ximian.com>
12040
12041         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
12042         the data table.
12043
12044         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
12045         allocate larger chunks if needed.
12046
12047 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
12048
12049         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
12050         in by mistake.
12051
12052 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
12053
12054         * domain.c: keep the domains in an array and ensure the domain ids
12055         are kept small, so they can be used as indexes to domain-specific data
12056         with a small memory overhead.
12057
12058 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
12059
12060         * icall.c: Handle byref types in Type icalls. Fixes #72544.
12061
12062 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
12063
12064         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
12065
12066 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
12067
12068         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
12069
12070         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
12071         values.
12072
12073         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
12074         
12075 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
12076
12077         * domain-internals.h: add the hashtable here.
12078
12079         * class-internals.h: Remove `info' from MonoMethod
12080
12081         * domain.c: Add a new hashtable, jit_trampoline_hash
12082
12083 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
12084
12085         * object.c: don't set the value of static fields
12086         (fixes bug#72494).
12087
12088 2005-02-11  Martin Baulig  <martin@ximian.com>
12089
12090         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
12091         (mono_debug_add_method): Silently ignore the method if it's too big.
12092         (mono_debug_add_type): Likewise.
12093
12094 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
12095
12096         * threads.c, appdomain.c: remove #ifdefs from the code.
12097
12098 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
12099
12100         * metadata-internals.h: Added flags to MonoAssembly to cache the most
12101         common security informations. This allows us to stay in unmanaged code
12102         when doing LinkDemand and it's special cases (except for the first 
12103         time for initialization). The flags a very much used with --security.
12104         * reflection.c|h: Added code to get declarative security attributes 
12105         for LinkDemand and InheritanceDemand. This required to refactor the
12106         existing code for Demand.
12107         * security-manager.c|h: Added new method fields for the special cases
12108         of LinkDemand.
12109
12110 2005-02-10  Martin Baulig  <martin@ximian.com>
12111
12112         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
12113         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
12114
12115 2005-02-10  Martin Baulig  <martin@ximian.com>
12116
12117         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
12118         debugging code; this is almost a complete rewrite.
12119
12120         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
12121
12122 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
12123
12124         * domain.c, object.h: expose mono_string_equal () and 
12125         mono_string_hash ().
12126         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
12127         it's implemented in managed code.
12128
12129 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
12130
12131         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
12132         lo leak objects between appdomains.
12133
12134 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
12135
12136         * assembly.c: old compilers compilation fix from 
12137         robertj@gmx.net (Robert Jordan).
12138
12139 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
12140
12141         * class-internals.h: Little reminder for the future.
12142
12143         * debug-helpers.c: Fix up wrapper_type_names
12144
12145 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
12146
12147         * image.c, metadata-internals.h: when loading an image from a file,
12148         mmap all of it and use the same codepaths as when using a
12149         in-memory image: the code is simpler and we use less memory
12150         (both writable and readonly).
12151
12152 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
12153
12154         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
12155         API to alloc runtime data structures that need to be tracked by the
12156         GC and contain pointers.
12157         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
12158         make the code more readable and eventually use a different GC.
12159
12160 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
12161
12162         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
12163         for out arguments.
12164         
12165 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
12166
12167         * object.c: In release_type_locks(), don't release the cctor lock
12168         if it has already been released. This fixes a crash in the
12169         thread5 test.
12170
12171 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
12172
12173         * gc.c, marshal.c, icall.c: register a delegate for finalization
12174         only when the native function pointer has been allocated for it.
12175
12176 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
12177
12178         * object.c: cleaned up some code, allocate objects that are
12179         pointer free with the atomic malloc variant. Allocate memory
12180         for static data from the mempool if it's pointer-free.
12181         Allocate the bounds array at the end of the array data, when needed.
12182         * object-internals.h, object.h: move a private function in a private
12183         header.
12184         * class.c: handle missing case in tracking references in fields.
12185
12186 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
12187
12188         * class.c, class-internals.h: keep track if a type has
12189         reference fields in either the instance or static fields.
12190
12191 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
12192
12193         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
12194         and renamed to MonoRuntimeInfo. Added fields to store the expected
12195         framework assembly version. Changed mono_get_framework_version and
12196         mono_get_runtime_version for a single mono_get_runtime_info method.
12197         
12198         * assembly.c: Added method to remap system assembly versions to the
12199         current executing runtime version. Removed old mapping code.
12200         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
12201         
12202         * icall.c, reflection.c: Track api changes.
12203
12204 2005-02-06  Miguel de Icaza  <miguel@novell.com>
12205
12206         * loader.c (method_from_memberref): Improve error reporting,
12207         produce the class name instead of the typeref/typedef index. 
12208
12209 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
12210
12211         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
12212
12213 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
12214
12215         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
12216         stdcall and charset name mangling.  Reorganize the code and add
12217         some tracing stuff.
12218
12219 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
12220
12221         * monodiet.c: More iters!
12222
12223         * marshal.c: Iter usage.
12224
12225         * icall.c: Iter usage.
12226
12227         * object.c: Use iters.
12228
12229         * debug-helpers.c: More iters
12230
12231 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
12232
12233         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
12234         under win32.
12235
12236 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
12237
12238         * mono-debug-debugger.c: use iters
12239
12240         * class.c, class-internals.h: mono_class_setup_events is static
12241         now
12242
12243         * All callers: use iters
12244
12245 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
12246
12247         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
12248         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
12249
12250 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
12251
12252         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
12253
12254         * marshal.h: Add prototypes for ldfld/stfld_remote.
12255
12256         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
12257         this is called during startup.
12258         
12259 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
12260
12261         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
12262         MonoThreadsSync struct private in monitor.c. Changed the way
12263         MonoThreadsSync is allocated so it's faster and there is no
12264         need to keep track of it with a finalizer and it uses less memory.
12265         This also finally allows us to allocate mono objects as ptrfree when
12266         there are no reference fields.
12267
12268 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
12269
12270         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
12271         disappearing link to the GC interface and use them to simplify
12272         the gchandles code.
12273
12274 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
12275
12276         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
12277         stfld_remote which call mono_load/store_field_new. This allows methods
12278         calling ldfld/stfld wrappers to be AOTed.
12279
12280         * console-io.c: Include sys/filio.h under solaris.
12281         
12282         * console-io.c: Include curses.h if needed correctly.
12283
12284 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
12285         
12286         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
12287         method->klass as well.
12288
12289         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
12290
12291         * class.c (mono_class_init): Switch on lazy initialization of 
12292         methods.
12293
12294         * class.c (mono_class_get_finalizer): Handle the case when the 
12295         finalizer is inherited.
12296
12297 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12298
12299         * console-io.c: <curses.h> is needed by term.h on solaris.
12300
12301 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
12302
12303         * icall.c, class-internals.h, monodiet.c, class.c: Remove
12304         mono_class_setup_properties where possible. Remove this ftn from
12305         the header file, and make it static.
12306
12307 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
12308
12309         * loader.c: Add missing setup_... call.
12310
12311         * class.c: Add missing setup_... calls.
12312
12313         * class.c (mono_class_init): Switch on lazy initialization of 
12314         the generic vtable.
12315         
12316         * class.c (mono_class_init): Fix generics broken by the recent changes.
12317
12318         * monodiet.c (handle_type): Add missing setup_... calls.
12319
12320         * class.c: Back out garbage in previous patch.
12321         
12322         * class.c: Add missing setup_... calls.
12323
12324         * class.c (mono_class_get_method_from_name_flags): Avoid calling
12325         mono_class_setup_methods () if possible.
12326
12327         * class-internals.h (MonoClass): Add 'has_cctor' flag.
12328
12329         * class-internals.h (MonoCachedClassInfo): New structure.
12330
12331         * class.c: Initialize properties and events fields of MonoClass lazily.
12332
12333         * class.c: Add infrastructure for lazily initializing the methods and
12334         vtable fields of MonoClass. Not yet used.
12335
12336         * class.c (mono_class_get_finalizer): New helper function.
12337
12338         * class.c: Add infrastructure for loading some class related data from
12339         an AOT file.
12340
12341         * object.c: Add infrastructure for initializing the vtable from data
12342         in the AOT file.
12343
12344         * gc.c (run_finalize): Use mono_class_get_finalizer ().
12345
12346         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
12347         appropriate initialization function before accessing parts of the
12348         MonoClass structure.
12349
12350         * marshal.c: Fix warnings.
12351         
12352         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
12353
12354         * mono-debug-debugger.c (get_exception_message): Use 
12355         mono_class_get_method_from_name_flags ().
12356
12357 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
12358
12359         * reflection.c, appdomain.c: Replace a few manual searches that
12360         Zoltan missed. (Paolo approved this part of my initial patch).
12361
12362 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
12363
12364         * profiler.c: disable recording statistical events at report time.
12365
12366 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
12367
12368         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
12369         to byteswap arrays of enum values, too (bug #72080).
12370
12371 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
12372
12373         * appdomain.c (set_domain_search_path): Allow this to be called if
12374         domain->setup is not yet set.
12375
12376         * loader.c (mono_method_get_index): New helper function.
12377
12378         * loader.c reflection.c: Use mono_method_get_index ().
12379
12380         * class.c (mono_class_get_method_from_name_flags): New helper method.
12381
12382         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
12383         this.
12384
12385         * class.c (mono_class_get_cctor): New helper method.
12386
12387         * string-icalls.c object.c class.c marshal.c reflection.c: Use
12388         mono_class_get_method () to look up methods.
12389
12390 2005-02-01  Miguel de Icaza  <miguel@novell.com>
12391
12392         * console-io.c: Fix the build, this should work on Windows.
12393
12394 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
12395
12396         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
12397         be set to null to keep things valid
12398
12399 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12400
12401         * icall.c: added Console 2.0 icalls.
12402         * Makefile.am: added console-io.[ch]
12403         * console-io.[ch]: internal calls for Console 2.0 API.
12404
12405 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
12406
12407         * class.c: make sure we consider all the interfaces
12408         when calculating max_interface_id (bug found by
12409         Jeroen Frijters running ikvm).
12410
12411 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
12412
12413         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
12414         valuetype fields to null.
12415
12416         * object.c (set_value): Ditto. Fixes #71669.    
12417
12418 2005-01-31  Martin Baulig  <martin@ximian.com>
12419
12420         * metadata.c (mono_metadata_has_generic_params): New public
12421         function; checks whether something is a generic method.
12422
12423 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
12424
12425         * appdomain.c: fix infinite recursion when adding assemblies.
12426
12427 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
12428
12429         * object.c: Fix small typo to return all items for Environment.
12430         GetCommandLineArgs.
12431
12432 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
12433
12434         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
12435         reflection.c: more domain and assembly-unload related fixes
12436         and memory leaks plugs.
12437
12438 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
12439
12440         * 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.
12441
12442 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
12443
12444         * loader.c (mono_method_signature): Make this method lazy
12445         (mono_get_method_from_token): Don't computate the signature here.
12446
12447         Doing this saves quite a bit of memory. I got 90 kb on starting up
12448         monodoc. It should also save some disk reads on startup.
12449
12450         * *: MonoMethod->signature might be NULL now. You *MUST* use
12451         mono_method_signature.
12452
12453 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
12454
12455         * object.c (mono_runtime_get_main_args): Return an array from the
12456         current domain here. Fixes #71938.
12457
12458 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
12459
12460         * monitor.c: formatting changes to comply with the
12461         mono coding style and remove #ifdefs from the code.
12462
12463 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
12464
12465         * metadata.c, private.h: remove some unneeded data
12466         and use a more compact representation for table schemas.
12467
12468 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
12469
12470         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
12471         to get a better distribution in hash tables.
12472         * *.c: use mono_aligned_addr_hash() where appropriate.
12473         * assembly.c: make var static.
12474
12475 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
12476
12477         * domain-internals.h: Put MonoJitInfo on a diet.
12478
12479         * domain.c: Fix a warning.
12480
12481 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
12482
12483         * gc.c: rework the gc handles code to reuse handles
12484         when freed.
12485
12486 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
12487
12488         * domain.c: fixed long standing bug in mono_string_equal() which
12489         was brought to light with the ldstr changes.
12490
12491 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
12492
12493         * reflection.c: Remove warning by adding missing include for marshal.h
12494
12495 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
12496
12497         * domain.c, object.c: change the ldstr_table to hold
12498         MonoString* as keys: makes the runtime isinterned lookup
12499         faster and simplifies memory management.
12500
12501 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
12502  
12503         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
12504         possible to add imperative security checks before calling the icall.
12505         * reflection.c: Return security attributes on the original MonoMethod
12506         (and not the wrapped one). This fix permissions on icalls.
12507
12508 2005-01-25  Dick Porter  <dick@ximian.com>
12509
12510         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
12511         the check for mktime() support actually test the mktime() return
12512         value.  "Fixes" bug 71682, though the output is still different to
12513         MS.
12514
12515 2005-01-25  Martin Baulig  <martin@ximian.com>
12516
12517         * class.c (mono_class_is_assignable_from): Make this work for
12518         generic instances.
12519
12520 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
12521
12522         * marshal.c (mono_string_utf8_to_builder)
12523         (mono_string_builder_to_utf16): We might not have ownership of the
12524         string. In thise case, we need to create a new buffer.
12525
12526         * object-internals.h (mono_stringbuilder_capacity): sb->str might
12527         be null, in which case, use the default capacity.
12528
12529 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
12530
12531         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
12532         GC events to the profiler.
12533
12534 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
12535
12536         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
12537         if you don't want the GC to run.
12538
12539 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
12540
12541         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
12542         start providing a GC API and keeping different implementations in
12543         their own file.
12544         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
12545
12546 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
12547
12548         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
12549         mmap rather than allocating a huge buffer.
12550         (mono_debug_close_mono_symbol_file): Free the buffer allocated
12551         above.
12552
12553 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
12554
12555         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
12556         and CheckExecutionRights.
12557         * reflection.c|h: Keep the index of the declarative security to be 
12558         used, instead of the pointer, when AOT compiler is used. Also add 
12559         class initialization when requesting demands.
12560         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
12561         CheckExecutionRights. Both properties are now FALSE by default, and
12562         unmodifiable, unless the --security option is used.
12563
12564 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
12565
12566         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
12567         reflection.c: properly refcount images and assemblies, many leaks fixed.
12568
12569 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12570
12571         * threadpool.c: increase the timeout for threads in the thread pool to
12572         10s.  Fixes bug #67159.
12573
12574 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
12575
12576         * class-internals.h: Sun's compiler insists on explicit
12577         signed on bit fields to handle then correctly.
12578
12579 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
12580
12581         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
12582         Make the size of the array fit only the number of invalid path
12583         chars that we have.
12584
12585         * class.c (_mono_class_get): Improve the error reporting when a
12586         class referenced is not found, to assist debugging. 
12587
12588 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
12589
12590         * threads.c: fix off-by-one error.
12591         * domain.c: free data allocated in the domain.
12592
12593 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
12594
12595         * reflection.c (mono_method_body_get_object): Fill out exception info
12596         as well.
12597
12598         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
12599         structure.
12600         
12601 2005-01-19  Martin Baulig  <martin@ximian.com>
12602
12603         * loader.c (mono_get_method_constrained): Make this work again.
12604
12605 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
12606
12607         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
12608         guint16 to match the managed side.
12609
12610         * reflection.c (mono_reflection_body_get_object): Fill out local
12611         variables array.
12612
12613         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
12614         as well.
12615
12616         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
12617         'local_var_sig_token'.
12618
12619 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
12620
12621         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
12622         System.Drawing.
12623
12624         * reflection.c (mono_method_body_get_object): Handle abstract and
12625         runtime methods.
12626
12627 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
12628
12629         * marshal.c, loader.c, class-internals.h, reflection.c:
12630         store the emthod data for a wrapper in an array instead of a list.
12631
12632 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
12633
12634         * marshal.c: change the code to allocate memory more
12635         conservatively for method wrappers.
12636
12637 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
12638
12639         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
12640         fields from MonoClass to the marshal info structure where they belong.
12641
12642 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
12643
12644         * class.c, object.c, class-internals.h, marshal.c: rearrange
12645         some fields and tweak some types to lower memory usage.
12646
12647 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
12648
12649         * threads.c (signal_thread_state_change): Handle the case when the
12650         target thread is the current thread.
12651
12652         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
12653
12654         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
12655         emit_ptr_to_object_conv. 
12656
12657         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
12658         marshalling. Fixes #71352.
12659
12660 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
12661
12662         * metadata.h, blob.h: move table enum to blob.h so it can be included
12663         in any header.
12664         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
12665         cut the size of MonoImage/MonoDynamicImage.
12666
12667 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
12668
12669         * profiler.c (mono_profiler_install_simple): Fix default arguments.
12670
12671 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
12672
12673         * reflection.c, reflection.h, icall.c: add a function to check
12674         if an attribute type is defined for a metadata object.
12675
12676 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
12677
12678         * object-internals.h: Added some needed fields from StringBuilder class.
12679         * marshal.c: Set the maxCapacity when creating a StringBuilder.
12680
12681 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
12682
12683         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
12684         threads before shutting down the runtime.
12685
12686         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
12687
12688 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
12689
12690         * object-internal.h, threads.c: implement stacksize and 
12691         parameterized thread start functionality (requires
12692         matching corlib). Marked broken code for later removal.
12693
12694 2005-01-12  Martin Baulig  <martin@ximian.com>
12695
12696         * class-internals.h (MonoGenericClass): Moved the `initialized'
12697         flag to MonoDynamicGenericClass, removed `init_pending'.
12698         (MonoGenericInst): Added `is_reference' flag.
12699
12700 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
12701
12702         * reflection.c (mono_image_create_pefile): Only set the pe_offset
12703         inside the MSDOS header. Fixes #71201.
12704
12705         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
12706         gc thread.
12707         (mono_domain_finalize): Ditto.
12708
12709 2005-01-12  Martin Baulig  <martin@ximian.com>
12710
12711         * class.c (mono_get_shared_generic_class): Use the cache for
12712         non-dynamic generic classes.
12713
12714         * class-internals.h (mono_class_create_generic_2): Removed
12715         function prototype, this function is now static inside class.c.
12716
12717         * class.c (mono_class_create_generic_2): Made this static, only
12718         call it from mono_class_init() and mono_class_setup_parent().
12719         (collect_implemented_interfaces_aux): Call mono_class_init() on
12720         the interfaces we collect.
12721         (mono_class_setup_vtable): Call mono_class_init (class->parent).
12722
12723 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
12724
12725         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
12726         it a real thread handle.
12727
12728         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
12729         MonoJitExceptionInfo, since each catch clause needs its own variable.
12730         
12731 2005-01-11  Dick Porter  <dick@ximian.com>
12732
12733         * image.c (mono_pe_file_open): New variant on mono_image_open()
12734         that does not set up the CLI metadata; used for FileVersionInfo so
12735         it can get the data for windows binaries too.
12736         
12737         * process.c (process_read_string_block): Don't read off the end of
12738         the StringTable block.
12739
12740         These both fix bug 70766.
12741
12742 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
12743
12744         * gc.c: set some fields to NULL at GC cleanup time.
12745         * threads.c: if we quit the main thread, call exit ().
12746
12747 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
12748
12749         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
12750
12751 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
12752
12753         * threads.h, threads.c, object.c: added accessor and settor for
12754         main_thread. Handle it specially when exiting from it: wait
12755         for other foreground threads to exit.
12756
12757 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
12758
12759         * process.c, verify.c: remove some bloat.
12760
12761 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
12762
12763         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
12764         the calling convention to cdecl under win32.
12765
12766 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
12767
12768         * object.c (mono_object_get_size): New function to get the size of
12769         an object instance.
12770
12771         * profiler.c (simple_allocation): Use above.
12772
12773 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
12774
12775         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
12776         ves_icall_System_AppDomain_getRootDomain (as it's not required to
12777         get an appdomain by it's id and we can't assume the root's id is 0).
12778         * domain-internals.h: Change the function prototype to match.
12779         * icall.c: Change the icall table for AppDomain.
12780
12781 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
12782
12783         * locales.c (string_invariant_compare_char): Only compute
12784         GUnicodeTypes in the case where we need them.  Test for ordinality
12785         first and return if so.
12786
12787         From the commit:
12788
12789                 /*
12790                  * FIXME: here we must use the information from c1type and c2type
12791                  * to find out the proper collation, even on the InvariantCulture, the
12792                  * sorting is not done by computing the unicode values, but their
12793                  * actual sort order.
12794                  */
12795
12796 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
12797
12798         * loader.c: for P/Invoke methods, allow the "Internal" shared
12799         library name to refer to the calling process symbol namespace.
12800
12801 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
12802
12803         * Makefile.am: Add the security manager to the build.
12804         * security-manager.c|h: New. Initialization of the security manager.
12805
12806 2005-01-07  Dick Porter  <dick@ximian.com>
12807
12808         * threads.c: 
12809         * monitor.c: Update thread state during Monitor and WaitHandle
12810         waits.  Fixes bug 71031.
12811
12812 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
12813
12814         * reflection.c (property_encode_signature): Correctly handle when the
12815         property has no methods.
12816
12817 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
12818
12819         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
12820         
12821         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
12822         fields from mb, not rmb. Fixes #71017.
12823
12824         * marshal.c (emit_ptr_to_str_conv): Add support for 
12825         ByValTStr -> string conversion. Fixes #71015.
12826
12827         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
12828
12829         * mempool.c (mono_mempool_contains_addr): New helper function.
12830
12831 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
12832
12833         * metadata.c (mono_metadata_compute_size): Fix size calculation of
12834         HasSematics encoded fields.
12835         
12836         * metadata.c (mono_type_to_unmanaged): Improve error message for 
12837         invalid string marshalling.
12838
12839         * metadata.c: Fix warnings.
12840         
12841 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
12842
12843         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
12844         profiler support.
12845
12846 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
12847
12848         * domain.c object.c domain-internals.h: Revert part of r38077 since the
12849         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
12850         tests.
12851
12852 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
12853
12854         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
12855         so methods containing these can be AOTed.
12856
12857 2005-01-03  Martin Baulig  <martin@ximian.com>
12858
12859         * loader.c (find_method): Removed the hack for generic instances.
12860         (method_from_memberref): If our parent is a generic instance, pass
12861         its generic type definition to find_method() and then inflate the
12862         method.
12863         (mono_get_method_constrained): Pass the generic type definition to
12864         find_method() and inflate the method later.
12865
12866         * class-internals.h (MonoStats): Added `generic_class_count'.
12867
12868         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
12869         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
12870
12871         * reflection.c (mono_custom_attrs_from_params): Don't ignore
12872         generic type definitions.
12873
12874 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
12875
12876         * loader.c icall.c: Fix warnings.
12877
12878 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
12879
12880         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
12881         blittable types. Fixes #70864.
12882
12883 2004-12-29  Martin Baulig  <martin@ximian.com>
12884
12885         * icall.c
12886         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
12887
12888         * reflection.c (mono_method_get_object): Create a
12889         "System.Reflection.MonoGenericMethod" for inflated methods; don't
12890         call mono_get_inflated_method().
12891
12892         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
12893
12894 2004-12-27  Martin Baulig  <martin@ximian.com>
12895
12896         * class-internals.h (MonoMethod): Added `is_inflated' flag.
12897         (MonoMethodInflated): Added `inflated' field.
12898
12899         * class.c (mono_class_inflate_generic_method): Don't really
12900         inflate the method here; just set the `is_inflated' flag in the
12901         MonoMethod.
12902         (mono_class_get_inflated_method): Actually inflate the method here
12903         if it's not already inflated; we use the MonoMethodInflated's new
12904         `inflated' field as a cache.
12905
12906 2004-12-26  Martin Baulig  <martin@ximian.com>
12907
12908         * class.c
12909         (inflate_generic_class): Moved some code out of inflate_generic_type().
12910         (mono_class_inflate_generic_method): If we're already inflated,
12911         inflate the context and use the declaring method; ie. make sure
12912         the declaring method of an inflated method is always the generic
12913         method definition.
12914         (mono_class_create_from_typedef): Create
12915         `class->generic_container->context->gclass'.
12916
12917 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
12918
12919         * metadata-internals.h, marshal.c, reflection.c: More
12920         MonoGHashTable->GHashTable.
12921
12922         * domain-internals.h, class.c: Change MonoGHashTable's into
12923         GHashTables for some cases where no gc stuff is used
12924
12925         All users: update apis
12926
12927 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
12928
12929         * metadata.c (builtin_types): Make this `const'. Makes this get
12930         put into the shareable section.
12931         (mono_metadata_init): Casts to make gcc happy.
12932
12933 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
12934
12935         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
12936
12937 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
12938
12939         * icall.c: Added an internal call to retrieve the position and length
12940         of assembly-level declarative security attributes (RequestMinimum, 
12941         RequestOptional and RequestRefuse). This is used by the Assembly class
12942         to re-create the corresponding permission sets.
12943
12944 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
12945
12946         * marshal.c: fix the stelemref wrapper to be type correct
12947         (and faster).
12948
12949 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
12950
12951         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
12952         to do key & 0x7fffffff. Hashtable already does this. It just
12953         results in longer code.
12954
12955 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
12956
12957         * appdomain.c: Bump corlib version.
12958         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
12959         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
12960         * reflection.c|h: Add functions to get declarative security infos
12961         (blob position and length) for assemblies, classes and methods.
12962
12963 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
12964
12965         * reflection.c: sort the constant table (bug #70693).
12966
12967 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
12968
12969         * object-internals.h, threads.c, domain.c: add accessors for
12970         the MonoThread and MonoDomain tls keys.
12971
12972 2004-12-18  Martin Baulig  <martin@ximian.com>
12973
12974         * class.c (inflate_generic_type): If we're inflating a generic
12975         instance, set `ngclass->context->container = context->container';
12976         ie. the container we inflated into.
12977
12978         * metadata.c (mono_metadata_parse_generic_param): Reflect above
12979         inflate_generic_type() changes.
12980
12981 2004-12-17  Martin Baulig  <martin@ximian.com>
12982
12983         * class-internals.h
12984         (MonoGenericClass): Replaced `MonoType *generic_type' with
12985         `MonoClass *generic_class'.  Removed `dynamic_info'; if
12986         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
12987         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
12988
12989 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
12990
12991         * exception.c (mono_exception_from_token): New helper function.
12992
12993 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
12994
12995         * assembly.c (mono_assembly_load_with_partial_name): Call 
12996         mono_assembly_loaded before invoking the preload hooks. Fixes
12997         #70564.
12998
12999         * object-internals.h (MonoThread): Change culture_info and 
13000         ui_culture_info into an array.
13001
13002         * threads.c: Cache culture info objects from more than one appdomain.
13003
13004         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
13005         current UI culture.
13006
13007 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
13008
13009         * threads.h threads.c appdomain.c: Clear the culture_info field of
13010         all threads during unloading if they point to an object in the dying
13011         appdomain.
13012
13013 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
13014
13015         * culture-info.h (TextInfoEntry): New struct
13016         * object-internals.h: sync with managed
13017         * locales.c: fill the `text_info_data' field
13018         * culture-info-tables.h: update
13019
13020 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
13021
13022         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
13023         collector.
13024
13025 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
13026
13027         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
13028         (ves_icall_ModuleBuilder_getMethodToken): Ditto
13029
13030 2004-12-12  Martin Baulig  <martin@ximian.com>
13031
13032         * mono-debug-debugger.c (write_type): If we're an enum and the
13033         builtin types have already been initialized, call mono_class_init().
13034
13035 2004-12-11  Martin Baulig  <martin@ximian.com>
13036
13037         * metadata.c (mono_metadata_load_generic_params): Added
13038         `MonoGenericContainer *parent_container' argument; automatically
13039         compute `container->is_method'; pass the correct owner to
13040         get_constraints().      
13041
13042         * reflection.c (compare_genericparam): Sort the GenericParam table
13043         according to increasing owners. 
13044
13045 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
13046
13047         * profiler.c: allow disabling the default profiler.
13048
13049 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
13050
13051         * decimal.c, icall.c: allow disabling System.Decimal support.
13052
13053 2004-12-09  Marek Safar <marek.safar@seznam.cz>
13054
13055         * reflection.c: Add support for null attribute arguments.
13056
13057 2004-12-09  Martin Baulig  <martin@ximian.com>
13058
13059         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
13060         names to get rid of compiler warnings.
13061
13062 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
13063
13064         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
13065         mono_marshal_load_type_info (). Fixes #69625.
13066         (mono_marshal_get_ptr_to_struct): Likewise.
13067
13068 2004-12-08  Martin Baulig  <martin@ximian.com>
13069
13070         * mono-debug.h: Bumped version number to 47.
13071
13072         * mono-debug-debugger.c
13073         (mono_debugger_event_handler, mono_debugger_event): Take two
13074         guint64 arguments insteed of a gpointer and a guint32.  
13075
13076 2004-12-08  Martin Baulig  <martin@ximian.com>
13077
13078         * debug-mono-symfile.h
13079         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
13080         `address' to `native_offset'.
13081
13082 2004-12-08  Martin Baulig  <martin@ximian.com>
13083
13084         * class.c (mono_class_create_from_typespec): Only inflate if we
13085         either have `context->gclass' or `context->gmethod'.
13086
13087 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
13088
13089         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
13090
13091         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
13092
13093         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
13094
13095         * reflection.c (mono_assembly_get_object): Remove the workaround put
13096         in for the release.
13097         
13098         * appdomain.c: Use the corlib_internal field from MonoAssembly.
13099
13100         * appdomain.c: Bump corlib version.
13101
13102         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
13103         be visible in other appdomains.
13104
13105 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
13106
13107         * threads.c: Interlocked inc and dec for longs were messed up,
13108         use a KISS based impl for this. Fixes 70234
13109
13110 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
13111
13112         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
13113
13114 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
13115
13116         * icall.c: fix to follow policy not to allow struct
13117         arguments in icalls.
13118
13119 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13120
13121         * process.c: make the patch that handles spaces in file paths work
13122         on mono/windows too.
13123
13124 2004-12-06  Martin Baulig  <martin@ximian.com>
13125
13126         * class.c (mono_class_create_generic): Call
13127         mono_class_setup_supertypes() if we're dynamic.
13128         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
13129
13130 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
13131
13132         * object-internals.h: Add new fields to MonoThread.
13133
13134         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
13135
13136         * icall.c threads-types.h threads.c: Add new icalls.
13137
13138         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
13139
13140         * object-internals.h (MonoReflectionAssembly): Sync object layout with
13141         managed side.
13142
13143         * appdomain.c: Bump corlib version.
13144
13145         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
13146         internal assemblies. Fixes #69181.
13147
13148 2004-12-05  Martin Baulig  <martin@ximian.com>
13149
13150         * class.c (mono_class_inflate_generic_signature): Make this a
13151         no-op if `context' is NULL or we don't have any type parameters;
13152         also copy `sentinelpos'.        
13153
13154 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
13155
13156         * image.c: Add unbox_wrapper_cache.
13157
13158         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
13159
13160         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
13161         function generator.
13162         
13163         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
13164         Fixes #70173.
13165
13166         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
13167         
13168 2004-12-04  Martin Baulig  <martin@ximian.com>
13169
13170         * loader.c (mono_method_get_signature_full): New public function;
13171         like mono_method_get_signature(), but with an additional
13172         `MonoGenericContext *' argument.
13173
13174         * class.c (mono_class_inflate_generic_signature): Formerly known
13175         as inflate_generic_signature(); make this public.
13176
13177 2004-12-04  Martin Baulig  <martin@ximian.com>
13178
13179         * metadata.c
13180         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
13181         instead of a `MonoGenericContainer *'.  
13182         (mono_metadata_parse_array_full): Likewise.
13183         (mono_metadata_parse_signature_full): Likewise.
13184         (mono_metadata_parse_method_signature_full): Likewise.
13185         (mono_metadata_parse_generic_inst): Likewise.
13186         (mono_metadata_parse_generic_param): Likewise.
13187         (mono_metadata_parse_mh_full): Likewise.
13188         (mono_type_create_from_typespec_full): Likewise.
13189
13190 2004-12-03  Martin Baulig  <martin@ximian.com>
13191
13192         * class-internals.h (MonoGenericContainer): Replaced the
13193         `MonoGenericContext * pointer with a `MonoGenericContext'
13194         structure and made it the first element.
13195
13196 2004-12-03  Martin Baulig  <martin@ximian.com>
13197
13198         * class.c
13199         (inflate_generic_type): Set the `context->container' when creating
13200         a new MonoGenericContext.
13201         (mono_class_inflate_generic_method): Likewise.
13202         (mono_class_create_from_typespec): Just use `context->container'
13203         to get the container.
13204
13205         * loader.c (method_from_methodspec): Set `context->parent' from
13206         `context->container' - and if that's a method container, use its
13207         parent.  Also set the `context->container' when creating a new
13208         MonoGenericContext.
13209         (mono_get_method_from_token): Use just `context->container' to get
13210         the container.
13211
13212         * metadata.c (do_mono_metadata_parse_generic_class): Also set
13213         `gclass->context->container'.
13214
13215         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
13216         the `context->container' when creating a new MonoGenericContext.
13217
13218 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
13219
13220         * reflection.c (compare_genericparam): Sort params with identical
13221         owner by their number. Fixes gen-111 on sparc.
13222
13223 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
13224
13225         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
13226         around the domain changes.
13227
13228         * appdomain.c (mono_domain_unload): Handle the case when the thread
13229         calling Unload is itself being aborted during unloading. Fixes #70022.
13230
13231         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
13232
13233         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
13234         checkpoint_func as an icall so it gets a wrapper.
13235         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
13236         in the cross-appdomain wrappers too.
13237
13238         * threads.c (mono_thread_has_appdomain_ref): Make this public.
13239
13240         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
13241
13242         * reflection.c: Fix some memory leaks.
13243         
13244 2004-12-02  Martin Baulig  <martin@ximian.com>
13245
13246         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
13247
13248         * metadata.c (generic_class_cache): New static hashtable.
13249         (mono_metadata_lookup_generic_class): New public method.
13250
13251 2004-12-02  Martin Baulig  <martin@ximian.com>
13252
13253         * class.c (mono_class_create_from_typedef): Call
13254         mono_class_setup_parent() and mono_class_create_mono_type() before
13255         parsing the interfaces.
13256
13257 2004-12-02  Martin Baulig  <martin@ximian.com>
13258
13259         * metadata.c (generic_inst_cache): New static hashtable.
13260         (mono_metadata_lookup_generic_inst): New public function.
13261         (mono_metadata_inflate_generic_inst): New public function.
13262         (mono_metadata_parse_generic_inst): New public function.
13263         (do_mono_metadata_parse_generic_class): Use the new
13264         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
13265         since this'll also use the cache.
13266
13267         * reflection.c (mono_reflection_bind_generic_method_parameters):
13268         Use mono_metadata_lookup_generic_inst() to use the new cache.
13269
13270         * class.c (inflate_mono_type): Use
13271         mono_metadata_inflate_generic_inst() to inflate a generic
13272         instance; this'll also use the new cache.
13273
13274         * loader.c (method_from_methodspec): Use
13275         mono_metadata_parse_generic_inst() and
13276         mono_metadata_inflate_generic_inst() rather than parsing it
13277         manually, so we can use the new cache.
13278
13279 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
13280
13281         * threads.c (wait_for_tids): Do not incorrectly free threads when 
13282         the wait times out.
13283
13284 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
13285
13286         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
13287         iter->args based on whether parameters are passed in registers (i.e.
13288         MONO_ARCH_REGPARMS is defined)
13289
13290 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
13291
13292         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
13293         the exception message. Fixes #70070.
13294         (method_from_methodspec): Fix warnings.
13295
13296 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13297
13298         * process.c: (complete_path) return the path quoted
13299
13300 2004-12-01  Martin Baulig  <martin@ximian.com>
13301
13302         * class-internals.h (MonoGenericInst): New structure.
13303         (MonoGenericClass): Replaced `type_argc', `type_argv' and
13304         `is_open' with `MonoGenericInst *inst'.
13305         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
13306         `is_open' with `MonoGenericInst *inst'.
13307
13308 2004-11-30  Martin Baulig  <martin@ximian.com>
13309
13310         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
13311
13312         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
13313         to `generic_class_cache'.
13314
13315         * metadata.c
13316         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
13317         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
13318         (mono_generic_inst_is_valuetype): Renamed to
13319         mono_generic_class_is_valuetype().
13320
13321         * class-internals.h
13322         (MonoGenericInst): Renamed to MonoGenericClass.
13323         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
13324         (MonoClass): Renamed `generic_inst' to `generic_class'.
13325         (MonoGenericContext): Renamed `ginst' to `gclass'.
13326
13327         * object-internals.h
13328         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
13329
13330         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
13331         mono_reflection_generic_class_initialize().
13332
13333         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
13334         now known as "System.Reflection.MonoGenericClass".
13335         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
13336
13337 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
13338
13339         * class-internals.h: Added a flag field to MonoClass to cache the
13340         declarative security attributes actions associated with the class.
13341         * domain-internals.h: Added booleans to MonoJitInfo to cache the
13342         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
13343         applicable to the JITted method.
13344         * reflection.c|h: Added functions to extract (as flags) which security
13345         actions are available (declaratively) for a method, class or assembly.
13346         * metadata.c|h: Added functions to search the declarative security
13347         table in the metadata.
13348         
13349 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
13350
13351         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
13352         EXPORTEDTYPES are already in the class name cache, so there is no
13353         need to add extra code here to look at them. Just removes a bit of
13354         cruft.
13355
13356         (ves_icall_System_Environment_get_TickCount): No need for #if
13357         WINDOWS. We already have the code in io-layer.
13358
13359 2004-11-28  Martin Baulig  <martin@ximian.com>
13360
13361         * loader.c
13362         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
13363         Fixes gen-112.cs.
13364
13365 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
13366
13367         * assembly.c (do_mono_assembly_open): Instead of having a
13368         conditional WITH_BUNDLE, incorporate support for bundles here, by
13369         having a global `bundles' variable holding a pointer to the actual
13370         bundles. 
13371
13372         (mono_register_bundled_assemblies): New API call used by the
13373         bundle code. 
13374
13375         See mkbundle.1 for details.
13376         
13377 2004-11-27  Martin Baulig  <martin@ximian.com>
13378
13379         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
13380         the vtable for generic methods.
13381
13382 2004-11-26  Martin Baulig  <martin@ximian.com>
13383
13384         * metadata.c
13385         (mono_metadata_generic_method_hash): New public function.
13386         (mono_metadata_generic_method_equal): Likewise.
13387
13388         * class-internals.h
13389         (MonoGenericContainer): Added `GHashTable *method_hash'.
13390
13391         * reflection.c (ReflectionMethodBuilder): Added
13392         `MonoGenericContainer *generic_container'.
13393         (reflection_methodbuilder_to_mono_method): Don't create a new
13394         MonoGenericContainer each time we're called.
13395         (mono_reflection_bind_generic_method_parameters): Use
13396         `container->method_hash' to cache the results so we don't create a
13397         different method if we're called several times with the same
13398         arguments.
13399
13400         * loader.c (method_from_methodspec): Use the new
13401         `container->method_hash' here, too.
13402
13403 2004-11-26  Martin Baulig  <martin@ximian.com>
13404
13405         * class.c (inflate_generic_signature): Correctly compute
13406         `res->has_type_parameters'.
13407         (mono_class_vtable): Use the `has_type_parameters' flag to
13408         determine whether we're a generic method.
13409
13410         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
13411
13412 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
13413
13414         * object.c (mono_runtime_run_main): Fix a small memory leak.
13415
13416 2004-11-25  Martin Baulig  <martin@ximian.com>
13417
13418         * class.c (set_generic_param_owner): Fixed the loop.
13419
13420 2004-11-25  Martin Baulig  <martin@ximian.com>
13421
13422         * object.c (mono_class_vtable): Don't create any JIT wrappers for
13423         generic methods.
13424
13425 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
13426
13427         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
13428         names. Fixes #69787.
13429
13430 2004-11-24  Martin Baulig  <martin@ximian.com>
13431
13432         * class.c (mono_class_create_generic_2): If we don't have a
13433         `ginst->parent', inflate `gklass->parent' to get our parent.
13434
13435 2004-11-24  Martin Baulig  <martin@ximian.com>
13436
13437         * reflection.c (compare_genericparam): Correctly sort the
13438         GenericParam table; fixes #69779.
13439
13440 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
13441
13442         * reflection.c: When writing a PE file, don't create a huge
13443         buffer in memory. Just write the arrays we have to the file.
13444         This reduces memory usage.
13445
13446         * metadata-internals.h: MonoDynamicStream pefile is no longer used
13447         globally.
13448
13449 2004-11-17  Martin Baulig  <martin@ximian.com>
13450
13451         * class.c (mono_class_init): Don't setup `class->parent' for
13452         dynamic instances; moved this to mono_class_generic_2().
13453         (mono_class_create_generic): Also set `klass->inited' for dynamic
13454         generic instances.
13455         (mono_class_create_generic_2): Don't do anything for dynamic
13456         generic instances.  Set `klass->parent' here and also call
13457         mono_class_setup_parent() here. 
13458
13459         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
13460         `MonoType *parent' argument; set `ginst->parent' before calling
13461         mono_class_create_generic_2(), so we set the correct parent.
13462
13463 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
13464
13465         * reflection.c: allow getting attributes from ModuleBuilder
13466         (used by ikvm).
13467
13468 2004-11-17  Martin Baulig  <martin@ximian.com>
13469
13470         * class.c (mono_class_create_from_typedef): If a type parameter is
13471         inherited from an outer class, set its owner to that class.
13472
13473 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
13474
13475         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
13476           for (int*) written size. This fixes bug #69592.
13477
13478 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
13479
13480         * icall.c: Added IsAuthenticodePresnet internal call.
13481         * image.c|h: New function that check a MonoImage for an Authenticode
13482         signature in the certificate PE data directory.
13483         * security.c|h: New internal call to ask the runtime if an 
13484         Authenticode signature seems referenced in the PE header.
13485
13486 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
13487
13488         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
13489
13490         * reflection.c (mono_image_create_pefile): Free the assembly streams
13491         after writing out the assembly file.
13492
13493         * object.c (mono_runtime_run_main): Fix small memory leak.
13494
13495         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
13496         property access modifiers. Fixes #69389.
13497
13498 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
13499
13500         * domain.c, object.c, object-internals.h, domain-internals.h,
13501         object.h, marshal.c: keep dynamic code info per domain.
13502
13503 2004-11-15  Martin Baulig  <martin@ximian.com>
13504
13505         * class.c (mono_type_get_name_recurse): Put type arguments in
13506         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
13507         see bug #68387.
13508
13509 2004-11-15  Martin Baulig  <martin@ximian.com>
13510
13511         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
13512         (mono_class_setup_vtable): When computing `the_cname' for a
13513         generic instance, don't include the namespace since we'd otherwise
13514         add it twice.
13515
13516 2004-11-15  Martin Baulig  <martin@ximian.com>
13517
13518         * class.c (mono_class_create_generic): Changed return type to void.
13519         (mono_class_create_generic_2): New public function; setup
13520         `class->method', `class->field' and `class->interfaces' here
13521         instead of in mono_class_init().
13522
13523         * class.h (mono_class_create_generic): Moved to class-internals.h.
13524
13525 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
13526
13527         * reflection.c (mono_image_create_pefile): take a file HANDLE.
13528         rather than writing to memory, write to this file. Right now,
13529         we are just writting into a buffer, and copying that. However
13530         we can avoid the buffer later.
13531
13532         (mono_dynamic_stream_reset): new function
13533
13534         * icall.c, object-internals.h: update for the above.
13535
13536 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
13537
13538         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
13539         have been using gc'd memory. First it is slower, unlikely
13540         the comment in the source code said, secondly, it increases
13541         our footprint to do it in the gc.
13542
13543         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
13544         the method so that it does not have to copy to managed code.
13545
13546 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
13547
13548         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
13549
13550 2004-11-12  Martin Baulig  <martin@localhost>
13551
13552         * reflection.c (mono_image_create_token): Allow generic method
13553         definitions here, since they may appear in an `.override'; see
13554         gen-98/gen-99 for an example.
13555
13556 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
13557
13558         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
13559         #69365.
13560
13561         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
13562         descriptive.
13563
13564 2004-11-11  Martin Baulig  <martin@ximian.com>
13565
13566         * class.c (mono_class_setup_vtable): In an explicit interface
13567         implementation, the method name now includes the arity.
13568
13569 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
13570
13571         * object.c (mono_array_full_copy): Fix warning.
13572
13573 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
13574
13575         * appdomain.c: Removed look_for_method_by_name(). Use the new method
13576         mono_class_get_method_from_name() instead.
13577         
13578         * class-internals.h: Added two new types of wrappers. 
13579         Added MonoRemotingTarget enum. Added new trampoline function type, which
13580         takes an additional MonoRemotingTarget value as parameter, so it is
13581         possible to request a trampoline for a specific target.
13582         
13583         * class.c: Added new mono_class_get_method_from_name() method.
13584         
13585         * class.h: In MonoRemoteClass, we can have now to vtables, one for
13586         general remoting sinks and one specific for cross domain calls.
13587         
13588         * debug-helpers.c: Added new wrapper names.
13589         
13590         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
13591         of a remote class.
13592         
13593         * image.c: Porperly delete value objects form the remoting invoke hashtable.
13594         
13595         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
13596         with several other methods (mono_marshal_get_xappdomain_dispatch,
13597         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
13598         and others) can generate a fast remoting wrapper for cross domain calls.
13599         More information can be found in docs/remoting.
13600         Other changes: Removed mono_find_method_by_name, and used
13601         mono_class_get_method_from_name instead.
13602         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
13603         is stored in the remoting invoke hashtable.
13604         
13605         * marshal.h: published the new method for getting the xdomain wrapper,
13606         and also added a method for getting the adequate wrapper for a given
13607         method and target.
13608         
13609         * object-internals.h, object.c: Added a couple of methods for capying and
13610         cloning arrays.
13611         Modified mono_install_remoting_trampoline, which takes the new remoting
13612         trampoline that has a remoting target as parameter.
13613         mono_class_proxy_vtable now also takes a remoting target as parameter, and
13614         will return the most suitable vtable for the target.
13615         Added mono_remote_class_vtable, which returns the vtable of a remote class
13616         (which can be the normal remoting vtable or the xdomain vtable).
13617         
13618         * threads.c: the xdomain invoke and dispatch wrappers must also be
13619         protected against interruptions.
13620
13621 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13622
13623         * icall.c: use memmove in BlockCopyInternal when the source and
13624         destination arrays are the same.
13625
13626 2004-11-09  Martin Baulig  <martin@ximian.com>
13627
13628         * class-internals.h (MonoGenericContainer): Removed `method' and
13629         `signature', replaced them with `is_method' and `is_signature'
13630         flags.  Added `context'.
13631
13632         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
13633         instead of a `MonoGenericContainer *'.
13634
13635         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
13636         for dynamic type parameters.
13637         (mono_metadata_load_generic_params): Setup `container->context'.
13638
13639         * reflection.c (mono_reflection_setup_generic_class): Setup
13640         `tb->generic_container->context'.
13641         (do_mono_reflection_bind_generic_parameters): Use
13642         mono_class_inflate_generic_type() to correctly inflate types,
13643         rather than using our own hack just for MONO_TYPE_VAR.
13644
13645 2004-11-09  Martin Baulig  <martin@ximian.com>
13646
13647         * class.c (mono_class_inflate_generic_method): Small fix; don't
13648         crash here.
13649
13650         * icall.c
13651         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
13652         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
13653         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
13654         (ves_icall_Type_BindGenericParameters): Likewise.
13655         (ves_icall_Type_get_IsGenericInstance): Likewise.
13656         (ves_icall_Type_GetGenericParameterPosition): Likewise.
13657         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
13658         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
13659         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
13660
13661 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
13662
13663         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
13664         assembly versions and public key tokens. Fixes #69113.
13665
13666 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
13667
13668         * metadata.c: fix bug introduced with the type cache changes
13669         on 2004-11-06.
13670
13671 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
13672
13673         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
13674         the MonoClass pointer instead of the token in exception clauses.
13675         * reflection.c: updates for the above and make the code not depend
13676         on the structure of MonoExceptionClause.
13677
13678 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
13679
13680         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
13681         Add support for dynamic assemblies. Fixes #69114.
13682
13683         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
13684
13685 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
13686
13687         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
13688         since most only those methods use it. the code member of
13689         MonoMethodPInvoke was dead, so that can be removed too. Also,
13690         remove inline_count (again, not used), and move slot so that it
13691         can share bits with some other flags. This saves 8 bytes in the
13692         structure and gives us about 50 kb back for mcs helloworld.cs
13693
13694         * *.[ch]: Do naming changes for the above.
13695
13696         * loader.c (mono_method_get_header): Lazily init the header
13697         on first access.
13698         (mono_get_method_from_token): don't init the header here
13699         (mono_free_method): the header may never be allocated
13700
13701         Overall, this saves 150 kb of unmanaged allocations
13702         for mcs helloworld.cs. That accounts for 10% of the unmanaged
13703         memory at runtime.
13704         
13705         * loader.c, loader.h (mono_method_get_header): new accessor.
13706
13707         * *.[ch]: use the above method. Prepares us to lazily load
13708         the header.
13709
13710         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
13711         three warnings, which are actual bugs (see 69206).
13712
13713         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
13714         unused. Saves a cool 4 bytes / method.
13715
13716 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
13717
13718         * metadata.c (builtin_types): Add types for System.Object here.
13719         (mono_metadata_parse_type_full): Cache MonoType*'s that are
13720         for a class or valuetype from klass->this_arg or klass->byval_arg.
13721
13722         On mcs for a hello world, this gets us down from 21836 MonoType's
13723         to 14560.
13724
13725         (mono_metadata_free_type): Account for the above change.
13726
13727 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
13728
13729         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
13730         exception instead of asserting if name is null.
13731         (ves_icall_System_AppDomain_GetData): Ditto.
13732
13733 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
13734
13735         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
13736         EnumBuilder.
13737
13738         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
13739         Return NULL when the domain does not have entry_assembly set.
13740
13741         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
13742         Add a 'resource_modules' argument.
13743         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
13744
13745         * reflection.c (mono_reflection_create_runtime_class): Move setting
13746         of wastypebuilder here, so mono_get_type_object () returns a MonoType
13747         for enums too.
13748
13749         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
13750         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
13751         Throw an ArgumentNullException if 'ptr' is null.
13752
13753         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
13754         assemblies here. Fixes #69020.
13755
13756 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
13757
13758         * reflection.c (build_compressed_metadata): Fix the previous patch for
13759         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
13760         the stack.
13761
13762 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
13763
13764         * assembly.c (mono_assembly_names_equal): Allow a match if one of
13765         the cultures is false. Fixes #69090.
13766
13767         * reflection.c (build_compressed_metadata): Fix invalid memory read 
13768         detected by valgrind.
13769         
13770         * reflection.c (mono_reflection_get_type): Avoid triggering a 
13771         TypeResolve multiple times for the same type. Fixes #65577.
13772
13773 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
13774
13775         * marshal.c: Avoid using ldftn to call managed functions. It is
13776         much slower than just a call.
13777
13778         * reflection.c (mono_module_get_object): free the basename we
13779         allocate here from glib.
13780         
13781         * reflection.c (ensure_runtime_vtable): make sure to free
13782         overrides.  Also, we were allocating an array of MonoMethod not an
13783         array of MonoMethod*.
13784
13785         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
13786
13787         * image.c (mono_image_close): free image->guid here.
13788
13789 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
13790
13791         * reflection.c: Fix some spec conformance issues with the PE file
13792         structures so mcs compiled apps run on the Net 2.0 beta.
13793
13794 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
13795
13796         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
13797         Implement this. Fixes #67264.
13798
13799         * debug-helpers.h debug-helpers.c marshal.c: Move 
13800         mono_find_method_by_name to debug-helpers.c.
13801
13802 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
13803
13804         * object.c (mono_release_type_locks): type_initialization_hash is
13805         a GHashTable.
13806
13807         * reflection.c object.c object-internals.h: Fix warnings.
13808
13809         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
13810         without accessors. Fixes #61561.
13811
13812         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
13813         application base from the root domain if not set. Fixes #65641.
13814         (mono_runtime_init): Fix warning.
13815
13816 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13817
13818         * appdomain.c: call mono_thread_pool_init.
13819         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
13820         of worker threads based on the number of CPUs and the environment
13821         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
13822         for non-windows (windows) systems.
13823
13824 2004-10-27  Chris Toshok  <toshok@ximian.com>
13825
13826         * mono-debug-debugger.c (write_class): don't call mono_class_init
13827         here, as even with the check for (!klass->init_pending), we get
13828         into a situation where we're hitting cycles in class
13829         initialization.  Fixes #68816.
13830
13831 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
13832
13833         * image.c: Avoid overwriting values in the loaded_images_hash when an
13834         assembly is loaded multiple times. Fixes #61152.
13835
13836         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
13837         so multiple satellite assemblies for the same name can be loaded.
13838         Fixes #68259.
13839
13840         * mono_domain_assembly_preload: Actually return the loaded assembly, 
13841         not NULL.
13842
13843         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
13844         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
13845
13846         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
13847         pending finalizers are not invoked after the appdomain has been 
13848         unloaded. Fixes #67862.
13849
13850 2004-10-22  Martin Baulig  <martin@ximian.com>
13851
13852         * mono-debug-debugger.c
13853         (mono_debugger_runtime_invoke): Don't box valuetypes.
13854
13855 2004-10-22  Chris Toshok  <toshok@ximian.com>
13856
13857         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
13858         don't hide private methods.
13859
13860 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
13861
13862         * icall.c: Allows the runtime to "share" (when known) the public key
13863         token of an assembly. This avoid the need to recalculate the token 
13864         (from the public key) in managed code.
13865
13866 2004-10-21  Chris Toshok  <toshok@ximian.com>
13867
13868         * debug-helpers.c (append_class_name): argh, revert last patch.
13869         
13870 2004-10-21  Chris Toshok  <toshok@ximian.com>
13871
13872         * debug-helpers.c (append_class_name): use '+' as the delimiter,
13873         not '/', so that it matches what the debugger uses to look up
13874         methods.
13875
13876 2004-10-21  Martin Baulig  <martin@ximian.com>
13877
13878         * mono-debug-debugger.c (mono_debugger_throw_exception): New
13879         public method; this is called each time an exception is thrown and
13880         allows the debugger to use exception catch points.
13881
13882 2004-10-21  Martin Baulig  <martin@ximian.com>
13883
13884         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
13885         the stack pointer and the exception object in some struct and pass
13886         that to the debugger.
13887
13888 2004-10-21  Chris Toshok  <toshok@ximian.com>
13889
13890         * mono-debug-debugger.c (do_write_class): add instance/static
13891         event support.  We don't expose "raise" or "other" yet.
13892         (event_is_static): new method.
13893
13894 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
13895
13896         * mono-debug-debugger.c
13897         (mono_debugger_handle_exception): Remove
13898         bogus return value for fussy compilers.
13899
13900 2004-10-20  Martin Baulig  <martin@ximian.com>
13901
13902         * mono-debug-debugger.c
13903         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
13904         (mono_debugger_handled_exception): Likewise.
13905
13906 2004-10-20  Martin Baulig  <martin@ximian.com>
13907
13908         * mono-debug-debugger.h (MonoDebuggerEvent): Added
13909         MONO_DEBUGGER_EVENT_EXCEPTION.
13910
13911         * mono-debug-debugger.c (mono_debugger_handle_exception): New
13912         public function to send the debugger a notification for an
13913         exception and inform it about a catch/finally clause.
13914
13915 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
13916
13917         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
13918         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
13919         fix 2.95 build. 
13920
13921         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
13922
13923 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
13924
13925         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
13926         marshalled as [In,Out]. Fixes #58325.
13927
13928 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
13929
13930         * reflection.c (mono_method_body_get_object): Implement some fields.
13931
13932 2004-10-12  Martin Baulig  <martin@ximian.com>
13933
13934         * reflection.c (mono_reflection_bind_generic_parameters): Small
13935         fix, correctly retrieve our parent from a generic instance.
13936
13937 2004-10-12  Martin Baulig  <martin@ximian.com>
13938
13939         * metadata.c (mono_metadata_generic_param_equal): We always have
13940         an owner.
13941
13942         * class.c
13943         (mono_class_from_generic_parameter): We need to have an owner.
13944         (my_mono_class_from_generic_parameter): Likewise.
13945
13946         * reflection.c (mono_reflection_setup_generic_class): Renamed to
13947         mono_reflection_create_generic_class() and added a new
13948         mono_reflection_setup_generic_class().  
13949         (mono_reflection_initialize_generic_param): If we're a nested
13950         generic type and inherited from the containing class, set our
13951         owner to the outer class.
13952
13953 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
13954
13955         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
13956
13957         * reflection.c (mono_method_body_get_object): New function to create
13958         a MethodBody object.
13959
13960         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
13961
13962 2004-10-11  Martin Baulig  <martin@ximian.com>
13963
13964         * metadata.c (_mono_metadata_type_equal): Renamed to
13965         do_mono_metadata_type_equal() and made static.
13966
13967 2004-10-11  Martin Baulig  <martin@ximian.com>
13968
13969         * appdomain.c: Bump corlib version number to 28.
13970
13971 2004-10-10  Martin Baulig  <martin@ximian.com>
13972
13973         * class-internals.h
13974         (MonoGenericInst): Added `MonoGenericContainer *container'.
13975         (MonoGenericMethod): Likewise.
13976         (MonoGenericContext): Likewise.
13977         (MonoGenericParam): Added `MonoGenericContainer *owner'.
13978
13979         * metadata.c
13980         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
13981         (do_mono_metadata_parse_generic_inst): Likewise.
13982         (mono_metadata_parse_type_full): New public method.  This is the actual
13983         mono_metadata_parse_type() implementation - with an additional
13984         `MonoGenericContainer *' argument.
13985         (mono_metadata_parse_array_full): Likewise.
13986         (mono_metadata_parse_signature_full): Likewise.
13987         (mono_metadata_parse_method_signature_full): Likewise.
13988         (mono_metadata_parse_mh_full): Likewise.
13989         (mono_type_create_from_typespec): Likewise.
13990         (mono_metadata_interfaces_from_typedef_full): New public method;
13991         this is similar to the other _full() methods, but we take a
13992         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
13993         (mono_metadata_parse_generic_param): Take an additional
13994         `MonoGenericContainer *' argument and lookup the MonoGenericParam
13995         from that container.
13996         (mono_metadata_generic_param_equal): New static method to compare
13997         two type parameters.
13998         (_mono_metadata_type_equal): New static method; takes an
13999         additional `gboolean signature_only' argument - if true, we don't
14000         compare the owners of generic parameters.
14001         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
14002         with a TRUE argument - do a signature-only comparision.
14003
14004         * loader.c: Use the new _full() methods and pass the
14005         MonoGenericContainer to them.
14006
14007         * object-internals.h (MonoReflectionTypeBuilder): Added
14008         `MonoGenericContainer *generic_container' field.
14009         (MonoReflectionMethodBuilder): Likewise.
14010
14011 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
14012
14013         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
14014         case initial images of dynamic assemblies.
14015
14016         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
14017
14018         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
14019
14020         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
14021         length of event->other array.
14022         (typebuilder_setup_events): Ditto.
14023
14024         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
14025         'assembly_by_name' and add an 'assemblies' list.
14026
14027         * assembly.h assembly.c: Add a new search hook for determining whenever
14028         an assembly is already loaded. Use this instead of searching in the
14029         loaded_assemblies list.
14030
14031         * domain.c appdomain.c: Implement the new search hook so loaded 
14032         assemblies are now scoped by appdomain. Fixes #67727.
14033
14034 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
14035
14036         * threads.c (mono_thread_attach): Initialize synch_lock field so
14037         mono_thread_detach works again.
14038
14039         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
14040         'lib' too. Fixes #63130.
14041
14042 2004-10-06  Jackson Harper  <jackson@ximian.com>
14043
14044         * culture-info-tables.h: regenerated.
14045
14046 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
14047
14048         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
14049         implemented by other interfaces in the result. Fixes #65764.
14050         
14051         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
14052         Handle unloadable modules without crashing.
14053
14054         * image.c (load_modules): Revert the previous patch since modules must
14055         have a fixed index inside the array.
14056         
14057         * image.c (load_modules): Don't include native modules in the modules
14058         array.
14059
14060 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
14061
14062         * reflection.h: Add param_defaults field.
14063
14064         * reflection.c: Add support for parameter defaults in dynamic methods.
14065         Fixes #64595.
14066
14067         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
14068         an empty string when a type has no namespace. Fixes #64230.
14069
14070 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
14071
14072         * tabledefs.h: Added "internal" security actions to support non-CAS
14073         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
14074         Note: they do not seems to be used anymore in 2.0 (new metadata format)
14075
14076 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
14077
14078         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
14079         constructor of abstract class. Fixes #61689.
14080
14081 2004-10-04  Martin Baulig  <martin@ximian.com>
14082
14083         * class-internals.h (MonoGenericContainer): New type.
14084         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
14085         `MonoGenericContainer *generic_container'.
14086         (MonoClass): Replaced `gen_params' and `num_gen_params' with
14087         `MonoGenericContainer *generic_container'.
14088
14089         * metadata.c (mono_metadata_load_generic_params): Return a
14090         `MonoGenericContainer *' instead of a `MonoGenericParam *';
14091         removed the `num' argument.
14092
14093 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
14094
14095         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
14096         for dynamic images.
14097
14098         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
14099         machine fields.
14100
14101         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
14102
14103         * reflection.c: Save pe_kind and machine values into the generated
14104         image file.
14105
14106         * appdomain.c: Bump corlib version number.
14107
14108         * object-internals.h: Reorganize layout of LocalBuilder.
14109
14110         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
14111         New helper function.
14112
14113         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
14114         created MonoType for dynamic types. Fixes #66180.
14115
14116 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
14117
14118         * threadpool.c: the ares hashtable needs a critical section around it.
14119         this prevents some nasty segfaults
14120
14121 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
14122
14123         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
14124         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
14125         bug 67324).
14126         
14127 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
14128
14129         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
14130         
14131 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
14132
14133         * image.c: Always canonicalize image file names, to avoid loading
14134         the same assembly twice when referenced using a relative path.
14135
14136 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
14137
14138         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
14139
14140         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
14141
14142         * marshal.c: Fix warnings.
14143
14144 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
14145
14146         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
14147         attempting to marshal the delegate_trampoline as the method_addr.
14148         This patch has a static hashtable of marshalled delegates so that 
14149         we can map delegate_trampoline addresses back to delegates.  This
14150         allows a delegate passed to managed code to be passed back into native
14151         code.  Fixes #67039
14152
14153 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
14154
14155         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
14156
14157         * reflection.c (method_encode_code): Align method headers properly.
14158         Fixes #66025.
14159
14160 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
14161
14162         * marshal.c: In the runtime invoke wrapper, reset the abort
14163         exception if it is cached. This avoids the automatic rethrowal of 
14164         the exception after the catch of the wrapper. Also check for pending
14165         interruptions before calling the managed method. This is done using
14166         the new method emit_thread_force_interrupt_checkpoint, since the
14167         normal checkpoint method is ignored when running the invoke wrapper.
14168         * object.c: If the abort exception is rethrown, set the abort_exc
14169         field of the thread, so it will be rethrown aftere every catch.
14170         * threadpool.c: Only run an interruption checkpoint if what has been
14171         requested is a stop of the thread (aborts will be ignored).
14172         * threads.c: By default, a thread will now never be interrumped while
14173         running the runtime invoke wrapper (this ensures that runtime_invoke
14174         will always return to the caller if an exception pointer is provided).
14175         There is a new special method mono_thread_force_interruption_checkpoint()
14176         to force an interruption checkpoint even if running a protected
14177         wrapper, which is used by the same runtime invoke wrapper to do a check
14178         at a safe point.
14179
14180 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
14181
14182         * object.c, object-internals.h: Implemented mono_release_type_locks,
14183         which releases the cctor locks held by a thread.
14184         * threads.c, threads.h: In thread_cleanup, release cctor locks held
14185         by a thread. Added mono_thread_exit() method to be used to safely stop
14186         a thread.
14187
14188 2004-09-28  Raja R Harinath  <rharinath@novell.com>
14189
14190         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
14191         Move null check before dereference.  Avoid indexing beyond the end
14192         of the 'modules' array.
14193
14194 2004-09-28  Raja R Harinath  <rharinath@novell.com>
14195
14196         * metadata-internals.h (MonoImage): Add module_count field.
14197         * image.c (load_modules): Set image->module_count.
14198         (mono_image_load_file_for_image): Use image->module_count.
14199         * reflection.c (mono_image_load_module): Append to image->modules array 
14200         of dynamic assembly.
14201         (mono_module_get_object): Fix loop to actually increment index.
14202         Use image->module_count.
14203         * assembly.c (mono_assembly_load_references): Use image->module_count.
14204         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
14205         Likewise.
14206
14207 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
14208
14209         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
14210         Avoid assert on generic types.
14211
14212 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
14213
14214         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
14215
14216         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
14217
14218         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
14219         function to convert a MarshalSpec structure to its managed counterpart.
14220
14221         * reflection.c: Fix warnings.
14222         
14223         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
14224         field.
14225
14226         * icall.c (mono_create_icall_signature): Fix build.
14227
14228 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
14229
14230         * icall.c: Add MakePointType icall.
14231
14232         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
14233         warnings.
14234
14235 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14236
14237         * threadpool.c: reuse allocated slots in the queue.
14238
14239 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
14240
14241         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
14242
14243         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
14244
14245         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
14246         previous change.
14247
14248         * tabledefs.h: Add constants for pinvoke attributes BestFit and
14249         ThrowOnUnmappableChar.
14250
14251         * icall.c (ves_icall_Type_GetPacking): New icall.
14252
14253 2004-09-24  Martin Baulig  <martin@ximian.com>
14254
14255         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
14256
14257 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14258
14259         * appdomain.c:
14260         (mono_domain_set): allow setting a domain that is being unloaded.
14261         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
14262         being unloaded.
14263
14264 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
14265
14266         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
14267         the GetCustomAttributes icall.
14268
14269 2004-09-23  Martin Baulig  <martin@ximian.com>
14270
14271         * object-internals.h (MonoReflectionGenericParam): Replaced
14272         'has_ctor_constraint', `has_reference_type' and `has_value_type'
14273         with `guint32 attrs'.
14274
14275 2004-09-23  Martin Baulig  <martin@ximian.com>
14276
14277         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
14278
14279 2004-09-23  Martin Baulig  <martin@ximian.com>
14280
14281         * object-internals.h (GenericParameterAttributes): New enum.
14282
14283 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
14284
14285         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
14286         
14287         * class.c (init_events): Fill out event->other field.
14288
14289         * class.c: Fix warnings.
14290
14291         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
14292
14293 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
14294
14295         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
14296         walk which doesn't supply the IL offset.
14297
14298 2004-09-22  Martin Baulig  <martin@ximian.com>
14299
14300         * reflection.c (mono_reflection_setup_internal_class): If we're
14301         System.ValueType, System.Object or System.Enum, set
14302         `klass->instance_size' and create the vtable.
14303         (mono_reflection_create_internal_class): If we're an enum type,
14304         get the base class from our current corlib.
14305
14306 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
14307
14308         * reflection.h (MonoResolveTokenError): New type.
14309
14310         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
14311         icall.
14312
14313         * icall.c: Add an 'error' argument to the ResolveToken icalls.
14314
14315 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
14316
14317         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
14318         Support also calling constructors, but only for already allocated objects.
14319
14320 2004-09-17  Geoff Norton <gnorton@customerdna.com>
14321
14322         * reflection.c (type_get_qualified_name): If the klass is null
14323         return the typename to avoid a NullRefEx.
14324         (encode_cattr_value): Get the qualified name of the boxed type,
14325         not the underlying enumtype.  Fixes #62984.
14326
14327 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
14328
14329         * marshal.c: Fix problems with previous checkin.
14330
14331 2004-09-21    <vargaz@freemail.hu>
14332
14333         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
14334         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
14335
14336         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
14337
14338 2004-09-21  Geoff Norton <gnorton@customerdna.com>
14339
14340         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
14341         should only return a type for pointers, arrays, and passbyref types.
14342         Fixes bug #63841.
14343
14344 2004-09-21  Martin Baulig  <martin@ximian.com>
14345
14346         * domain.c (mono_debugger_check_runtime_version): New public
14347         function.
14348
14349         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
14350
14351 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
14352
14353         * reflection.c: Added missing sort to the declarative security 
14354         attributes table. MS implementation stops seeing the attributes if the
14355         token number regress in the table (as shown by ildasm and permview).
14356
14357 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
14358
14359         * object-internals.h (MonoReflectionModule): Add 'token' field.
14360         
14361         * reflection.c (mono_reflection_get_token): Add support for Module
14362         and Assembly.
14363         (mono_module_get_object): Set 'token' field.
14364         (mono_module_file_get_object): Set 'token' field.
14365
14366         * icall.c: Add new Assembly and Module icalls.
14367
14368         * appdomain.c: Bump corlib version.
14369
14370 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
14371
14372         * loader.h loader.c class.h class.c: Add helper functions for obtaining
14373         tokens of metadata objects.
14374
14375         * reflection.h reflection.c (mono_reflection_get_token): New function
14376         to obtain the token of a metadata object.
14377
14378         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
14379
14380 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
14381
14382         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
14383         
14384         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
14385
14386 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
14387
14388         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
14389         * object-internals.h: Added 3 MonoArray* members to MonoReflection
14390         AssemblyBuilder to access the permissions set in the class lib.
14391         * reflection.c: Added security attributes encoding step in 
14392         mono_image_build_metadata.
14393         * tabledefs.h: Added new security actions defined in 2.0:
14394         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
14395
14396 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
14397
14398         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
14399         macro parameter.
14400
14401 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
14402  
14403         * locales.c: nullify the ICU_collator member of CompareInfo when it is
14404           finalized. There where random SIGSEVs at program termination, when
14405           an object being finalized was trying to do a string comparison and
14406           the current culture was already finalized.
14407  
14408 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14409
14410         * threads.c: call thread_cleanup before finishing the thread if we get
14411         there.
14412
14413 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
14414
14415         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
14416         assemblies from the parent. Fixes #65665.
14417
14418 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
14419
14420         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
14421         modifiers.
14422
14423 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
14424
14425         * reflection.h: add prototype for mono_get_dbnull_object
14426         * reflection.c: add prototypes for get_default_param_value_blobs 
14427         and mono_get_object_from_blob for fussier compilers
14428
14429 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
14430  
14431         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
14432         false deadlock checks in class initialization.
14433  
14434 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
14435
14436         * image.c (mono_image_addref): Fix comment.
14437
14438         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
14439         possible.
14440
14441 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
14442
14443         * reflection.c (mono_param_get_objects): Modified to return
14444         ParameterInfo.DefaultValue object.
14445
14446         (get_default_param_value_blobs):
14447         (mono_get_object_from_blob):
14448         (mono_get_dbnull_object): New helper routines. 
14449
14450         * object.c (mono_get_constant_value_from_blob): New helper routine
14451         carved out from get_default_field_value ()
14452
14453         * object-internals.h (mono_get_constant_value_from_blob): Added
14454         function declaration.
14455
14456 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
14457
14458         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
14459         referenced assemblies. Fixes #62135.
14460
14461         * exception.h exception.c (mono_get_exception_file_not_found2): New
14462         helper function.
14463
14464 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
14465
14466         * class.h class.c: Add mono_type_get_underlying_type ().
14467
14468 2004-09-09  Geoff Norton <gnorton@customerndna.com>
14469
14470         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
14471         Fix GetTypes() to support dynamically created assemblies.
14472
14473 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
14474
14475         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
14476         
14477         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
14478         previous patch.
14479
14480         * reflection.h reflection.c loader.c: Allow dynamic construction of
14481         pinvoke methods. Fixes #65571.
14482         
14483         * reflection.c (mono_reflection_get_type): Revert previous change since
14484         it causes regressions.
14485
14486 2004-09-08  Martin Baulig  <martin@ximian.com>
14487
14488         * class.c (class_compute_field_layout): Don't call
14489         mono_class_layout_fields() for open generic instances.
14490
14491 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
14492         * threads.c appdomain.c: fix typo in GC macro
14493
14494 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14495
14496         * threads.c: don't call mono_thread_detach() in start_wrapper(),
14497         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
14498
14499 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
14500
14501         * image.c (mono_image_close): Applied patch from 
14502         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
14503         assembly is loaded multiple times from data.
14504         
14505         * image.c (mono_image_open): Fix warning.
14506
14507 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
14508
14509         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
14510         once. Fixes #58334.
14511         
14512         * reflection.c (mono_reflection_create_runtime_class): Initialize
14513         klass->nested_classes. Fixes #61224.
14514
14515 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
14516
14517         * threads.c: sched_yield() on exit, to allow threads to quit.
14518
14519 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
14520
14521         * object.c (mono_unhandled_exception): Remove leftover debug code.
14522
14523 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
14524
14525         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
14526
14527 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
14528
14529         * marshal.c (emit_marshal_array): Really null terminate string arrays.
14530         
14531         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
14532
14533 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
14534
14535         * marshal.c (emit_marshal_array): Null terminate string arrays.
14536         
14537         * marshal.c (raise_auto_layout_exception): Fix warning.
14538
14539         * reflection.c (mono_param_get_objects): Initialize the default value
14540         with DBNull.Value, not null. Fixes #62123.
14541
14542 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
14543
14544         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
14545         throw an exception with a cute explanation.
14546
14547 2004-09-06  Dick Porter  <dick@ximian.com>
14548
14549         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
14550         Close the new process's thread handle, as we don't use it.  The
14551         handle stays around forever otherwise.
14552
14553 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
14554
14555         * object.c (arith_overflow): Fix warning.
14556
14557         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
14558         calling conventions in method refs. Fixes #65352.
14559
14560         * reflection.c: Fix warnings.
14561
14562 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
14563
14564         * icall.c: Add a new icall for Array.Clear
14565
14566 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
14567
14568         * object.c: When allocating an array, we have to throw
14569         an overflow exception if any of the lengths are < 0.
14570
14571 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
14572
14573         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
14574         properly. Also move implementation of string array marshalling to 
14575         managed code. Fixes #42316.
14576
14577 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14578
14579         * assembly.c: provide more information when loading an assembly fails.
14580
14581 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14582
14583         * filewatcher.c: don't expect the development fam package to be
14584         installed.
14585
14586 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
14587
14588         * marshal.c: Make a copy of the signature cookie since it will be
14589         freed by the caller.
14590         
14591         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
14592
14593         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
14594
14595         * metadata.c (mono_metadata_free_marshal_spec): New function to free
14596         marshal specs.
14597
14598         * marshal.c: More refactoring.
14599         
14600         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
14601         smaller functions.
14602
14603 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
14604
14605         * object.c: In mono_message_invoke, fill the output parameter array after
14606           calling the managed method (it was done before the call). This fixes
14607           bug #59299.
14608
14609 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
14610
14611         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
14612         as well.
14613
14614 2004-09-02  Martin Baulig  <martin@ximian.com>
14615
14616         * class.c (mono_class_instance_size): Don't allow generic type
14617         definitions or open generic instances.
14618         (mono_class_array_element_size): If we're a value type, call
14619         mono_class_instance_size() on the original class.
14620
14621         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
14622         handle generic instances.
14623
14624         * mono-debug-debugger.c (write_type): Handle generic instances
14625         like classes.
14626
14627 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
14628
14629         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
14630         the allocation request fails. Fixes #65089.
14631
14632         * object.c (mono_runtime_free_method): Do not call mono_free_method.
14633         
14634         * object.c (mono_runtime_free_method): New function to free a dynamic
14635         method.
14636
14637         * marshal.c (mono_delegate_free_ftnptr): New function to free the
14638         delegate trampoline.
14639
14640         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
14641         with hasthis as dynamic,
14642
14643         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
14644
14645         * domain.c (mono_jit_info_table_remove): New function to remove an
14646         entry from the jit info table.
14647
14648         * class-internals.h (MonoMethod): Add 'dynamic' field.
14649
14650         * loader.c: Fix warnings.
14651
14652 2004-09-01  Martin Baulig  <martin@ximian.com>
14653
14654         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
14655         instead of mono_debugger_lock() because the latter one is a no-op
14656         unless running in the debugger.
14657
14658 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
14659
14660         * class.c (class_compute_field_layout): Classes with auto-layout or
14661         reference fields are not blittable.
14662         
14663 2004-09-01  Dick Porter  <dick@ximian.com>
14664
14665         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
14666         mono_image_get_filename() to get the assembly location.
14667
14668         * icall.c:
14669         * metadata.h: Fix compile warnings
14670
14671 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
14672
14673         * class.c (class_compute_field_layout): System.Object is blittable.
14674
14675         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
14676         as in/out. Fixes #59909.
14677
14678 2004-09-01  Martin Baulig  <martin@ximian.com>
14679
14680         * metadata.h (MONO_TYPE_ISREFERENCE): Call
14681         mono_metadata_generic_inst_is_valuetype() if we're a generic
14682         instance to check whether our underlying type is a reference type.
14683
14684 2004-09-01  Martin Baulig  <martin@ximian.com>
14685
14686         * metadata.c (mono_type_size): If we're a generic instance, call
14687         mono_class_value_size() for value types.
14688
14689 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
14690
14691         * marshal.c: Implement more custom marshalling functionality. Fixes
14692         #64915.
14693
14694 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
14695
14696         * mono-debug.c, debug-mono-symfile.c: add some locking love.
14697
14698 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
14699
14700         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
14701
14702         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
14703
14704         * icall.c: Fix some warnings.
14705
14706         * threads.c (abort_appdomain_thread): Fix unref errors.
14707         (mono_thread_current): Fix THREAD_DEBUG define.
14708
14709 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
14710
14711         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
14712
14713         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
14714
14715 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
14716
14717         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
14718         string arrays.
14719
14720 2004-08-28  Martin Baulig  <martin@ximian.com>
14721
14722         * metadata.c
14723         (mono_metadata_generic_inst_is_valuetype): New public function.
14724
14725         * metadata.h (MONO_TYPE_ISSTRUCT): Call
14726         mono_metadata_generic_inst_is_valuetype() if we're a generic
14727         instance to check whether our underlying type is a valuetype.
14728
14729 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
14730
14731         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
14732         #63768.
14733
14734 2004-08-25  Martin Baulig  <martin@ximian.com>
14735
14736         * loader.c (mono_get_method_from_token): Abstract methods can also
14737         be generic and thus have type parameters.
14738
14739         * metadata-internals.h
14740         (MonoDynamicImage): Added `GPtrArray *gen_params'.
14741
14742         * reflection.c (mono_image_get_generic_param_info): Don't create a
14743         metadata row, just add an entry to the `gen_params' array.
14744         (build_compressed_metadata): Sort the `gen_params' array and then
14745         actually create the metadata.
14746
14747 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14748
14749         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
14750
14751 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
14752
14753         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
14754
14755 2004-08-24  Martin Baulig  <martin@ximian.com>
14756
14757         * class.cs (mono_class_is_subclass_of): Like an interface, a
14758         generic instance also derives from System.Object.
14759
14760 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
14761
14762         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
14763         custom modifiers to be in any order. Fixes #61990.
14764
14765 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
14766
14767         * object.c: Register mono_object_new_fast icall.
14768         
14769         * object.c (mono_class_get_allocation_ftn): Return to calling
14770         mono_object_new_fast, since it seems faster to compute the object 
14771         size in unmanaged code than passing it as a parameter.
14772
14773         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
14774
14775         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
14776         this function with Boehm as the oom handler, so we don't have to check
14777         the result of GC_malloc.
14778
14779         * object.c: Remove checks for oom.
14780
14781         * object.h object.c (mono_class_get_allocation_ftn): New function to
14782         return the icall which can be used to allocate an instance of a given
14783         class. 
14784
14785         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
14786
14787         * class-internals.h: Add 'enabled' field.
14788
14789 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
14790
14791         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
14792
14793 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
14794         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
14795         value 0x0010.
14796
14797 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
14798
14799         * appdomain.c: use the Tls function for appdomain too,
14800         at Zoltan's request. Actually return in mono_context_get
14801
14802         * appdomain.c, profiler.c, threads.c: use __thread
14803
14804 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
14805
14806         * appdomain.c threads.c: Call GC_CreateThread on windows.
14807
14808         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
14809         multiple libraries since this don't work on windows.
14810
14811 2004-08-18  Martin Baulig  <martin@ximian.com>
14812
14813         * class-internals.h
14814         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
14815         MonoMethodHeader.
14816
14817         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
14818         MonoMethodNormal since we also need it for abstract and interface
14819         methods.
14820
14821         * reflection.c
14822         (build_compressed_metadata): Sort the GenericParam table.
14823         (mono_image_create_token): Added `gboolean create_methodspec'
14824         argument; this is false when generating a MethodImpl token.
14825         (reflection_methodbuilder_to_mono_method): Abstract and interface
14826         methods may also have generic parameters.
14827
14828 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
14829
14830         * appdomain.c: thread local alloc
14831
14832 2004-08-17  Martin Baulig  <martin@ximian.com>
14833
14834         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
14835
14836         * icall.c
14837         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
14838         argument.
14839
14840         * class.c (mono_type_get_full_name): New public function.
14841         (mono_type_get_name): Don't include the type arguments.
14842
14843 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
14844
14845         * Makefile.am: Build static versions of libmetadata and libmonoruntime
14846         for inclusion into the mono executable.
14847
14848 2004-08-16  Martin Baulig  <martin@ximian.com>
14849
14850         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
14851         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
14852
14853 2004-08-14  Martin Baulig  <martin@ximian.com>
14854
14855         * class.c (dup_type): Also copy the `byref' field.
14856
14857 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
14858
14859         * reflection.c (create_dynamic_mono_image): Revert the last change 
14860         since it breaks bootstrap.
14861
14862 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
14863
14864         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
14865
14866         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
14867         not free them with g_free.
14868
14869 2004-08-11  Martin Baulig  <martin@ximian.com>
14870
14871         * reflection.c (mono_reflection_setup_internal_class): Also call
14872         mono_class_setup_mono_type() if we already have a `tb->type.type'.
14873
14874 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
14875
14876         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
14877         called during default (first) AppDomain creation. Keep track of
14878         Evidence when loading assemblies.
14879
14880 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
14881
14882         * opcodes.c, opcodes.h: reduce runtime relocations.
14883
14884 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
14885
14886         * culture-info.h, locales.c: fixes and chages to sue the new
14887         optimized format of the locale data.
14888         * culture-info-tables.h: regenerated.
14889
14890 2004-08-06  Geoff Norton <gnorton@customerdna.com>
14891         
14892         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
14893
14894 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
14895
14896         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
14897         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
14898         * domain-internals.h: icall declaration.
14899         * icall.c: icall registration.
14900         * object-internals.h: New fields in MonoAssembly for CAS.
14901
14902 2004-08-05  Duncan Mak  <duncan@ximian.com>
14903
14904         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
14905         CEE_LDELEM_ANY.
14906
14907 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
14908
14909         * reflection.c: fix to deal with object[] arrays in custom ctors
14910         (bug #62550).
14911
14912 2004-08-05  Martin Baulig  <martin@ximian.com>
14913
14914         * class.c (mono_class_array_element_size): Added support for
14915         generic instances and correctly handle "recursive" types.
14916
14917 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
14918
14919         * assembly.c: Fix warnings.
14920
14921 2004-08-04  Martin Baulig  <martin@ximian.com>
14922
14923         * class.c
14924         (mono_type_get_name_recurse): Added `gboolean include_arity'
14925         argument specifying whether or not we should include the generic
14926         arity in the type name.
14927         (_mono_type_get_name): New static function.
14928         (mono_class_setup_vtable): If we're a generic instance, don't
14929         include the generic arity in the names of explicit method
14930         implementations.        
14931
14932 2004-08-03  Martin Baulig  <martin@ximian.com>
14933
14934         * class.c (mono_type_get_name_recurse): Enclose the generic type
14935         arguments in `<', '>'.
14936
14937 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
14938
14939         * gc.c: make GC warning messages use the trace API, they are just
14940         noise to most of the users.
14941
14942 2004-08-03  Martin Baulig  <martin@ximian.com>
14943
14944         * debug-mono-symfile.c (read_string): Correctly read the string.
14945
14946 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
14947
14948         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
14949         
14950         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
14951         icalls.
14952         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
14953
14954 2004-07-30  Martin Baulig  <martin@ximian.com>
14955
14956         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
14957         Reflect latest symbol writer changes.   
14958
14959 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
14960
14961         * object.c: always create an object if null is passed
14962         to Invoke() where a valuetype is expected.
14963
14964 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
14965
14966         * marshal.c (mono_marshal_init): make managed
14967         signatures match native ones better for 64bits.
14968
14969 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14970
14971         * appdomain.c: hack to build correctly the private bin path on windows.
14972         Fixes bug #61991.
14973
14974 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
14975
14976         * assembly.c: Load mscorlib from the correct framework directory
14977           (mono/<version>/mscorlib.dll).
14978         * appdomain.h: Added prototypes for new functions.
14979         * internals.h: Added some prototypes.
14980         * domain.c: When initializing the runtime, get from the executable and
14981           the configuration files the runtime version that the app supports.
14982           Added support methods for reading app.exe.config. Added list of versions
14983           supported by the JIT. Added two new methods: mono_init_from_assembly,
14984           which initializes the runtime and determines the required version from
14985           the provided exe file, and mono_init_version, which initializes
14986           the runtime using the provided version.
14987         * icall.c: Get machine.config from version-specific directory.
14988         * reflection.c: When generating an image, embed the version number
14989           of the current runtime.
14990
14991 2004-07-28  Dick Porter  <dick@ximian.com>
14992
14993         * socket-io.c
14994         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
14995         returned sockaddr size before creating the remote address object.
14996         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
14997         61608.
14998
14999 2004-07-28  Dick Porter  <dick@ximian.com>
15000
15001         * locales.c (string_invariant_compare_char): Fix invariant char
15002         compares between upper and lower cases.  Fixes bug 61458.
15003
15004 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
15005         
15006         * marshal.c: actually cache stelem.ref wrappers.
15007         
15008 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
15009
15010         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
15011         sections and remove the mono_cli_rva_map () function.
15012
15013 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
15014
15015         * debug-mono-symfile.c: fix one more endianess issue, from a patch
15016         by Geoff Norton (<gnorton@customerdna.com>).
15017
15018 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
15019
15020         * class.c: fix class loads for pointer types (typeof(int) !=
15021         typeof(int*)).
15022
15023 2004-07-27  Martin Baulig  <martin@ximian.com>
15024
15025         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
15026         reading the debugging information from an external ".mdb" file.
15027
15028 2004-07-24  Martin Baulig  <martin@ximian.com>
15029
15030         * reflection.c (mono_image_get_type_info): Only write a class
15031         layout entry if we actually have a size or a packing size.
15032
15033 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
15034
15035         * reflection.c (type_get_fully_qualified_name): 
15036         insert cast to get type checking of ?: with non-gcc compilers
15037
15038 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
15039
15040         * rand.c: use g_getenv for both lookups of
15041         MONO_EGD_SOCKET
15042
15043 2004-07-17  Martin Baulig  <martin@ximian.com>
15044
15045         * reflection.c (mono_reflection_bind_generic_method_parameters):
15046         Set `gmethod->reflection_info'.
15047
15048 2004-07-17  Martin Baulig  <martin@ximian.com>
15049
15050         * class.c (mono_class_create_from_typedef): Insert the newly
15051         created class into the hash table before computing the interfaces
15052         since we could be called recursively.
15053
15054 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
15055
15056         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
15057         function to implement stelem.ref in managed code
15058         * class-internals.h, debug-helpers.c: a new wrapper type
15059         for the above.
15060
15061 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
15062
15063         * gc.c: allow GC handles to work even when no GC is compiled in.
15064         Fix part of bug #61134 (GetAddrOfPinnedObject).
15065
15066 2004-07-13  Peter Williams  <peter@newton.cx>
15067  
15068         * process.c (complete_path): Make sure we don't attempt to execute
15069         directories.
15070  
15071 2004-07-12  Geoff Norton <gnorton@customerdna.com>
15072
15073         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
15074           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
15075           and will add/subtract the hour if needed
15076
15077 2004-07-12  Martin Baulig  <martin@ximian.com>
15078
15079         * reflection.c (mono_field_get_object): If we have
15080         `field->generic_info', take the attributes from
15081         `field->generic_info->generic_type'.    
15082
15083 2004-07-12  Martin Baulig  <martin@ximian.com>
15084
15085         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
15086         This function must be called before initializing the runtime.
15087         (mono_debug_init_1): New function; call this after initializing
15088         the runtime, but before loading the assembly.  It tells the
15089         debugger to load corlib and the builtin types.
15090
15091         * mono-debug-debugger.c: Did some larger changes in the debugging
15092         code; support recursive class declarations, make sure we actually
15093         add all classes.
15094
15095 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15096
15097         * debug-helpers.c: undo my previous patch and fixed the real issue in
15098         ../mini/exceptions-x86.c
15099
15100 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15101
15102         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
15103         when no HOME env. variable was set and a NullRef was thrown in a .cctor
15104         called from other .cctors.
15105
15106 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
15107
15108         * loader.c: Removed the mono_loader_wine_init hack now that we are
15109         doing a managed version of Windows.Forms.
15110
15111 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
15112
15113         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
15114         threadpool.c, threads.c: remove static data from rootset.
15115
15116 2004-07-09  Dick Porter  <dick@ximian.com>
15117
15118         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
15119         Don't do any more processing if the matched length was 0.  It was
15120         increasing the size of the string before.  Fixes bug 61167.
15121
15122 2004-07-09  Dick Porter  <dick@ximian.com>
15123
15124         * socket-io.h:
15125         * socket-io.c
15126         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
15127         Add support for SO_PEERCRED if its available.
15128
15129 2004-07-09  Peter Bartok <pbartok@novell.com>
15130         * loader.c: winelib.exe.so error message is now only displayed if
15131         MONO_DEBUG is set. To help us avoid questions when people are trying
15132         out the new Managed.Windows.Forms.
15133
15134 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
15135
15136         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
15137         for isinst and castclass wrappers.
15138
15139         * class-internals.h icall.c: Move registration and lookup of JIT icalls
15140         to libmetadata from the JIT, so they could be used by the marshalling
15141         code and the interpreter.
15142
15143         * marshal.c: Register marshalling related JIT icalls here instead of
15144         in mini.c. Use CEE_MONO_ICALL instead of the family of 
15145         CEE_MONO_PROC<x> opcodes to call marshalling functions.
15146
15147         * metadata.h: Remove unneeded marshalling conversions.
15148
15149         * opcodes.c: Update for new opcodes.
15150         
15151 2004-07-08  Martin Baulig  <martin@ximian.com>
15152
15153         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
15154         (mono_debug_get_domain_data): Make this function static.
15155
15156 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
15157
15158         * gc.c, object.h: add nice GC handle API for embedders.
15159
15160 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
15161
15162         * reflection.c: more changes for the new api
15163
15164         * object.c: When we reflect on a field w/ a constant value, it
15165         will not have a memory location, so we must access metadata. Also,
15166         allow easier reading of strings so that we can read them from
15167         the constant data.
15168
15169         * class.c (mono_class_layout_fields): no need for literal fields here.
15170
15171         * class-internals.h: api changes for const fields
15172
15173         * icall.c (ves_icall_get_enum_info): use new apis for const fields
15174
15175 2004-07-06  Martin Baulig  <martin@ximian.com>
15176
15177         * mono-debug.h: Increment version number to 44.
15178
15179         * mono-debug.c (mono_debug_add_wrapper): The second argument is
15180         now a gpointer, rewrote this whole method.
15181
15182         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
15183         function.  Add information about the wrapper in a new "misc table".
15184
15185         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
15186         for the new misc table.
15187
15188 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
15189
15190         * metadata-internals.h image.c: Add a cache for helper signatures.
15191
15192         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
15193
15194 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
15195
15196         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
15197         delegates from a delegate. Fixes #61033.
15198         
15199         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
15200         marshalling of stringbuilder arrays. Fixes #59900.
15201
15202 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
15203
15204         * icall.c: Add EnumBuilder:setup_enum_type icall.
15205
15206 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
15207
15208         * icall.c: Added a new icall for the property version of
15209         OffsetOfStringData.
15210
15211 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
15212
15213         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
15214         it has a constant size across platforms.
15215
15216         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
15217         stack trace.
15218
15219 2004-06-29  Martin Baulig  <martin@ximian.com>
15220
15221         * mono-debug.c (mono_debug_add_method): Protect the whole function
15222         in mono_debugger_lock(), not just parts of it.
15223
15224 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
15225
15226         * reflection.c: make sure padding bytes in heaps are zeroed.
15227
15228 2004-06-24  David Waite  <mass@akuma.org>
15229
15230         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
15231         image.c, loader.c, locales.c, marshal.c, metadata.c,
15232         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
15233         string-icalls.c, threads.c: change to C90-style comments from C99 /
15234         C++ -style
15235
15236 2004-06-24  Dick Porter  <dick@ximian.com>
15237
15238         * threads.c
15239         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
15240         return createdNew.  Fixes bug 60412.
15241
15242         * threads-types.h: 
15243         * icall.c: Add createdNew parameter to CreateMutex icall
15244
15245 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
15246
15247         * reflection.c, object-internals.h: save default value in params.
15248
15249 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15250
15251         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
15252         no need to build a new path combining that with the application base.
15253         Fixes bug #60442.
15254
15255 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
15256
15257         * reflection.c: fixed minor standard compliance issues.
15258
15259 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
15260
15261         * reflection.c: fixed issue with encoding some custom attributes
15262         (arrays in properties and fields, bug #60411).
15263
15264 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15265
15266         * reflection.c: fix start address when copying the public key token.
15267
15268 2004-06-23  Martin Baulig  <martin@ximian.com>
15269
15270         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
15271         the `exc' object in a static object to put it into the GC's root set.
15272
15273 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
15274
15275         * reflection.c: make mono_reflection_setup_internal_class ()
15276         callable a second time to setup a new parent class.
15277
15278 2004-06-23  Dick Porter  <dick@ximian.com>
15279
15280         * threads.c: Check for WAIT_IO_COMPLETION return values.
15281
15282 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
15283
15284         * appdomain.c: Removed the g_free on the public key token. Now copy 
15285         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
15286         * assembly.c: Added public key token string value when loading 
15287         assemblies. Fix bug #60439.
15288         * icall.c: Added missing informations (like public key) in 
15289         GetReferencedAssemblies. Fix #60519.
15290         * image.h: Changed definition for public key token from const char*
15291         public_tok_value to guchar public_key_token [17];
15292         * reflection.c: Updated for changes to public key token.
15293
15294 2004-06-22  Lluis Sanchez Gual
15295
15296         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
15297         for the field in base classes.
15298
15299 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
15300
15301         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
15302         mark headers as not supported, they are installed only for use by the
15303         debugger.
15304
15305 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
15306
15307         * *.c, *.h: avoid namespace pollution in public headers.
15308
15309 2004-06-21  Martin Baulig  <martin@ximian.com>
15310
15311         * exception.c (mono_get_exception_security): It's in
15312         "System.Security", not in "System".
15313
15314         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
15315         the exception classes.
15316
15317 2004-06-21  Martin Baulig  <martin@ximian.com>
15318
15319         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
15320         Protect the exception object from being finalized.
15321
15322 2004-06-21  Martin Baulig  <martin@ximian.com>
15323
15324         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
15325         public function.
15326
15327 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
15328
15329         * reflection.c: Load the assembly in mono_reflection_type_from_name,
15330         if it was not loaded before. Fix parts of #60439.
15331
15332 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
15333
15334         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
15335         code that was broken since Ben's change: wrappers are now
15336         dependent on the method signature only again.
15337
15338 2004-06-21  Martin Baulig  <martin@ximian.com>
15339
15340         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
15341         added interface support.
15342
15343 2004-06-21  Martin Baulig  <martin@ximian.com>
15344
15345         * class.c (mono_vtable_get_static_field_data): New public method.
15346
15347 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
15348
15349         * filewatcher.c : Windows build fix to be compliant with API changes.
15350
15351 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
15352
15353         * class.h, class.c: more accessors.
15354         * metadata.h, metadata.c: prepare for hiding MonoType and
15355         MonoMethodSignature: people should use the accessors from now on
15356         outside of the tree.
15357
15358 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
15359
15360         * *.c, *.h: more API cleanups.
15361
15362 2004-06-18  Jackson Harper  <jackson@ximian.com>
15363
15364         * assembly.c: Trace loading assemblies.
15365         * loader.c: Trace loading native libraries.
15366         * mono-config.c: Trace loading config files.
15367         
15368 2004-06-18  Dick Porter  <dick@ximian.com>
15369
15370         * locales.c: Tell ICU the lengths of strings, it can cope with
15371         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
15372
15373 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
15374
15375         * image.c: swapped name/filename;
15376
15377 2004-06-18  Martin Baulig  <martin@ximian.com>
15378
15379         * mono-debug-debugger.c (write_class): Write the parent class at
15380         the end of the header.
15381
15382 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
15383
15384         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
15385
15386 2004-06-17  Raja R Harinath  <rharinath@novell.com>
15387
15388         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
15389         (bundle_obj): New conditional define.
15390         (BUILT_SOURCES): Remove.
15391         ($(bundle_srcs)): Make parallel-make safe.
15392         (libmonoruntime_la_LIBADD): Make unconditional.
15393         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
15394         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
15395
15396 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
15397
15398         * culture-info-tables.h: It was inconsistent with the latest
15399           supp info files.
15400
15401 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
15402
15403         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
15404         be loaded.
15405
15406         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
15407         with gcc 2.95.
15408
15409 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
15410
15411         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
15412         cleaned up public header threads.h.
15413
15414 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
15415
15416         * Makefile.am, *.c, *.h: more API cleanups.
15417
15418 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
15419
15420         * Makefile.am: removed monosn from compilation.
15421         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
15422         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
15423         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
15424         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
15425         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
15426         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
15427
15428 2004-06-15  Jackson Harper  <jackson@ximian.com>
15429
15430         * assembly.c: Make locales lower case when searching the GAC for
15431         assemblies. gacutil will always make locales lowercase when
15432         installing so this effectively makes them case insensitive.
15433         
15434 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
15435
15436         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
15437         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
15438           parameter which allows to choose whether the wait can be interrupted or 
15439           not. Also added the method mono_monitor_enter(), which locks the monitor
15440           using an infinite wait and without allowing interruption.
15441           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
15442           interrupted.
15443         * object.h: Added new fields in MonoThread. suspend_event holds the event
15444           used to susped/resume the thread. synch_lock is the lock object to use for
15445           modifying the thread state.
15446         * threads.c: Use the new synch_lock object for locking, instead of "this",
15447           which can generate deadlocks.
15448           Moved thread state change in Thread.Sleep and Thread.Join from managed
15449           to unmanaged code. This avoids a deadlock when the thread was suspended
15450           just after acquiring the thread lock.
15451           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
15452           Implemented Thread.Suspend using an event instead of ThreadSuspend,
15453           which is not fully implemented in the io-layer.
15454         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
15455
15456 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
15457
15458         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
15459         threads-types.h: more API cleanups.
15460
15461 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
15462
15463         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
15464         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
15465         threadpool.c, threads.c: first pass at the exported API cleanup.
15466
15467 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
15468
15469         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
15470
15471 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15472
15473         * icall.c: added internalGetHome.
15474
15475 2004-06-14  Dick Porter  <dick@ximian.com>
15476
15477         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
15478         possible to return successfully when '.' or '..' were the only
15479         entries in a directory, but were skipped.  The MonoIOStat was not
15480         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
15481         Fixes bug 59574.
15482
15483 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
15484
15485         * reflection.c: make binaries run on .Net 1.1 by default.
15486
15487 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
15488
15489         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
15490
15491 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
15492
15493         * marshal.c: keep track of struct size with explicit layout
15494         (bug #59979).
15495
15496 2004-06-12  Martin Baulig  <martin@ximian.com>
15497
15498         * mono-debug-debugger.c: Comment out a debugging g_message().
15499
15500 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
15501
15502         * reflection.c, reflection.h: do not free custom attrs that are cached.
15503         * icall.c: use braces to make code clearer.
15504
15505 2004-06-11  Martin Baulig  <martin@ximian.com>
15506
15507         * class.h (MonoInflatedField): New type.
15508         (MonoClassField): Replaced `MonoType *generic_type' with
15509         `MonoInflatedField *generic_info'.
15510
15511         * icall.c
15512         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
15513
15514 2004-06-11  Martin Baulig  <martin@ximian.com>
15515
15516         * reflection.c (mono_image_create_method_token): Correctly encode
15517         varargs methods.
15518
15519 2004-06-11  Martin Baulig  <martin@ximian.com>
15520
15521         * metadata.c (mono_metadata_parse_method_signature): When parsing
15522         a MethodDef which has VarArgs, also set sentinelpos if we don't
15523         have any parameters.
15524
15525 2004-06-11  Martin Baulig  <martin@ximian.com>
15526
15527         * verify.c (mono_method_verify): In CEE_CALL, use
15528         mono_method_get_signature() to get the method's signature, unless
15529         we're a PInvoke method.
15530
15531 2004-06-10  Jackson Harper  <jackson@ximian.com>
15532
15533         * assembly.c: Use <path>/lib/mono/gac for the extra paths
15534         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
15535         logical name as the supplied path is just a prefix to the gac not
15536         the direct path to it.
15537         
15538 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
15539
15540         * reflection.c: make the token for a created method match
15541         the token of the MethodBuilder it was created from
15542         (IKVM requires this behaviour now).
15543
15544 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
15545
15546         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
15547         reflection.c, socket-io.c: leak fixes.
15548
15549 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
15550
15551         * icall.c: handle sentinel pos in vararg methods in position different
15552         from 0.
15553
15554 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15555
15556         * culture-info-tables.h: freshly generated.
15557
15558 2004-06-09  Martin Baulig  <martin@ximian.com>
15559
15560         * loader.c (mono_get_method_constrained): Call `mono_class_init
15561         (constrained_class)'.   
15562
15563 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
15564
15565         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
15566         any methods. Fixes #59629.
15567
15568 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
15569
15570         * culture-info-tables.h: reflecting locale-builder updates.
15571
15572 2004-06-08  Dick Porter  <dick@ximian.com>
15573
15574         * object.h:
15575         * locales.c: Fixed compile warnings, including a real bug in
15576         CompareInfo_internal_compare.
15577         
15578 2004-06-08  Dick Porter  <dick@ximian.com>
15579
15580         * locales.c
15581         (ves_icall_System_Globalization_CompareInfo_internal_index):
15582         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
15583         Double-check the resuls of usearches, because ICU currently
15584         ignores most of the collator settings here.  Fixes bug 59720.
15585         
15586 2004-06-08  Dick Porter  <dick@ximian.com>
15587
15588         * locales.c
15589         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
15590         Fix memory leak and segfault-causing typo.  No idea how this one
15591         lasted so long without being noticed.
15592
15593 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
15594
15595         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
15596         any methods. Fixes #59629.
15597
15598 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15599
15600         * assembly.c:
15601         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
15602         own the critical section before). Removed dead code (that's done
15603         in the preload hook).
15604
15605         (mono_assembly_load_with_partial_name): call the preload hook.
15606
15607 2004-06-08  Martin Baulig  <martin@ximian.com>
15608
15609         * metadata.c (mono_metadata_signature_alloc): Default
15610         `sentinelpos' to -1.
15611
15612         * reflection.c (mono_image_get_array_token): Likewise.
15613
15614 2004-06-08  Martin Baulig  <martin@ximian.com>
15615
15616         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
15617
15618         * metadata.c (mono_metadata_parse_method_signature): When parsing
15619         a MethodDef which has VarArgs, set sentinelpos.
15620
15621         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
15622         `gint16' since we're using -1 for non-varargs methods.
15623
15624         * reflection.c
15625         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
15626         (method_encode_signature): Added varargs support.
15627         (method_builder_encode_signature): Likewise.
15628         (mono_image_get_varargs_method_token): New static method.
15629         (mono_image_create_method_token): New public method; this is
15630         called via an icall instead of mono_image_create_token() when
15631         calling a varargs method.       
15632
15633 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
15634
15635         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
15636
15637 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
15638
15639         * culture-info-tables.h : Reflecting the latest locale-builder that
15640           fixed empty array representation ({} to {0}).
15641
15642 2004-06-07  Jackson Harper  <jackson@ximian.com>
15643
15644         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
15645         looking up extra gac paths. This allows MONO_GAC_PATH to act
15646         exactly like a prefix.
15647         
15648 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
15649
15650         * reflection.c (mono_reflection_type_from_name): Make a copy of the
15651         type name before modifying it. Fixes #59405.
15652
15653 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
15654
15655         * culture-info.h: added fields for "all datetime patterns".
15656         * locales.c: (  ves_icall_System_Globalization_CultureInfo
15657           _construct_datetime_format ()): fill xxx_patterns fields.
15658         * object.h: added fields for "all datetime patterns" to
15659           MonoDateTimeFormatInfo.
15660         * culture-info-tables.h: reflecting locale-builder updates.
15661
15662 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
15663
15664         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
15665         the event has no add and remove methods. Fixes #59629.
15666
15667 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
15668
15669         * object.c: Fixed possible integer overflow when allocating large
15670         strings.
15671
15672 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
15673
15674         * culture-info-tables.h: reflecting locale-builder updates.
15675
15676 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
15677
15678         * culture-info-tables.h: reflecting locale-builder updates.
15679
15680 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
15681
15682         * culture-info-tables.h: reflecting locale-builder updates.
15683
15684 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
15685
15686         * threads.c: Made Thread.Sleep abortable.
15687
15688 2004-06-02  Martin Baulig  <martin@ximian.com>
15689
15690         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
15691
15692         * debug-mono-symfile.h: Bumped symbol file version number to 37.
15693
15694 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
15695
15696         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
15697
15698 2004-05-30  Jackson Harper  <jackson@ximian.com>
15699
15700         * reflection.c: Do not hardcode assembly versions or public key
15701         tokens anymore. All of this except the corlib section was dead
15702         code anyways.
15703         
15704 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
15705
15706         * object.c (mono_runtime_invoke_array): Automatically create boxed
15707         objects for byref valuetypes if needed. Fixes #59300.
15708         
15709         * object.c (mono_method_return_message_restore): Handle 
15710         MONO_TYPE_OBJECT as well.
15711
15712 2004-05-28  Jackson Harper  <jackson@ximian.com>
15713
15714         * reflection.c: The modified type encoding was causing build
15715         problems. Reverted for now.
15716         
15717 2004-05-28  Jackson Harper  <jackson@ximian.com>
15718
15719         * reflection.c/h: Take an assembly ref so that we dont create
15720         fully qualified names when encoding types in the same assembly as
15721         the custom attribute being emitted.
15722         * appdomain.c: Increment version number.
15723         
15724 2004-05-26  Duncan Mak  <duncan@ximian.com>
15725
15726         * icall.c
15727         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
15728         Set the full version number (major, minor, build, revision).
15729
15730 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
15731
15732         * marshal.c (emit_struct_conv): increment src/dst after blit
15733         (mono_marshal_get_managed_wrapper,
15734         mono_marshal_get_native_wrapper): make sure we have marshalling
15735         info before marshalling params (info computation affects
15736         blittable)
15737
15738         * class.c (class_compute_field_layout): correctly deal with
15739         blittable
15740         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
15741         value types (as per what windows dows by default)
15742         (mono_class_setup_mono_type): System.ValueType is blittable
15743         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
15744         blittable
15745
15746         * marshal.c (mono_marshal_load_type_info): flag types  as
15747         non-blittable if the native layout doesn't match the managed
15748         layout
15749
15750 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15751
15752         * appdomain.c: don't add stuff in the private search path that is
15753         above the application base. If application base is not set, there's
15754         no private search path.
15755
15756 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
15757
15758         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
15759         byref struct arguments in native->managed marshalling.
15760
15761 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
15762
15763         * marshal.c (mono_marshal_get_runtime_invoke): correctly
15764         cache methods using signature (special case for methods
15765         that are value type or string class)
15766         
15767         * image.c (mono_image_close): clean up allocated GSList's
15768         in runtime_invoke_cache.
15769
15770 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15771
15772         * mono-config.c: set the correct path for mono_cfg_dir on windows when
15773         there's no MONO_CFG_DIR environment variable defined.
15774
15775 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15776
15777         * threads.c: windows version must be >= 0x0500 to include OpenThread.
15778
15779 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
15780
15781         * threadpool.c: Really wait for 500ms after the async call, even if the wait
15782           is interrumped.
15783         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
15784           before waiting for it, and call CloseHandle after the wait to unref it.
15785           This will make sure that handles are not disposed too early.
15786
15787 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15788
15789         * appdomain.c:
15790         * appdomain.h:
15791         * icall.c: removed
15792         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
15793         needed now.
15794
15795         * object.c: se the application_base only for the domain that runs
15796         Main. Fixes bug #59216,
15797
15798 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15799
15800         * appdomain.c:
15801         * object.c: only the domain in which Main is run have
15802         SetupInformation.ConfigurationFile set, so moved a few lines from
15803         appdomain.c to object.c.
15804
15805 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15806
15807         * appdomain.c: we tried to load [name].(dll|exe), but according
15808         to bug #57710, we must also try [culture]/[name].(dll|exe) and
15809         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
15810         There's a test case attached to bug #58922.
15811
15812 2004-05-27  Dick Porter  <dick@ximian.com>
15813
15814         * icall.c:
15815         * file-io.c: Implemented icalls for locking and unlocking regions
15816         in a file.
15817         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
15818         FALSE on error (fixes both compiler warning and real bug.)
15819
15820 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
15821
15822         * culture-info-tables.h: reflecting locale-builder updates.
15823
15824           (Added missing ChangeLog entry for 05/26)
15825
15826 2004-05-27  Jackson Harper  <jackson@ximian.com>
15827
15828         * locales.c: Fix some cut and paste errors.
15829         
15830 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15831
15832         * mono-config.c: set the correct path for config. directory on windows.
15833
15834 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
15835
15836         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
15837           on win32.
15838
15839 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
15840
15841         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
15842         from pinvoke functions.
15843         
15844         * marshal.c (mono_ftnptr_to_delegate): Implement this.
15845
15846 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
15847
15848         * culture-info-tables.h: reflecting locale-builder updates.
15849
15850 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
15851
15852         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
15853         #59086.
15854
15855 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
15856
15857         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
15858         * icall.c: Modified icalls for RNG.
15859         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
15860         Windows (CryptoAPI).
15861
15862 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
15863
15864         * locales.c: Fix build.
15865
15866 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
15867
15868         * culture-info-tables.h: reflecting locale-builder updates.
15869
15870 2004-05-25  Jackson Harper  <jackson@ximian.com>
15871
15872         * locales.c: When creating the current culture use the $LANGs
15873         specific culture. So DateTimeFormat and NumberFormat entries are created.
15874         
15875 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
15876
15877         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
15878         a char array as parameter.
15879
15880 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
15881
15882         * image.c: In mono_image_open(), always use an absolute path name to
15883           look for already loaded images.
15884
15885 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
15886
15887         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
15888         missing in the windows build (like older cygwin include files).
15889
15890 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
15891
15892         * icall.c: Fixed check for possible integer overflow in Buffer_
15893         BlockCopy icall. Replaced comments style // by /* */.
15894
15895 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
15896
15897         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
15898         
15899         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
15900         check after MONO_VTADDR. Fixes pinvoke2.exe.
15901
15902         * marshal.h marshal.c metadata.h: Add beginnings of support for
15903         ftnptr -> delegate marshalling.
15904
15905 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
15906
15907         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
15908         * threads.c: Fix warnings.
15909
15910 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
15911
15912         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
15913         * icall.c: Registered icalls for Suspend and Resume.
15914         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
15915           Thread.Abort.
15916         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
15917         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
15918         * process.c: Use WaitForSingleObjectEx.
15919         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
15920           checkpoints.
15921         * threads.c, threads.h: Make use of new Ex wait methods. Improved
15922           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
15923           for Suspend and Resume. Added new mono_thread_stop, used for stoping
15924           background threads. Added basic support for Abort in Windows.
15925           Start new threads using a managed delegate invoke wrapper. This wrapper
15926           has an interruption checkpoint that is needed since an interruption
15927           can be requested before the thread leaves the unmanaged code that starts 
15928           the thread.
15929         * marshal.c: Added interruption checkpoint after every native call, and
15930           also before managed calls for wrappers called from unmanaged code to
15931           go into managed code.
15932         * object.h: Added new field in MonoThread to keep track of interruption
15933           requests.
15934
15935 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
15936
15937         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
15938         calls.
15939
15940 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15941
15942         * appdomain.c:
15943         * assembly.c:
15944         * gc.c:
15945         * locales.c:
15946         * mono-config.c:
15947         * rand.c: getenv -> g_getenv (windows!)
15948
15949         * process.c: complete_path is also used on non-windows platforms.
15950
15951 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15952
15953         * icall.c: new signature for Process_Start.
15954
15955         * process.[ch]: new signature for Process_Start. If we're on windows
15956         and UseShellExecute is false, we have to search for the program by
15957         ourselves if we don't get a full path.
15958
15959 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
15960
15961         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
15962         marshalling and call CleanUpNativeData if needed. Fixes #58646.
15963
15964 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15965
15966         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
15967         Fixes bug #58373.
15968
15969 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15970
15971         * process.c: use double quotes to quote program name and arguments on
15972         windows. Fixes bug #58575.
15973
15974 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15975
15976         * file-io.c: don't return "." and ".." when using windows Find*File.
15977
15978 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
15979
15980         * marshal.c: Don't pass wrappers to message init because method 
15981         addressed used to lookup metadata. part of remoting[2|3] fix.
15982
15983 2004-05-15  Jackson Harper  <jackson@ximian.com>
15984
15985         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
15986         path is essentially the same as MONO_PATH except that it points to
15987         GACs instead of lib directories.
15988         * loader.h: The user gac is gone so we dont need function to
15989         enable/disable it.
15990         * mono-config.c: user gac option is now gone.
15991         
15992 2004-05-15  Jackson Harper  <jackson@ximian.com>
15993
15994         * culture-info.h: Make defines more consistent, add calendar data
15995         to the culture info table.
15996         * culture-info-tables.h: Add basic calendar data. Basically
15997         everyone gets default gregorian until all the data is
15998         updated.
15999         * locales.c: Use the new consistent defines. Set calendar data for
16000         culture info objects.
16001         * object.h: add a field for calendar data to CultureInfo
16002         
16003 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
16004
16005         * image.c: image->runtime_invoke_cache is keyed on signatures now.
16006         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
16007         a signature.
16008         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
16009         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
16010         an extra param that is the pointer of the method to invoke. The IL for
16011         the invoke method is no longer specific to the method, but to the
16012         signature of the method. Thus, we can share the same code for multiple
16013         methods. This reduces the number of methods that have to be compiled.
16014
16015 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
16016
16017         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
16018
16019         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
16020
16021         * icall.c: Optimize Buffer.BlockCopy.
16022
16023 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16024
16025         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
16026         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
16027         quote). Changed them to "MMMM yyyy".
16028
16029 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
16030
16031         * rand.c
16032         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
16033
16034 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
16035
16036         * reflection.h: Updated after changes to managed structures.
16037
16038         * appdomain.c: Bump corlib version.
16039
16040 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16041
16042         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
16043         windows.
16044
16045 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16046
16047         * Makefile.am: link to ../os/libmonoos.la on windows.
16048
16049         * assembly.c:
16050                 -If MONO_DEBUG, warn about non-existing directories in
16051                 MONO_PATH.
16052                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
16053                 compile time variable.
16054                 -Removed init_default_path and call mono_set_rootdir from
16055                 libmonoos.a instead (windows only).
16056
16057         * assembly.h: declare mono_assembly_getrootdir().
16058
16059         * domain.c:
16060         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
16061
16062         * loader.c: s/getenv/g_getenv/
16063
16064 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
16065
16066         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
16067
16068         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
16069
16070         * metadata.h: Add new marshalling conversions.
16071
16072         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
16073         function.
16074
16075         * reflection.c (mono_reflection_get_type): Lookup the type in all
16076         modules of a multi-module assembly. Fixes #58291.
16077
16078 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
16079
16080         * threads.c: Before aborting a background, set the StopRequested
16081         state.  This avoids throwing the Abort exception.
16082         In mono_thread_manage, don't continue with the shutdown until all
16083         aborted threads have actually stopped.
16084
16085 2004-05-10  Jackson Harper  <jackson@ximian.com>
16086
16087         * locales.c: Remove the modifier from culture names.
16088         
16089 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16090
16091         * Makefile.am: monosn is not installed any more. It has been deprecated
16092         in favor of sn.
16093
16094 2004-05-07  Jackson Harper  <jackson@ximian.com>
16095
16096         * locales.c
16097         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
16098         Fix array construction, add bailout if the length is 0.
16099
16100 2004-05-07  Dick Porter  <dick@ximian.com>
16101
16102         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
16103         machine doesn't have a DNS entry.  Patch by Urs Muff
16104         (umuff@quark.com), fixes bug 57928.
16105
16106 2004-05-06  Jackson Harper  <jackson@ximian.com>
16107
16108         * reflection.c: Handle null PublicTokens properly. alloc mem for
16109         assembly names culture so we dont crash when freeing it.
16110         
16111 2004-05-06  Jackson Harper  <jackson@ximian.com>
16112
16113         * assembly.c: Check the usergac when loading with partial names.
16114         
16115 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
16116
16117         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
16118         does nothing for now (not required for Linux/Windows) but the class
16119         library can call it (and a newer or modified runtime could need it).
16120         * icall.c: Registred icall.
16121
16122 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16123
16124         * loader.c: prints a message on module loading error we set MONO_DEBUG
16125         environment variable.
16126
16127 2004-05-05  Jackson Harper  <jackson@ximian.com>
16128
16129         * appdomain.c: Handle PublicKeyToken=null properly.
16130         
16131 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
16132
16133         * environment.c|h: Added icall ves_icall_System_Environment_
16134         GetOSVersionString to get the current OS version as a string.
16135         * icall.c: Registred icall.
16136
16137 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
16138
16139         * object.c: in mono_object_get_virtual_method(), take into account that
16140         non-virtual methods don't have a slot in the vtable. Check needed when
16141         the object is a proxy.
16142
16143 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
16144
16145         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
16146         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
16147
16148         * object.c (mono_class_compute_gc_descriptor): Fix warning.
16149
16150         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
16151         passed when a valuetype is expected.
16152
16153         * object.c (mono_unhandled_exception): Only set the exit code if the
16154         exception happens in the main thread. Fixes thread5.exe.
16155
16156         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
16157         invalid names. Fixes #58047.
16158
16159 2004-05-03  Jackson Harper  <jackson@ximian.com>
16160
16161         * assembly.c: This line was committed accidently and is unneeded.
16162         
16163 2004-05-03  Jackson Harper  <jackson@ximian.com>
16164
16165         * icall.c: Add new icall for Assembly::LoadWithPartialName
16166         * assembly.c/.h: new function that probes the GAC to load partial
16167         assembly names by Paolo Molaro.
16168         
16169 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16170
16171         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
16172         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
16173         (type_get_fully_qualified_name): Added PublicKeyToken when building a
16174         full type name.
16175
16176 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16177
16178         * appdomain.c: fixed check for 'neutral' culture and removed warning.
16179         * reflection.c: fix bug when parsing a full type name and Version is not
16180         the last thing in the string.
16181
16182 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
16183
16184         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
16185         crashes when it is freed.
16186
16187 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16188
16189         * assembly.c: print the compat warning to stderr.
16190
16191 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
16192
16193         * assembly.c (mono_assembly_load_references): Add a compatibility
16194         hack to run old applications that might be still referencing the
16195         3300-based assemblies, only do this for System.xxx.
16196
16197 2004-05-01  Jackson Harper  <jackson@ximian.com>
16198
16199         * appdomain.c: If the culture is neutral we set it to "".
16200         
16201 2004-04-29  Jackson Harper  <jackson@ximian.com>
16202
16203         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
16204
16205 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
16206  
16207         * string-icalls.c: added low overhead function for copying chars
16208         * icall.c: added needed icall for the above function
16209  
16210 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16211
16212         * icall.c: fix return value of get_global_assembly_cache.  Implemented
16213         Environment.GetLogicalDrives.
16214
16215 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
16216
16217         * rand.c: try and talk to egd or prngd
16218         for random bytes if opening devices fail.
16219
16220 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
16221
16222         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
16223         alignment for the type using the native alignment of its members 
16224         instead of using klass->min_align.
16225
16226         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
16227
16228 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16229
16230         * file-io.c:
16231         * socket-io.c: added check for sys/aio.h.
16232
16233 2004-04-28  Dick Porter  <dick@ximian.com>
16234
16235         * threads.c: Don't abort a thread thats already aborting, when
16236         terminating everything.
16237
16238 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16239
16240         * icall.c: added 2 new async calls for Socket.
16241
16242         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
16243         IO on *nix systems.
16244
16245         * threadpool.c: removed unused variable.
16246
16247 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
16248
16249         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
16250
16251 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
16252
16253         * locales.c: put back string_invariant_tolower () and
16254         string_invariant_toupper ().
16255
16256 2004-04-26 David Waite <mass@akuma.org>
16257
16258         * file-io.h:
16259         * socket-io.h:
16260         * threads.h:
16261         * unicode.h: remove comma from end of enumeration declarations
16262
16263 2004-04-26 David Waite <mass@akuma.org>
16264
16265         * debug-mono-symfile.h:
16266         * decimal.c:
16267         * mono_debug.h:
16268         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
16269
16270
16271 2004-04-26  Jackson Harper  <jackson@ximian.com>
16272
16273         * appdomain.c: Increment version number.
16274         
16275 2004-04-26  Jackson Harper  <jackson@ximian.com>
16276
16277         * appdomain.c: Set assembly references public token value when
16278         PublicKeyToken is specified, not the hash_value. Free public token
16279         values when free assembly name data. Previously the public key
16280         token was hex decoded, however we are using hex encoded public key
16281         tokens, so this is not neccasary.
16282         * assembly.c: Lookup assemblies in the gac if their public token
16283         value is set. Add function to allow enabling user gac
16284         lookups. Specify whether or not the assembly was loaded from the
16285         GAC. Compare full assembly names when checking the cache for
16286         assemblies (Temporarily disabled see comment in code). Remove
16287         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
16288         specifies trace-loader they get extra info to stdout on the
16289         loading of assemblies.
16290         * image.h: Add a field for an assembly references public token
16291         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
16292         whether an assembly has been loaded from the GAC.
16293         * image.c: Remove a corlib -> mscorlib name mapping.
16294         * loader.h: Add function to enable/disable the user gac.
16295         * mono-config.c: Check if the usergac is enabled in the config
16296         file.
16297         * icall.c: New icall to determine whether or not an assembly has
16298         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
16299         * tabldefs.h: Add constant for assemblyref flag that specifies a
16300         full public key is used instead of a public token.
16301         * reflection.c: Remove mscorlib -> corlib mappings. Set
16302         PublicTokenValue instead of hash value. This value is a hex
16303         string so it does not need to be expanded.
16304
16305 2004-04-26  Martin Baulig  <martin@ximian.com>
16306
16307         * mono-debug-debugger.c (mono_debugger_initialize): Set
16308         `mono_debugger_initialized' before calling mono_debug_lock().
16309
16310 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
16311
16312         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
16313           InternalToUpper/InternalToLower.
16314         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
16315           removed invariant culture shortcut.  This is now done in managed code.
16316         * locales.c: (string_invariant_toupper/tolower) removed.
16317
16318 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16319
16320         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
16321         Added Poll internal call.
16322
16323         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
16324         call for Poll. Select was too heavy for polling a single socket.
16325
16326         * threadpool.[ch]: added mono_threadpool_cleanup.
16327         * threads.c: use it. Don't use Thread_Abort on windows.
16328
16329 2004-04-23  Martin Baulig  <martin@ximian.com>
16330
16331         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
16332
16333 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
16334
16335         * icall.c: Registred new icalls for key pair protection and added an
16336         icall for Environment.GetFolderPath on Windows.
16337         * security.c|h: Added new icalls for key pair protection.
16338
16339 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16340
16341         * socket-io.c: don't display the non-supported family warning for known
16342         families. Now this is not displayed on windows when checking support
16343         for IPv4/IPv6.
16344
16345 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16346
16347         * class.c: don't display the layout warning for static fields.
16348
16349 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
16350
16351         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
16352         * locales.c, locales.h: Added new icalls for culture-specific
16353         Char.ToLower and Char.ToUpper.
16354
16355 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16356
16357         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
16358         by David Waite.
16359
16360 2004-04-20  Martin Baulig  <martin@ximian.com>
16361
16362         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
16363         of the type name before passing it to mono_reflection_type_from_name().
16364
16365 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
16366
16367         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
16368         encodings here. Fixes #56965.
16369
16370 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
16371
16372         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
16373         fix test on strstr result not that I can see anything that
16374         relies on the result.
16375
16376 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
16377
16378         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
16379         Fixes #57081.
16380
16381         * marshal.c (mono_marshal_get_string_encoding): New helper function.
16382
16383         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
16384         function to determine which marshalling to use for strings. Fixes
16385         #56965.
16386
16387         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
16388
16389         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
16390
16391 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
16392
16393         * icall.c: #include mono-config.h
16394
16395 2004-04-15  Jackson Harper  <jackson@ximian.com>
16396
16397         * culture-info-tables.h: Fix date formats for en-US culture.
16398         
16399 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
16400
16401         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
16402         ThreadPool.SetMinThreads.
16403         * threadpool.c: Implemented ThreadPool.GetMinThreads and
16404         ThreadPool.SetMinThreads.
16405
16406 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
16407
16408         * mono-config.c: also load the .config file in the directory
16409         where the assembly was found.
16410
16411 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
16412
16413         * assembly.c: load per-assembly config files.
16414         * icall.c: decrapified code to get the config dir and moved to
16415         mono-config.c.
16416         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
16417         per-assembly config files. When doing a dll map lookup give precedence
16418         to the per-assembly data.
16419
16420 2004-04-14  Martin Baulig  <martin@ximian.com>
16421
16422         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
16423         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
16424         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
16425
16426         * mono-debugger-debugger.c: While the debugger is locked, remember
16427         whether the symbol tables have changes and send one single
16428         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
16429
16430 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
16431
16432         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
16433
16434         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
16435         function.
16436
16437         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
16438         account when marshalling string arrays. Fixes #56965.
16439
16440 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
16441
16442         * icall.c: Add new icalls mapping for security.
16443         * security.c|h: Add internal calls for WindowsIdentity,
16444         WindowsImpersonationContext and WindowsPrincipal.
16445
16446 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
16447
16448         * class.c: Added comment to ensure the System.MonoDummy class
16449         is removed when no longer necessary
16450
16451 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
16452
16453         * appdomain.c: Pass arguments to the bootstraping exceptions to
16454         minimize JITed methods at boot
16455
16456         * metadata.c (mono_exception_from_name_two_strings): Allow for the
16457         second string to be null.
16458
16459         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
16460         Change the protocol to minimize the JIT methods at startup.  Now
16461         it Returns the internal codepage, if the value of "int_code_page"
16462         is 1 at entry, and we can not compute a suitable code page
16463         number, returns the code page as a string.
16464
16465 2004-04-13  Jackson Harper  <jackson@ximian.com>
16466
16467         * culture-info-tables.h: Fix number of decimal digits for all
16468         english locales.
16469
16470 2004-04-13  Jackson Harper  <jackson@ximian.com>
16471
16472         * icall.c: Clairfy out of sync error message. It is not always
16473         your corlib that is out of sync.
16474
16475 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
16476
16477         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
16478         properties when only the set accessor is overriden. Fixes #55874.
16479
16480 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
16481
16482         * assembly.c (mono_assembly_load_references): Make this thread safe.
16483         Fixes #56327.
16484
16485 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
16486
16487         * monosn.c: Add missing initialization calls.
16488
16489 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
16490
16491         * locales.c:
16492         ves_icall_System_Globalization_CultureInfo_construct_number_format
16493         Fix g_assert so it compiles on fussier compilers re int/ptr
16494         mismatch
16495
16496 2004-04-08  Dick Porter  <dick@ximian.com>
16497
16498         * socket-io.h:
16499         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
16500         53992.  Also rearrange the code so that the internal calls return
16501         an error value and exceptions are thrown from managed code.
16502
16503         * icall.c: Add type info to the socket icalls.
16504
16505 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16506
16507         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
16508         owes me a beer.
16509
16510 2004-04-07  Martin Baulig  <martin@ximian.com>
16511
16512         * class.c (mono_class_from_generic_parameter): Don't default
16513         `klass->parent' to `mono_defaults.object_type'.
16514
16515 2004-04-07  Martin Baulig  <martin@ximian.com>
16516
16517         * reflection.c (mono_reflection_initialize_generic_parameter): Set
16518         `param->pklass->reflection_info'.       
16519
16520 2004-04-07  Jackson Harper  <jackson@ximian.com>
16521
16522         * culture-info-tables.h: Fix date separator symbol.
16523         
16524 2004-04-07  Martin Baulig  <martin@ximian.com>
16525
16526         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
16527         from System.Type to System.MonoType.
16528
16529 2004-04-07  Martin Baulig  <martin@ximian.com>
16530
16531         * reflection.h
16532         (MonoReflectionGenericParam): Added `has_reference_type' and
16533         `has_value_type' fields.
16534
16535         * reflection.c (mono_image_get_generic_param_info): Encode the
16536         correct flags if we have the `class' or `struct' constraint.
16537
16538 2004-04-07  Martin Baulig  <martin@ximian.com>
16539
16540         * reflection.h
16541         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
16542
16543 2004-04-07  Jackson Harper  <jackson@ximian.com>
16544
16545         * appdomain.c: Revert extra patches, just wanted to bump the
16546         version number.
16547         
16548 2004-04-07  Jackson Harper  <jackson@ximian.com>
16549
16550         * Makefile.am: Add culture-info private headers.
16551         * icall.c: Add new icalls for contructing locales.
16552         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
16553         * locales.h: Declare new culture info construction methods.
16554         * object.h: Add new fields used to avoid the CultureMap to
16555         MonoCultureInfo.
16556         * culture-info.h: Definition of structs used in the culture info
16557         tables.
16558         * culture-info-tables.h: Autogenerated tables that contain culture
16559         info data. This file was generated with the locale-builder tool.
16560         * appdomain.c: Incement corlib version number.
16561         
16562 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
16563
16564         * appdomain.c: (mono_runtime_init) move mono_thread_init
16565         to before mono_object_new calls so critical sections
16566         are initialized before use.
16567
16568 2004-04-07  Martin Baulig  <martin@ximian.com>
16569
16570         * icall.c
16571         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
16572         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
16573         (ves_icall_MonoGenericParam_initialize): Removed.
16574         (monogenericparam_icalls): Removed.
16575         (generictypeparambuilder_icalls): Added new table for
16576         System.Reflection.Emit.GenericTypeParameterBuilder.
16577
16578         * reflection.c
16579         (mono_reflection_define_generic_parameter): Removed.
16580         (mono_reflection_initialize_generic_parameter): This is now called
16581         from GenericTypeParameterBuilder's .ctor.
16582
16583 2004-04-06  Martin Baulig  <martin@ximian.com>
16584
16585         * class.c (mono_class_init): Don't inflate nested classes in a
16586         generic instance.
16587         (mono_type_get_name_recurse): Include the generic arguments for
16588         generic instances and generic type declarations.
16589         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
16590         (_mono_class_get_instantiation_name): Removed.
16591         (mono_class_create_generic): Always use `gklass->name' as our name.
16592
16593         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
16594
16595         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
16596         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
16597         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
16598         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
16599         closed generic methods here.
16600
16601         * reflection.c
16602         (mono_reflection_generic_inst_get_nested_types): Removed.
16603         (inflate_mono_method): Copy the generic parameters from the
16604         MonoMethodHeader into out MonoGenericMethod.
16605
16606 2004-04-06  Martin Baulig  <martin@ximian.com>
16607
16608         * row-indexes.h
16609         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
16610
16611         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
16612
16613         * reflection.c (build_compressed_metadata): If we have any entries
16614         in the GenericParam, MethodSpec or GenericParamConstraint tables,
16615         set the header version to 1.1.
16616
16617 2004-04-06  Martin Baulig  <martin@ximian.com>
16618
16619         * class.c (mono_class_init): If we're a generic instance,
16620         initialize our nested classes, too.
16621         (_mono_class_get_instantiation_name): Deal with the new `!%d'
16622         suffix. 
16623
16624 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16625
16626         * process.c: quote the argument passed to the shell on windows.
16627
16628 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
16629
16630         * threads.c (mono_alloc_special_static_data): Allow this to be
16631         called during startup.
16632
16633 2004-04-02  Martin Baulig  <martin@ximian.com>
16634
16635         * icall.c
16636         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
16637
16638 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
16639
16640         * icall.c: Fix build.
16641
16642 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
16643
16644         * Makefile.am: Added security.c|h.
16645         * icall.c: Added icall for get_UserName;
16646         * security.c: New file for security related icalls. Added function
16647         get_UserName for System.Environment (fix #56144).
16648         * security.h: New. Header file for security.c
16649
16650 2004-04-02  Dick Porter  <dick@ximian.com>
16651
16652         * icall.c: Deleted the icalls that were obsoleted some time ago
16653         by the ICU string code, and which were mixed into the icall
16654         rearranging.  Fixes bug 55969.
16655
16656         * string-icalls.h: 
16657         * string-icalls.c: Deleted the code that those icalls reference.
16658
16659 2004-04-01  Martin Baulig  <martin@ximian.com>
16660
16661         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
16662
16663         * class.c (mono_class_from_generic_parameter): Don't set 
16664         TYPE_ATTRIBUTE_INTERFACE.
16665         (my_mono_class_from_generic_parameter): Likewise.
16666
16667 2004-04-01  Martin Baulig  <martin@ximian.com>
16668
16669         * loader.c (find_method): Added an optional `MonoClass *ic'
16670         argument to search in a specific interface.
16671         (mono_get_method_constrained): New public function.
16672
16673 2004-04-01  Martin Baulig  <martin@ximian.com>
16674
16675         * reflection.c (mono_image_get_generic_field_token): Use the
16676         `handleref' cache here.
16677
16678 2004-04-01  Martin Baulig  <martin@ximian.com>
16679
16680         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
16681
16682         * reflection.c (create_generic_typespec): Use the `typespec' hash
16683         here, not the `typeref' one.    
16684
16685 2004-04-01  Martin Baulig  <martin@ximian.com>
16686
16687         * class.c (mono_class_inflate_generic_type): Moved the
16688         functionality into a new static inflate_generic_type() which
16689         returns NULL if it didn't do anything.  Only increment the
16690         `mono_stats.inflated_type_count' if we actually inflated
16691         something.
16692         (mono_class_get_full): Check the classes type to see whether we
16693         need to inflate it; also inflate MONO_TYPE_(M)VAR.
16694
16695 2004-04-01  Jackson Harper  <jackson@ximian.com>
16696
16697         * reflection.c: Set culture for assembly references.
16698         
16699 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
16700
16701         * reflection.[ch], icall.[ch], Fix support for pinning variables.
16702
16703 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16704
16705         * assembly.c:
16706         (do_mono_assembly_open): the critical section also covers
16707         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
16708
16709 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16710
16711         * threads.c:
16712         (mono_manage_threads): abort the background threads when finishing.
16713         Fixes bug #47232.
16714
16715 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16716
16717         * gc.c: only close the done_event handle if there was no timeout.
16718         C-ified comments.
16719
16720 2004-03-30  Martin Baulig  <martin@ximian.com>
16721
16722         * icall.c (icall_entries): It's called "System.Activator", not
16723         "System.Activation".    
16724
16725 2004-03-30  Martin Baulig  <martin@ximian.com>
16726
16727         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
16728         (mono_class_create_from_typespec): Likewise.
16729
16730 2004-03-30  Martin Baulig  <martin@ximian.com>
16731
16732         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
16733         `has_ctor_constraint' and `initialized'.
16734
16735 2004-03-30  Martin Baulig  <martin@ximian.com>
16736
16737         * reflection.c (encode_new_constraint): New static function to add
16738         the constructor constraint attribute to a type parameter.
16739         (encode_constraints): Call encode_new_constraint() if necessary.
16740
16741         * reflection.h
16742         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
16743
16744         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
16745         
16746 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
16747
16748         * reflection.c, icall.c: add support for pinning variables. 
16749
16750 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
16751
16752         * marshal.c (mono_marshal_get_managed_wrapper):
16753         init bool local with zero rather than null.
16754
16755 2004-03-29  Martin Baulig  <martin@ximian.com>
16756
16757         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
16758         the "official" behavior here.
16759         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
16760
16761 2004-03-29  Martin Baulig  <martin@ximian.com>
16762
16763         * icall.c: Reflect latest API changes.
16764
16765 2004-03-29  Martin Baulig  <martin@ximian.com>
16766
16767         * loader.c (mono_get_method_from_token): Also call
16768         mono_metadata_load_generic_params () for abstract and interface
16769         methods; replace the type arguments in the method signature with
16770         the ones which are loaded from the metadata.
16771
16772 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
16773
16774         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
16775         of the lock is not the current thread. MS.NET don't do it, in spite of
16776         what the documentation says. See bug #56157.
16777
16778 2004-03-28  Martin Baulig  <martin@ximian.com>
16779
16780         * class.c (mono_class_init): Don't call init_properties() and
16781         init_events() for generic instances; set `prop->parent' when
16782         inflating properties.
16783
16784         * reflection.c (mono_generic_inst_get_object): Call
16785         `mono_class_init (ginst->klass)'.
16786         (mono_type_get_object): Only create a MonoGenericInst if your
16787         generic type is a TypeBuilder.
16788         (do_mono_reflection_bind_generic_parameters): Only set
16789         `ginst->is_dynamic' if our generic type is a TypeBuilder.
16790
16791 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
16792
16793         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
16794         Fixes #56091.
16795
16796 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16797
16798         * icall.c: added Kill_internal icall.
16799         * process.[ch]: added Kill_internal icall.
16800
16801 2004-03-25  Martin Baulig  <martin@ximian.com>
16802
16803         * class.h (MonoStats): Added `generic_instance_count',
16804         `inflated_method_count', `inflated_type_count' and
16805         `generics_metadata_size'.       
16806
16807 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16808
16809         * reflection.c: no warnings now.
16810
16811 2004-03-25  Martin Baulig  <martin@ximian.com>
16812
16813         * class.c (mono_class_get_full): New public function; does a
16814         mono_class_get(), but also takes a `MonoGenericContext *'.
16815
16816         * loader.c (mono_field_from_memberref): Renamed to
16817         `field_from_memberref', made static and added `MonoGenericContext *'
16818         argument.
16819         (mono_field_from_token): Added `MonoGenericInst *' argument.
16820         (method_from_memberef): Likewise.
16821         (mono_get_method_from_token): Likewise.
16822         (mono_get_method_full): New public function; does a
16823         mono_get_method(), but also takes a `MonoGenericContext *'.
16824
16825         * verify.c (mono_method_verify): Get the method's generic context
16826         and pass it to mono_field_from_token(), mono_get_method_full() and
16827         mono_class_get_full().
16828
16829 2004-03-25  Martin Baulig  <martin@ximian.com>
16830
16831         * class.c (mono_class_inflate_generic_type): Take a
16832         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
16833         `MonoGenericMethod *'.
16834
16835 2004-03-25  Martin Baulig  <martin@ximian.com>
16836
16837         * loader.h (MonoMethodInflated): Store the MonoGenericContext
16838         instead of the MonoGenericMethod here.
16839
16840 2004-03-25  Martin Baulig  <martin@ximian.com>
16841
16842         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
16843         each time we create a new MonoGenericInst, we also create a new
16844         context which points back to us.
16845
16846         * class.c (inflate_method): Use `ginst->context' instead of
16847         creating a new context.
16848
16849         * loader.c (method_from_memberref): Use
16850         `klass->generic_inst->context' instead of creating a new context.
16851
16852 2004-03-25  Martin Baulig  <martin@ximian.com>
16853
16854         * class.h (MonoGenericContext): New struct.
16855         (MonoGenericMethod): Removed `generic_inst'.
16856
16857         * class.c (mono_class_inflate_generic_method): Take a
16858         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
16859
16860 2004-03-25  Martin Baulig  <martin@ximian.com>
16861
16862         * loader.h (MonoMethodInflated): New typedef.
16863
16864         * metadata.h (MonoMethodSignature): Removed `gen_method', make
16865         `generic_param_count' consume just 30 bits, added `is_inflated'
16866         and `has_type_parameters' flags (one bit each).
16867
16868         * class.c (mono_class_inflate_generic_method): Create a
16869         MonoMethodInflated instead of a MonoMethodNormal and set
16870         `is_inflated' in the method signature.
16871
16872         * class.h (MonoGenericMethod): Removed `generic_method'.
16873
16874 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
16875
16876         * image.c: Make sure the name of a MonoImage is always an absolute path.
16877           This fixes bug #54415.
16878
16879 2004-03-24  Martin Baulig  <martin@ximian.com>
16880
16881         * class.c (mono_class_setup_vtable): If we're a generic instance,
16882         use our generic type's vtable size.
16883
16884 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
16885
16886         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
16887         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
16888         problems.
16889
16890 2004-03-23  Martin Baulig  <martin@ximian.com>
16891
16892         * class.h (MonoDynamicGenericInst): Added `int count_events' and
16893         `MonoEvent *events'.
16894
16895         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
16896         (typebuilder_icalls): Added "get_event_info"; calls
16897         mono_reflection_event_builder_get_event_info(). 
16898
16899         * reflection.c (mono_reflection_generic_inst_initialize): Added
16900         `MonoArray *events'.
16901         (mono_reflection_event_builder_get_event_info): New function.
16902
16903 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
16904
16905         * object.h: add mono_type_initialization_init
16906
16907         * object.c (mono_runtime_class_init): 
16908         implement class constructor synchronization rules
16909         to cope with threading issues.  
16910         add mono_type_initialization_init
16911
16912         * appdomain.c (mono_runtime_init): call 
16913         mono_type_initialization_init
16914
16915         * class.h: removing initializing field from MonoVTable
16916
16917 2004-03-23  Martin Baulig  <martin@ximian.com>
16918
16919         * class.c (my_mono_class_from_generic_parameter): Use
16920         `param->name' if it's not NULL. 
16921
16922 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
16923
16924         * class.c: do not insert non-virtual methods in the vtable.
16925         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
16926         that means the method is non-virtual. This never would have
16927         happened before.
16928
16929 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
16930
16931         * profiler.c: Added lock for accessing coverage_hash.
16932
16933 2004-03-22  Martin Baulig  <martin@ximian.com>
16934
16935         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
16936         `method->method->signature->generic_param_count != 0' to make it
16937         work for interface methods.
16938
16939 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16940
16941         * process.c: quote the string passed to the shell using g_shell_quote.
16942
16943 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16944
16945         * threads.c:
16946         (mono_threads_manage): don't remove the finalizer thread and self
16947         from the threads hash table so that mono_thread_manage can be called
16948         more than once.
16949
16950 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16951
16952         * process.c: quote the arguments when UseShellExecute is true. Fixes
16953         bug #55790.
16954
16955 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16956
16957         * threads.c: set mono_thread_detach as a cleanup routine for every
16958         thread. This way it's always executed upon thread termination, either
16959         aborted or finished normally. No more xsp hangs!
16960
16961 2004-03-17  Martin Baulig  <martin@ximian.com>
16962
16963         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
16964         `int count_nested' and a `MonoType **nested'.
16965
16966         * reflection.c (mono_reflection_bind_generic_parameters): Moved
16967         most of the functionality into a new static
16968         do_mono_reflection_bind_generic_parameters() and don't take a
16969         `MonoType *nested_in' argument any more.  Don't compute nested
16970         types here.
16971         (mono_reflection_generic_inst_get_nested_types): New public method
16972         to get nested types.
16973
16974         * class.c (mono_class_create_generic): Set `klass->nested_in' if
16975         we're a nested class.
16976
16977         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
16978         mono_reflection_generic_inst_get_nested_types() to compute the
16979         nested types.
16980
16981 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
16982
16983         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
16984         descriptive error message under windows.
16985         
16986 2004-03-17  Martin Baulig  <martin@ximian.com>
16987
16988         * class.c (dup_type): Added `const MonoType *original' argument;
16989         copy the attrs from the original type.
16990
16991 2004-03-17  Martin Baulig  <martin@ximian.com>
16992
16993         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
16994         `m->generic_inst_cache' here.
16995
16996 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
16997
16998         * exception.h exception.c: Add stack_overflow_exception.
16999
17000 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17001
17002         * threadpool.c:
17003         (overlapped_callback): call SetEvent *after* invoking the callback.
17004         No need to call CloseHandle.
17005
17006 2004-03-16  Martin Baulig  <martin@ximian.com>
17007
17008         * reflection.c (mono_image_get_fieldref_token): Take a
17009         `MonoReflectionField *' instead of a `MonoClassField *' and a
17010         `MonoClass *'; store the `MonoReflectionField *' in the hash.
17011
17012 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17013
17014         * appdomain.c: don't add the culture to the filename we're looking for
17015         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
17016
17017 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17018
17019         * locales.c: don't ignore symbols when doing case insensitive compares.
17020         Thanks Dick! Fixes bug #54046.
17021
17022         * threads.c: surround 'threads' usage with enter/leave in
17023         mono_thread_manage.
17024
17025 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
17026
17027         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
17028         implicitly marshalled as [Out]. Fixes #55450.
17029
17030         (mono_marshal_get_runtime_invoke): Zero out the result if there is
17031         an exception.
17032
17033 2004-03-16  Martin Baulig  <martin@ximian.com>
17034
17035         * class.c (mono_class_from_generic_parameter): Use the actual
17036         parameter name. 
17037
17038 2004-03-16  Martin Baulig  <martin@ximian.com>
17039
17040         * reflection.c (type_get_signature_size): New static function.
17041         Compues the size of the type in a method signature.
17042         (method_get_signature_size): New static function; calls
17043         type_get_signature_size() to compute the actual size of the
17044         method's signature.
17045         (method_encode_signature): Use method_get_signature_size() to get
17046         the signature's size rather than using `nparams * 10'.
17047
17048 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17049
17050         * file-io.h: define here WapiOverlapped on windows. I don't want the
17051         regular OVERLAPPED one.
17052
17053         * file-io.c:
17054         * threadpool.c: somehow, BindIoCompletionCallback is not found.
17055         Disabling AIO on windows.
17056
17057 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17058
17059         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
17060         bug #55385.
17061
17062 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17063
17064         * appdomain.c: upgraded corlib version.
17065
17066         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
17067         and BeginWrite. Allow opening files for asynchrnous operations.
17068
17069         * file-io.h: new struct that maps FileStreamAsyncResult.
17070         * icall.c: added new icalls.
17071         * process.[ch]: support setting child process environment variables
17072         and use the SHELL or COMSPEC when UseShellExecute is true.
17073
17074         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
17075         callback for async. IO is here and also BindHandle.
17076
17077         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
17078         from here.
17079
17080 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
17081
17082         * reflection.c (create_custom_attr): Allow len == 0.
17083
17084         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
17085         computation on big-endian machines.
17086
17087 2004-03-13  Martin Baulig  <martin@ximian.com>
17088
17089         * class.h (MonoGenericInst): Added `int count_ifaces'.
17090
17091         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
17092         `ginst->count_ifaces' instead `klass->interface_count' since we
17093         may get called before the vtable is created.
17094
17095         * loader.c (mono_method_get_param_names): If we're a generic
17096         instance, return and don't initialize the class.
17097
17098         * reflection.c (mono_reflection_setup_generic_class): Don't call
17099         ensure_runtime_vtable().
17100         (mono_reflection_bind_generic_parameters): Set
17101         `ginst->count_ifaces'.
17102
17103 2004-03-11  Jackson Harper <jackson@ximian.com>
17104
17105         * icall.c:
17106         * unicode.c:
17107         * unicode.h: Remove unused System.Char icalls.
17108         
17109 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
17110
17111         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
17112         code when we P/Invoke the first library in Windows.Forms, instead
17113         of when we first open the assembly.
17114
17115         * assembly.c: Drop the lookup from here.
17116
17117 2004-03-10  Martin Baulig  <martin@ximian.com>
17118
17119         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
17120         class for properties, fields and events.  Finally fixes #54945.
17121
17122 2004-03-10  Martin Baulig  <martin@ximian.com>
17123
17124         * metadata.c (mono_metadata_class_equal): New static function;
17125         checks whether two generic instances or two generic parameters are
17126         equal.
17127         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
17128         compare classes.        
17129
17130 2004-03-10  Martin Baulig  <martin@ximian.com>
17131
17132         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
17133
17134         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
17135         argument and write it into the `reflection_info' field.
17136
17137         * icall.c
17138         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
17139         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
17140
17141 2004-03-09  Jackson Harper  <jackson@ximian.com>
17142
17143         * char-conversions.h: use 8 bits for numeric data its all we need
17144         * icall.c: numeric data is only 8 bits now.
17145
17146 2004-03-09  Martin Baulig  <martin@ximian.com>
17147
17148         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
17149
17150         * class.c (init_properties, init_events): Initialize the new
17151         `parent' field.
17152
17153         * reflection.c (typebuilder_setup_properties): Likewise.
17154         (typebuilder_setup_events): Likewise.
17155
17156         * reflection.h (MonoEventInfo): Replaced `parent with
17157         `declaring_type' and `reflected_type'.
17158
17159         * icall.c (ves_icall_get_property_info): Distinguish between
17160         declaring and reflected type.
17161         (ves_icall_get_event_info): Likewise.
17162
17163 2004-03-09  Martin Baulig  <martin@ximian.com>
17164
17165         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
17166         (ves_icall_Type_GetField): Correctly set field->klass.
17167
17168 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
17169
17170         * loader.h: Fix warning.
17171
17172 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
17173
17174         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
17175         library routine if present.  Notice that it will still continue
17176         executing even if its missing, for those working on the Gtk#
17177         edition of Windows.Forms.
17178
17179         * assembly.c (do_mono_assembly_open): If loading the
17180         System.Windows.Forms call mono_loader_wini_init.
17181
17182 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
17183
17184         * class.h: Added MonoRemoteClass struct.
17185         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
17186         function for MonoStrings.
17187         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
17188         Added internal call for getting the proxy type.
17189         * marshal.c: Get the type of transparent proxies from its remote_class.
17190         Added methods that generate the IL for type checks and casts:
17191         mono_marshal_get_isinst, mono_marshal_get_castclass, 
17192         mono_marshal_get_proxy_cancast.
17193         * marshal.h: Declaration of the previous new methods.
17194         * object.c: Added new moethods for creating and updating MonoRemoteClass
17195         instances: mono_remote_class, mono_upgrade_remote_class, 
17196         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
17197         * verify.c: FIx transparent_proxy_fields layout.
17198         * appdomain.c: Bump corlib version.
17199
17200 2004-03-04  Jackson Harper  <jackson@ximian.com>
17201
17202         * icall.c: Add icall to access char conversion tables.
17203         * char-conversions.h: Character conversion tables.
17204         * Makefile.am: Add char-conversions.h private header file.
17205         
17206 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
17207
17208         * appdomain.c (unload_thread_main): Increase unloading timeout to
17209         10 sec as a temporary workaround for Nant problems.
17210
17211 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
17212
17213         * gc.c: Add checks for GC_enable and GC_disable.
17214
17215         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
17216         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
17217         (bug #54988).
17218         
17219 2004-02-27  Martin Baulig  <martin@ximian.com>
17220
17221         * reflection.c (mono_reflection_bind_generic_parameters): Take a
17222         `MonoReflectionType *' instead of a `MonoType *'.
17223
17224 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
17225
17226         * gc.c (run_finalize): Avoid finalizing the object representing the
17227         finalizer thread.
17228         (finalizer_thread): Fix warning.
17229
17230 2004-02-25  Martin Baulig  <martin@ximian.com>
17231
17232         * class.c (_mono_class_get_instantiation_name): Added `int offset'
17233         argument for nested types.
17234         (mono_class_create_generic): Added support for nested generictypes.
17235
17236         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
17237         `GList *nested'.
17238
17239         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
17240
17241         * reflection.c (method_encode_signature): Increase the minimum
17242         value of `size' from 10 to 11.
17243         (mono_reflection_bind_generic_parameters): Take `int type_argc'
17244         and `MonoType **types' arguments instead of the `MonoArray
17245         *types'; added `MonoType *nested_in'.  Recursively instantiate
17246         nested classes. 
17247
17248 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
17249
17250         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
17251         stack_overflow_ex members which are used by exception handling.
17252
17253         * appdomain.c (mono_runtime_init): Initialize the new members.
17254
17255         * gc.c (mono_gc_enable): New helper function.
17256         * gc.c (mono_gc_disable): New helper function.
17257
17258 2004-02-23  Martin Baulig  <martin@ximian.com>
17259
17260         * icall.c: I must have been really stupid - make it actually work
17261         this time ;-)
17262
17263 2004-02-23  Martin Baulig  <martin@ximian.com>
17264
17265         * loader.c (method_from_memberref): Only inflate the method if
17266         it's in another klass.
17267
17268 2004-02-23  Martin Baulig  <martin@ximian.com>
17269
17270         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
17271         (mono_class_init): If we're a generic instance and an interface,
17272         compute `class->interface_id'; also create `class->interfaces'
17273         here and inflate them.
17274
17275         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
17276         `ginst->is_open'.
17277         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
17278
17279         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
17280
17281 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
17282
17283         * reflection.c (method_encode_code): Improved the error message
17284         generated by the exception.
17285
17286 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17287
17288         * icall.c: Martin did not do what he said in the ChangeLog for
17289         2004-02-18, but put back the changes for properties and events.
17290         Commenting those changes out again and adding comment to bug #54518.
17291         
17292         * process.c: removed warning.
17293
17294 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
17295
17296         * marshal.c (emit_struct_conv): Print an error message instead of
17297         asserting when a type does not have the StructLayout attribute.
17298
17299 2004-02-20  Martin Baulig  <martin@ximian.com>
17300
17301         * reflection.c (mono_type_get_object): Also use the cache for
17302         generic instances.
17303         (mono_reflection_bind_generic_parameters): Always compute
17304         `ginst->ifaces'.        
17305
17306 2004-02-20  Martin Baulig  <martin@ximian.com>
17307
17308         * class.h (MonoGenericMethod): Removed `klass'.
17309
17310         * class.c (mono_class_inflate_generic_method): Added `MonoClass
17311         *klass' argument.
17312
17313 2004-02-20  Martin Baulig  <martin@ximian.com>
17314
17315         * reflection.c (method_encode_methodspec): Actually use the
17316         uninflated signature for the memberref.
17317
17318 2004-02-20  Martin Baulig  <martin@ximian.com>
17319
17320         * class.h (MonoGenericMethod): Removed `declaring'.
17321
17322         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
17323         is NULL, compute it here.
17324
17325 2004-02-20  Martin Baulig  <martin@ximian.com>
17326
17327         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
17328
17329         * metadata.c (mono_metadata_generic_inst_hash): New method.
17330         (mono_metadata_generic_inst_equal): New method.
17331
17332         * reflection.c (mono_reflection_bind_generic_parameters): Use the
17333         `klass->image->generic_inst_cache' cache to avoid creating
17334         duplicate MonoGenericInst's.
17335
17336         * class.c (mono_class_inflate_generic_type): Use the cache.
17337
17338 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
17339
17340         * object.c: fixed gc descriptor calculation for embedded valuetypes.
17341
17342 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17343
17344         * icall.c: added Socket.WSAIoctl icall.
17345
17346         * socket-io.[ch]: implemented
17347         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
17348
17349 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
17350
17351         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
17352
17353 2004-02-18  Urs C Muff  <umuff@quark.com>
17354
17355         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
17356         this work on PPC and other big-endian architectures.
17357
17358         * debug-mono-symfile.h: Prepended the names of all the `guint32'
17359         fields with an underscore to make sure they're only accessed by
17360         the read32() macro.
17361
17362 2004-02-18  Martin Baulig  <martin@ximian.com>
17363
17364         * icall.c: Put the klass->refclass changes back for methods and
17365         fields, but not for properties and events.  We're currently not
17366         distinguishing between DeclaringType and ReflectedType for
17367         properties and events, that's what caused the regressions.
17368
17369 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17370
17371         * object.c:
17372         (mono_async_result_new): the handle can be NULL.
17373
17374         * threadpool.c: Use an event instead of a semaphore, don't initialize
17375         it until needed. This saves quite a few semaphores from being created
17376         when using the threadpool.
17377
17378 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
17379
17380         * object.c (mono_string_is_interned_lookup): Fix interning of long
17381         strings. Fixes #54473.
17382
17383         * domain.c (ldstr_equal): Optimize if the two strings are equal.
17384
17385         * icall.c: Revert the klass->refclass changes since they introduce
17386         regressions (bug #54518).
17387
17388 2004-02-18  Martin Baulig  <martin@ximian.com>
17389
17390         * class.c (mono_class_init): If we're a generic instance and don't
17391         come from a TypeBuilder, inflate our members here.
17392         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
17393         (mono_class_create_generic): New public method.
17394         (mono_class_initialize_generic): Removed.
17395         (get_instantiation_name): Renamed to
17396         _mono_class_get_instantiation_name() and made it public.
17397
17398 2004-02-18  Martin Baulig  <martin@ximian.com>
17399
17400         * class.c (mono_class_inflate_generic_type): Clear the new
17401         instance's `nginst->klass' when inflating a generic instance.
17402         (mono_class_is_subclass_of): Added (basic) support for generic
17403         instances.
17404
17405 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
17406
17407         * appdomain.h, domain.c: use a MonoCodeManager instead of a
17408         MonoMempool to hold compiled native code.
17409
17410 2004-02-17  Martin Baulig  <martin@ximian.com>
17411
17412         * class.h (MonoDynamicGenericInst): Added `count_properties' and
17413         `properties'.
17414
17415         * reflection.c (mono_reflection_generic_inst_initialize): Added
17416         `MonoArray *properties' argument.
17417
17418         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
17419
17420 2004-02-17  Martin Baulig  <martin@ximian.com>
17421
17422         * icall.c (ves_icall_Type_GetFields): Renamed to
17423         ves_icall_Type_GetFields_internal() and added a
17424         `MonoReflectionType *rtype' argument; pass it to
17425         mono_field_get_object() to set the field's "reflected" type.
17426         (ves_icall_Type_GetConstructors): Likewise.
17427         (ves_icall_Type_GetEvents): Likewise.
17428         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
17429         argument; pass it to mono_method_get_object() to set the method's
17430         "reflected" type.       
17431
17432 2004-02-17  Martin Baulig  <martin@ximian.com>
17433
17434         * class.h (MonoDynamicGenericInst): New type.
17435         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
17436
17437         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
17438         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
17439         (ves_icall_MonoGenericInst_GetFields): New interncall.
17440
17441         * class.c (mono_class_from_generic): Don't call
17442         mono_class_initialize_generic() if this is a dynamic instance;
17443         ie. it's being created from a TypeBuilder.
17444         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
17445         `class->byval_arg.type'.
17446
17447         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
17448         to `inflate_method' and made static.
17449         (mono_reflection_inflate_field): Removed.
17450         (mono_reflection_generic_inst_initialize): New public method.
17451
17452         * reflection.h (MonoReflectionGenericInst): Removed `methods',
17453         `ctors' and `fields'; added `initialized'.
17454
17455 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
17456
17457         * debug-helpers.c (mono_method_full_name): Fix output for empty
17458         namespaces.
17459
17460 2004-02-12  Martin Baulig  <martin@ximian.com>
17461
17462         * class.h (MonoClassField): Added `MonoType *generic_type'.
17463
17464         * reflection.c (mono_image_get_fieldref_token): Added support for
17465         instantiated generic types.
17466         (field_encode_inflated_field): Removed.
17467         (mono_image_get_inflated_field_token): Removed.
17468         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
17469
17470         * reflection.h (MonoReflectionInflatedField): Removed.
17471
17472 2004-02-12  Martin Baulig  <martin@ximian.com>
17473
17474         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
17475         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
17476
17477         * reflection.c (mono_image_get_methodspec_token): Take a
17478         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
17479         (mono_image_create_token): Check whether we have a
17480         `method->signature->gen_method' and call
17481         mono_image_get_methodspec_token() if appropriate.
17482         (inflated_method_get_object): Removed.
17483         (mono_reflection_bind_generic_method_parameters): Return a
17484         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
17485         (mono_reflection_inflate_method_or_ctor): Likewise.
17486
17487         * reflection.h (MonoReflectionInflatedMethod): Removed.
17488
17489 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
17490
17491         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
17492         for custom valuetype marshalling.
17493
17494         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
17495
17496 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17497
17498         * icall.c: fixed WSAGetLastError_internal name.
17499
17500 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
17501
17502         * threads.c (mono_thread_attach): Allow this to be called multiple
17503         times for a thread.
17504         
17505         * threads.c (build_wait_tids): Do not wait for ourselves.
17506
17507         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
17508         appdomain list is empty.
17509
17510         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
17511         memory returned by mono_string_builder_to_utf16, since it points into
17512         managed memory. Thanks to Bernie Solomon for noticing this.
17513
17514         * icall.c: Add AppDomainSetup icalls.
17515
17516         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
17517
17518         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
17519         types.
17520
17521         * reflection.c (reflection_methodbuilder_to_mono_method): Save
17522         custom attributes to the method_aux struct. Also fix array indexes etc.
17523
17524         * loader.c (mono_method_get_param_names): Make dynamic case work again.
17525         
17526 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
17527
17528         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
17529         (both static and runtime) and reduce startup time.
17530
17531 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
17532
17533         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
17534         AsAny marshalling conversion instead of crashing.
17535
17536         * marshal.c: Fix warnings.
17537
17538 2004-02-09  Martin Baulig  <martin@ximian.com>
17539
17540         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
17541
17542         * reflection.h (MonoReflectionInflatedMethod): Removed the
17543         `declaring' field, it's now in the unmanaged MonoGenericMethod.
17544
17545         * reflection.c (method_encode_methodspec): Removed the `method'
17546         argument; we get it from `gmethod->declaring'.
17547         (inflated_method_get_object): Removed the `declaring' argument.
17548
17549 2004-02-09  Martin Baulig  <martin@ximian.com>
17550
17551         * class.h (MonoGenericMethod): New type.
17552         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
17553         `generic_method'.
17554
17555         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
17556         a `MonoGenericMethod *gen_method' one.
17557
17558         * class.c (mono_class_inflate_generic_type): Take an additional
17559         `MonoGenericMethod * argument.  This is only non-NULL if we're
17560         inflating types for a generic method.   
17561         (mono_class_inflate_generic_signature): Renamed to
17562         inflate_generic_signature() and made static; take a
17563         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
17564         (inflate_generic_header): Take a `MonoGenericMethod *' argument
17565         instead of a `MonoGenericInst *' one.
17566         (mono_class_inflate_generic_method): Likewise.
17567
17568         * reflection.c (encode_generic_method_sig): Take a
17569         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
17570         (method_encode_methodspec): Likewise.
17571         (inflated_method_get_object): Likewise. 
17572
17573         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
17574         field with a `MonoGenericMethod *gmethod' one.  
17575
17576 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
17577
17578         * class.h (mono_class_has_parent): add parens to expansion
17579         so you can ! this.
17580
17581 2004-02-08  Martin Baulig  <martin@ximian.com>
17582
17583         * image.h (MonoImage): Removed `generics_cache'.
17584
17585         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
17586         instead of a `MonoType *' argument; removed the `inflate_methods'
17587         argument.  Don't inflate methods here.
17588
17589         * loader.c (find_method): If it's a generic instance, call
17590         mono_class_init() on the `sclass->generic_inst->generic_type'.
17591
17592         * metadata.c (mono_type_size): Make this work on uninitialized
17593         generic instances; call it on the `ginst->generic_type's class.
17594
17595         * reflection.c (mono_reflection_bind_generic_parameters): Call
17596         mono_class_from_generic() to create the `ginst->klass'.
17597
17598 2004-02-08  Martin Baulig  <martin@ximian.com>
17599
17600         * class.h (MonoClass): Changed type of `generic_inst' from
17601         `MonoType *' to `MonoGenericInst *'.
17602
17603 2004-02-08  Martin Baulig  <martin@ximian.com>
17604
17605         * icall.c (ves_icall_Type_BindGenericParameters): Just call
17606         mono_type_get_object(), this is now creating a `MonoGenericInst'
17607         for MONO_TYPE_GENERICINST.
17608         (ves_icall_MonoGenericInst_GetParentType): Likewise.
17609         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
17610
17611         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
17612         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
17613         (inflated_method_get_object): Added `MonoClass *refclass' argument.
17614         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
17615         and reflected type.
17616
17617         * reflection.h (MonoReflectionInflatedMethod): Removed
17618         `declaring_type' and `reflected_type'.
17619
17620 2004-02-08  Martin Baulig  <martin@ximian.com>
17621
17622         * class.h (MonoGenericInst): Added `MonoType *parent' and
17623         `MonoType **ifaces'.
17624
17625         * reflection.h (MonoReflectionGenericInst): Removed `klass',
17626         `parent' and `interfaces'.
17627
17628         * reflection.c (mono_reflection_bind_generic_parameters): Take a
17629         `MonoType *' argument and return a `MonoType *'.
17630
17631         * icall.c
17632         (ves_icall_MonoGenericInst_GetParentType): New interncall.
17633         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
17634
17635 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
17636
17637         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
17638         valuetype marshalling.
17639
17640 2004-02-06  Martin Baulig  <martin@ximian.com>
17641
17642         * class.c
17643         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
17644         (my_mono_class_from_generic_parameter): Likewise.
17645
17646 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
17647
17648         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
17649         contents of the symbol files lazily.
17650
17651         * object.h (MonoThread): Add 'name' and 'name_len' fields.
17652
17653         * threads.h threads.c icall.c: New icalls for getting and setting the
17654         threads name.
17655
17656 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
17657
17658         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
17659         Raise an exception when the domain is not found.
17660
17661 2004-02-03  Martin Baulig  <martin@ximian.com>
17662
17663         * reflection.c (mono_image_get_methodspec_token): Use the
17664         uninflated signature; fixes gen-33.
17665
17666 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
17667
17668         * gc.c threads.c: Make the finalizer thread a normal managed thread so
17669         the finalizer code can use thread functionality.
17670
17671         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
17672         the finalizer thread.
17673
17674         * threads.c: Make some functions more robust.
17675
17676         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
17677
17678         * metadata.h: Add new marshalling conventions.
17679
17680         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
17681         stringbuilder marshalling. Fixes #53700.
17682
17683         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
17684
17685         * reflection.c (mono_image_get_type_info): Save declarative security
17686         info.
17687
17688         * reflection.c (mono_image_get_field_info): Handle uninitialized 
17689         unmanaged fields as well.
17690
17691         * appdomain.c: Bump corlib version.
17692
17693 2004-02-01  Martin Baulig  <martin@ximian.com>
17694
17695         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
17696         method type arguments.  
17697
17698 2004-01-30  Duncan Mak  <duncan@ximian.com>
17699
17700         * marshal.h: Add prototype for
17701         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
17702         and
17703         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
17704         fix the build.
17705
17706 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
17707
17708         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
17709         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
17710
17711 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
17712
17713         * marshal.c (mono_marshal_get_native_wrapper): Add support for
17714         custom marshalling of valuetypes.
17715
17716         * marshal.c: Fix some warnings.
17717
17718 2004-01-29  Martin Baulig  <martin@ximian.com>
17719
17720         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
17721         for generic method parameters.
17722
17723         * reflection.c (method_encode_methodspec): Write the uninflated
17724         signature into the methodspec table.
17725         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
17726         is always the uninflated method.
17727         (reflection_methodbuilder_to_mono_method): Copy the generic
17728         parameters from the MethodBuilder into `header->gen_params'.
17729
17730 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
17731
17732         * class.c (mono_class_from_generic_parameter): Fix warning.
17733
17734 2004-01-27  Martin Baulig  <martin@ximian.com>
17735
17736         * class.c (mono_class_from_generic_parameter): Don't create
17737         `klass->methods' here.  
17738
17739 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
17740
17741         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
17742         extension since it does not work with libraries named lib<FOO>.dll.so.
17743
17744 2004-01-25  Martin Baulig  <martin@ximian.com>
17745
17746         * class.c (mono_class_inflate_generic_type): Added support for
17747         MONO_TYPE_GENERICINST.
17748
17749         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
17750         inflate methods on open constructed types.      
17751
17752 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17753
17754         * object.c: fire ProcessExit event in the root AppDomain after running
17755         Main. Fixes bug #53299.
17756
17757 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
17758
17759         * socket-io.c: include the new socket-wrappers.h header.
17760         Use the wrappers instead of the unix socket functions to make the code
17761         more clear.
17762
17763 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
17764
17765         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
17766
17767         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
17768         Fixes #22532.
17769
17770 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
17771
17772         * reflection.c (mono_image_create_pefile): Handle the case when the
17773         entry point is not a MethodBuilder.
17774
17775         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
17776         field to ReflectionMethod since it is not allways a builder.
17777
17778         * reflection.c (type_get_fully_qualified_name): New helper function to
17779         return the fully qualified name of a type.
17780
17781         * reflection.c (encode_marshal_blob): Always emit the fully qualified
17782         type name for custom marshallers.
17783
17784         * reflection.c (mono_marshal_spec_from_builder): Ditto.
17785
17786         * class.c (mono_class_setup_vtable): If a parent class already 
17787         implements an interface, use the implementing methods from that class.
17788         Fixes #53148.
17789
17790 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17791
17792         * threadpool.c: just return instead of ExitThread to allow for thread
17793         clean up earlier.
17794
17795 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
17796
17797         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
17798         when closing resource modules.
17799
17800         * reflection.c (mono_image_create_pefile): Handle the case when the
17801         entry point is not a MethodBuilder.
17802
17803         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
17804         field to ReflectionMethod since it is not allways a builder.
17805
17806 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
17807
17808         * marshal.c (mono_marshal_get_managed_wrapper): 
17809         mono_marshal_alloc takes native int so CONV_I
17810         the arg for 64bits.
17811
17812 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
17813
17814         * reflection.c (fixup_cattrs): New function to fixup the methoddef
17815         tokens in the cattr table. Fixes #53108.
17816
17817 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17818
17819         * loader.c: don't trim ".dll" before looking up in the config file.
17820         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
17821
17822 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
17823
17824         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
17825         Return the module which contains the resource as well.
17826         (ves_icall_System_Reflection_Module_Close): New icall.
17827
17828         * appdomain.c: Bump corlib version number.
17829
17830         * image.c (mono_image_addref): New public function.
17831
17832         * assembly.c: Call mono_image_addref.
17833
17834         * reflection.c (mono_module_get_object): Increase reference count of 
17835         the image.
17836
17837         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
17838         Fixes #22532.
17839
17840         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
17841         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
17842         proper exceptions on DllImport problems.
17843
17844 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
17845
17846         * class.c, metadata.c: eliminate CSIZE macro.
17847
17848 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
17849
17850         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
17851         * object.h: Added async_callback field in MonoAsyncResult.
17852         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
17853         * verify.c: Added async_callback in MonoAsyncResult layout.
17854
17855 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
17856
17857         * reflection.c (mono_reflection_get_custom_attrs): Add support
17858         for Modules.
17859
17860 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
17861
17862         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
17863         marshalling.
17864         (mono_marshal_method_from_wrapper): Add null pointer check.
17865
17866 2004-01-16  Martin Baulig  <martin@ximian.com>
17867
17868         * debug-mono-symfile.h: Set version number to 36 and reflect
17869         latest symbol writer changes.
17870
17871 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
17872
17873         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
17874         multi-dimensional arrays.
17875         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
17876         (mono_class_from_mono_type): Use bounded_array_class_get.
17877         
17878         * class.c (mono_bounded_array_class_get): New function which takes
17879         a 'bounded' bool argument to distinguish vectors from one dimensional
17880         arrays.
17881
17882         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
17883         bounded_array_class_get if the array has bounds.
17884
17885         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
17886         Search modules loaded using AssemblyBuilder:AddModule as well.
17887
17888 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17889
17890         * appdomain.c: increased corlib version.
17891         * filewatcher.c: removed g_print.
17892         * icall.c:
17893         (get_property_info): only allocate what is actually requested.
17894         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
17895
17896 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17897
17898         * Makefile.am: added filewatcher.[ch]
17899         * filewatcher.[ch]: FileSystemWatcher runtime support.
17900         * icall.c: added new FSW icalls.
17901
17902 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
17903
17904         * string-icalls.c: fix stringbuilder regression as suggested by
17905         Iain McCoy <iain@mccoy.id.au>.
17906
17907 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
17908
17909         * process.c (process_read_stringtable_block): Recognize '007f' as
17910         a language neutral stringtable block.
17911
17912 2004-01-12  Patrik Torstensson
17913
17914         * object.h (MonoStringBuilder) : Changed layout to support our
17915         new stringbuilder class.
17916         * marshal.c: Change marshalling to support the new layout of 
17917         string builder.
17918         * appdomain.c: increased version number because new layout of
17919         string builder.
17920
17921 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
17922
17923         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
17924         assembly name as an string instead of an AssemblyName, since it is
17925         easier to extract info from it.
17926
17927         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
17928         the culture subdirectories too. Fixes #52231.
17929
17930 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17931
17932         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
17933         It takes 2 new parameters with an optional name for the method to look
17934         for and case ignoring info.
17935
17936         * threadpool.c: removed unused variable.
17937
17938 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17939
17940         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
17941         It takes 2 new parameters with an optional name for the property to look
17942         for and case ignoring info.
17943         Fixes bug #52753.
17944
17945 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
17946
17947         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
17948         Fix #52451.
17949
17950 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17951
17952         * appdomain.c:
17953         * assembly.c: escape the uri before passing it to g_filename_from_uri.
17954         Fixes bug #52630.
17955
17956 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
17957
17958         * reflection.c: Add support for more than one unmanaged resource.
17959
17960         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
17961         in field->def_value, as done in all other cases.
17962
17963         * reflection.c (mono_reflection_get_custom_attrs): Add support for
17964         TypeBuilders.
17965
17966         * reflection.c (mono_reflection_create_runtime_class): Remove 
17967         errorneous assignment to klass->element_class, since it is already
17968         done in mono_reflection_setup_internal_class.
17969
17970 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17971
17972         * gc.c: added missing LeaveCriticalSection.
17973         * icall.c: indented a couple of lines.
17974         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
17975         if we call EndInvoke inside a callback. Fixes bug #52601.
17976
17977 2004-01-07  Martin Baulig  <martin@ximian.com>
17978
17979         * mono-debug-debugger.h
17980         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
17981
17982 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
17983
17984         * appdomain.c: Use messages in NotImplementedException.
17985
17986         * exception.c (mono_get_exception_not_implemented): Now this takes
17987         a message argument.
17988
17989         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
17990         exception instead of g_asserting an aborting when something is not
17991         implemented.
17992
17993         Add some inline docs.
17994
17995 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
17996
17997         * reflection.h: Update after changes to object layout.
17998
17999         * reflection.c: Implement saving of unmanaged aka win32 resources.
18000
18001         * appdomain.c: Bump version number.
18002
18003         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
18004         Handle missing domains gracefully.
18005
18006 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
18007
18008         * file-io.c : On Windows, there are much more invalid_path_chars.
18009
18010 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
18011
18012         * class.h, object.c: prepare for GetType () speedup.
18013
18014 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
18015
18016         * profiler.c: workaround for --profile null reference exception on
18017           cygwin. Patch by Patrik Torstensson.
18018
18019 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
18020
18021         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
18022         make work for unaligned access.
18023
18024 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
18025
18026         * class.c: small cleanup (class->fields [i] -> field).
18027         * image.c: check address of metadata is valid.
18028
18029 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
18030
18031         * assembly.h assembly.c (mono_assembly_loaded): New public function to
18032         search the list of loaded assemblies.
18033
18034         * reflection.c (mono_reflection_type_from_name): Use 
18035         mono_assembly_loaded instead of mono_image_loaded.
18036
18037         * reflection.c: Fix warnings.
18038
18039 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
18040
18041         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
18042         is dynamic. This is needed since an assembly can contain both dynamic and
18043         non-dynamic images.
18044
18045         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
18046         assembly->dynamic.
18047
18048         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
18049
18050         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
18051         to store modules loaded using AddModule.
18052
18053         * reflection.c (mono_image_fill_file_table): Generalize this so it works
18054         on Modules.
18055
18056         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
18057
18058         * reflection.c (mono_image_fill_export_table_from_module): New function to
18059         fill out the EXPORTEDTYPES table from a module.
18060
18061         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
18062         into a separate function. Also handle loaded non-dynamic modules.
18063
18064         * reflection.c (mono_image_basic_init): Fix memory allocation.
18065
18066         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
18067
18068         * assembly.c (mono_assembly_load_references): Make this public.
18069
18070 2003-12-19  Martin Baulig  <martin@ximian.com>
18071
18072         * class.c (mono_class_initialize_generic): Made this static, take
18073         a `MonoGenericInst *' instead of a `MonoClass *'.
18074         (mono_class_from_generic): Call mono_class_initialize_generic()
18075         unless we're already initialized or being called from
18076         do_mono_metadata_parse_generic_inst().
18077
18078         * class.h (MonoGenericInst): Added `initialized' and
18079         `init_pending' flags.
18080
18081         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
18082         `mono_class_init (gklass)' or mono_class_initialize_generic()
18083         here; set `generic_inst->init_pending' while parsing the
18084         `type_argv'.
18085
18086 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
18087
18088         * locales.c: include string.h for memxxx prototypes
18089
18090 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
18091
18092         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
18093         constructor when accessing literal fields.
18094
18095 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
18096
18097         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
18098
18099         * reflection.c (assembly_add_resource_manifest): New function to fill
18100         the MANIFESTRESOURCE table.
18101
18102         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
18103
18104         * reflection.h: Update to changes in class layout.
18105
18106         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
18107         Reenable call to mono_runtime_is_shutting_down ().
18108
18109         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
18110         determine if the runtime is shutting down.
18111
18112 2003-12-16  Jackson Harper <jackson@ximian.com>
18113
18114         * icall.c: comment out call to mono_runtime_is_shutting_down to
18115         fix build.
18116         
18117 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
18118
18119         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
18120         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
18121
18122 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
18123
18124         * reflection.c: move definition of swap_with_size
18125         to before its first call
18126
18127 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
18128
18129         * appdomain.c (mono_runtime_is_shutting_down): New public function.
18130
18131         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
18132         icall.
18133
18134         * object.c: Fix warnings.
18135
18136         * icall.c (ves_icall_Type_Get...): Only consider inherited static
18137         members if FlattenHierarchy is set.
18138
18139         * reflection.c (mono_image_add_decl_security): New function to emit
18140         declarative security.
18141
18142         * reflection.h reflection.c: Add support for declarative security.
18143
18144         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
18145         
18146 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
18147
18148         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
18149         
18150         * appdomain.c verify.c: Moved corlib version checking into its own
18151         function in appdomain.c since it needs to create vtables etc.
18152
18153 2003-12-13  Patrik Torstensson <p@rxc.se>
18154
18155         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
18156         instead of unwrapped server.
18157
18158 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
18159
18160         * verify.c (check_corlib): Fix field index.
18161
18162 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
18163
18164         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
18165         GetGacPath icall.
18166
18167 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
18168
18169         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
18170         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
18171         cope with sizeof(size_t) != sizeof(guint32).
18172
18173 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18174
18175         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
18176         in case of failure.
18177
18178 2003-12-10  Mark Crichton <crichton@gimp.org>
18179
18180         * icall.c: removed the GetNonZeroBytes.  We now handle this case
18181         in managed code.
18182
18183         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
18184
18185 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
18186
18187         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
18188         marked as deleted.
18189
18190 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
18191
18192         * verify.c (check_corlib): Handle the case when the version field is 
18193         initialized by a static constructor.
18194
18195 2003-12-08  Patrik Torstensson  <p@rxc.se>
18196
18197     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
18198
18199 2003-12-08  Martin Baulig  <martin@ximian.com>
18200
18201         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
18202         a MonoReflectionGenericParameter, also take the parameter index
18203         and name as arguments.
18204         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
18205         (ves_icall_MonoGenericParam_initialize): New interncall.
18206         (ves_icall_Type_make_byref_type): New interncall.
18207
18208         * reflection.h (MonoReflectionGenericParam): Derive from
18209         MonoReflectionType, not just from MonoObject.  Added `refobj' and
18210         `index' fields.
18211
18212         * reflection.c (mono_reflection_define_generic_parameter): Create
18213         and return a new MonoReflectionGenericParam; don't initialize the
18214         constraints here.
18215         (mono_reflection_initialize_generic_parameter): New public method;
18216         initializes the constraints and creates the `param->pklass'.
18217
18218 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
18219
18220         * reflection.h reflection.c: Use the new fields 'num_types', 
18221         'num_fields' and 'num_methods' to track the number of types etc.
18222
18223         * verify.c (check_corlib): Check corlib version number.
18224
18225 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
18226
18227         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
18228         function works on all methods.
18229
18230 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
18231
18232         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
18233         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
18234         the custom_type_info flag of the transparent proxy.
18235         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
18236         objects that supports IRemotingTypeInfo.
18237         * object.h: Added custom_type_info field in transparent proxy.
18238
18239 2003-12-06  Martin Baulig  <martin@ximian.com>
18240
18241         * class.c (mono_class_create_from_generic): Removed.
18242         (mono_class_from_generic): Check `ginst->klass' before doing
18243         anything else.  This is important to fully support "recursive"
18244         generic types.
18245
18246         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
18247         empty `generic_inst->klass' before doing anything else.
18248
18249 2003-12-06  Dick Porter  <dick@ximian.com>
18250
18251         * verify.c: 
18252         * object.h:
18253         * icall.c:
18254         * locales.c: Use C structs to access class fields.  Don't do a
18255         conversion between MonoString and UChar because both are
18256         platform-endian UTF-16.  Compare now takes startindex and count
18257         parameters.  Add a char overload for IndexOf.  Speed up the
18258         invariant string IndexOf.
18259
18260 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
18261
18262         * Makefile.am (monosn_LDADD): Fix parallel build.
18263
18264 2003-12-04  Martin Baulig  <martin@ximian.com>
18265
18266         * icall.c
18267         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
18268         (ves_icall_Type_make_array_type): New interncall.       
18269
18270 2003-12-04  Martin Baulig  <martin@ximian.com>
18271
18272         * locales.c: also change it in the !HAVE_ICU case.
18273
18274 2003-12-04  Dick Porter  <dick@ximian.com>
18275
18276         * icall.c:
18277         * locales.c: construct_compareinfo is now in CompareInfo, not
18278         CultureInfo.
18279
18280 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
18281
18282         * image.c (mono_image_load_file_for_image): Cache loaded images in the
18283         image->files array.
18284
18285         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
18286         table as well.
18287
18288         * assembly.c (mono_assembly_load_references): Only load references
18289         once.
18290
18291         * class.c (mono_class_from_name): Avoid linear search of the 
18292         EXPORTEDTYPE table.
18293
18294         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
18295
18296 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
18297
18298         * image.h (MonoImage): Add 'field_cache' field.
18299
18300         * loader.c (mono_field_from_token): Cache field lookups.
18301         
18302         * reflection.c (mono_module_get_object): Fix name property.
18303
18304         * icall.c (ves_icall_get_enum_info): Update after changes to 
18305         mono_metadata_get_constant_index ().
18306
18307         * icall.c: Get rid of get_type_info icall, use a separate icall for
18308         each type property to avoid needless memory allocations. Fixes #51514.
18309
18310         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
18311         to avoid needless binary searches.
18312
18313         * class.c (class_compute_field_layout): Move the initialization of
18314         field->def_value to mono_class_vtable ().
18315
18316         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
18317         non-corlib types.
18318
18319         * object.c (mono_object_allocate): Make it inline.
18320
18321         * object.c (mono_object_allocate_spec): Make it inline.
18322         
18323 2003-12-02  Dick Porter  <dick@ximian.com>
18324
18325         * locales.c (create_NumberFormat): NumberFormatInfo construction.
18326         Patch by Mohammad DAMT (mdamt@cdl2000.com).
18327
18328 2003-12-01  Dick Porter  <dick@ximian.com>
18329
18330         * threads.c: Fix signature and call in CreateMutex and
18331         CreateEvent.
18332
18333 2003-12-01  Dick Porter  <dick@ximian.com>
18334
18335         * icall.c: 
18336         * locales.c: Implement string compares and searching
18337
18338         * object.h: Add extra Thread field
18339
18340 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
18341
18342         * reflection.c (fixup_method): Add support for MonoCMethod.
18343
18344 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
18345
18346         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
18347
18348         * reflection.c (assembly_name_to_aname): Allow extra characters in
18349         assembly names. Fixes #51468.
18350
18351 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
18352
18353         * exception.c (mono_exception_from_name_domain): New helper function.
18354
18355         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
18356         exception object in the correct domain.
18357
18358         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
18359         formatting + make a copy a the input data.
18360
18361         * loader.c (mono_get_method_from_token): Methods which contain
18362         native code do not have entries in the ImplMap.
18363
18364         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
18365         Thanks to Gonzalo for spotting this.
18366         
18367         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
18368         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
18369
18370         * assembly.h (mono_assembly_load_from): Split the second part of 
18371         assembly loading into a new public function.
18372
18373         * exception.h (mono_get_exception_bad_image_format): New function.
18374
18375 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
18376
18377         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
18378         Enumerate all modules inside a dynamic assembly. Fixes #51293.
18379         
18380         * icall.c: Add new icall for creating dynamic methods.
18381
18382         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
18383
18384         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
18385
18386         * reflection.c (mono_reflection_create_dynamic_method): New icall to
18387         create a dynamic method.
18388
18389         * reflection.c (resolve_object): New helper function.
18390
18391         * reflection.c: Generalize ReflectionMethodBuilder and the functions
18392         which manipulate it so they can also work on dynamic methods.
18393
18394         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
18395         creating the MonoReflectionMethodAux structure if it is not needed.
18396         
18397         * reflection.h verify.c: Update after changes to object layout.
18398
18399         * reflection.c (method_builder_encode_signature): Fix compilation on
18400         gcc 2.95.x.
18401
18402 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
18403
18404         * appdomain.h: Added support for context static fields. Added static_data
18405           field to MonoAppContext and renamed thread_static_fields to a more
18406           generic special_static_fields in MonoAppDomain, since it can now contain
18407           context static fields.
18408         * domain.c: Updated hashtable name.
18409         * object.c: Replaced field_is_thread_static() for a more generic
18410           field_is_special_static() which also checks for context static attribute.
18411           In mono_class_vtable(), added support for static context fields.
18412         * threads.c: Changed methods that manage thread static fields to more
18413           generic methods so they can be reused both for thread and context static
18414           data.
18415         * threads.h: Declared some new methods.
18416
18417 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
18418
18419         * reflection.h: Update after changes to the managed types.
18420
18421         * reflection.c (encode_custom_modifiers): New helper function.
18422
18423         * reflection.c (method_encode_signature): Emit custom modifiers.
18424
18425         * reflection.c (field_encode_signature): Emit custom modifiers.
18426
18427 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
18428
18429         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
18430
18431         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
18432         implementation.
18433
18434         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
18435         icall.
18436
18437         * object.c (mono_field_get_value_object): New function.
18438
18439         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
18440         specific.
18441
18442 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
18443
18444         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
18445         return a preallocated out-of-memory exception instance.
18446
18447         * object.c (out_of_memory): Use the new function.
18448
18449         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
18450         flag is before the custom modifiers. Fixes #49802.
18451
18452 2003-11-16  Martin Baulig  <martin@ximian.com>
18453
18454         * class.c (mono_class_is_open_constructed_type): Implemented the
18455         MONO_TYPE_GENERICINST case.
18456
18457 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
18458
18459         * assembly.c (mono_assembly_fill_assembly_name): New function to
18460         fill out the MonoAssemblyName structure.
18461         (mono_assembly_open): Use the new function.
18462
18463         * icall.c (fill_reflection_assembly_name): New helper function.
18464
18465         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
18466         new function.
18467
18468         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
18469
18470 2003-11-15  Martin Baulig  <martin@ximian.com>
18471
18472         * class.c (mono_class_is_open_constructed_type): New public
18473         function; checks whether a type is an open constructed type,
18474         ie. whether it still contains type parameters.
18475         (mono_class_inflate_generic_type): If we're a type parameter and
18476         the inflated type is also a MONO_TYPE_(M)VAR, return the original
18477         type.
18478
18479         * class.h (MonoGenericInst): Added `guint32 is_open'.
18480
18481         * loader.c (method_from_methodspec): Check whether we're an open
18482         or closed constructed type and set `ginst->is_open'.
18483
18484         * reflection.c (mono_reflection_bind_generic_parameters): Check
18485         whether we're an open or closed constructed type and set
18486         `ginst->is_open'.
18487         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
18488         from open constructed types.
18489
18490 2003-11-15  Martin Baulig  <martin@ximian.com>
18491
18492         * reflection.c (mono_reflection_bind_generic_parameters): If we're
18493         a generic instance (instead of a generic type declaration) with
18494         unbound generic parameters, bind them to our actual types.
18495
18496 2003-11-14  Martin Baulig  <martin@ximian.com>
18497
18498         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
18499
18500         * reflection.c (mono_reflection_bind_generic_parameters): If we're
18501         an interface type, populate `res->interfaces' with instantiated
18502         versions of all the interfaces we inherit.
18503
18504 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
18505
18506         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
18507         when MONO_PATH is set but doesn't contain the install dir.
18508
18509 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18510
18511         * icall.c:
18512         (ves_icall_Type_GetInterfaces): don't return an interface twice when
18513         it's also implemented in base classes. Fixes bug #50927.
18514
18515 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
18516
18517         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
18518         if this method is called from a finalizer. Fixes #50913.
18519
18520 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
18521
18522         * threads.c: Implement VolatileRead/VolatileWrite
18523
18524         * icall.c: Add new icalls for VolatileRead/VolatileWrite
18525
18526 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
18527
18528         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
18529         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
18530         2.95.3.
18531
18532         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
18533         from Peter Ross (pro@missioncriticalit.com).
18534         
18535 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
18536
18537         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
18538
18539 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
18540
18541         * assembly.c (mono_assembly_load_references): Disable check because it
18542         triggers on older corlibs which lots of people have.
18543
18544 2003-11-12  Jackson Harper  <jackson@ximian.com>
18545
18546         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
18547         load corlib.dll if mscorlib.dll is not found.
18548         * assembly.h: Remove corlib name define.
18549         * class.c:
18550         * domain.c:
18551         * image.c: Change corlib name to mscorlib.
18552         
18553 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
18554
18555         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
18556
18557 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
18558
18559         * appdomain.h: Added loader_optimization here to sync with the C#
18560         code, and add disallow_binding_redirects field.
18561
18562 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
18563
18564         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
18565
18566         * reflection.c (mono_image_build_metadata): Fix crash on modules
18567         with no types.
18568
18569         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
18570
18571         * icall.c (ves_icall_get_method_info): Return callingConvention as
18572         well.
18573
18574         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
18575         namespaces from the EXPORTEDTYPE table as well.
18576
18577         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
18578         from all modules inside the assembly.
18579         
18580 2003-11-11  Martin Baulig  <martin@ximian.com>
18581
18582         * reflection.c (mono_reflection_bind_generic_parameters): Make
18583         this work for interfaces.
18584
18585 2003-11-11  Martin Baulig  <martin@ximian.com>
18586
18587         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
18588
18589 2003-11-11  Martin Baulig  <martin@ximian.com>
18590
18591         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
18592         "MonoInflatedMethod" and "MonoInflatedCtor".
18593
18594 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
18595
18596         * reflection.c (resolution_scope_from_image): Use the assembly table
18597         from the manifest module, since other modules don't have it.
18598
18599         * debug-helpers.c (mono_type_full_name): New helper function.
18600
18601         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
18602
18603         * image.c (mono_image_load_file_for_image): New public function which
18604         is a replacement for the load_file_for_image in class.c.
18605
18606         * assembly.c (mono_assembly_load_module): A wrapper for the function
18607         above which does assembly association and reference loading too.
18608
18609         * class.c (mono_class_from_name): Call mono_assembly_load_module.
18610
18611 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18612
18613         * appdomain.c: not all of the attributes for the full assembly name
18614         are required and the order doesn't matter. Fixes bug #50787.
18615
18616 2003-11-10  Dick Porter  <dick@ximian.com>
18617
18618         * locales.c: Use platform-endian UTF16
18619
18620 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
18621
18622         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
18623         
18624 2003-11-10  Martin Baulig  <martin@ximian.com>
18625
18626         * metadata.c
18627         (mono_metadata_load_generic_params): Make this actually work.
18628
18629         * reflection.c (mono_reflection_bind_generic_parameters): If our
18630         parent is a generic instance, pass all the `types' to it, no
18631         matter whether it has the same number of type parameters or not.
18632
18633 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
18634
18635         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
18636
18637         * assembly.c (mono_assembly_load_references): Move the image<->assembly
18638         assignment code to this function so it gets called recursively for all
18639         modules.
18640
18641         * image.c (load_modules): Remove the assembly assignment since it is
18642         now done by mono_assembly_load_references.
18643         
18644         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
18645         Add 'module' argument.
18646         (mono_module_get_types): New helper function.
18647         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
18648
18649 2003-11-08  Martin Baulig  <martin@ximian.com>
18650
18651         * class.c (mono_class_inflate_generic_method): Interface method
18652         don't have a header.
18653
18654         * reflection.c (mono_image_get_methodspec_token): Take an
18655         additional `MonoGenericInst *' argument instead of reading it from
18656         the header; this is necessary to support interfaces.
18657         (mono_image_create_token): Pass the `MonoGenericInst *' from the
18658         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
18659         (inflated_method_get_object): Take an additional `MonoGenericInst *'
18660         argument.
18661
18662         * reflection.h (MonoReflectionInflatedMethod): Added
18663         `MonoGenericInst *ginst'.
18664
18665 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
18666
18667         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
18668
18669 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
18670
18671         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
18672
18673 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
18674
18675         * reflection.c 
18676         (reflection_methodbuilder_from_method_builder):
18677         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
18678         initialize a ReflectionMethodBuilder structure.
18679         (mono_image_get_methodbuilder_token):
18680         (mono_image_get_ctorbuilder_token): New functions to emit memberref
18681         tokens which point to types in another module inside the same assembly.
18682
18683         * reflection.c: Use the new helper functions.
18684         
18685         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
18686
18687         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
18688         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
18689
18690         * reflection.c (resolution_scope_from_image): Emit a moduleref if
18691         neccesary.
18692
18693         * reflection.c (mono_image_build_metadata): Emit metadata only for the
18694         current module. Emit the manifest only for the main module.
18695
18696         * reflection.c (mono_image_create_token): Add assertion when a 
18697         memberref needs to be created.
18698
18699         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
18700
18701         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
18702         larger buffer for the custom attribute blob. Fixes #50637.
18703         
18704 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18705
18706         * threadpool.c: notify listener on async processing handles after
18707         invoking the async callback. Thanks to Zoltan.
18708
18709 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
18710
18711         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
18712         avoid code duplication.
18713
18714         * reflection.h (MonoDynamicImage): New type which is currently unused,
18715         but will be used through the ref.emit code in place of 
18716         MonoDynamicAssembly.
18717
18718         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
18719         object layout.
18720
18721         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
18722         a MonoDynamicImage instead of just a MonoImage.
18723         
18724         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
18725         icalls to ModuleBuilder but keep their semantics, so they will work
18726         with moduleb->assemblyb. This will change later.
18727         
18728 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
18729
18730         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
18731         object layout.
18732
18733         * reflection.c (mono_image_build_metadata): Avoid creation of a default
18734         main module, since it is now done by the managed code.
18735
18736 2003-11-03  Martin Baulig  <martin@ximian.com>
18737
18738         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
18739         `ginst->klass' here.
18740         (method_encode_methodspec): Don't use the `ginst->generic_method's
18741         klass if it's a generic instance, use `ginst->klass' in this case.
18742
18743 2003-11-03  Martin Baulig  <martin@ximian.com>
18744
18745         * reflection.c (mono_image_get_generic_method_param_info):
18746         Removed, use mono_image_get_generic_param_info() instead.
18747         (mono_image_get_type_info): Write the GenericParam table before
18748         the Method table.  This is neccessary because in the GenericParam
18749         table, type parameters of the class (ie. '!0' etc.) must come
18750         before the ones from its generic methods (ie. '!!0' etc).
18751
18752 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
18753
18754         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
18755
18756 2003-11-02  Martin Baulig  <martin@ximian.com>
18757
18758         * reflection.c (create_generic_typespec): Take a
18759         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
18760         the generic parameters from it.
18761
18762 2003-11-02  Martin Baulig  <martin@ximian.com>
18763
18764         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
18765         instead of a `MonoClassField *' since we just need the type.
18766         (create_generic_typespec): New static function.  Creates a
18767         TypeSpec token for a generic type declaration.
18768         (mono_image_get_generic_field_token): New static function.
18769         (mono_image_create_token): If we're a FieldBuilder in a generic
18770         type declaration, call mono_image_get_generic_field_token() to get
18771         the token.
18772
18773 2003-11-02  Martin Baulig  <martin@ximian.com>
18774
18775         * reflection.h
18776         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
18777         `MonoReflectionGenericInst *declaring_type' and
18778         `MonoReflectionGenericInst *reflected_type' fields.
18779
18780         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
18781         `MonoReflectionGenericInst *declaring_type' and a
18782         `MonoReflectionGenericInst *reflected_type' argument instead of a
18783         single `MonoReflectionGenericInst *type' one.  Set
18784         `res->declaring_type' and `res->reflected_type' from them.
18785         (mono_reflection_inflate_field): Likewise.      
18786
18787 2003-11-02  Martin Baulig  <martin@ximian.com>
18788
18789         * class.c (mono_class_setup_vtable): Don't store generic methods
18790         in the vtable.  
18791
18792 2003-11-02  Martin Baulig  <martin@ximian.com>
18793
18794         * reflection.h (MonoReflectionGenericInst): Added
18795         `MonoReflectionType *declaring_type'.
18796
18797         * reflection.c (mono_reflection_bind_generic_parameters): Use
18798         `if (tb->parent)' instead of `klass->parent'.
18799
18800 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
18801
18802         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
18803         with an empty ASSEMBLY table.
18804
18805         * reflection.c (mono_image_build_metadata): Avoid using the same loop
18806         variable in the inner and outer loops.
18807
18808 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
18809
18810         * metadata.h (mono_metadata_make_token): Put parentheses around macro
18811         argument.
18812
18813         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
18814         
18815         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
18816         icalls. Instead, do everything in managed code. This is needed since
18817         it is hard to restore the original domain etc. in unmanaged code in the
18818         presence of undeniable exceptions.
18819
18820         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
18821         New icalls to push and pop appdomain refs.
18822
18823 2003-10-31  Martin Baulig  <martin@ximian.com>
18824
18825         * class.c (inflate_generic_type): Renamed to
18826         mono_class_inflate_generic_type() and made it public.
18827
18828         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
18829         New interncall.
18830
18831         * loader.c (mono_field_from_memberref): Also set the retklass for
18832         typespecs.
18833
18834         * fielder.c (mono_image_get_inflated_field_token): New static
18835         method; creates a metadata token for an inflated field.
18836         (mono_image_create_token, fixup_method): Added support for
18837         "MonoInflatedField".
18838         (fieldbuilder_to_mono_class_field): New static function.
18839         (mono_reflection_inflate_field): New public function.
18840
18841         * reflection.h
18842         (MonoReflectionGenericInst): Added `MonoArray *fields'.
18843         (MonoReflectionInflatedField): New typedef.     
18844
18845 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
18846
18847         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
18848         for Solaris and other platforms without s6_addr16
18849
18850 2003-10-30  Martin Baulig  <martin@ximian.com>
18851
18852         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
18853         argument instead of two.
18854         (mono_class_inflate_generic_signature): Likewise.
18855         (inflate_generic_header): Likewise.
18856         (mono_class_inflate_generic_method): Likewise.  In addition, if
18857         `ginst->klass' is set, it becomes the new `method->klass'.
18858
18859         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
18860         field.
18861
18862         * reflection.c (encode_generic_method_sig): Write a 0xa as the
18863         first byte. [FIXME]
18864         (method_encode_methodspec): If we have generic parameters, create
18865         a MethodSpec instead of a MethodRef.
18866         (fixup_method): Added support for "MonoInflatedMethod" and
18867         "MonoInflatedCtor".
18868         (mono_image_create_token): Added support for "MonoInflatedMethod"
18869         and "MonoInflatedCtor".
18870         (inflated_method_get_object): New static function; returns a
18871         managed "System.Reflection.MonoInflatedMethod" object.
18872         (mono_reflection_bind_generic_method_parameters): Return a
18873         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
18874         (mono_reflection_inflate_method_or_ctor): Likewise.
18875         (mono_image_get_generic_method_param_info): Initialize unused
18876         fields to zero.
18877         (mono_image_get_generic_param_info): Likewise.
18878
18879         * reflection.h (MonoReflectionInflatedMethod): New public
18880         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
18881         "S.R.MonoInflatedCtor" classes.
18882
18883         * loader.c (method_from_memberref): If we're a TypeSpec and it
18884         resolves to a generic instance, inflate the method.
18885
18886 2003-10-28  Dick Porter  <dick@ximian.com>
18887
18888         * object.c (mono_runtime_run_main): Convert command-line arguments
18889         into utf8, falling back to the user's locale encoding to do so.
18890
18891 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
18892
18893         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
18894         at this time.
18895
18896         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
18897
18898         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
18899         up icalls at method definition time. Partially fixes #33569.
18900
18901 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
18902
18903         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
18904         marshalling of arrays. Fixes #50116.
18905
18906         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
18907
18908         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
18909         points to a vtable in the dying appdomain.
18910
18911         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
18912         listeners into unmanaged code inside the lock.
18913
18914         * object.c (mono_class_vtable): Turn off typed allocation in non-root
18915         domains and add some comments.
18916
18917 2003-10-25  Martin Baulig  <martin@ximian.com>
18918
18919         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
18920
18921         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
18922
18923         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
18924         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
18925         currently parsing.  Create the generic class and store it in
18926         `generic_inst->klass' before parsing the type arguments.  This is
18927         required to support "recursive" definitions; see mcs/tests/gen-23.cs
18928         for an example.
18929         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
18930         to support recursive typespec entries.
18931
18932         * class.c (mono_class_setup_parent): If our parent is a generic
18933         instance, we may get called before it has its name set.
18934         (mono_class_from_generic): Splitted into
18935         mono_class_create_from_generic() and mono_class_initialize_generic().
18936
18937 2003-10-25  Martin Baulig  <martin@ximian.com>
18938
18939         * icall.c (ves_icall_Type_BindGenericParameters): Return a
18940         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
18941         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
18942         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
18943
18944         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
18945         (create_typespec): Likewise.
18946         (mono_reflection_bind_generic_parameters): Return a
18947         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
18948         (mono_reflection_inflate_method_or_ctor): New public function.
18949
18950         * reflection.h (MonoReflectionGenericInst): New typedef.        
18951
18952 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
18953
18954         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
18955         inside the domain lock. Fixes #49993.
18956         
18957         * object.c (mono_class_vtable): When typed allocation is used, 
18958         allocate vtables in the GC heap instead of in the mempool, since the
18959         vtables contain GC descriptors which are used by the collector even
18960         after the domain owning the mempool is unloaded.
18961
18962         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
18963
18964         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
18965         reflect what it does. Also invalidate mempools instead of freeing
18966         them if a define is set.
18967
18968         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
18969         of the appdomain.
18970         
18971         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
18972         hold the finalizable objects in this domain.
18973
18974         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
18975         appdomain.
18976
18977         * appdomain.c (mono_domain_set): New function to set the current
18978         appdomain, but only if it is not being unloaded.
18979
18980         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
18981         appdomain which is being unloaded.
18982         
18983         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
18984         unloading of the root appdomain.
18985
18986         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
18987         icall to execute a method in another appdomain. Intended as a 
18988         replacement for InternalSetDomain, which can confuse the code 
18989         generation in the JIT.
18990
18991         * appdomain.c (mono_domain_is_unloading): New function to determine
18992         whenever an appdomain is unloading.
18993
18994         * appdomain.c (mono_domain_unload): New function to correctly unload
18995         an appdomain.
18996
18997         * assembly.c (mono_assembly_load_references): Check that an assembly
18998         does not references itself.
18999
19000         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
19001         domain manually, it asks the finalizer thread to do it, then waits for
19002         the result. Also added a timeout.
19003
19004         * icall.c: Register the new icalls.
19005
19006         * threads.h threads.c: Export the mono_gc_stop_world and 
19007         mono_gc_start_world functions.
19008         
19009         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
19010         function to fill out the mempool with 0x2a.
19011
19012 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
19013
19014         * reflection.h (MonoReflectionMethodAux): New structure to store
19015         information which is rarely used, thus is not in the MonoMethod
19016         structure.
19017
19018         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
19019         store the aux info.
19020
19021         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
19022         and marshalling info into the aux structure.
19023
19024         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
19025         from the aux structure.
19026
19027         * loader.c (mono_method_get_param_names): Retrieve the param names from
19028         the aux structure.
19029         
19030 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
19031
19032         * exception.h exception.c: Add AppDomainUnloadedException && fix 
19033         warning.
19034
19035 2003-10-21  Dick Porter  <dick@ximian.com>
19036
19037         * socket-io.c
19038         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
19039         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
19040
19041 2003-10-21  Martin Baulig  <martin@ximian.com>
19042
19043         * reflection.c (mono_reflection_bind_generic_parameters):
19044         `klass->parent' is NULL for interfaces.
19045
19046 2003-10-21  Martin Baulig  <martin@ximian.com>
19047
19048         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
19049
19050 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
19051
19052         * exception.c (mono_exception_from_name_msg): New helper function for
19053         creating exceptions and initializing their message field.
19054
19055         * exception.c: Simplify functions using the new helper.
19056
19057         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
19058         New function.
19059
19060         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
19061         mono_raise_exception, since otherwise gcc doesn't generate the function
19062         epilog for raise_exception, confusing the stack unwinding in the JIT.
19063         Fixes #45043.
19064
19065         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
19066         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
19067         Fixes #49499.
19068
19069 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19070
19071         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
19072         utf8.
19073
19074 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
19075
19076         * icall.c: Removed GetUninitializedObject method because
19077           AllocateUninitializedClassInstance does the same.
19078
19079 2003-10-18  Martin Baulig  <martin@ximian.com>
19080
19081         * class.c (inflate_generic_signature): Renamed to
19082         mono_class_inflate_generic_signature() and made it public.
19083         (my_mono_class_from_generic_parameter): New static function; if we
19084         don't already have the generic parameter's MonoClass, create a
19085         very simple one which is just used internally in the runtime and
19086         not passed back to managed code.
19087
19088         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
19089
19090         * metadata.h (MonoMethodSignature): Moved the
19091         `MonoGenericParam *gen_params' to the MonoMethodHeader.
19092         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
19093
19094         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
19095         ves_icall_MonoMethod_GetGenericArguments(); this is now an
19096         interncall on the MonoMethod class, not on MethodInfo.
19097         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
19098         calling mono_reflection_bind_generic_method_parameters() directly.
19099
19100         * loader.c (mono_method_get_signature): If this is a MethodSpec;
19101         return the already computed `method->signature'.
19102         (method_from_methodspec): New static function to load a method
19103         from a MethodSpec entry.
19104         (mono_get_method_from_token): Call the new method_from_methodspec()
19105         for MethodSpec tokens.  
19106         (mono_get_method_from_token): If we're a generic method, load the
19107         type parameters.
19108
19109         * reflection.c (mono_image_get_memberref_token): Allow
19110         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
19111         table.
19112         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
19113         (mono_image_create_token): First check whether it's a generic
19114         method (so we'd need to create a MethodSpec), then do the other
19115         two alternatives.
19116         (mono_reflection_bind_generic_method_parameters): Return a
19117         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
19118         called directly from the interncall.
19119
19120 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
19121
19122         * reflection.c (load_public_key): Move loading of the public key
19123         into managed code.
19124
19125         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
19126
19127         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
19128         fields.
19129
19130         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
19131         culture, hash_alg and public_key. Fixes #49555.
19132
19133 2003-10-17  Martin Baulig  <martin@ximian.com>
19134
19135         * class.h (MonoGenericInst): Moved this declaration here and added
19136         `MonoMethod *generic_method'.
19137
19138         * icall.c
19139         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
19140         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
19141
19142         * metadata.c (mono_metadata_type_equal): Two types of
19143         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
19144         index; ie. don't compare the address of the `MonoGenericParam'
19145         structure.
19146         (mono_metadata_load_generic_params): Removed the `MonoMethod
19147         *method' argument.
19148
19149         * metadata.h (MonoGenericInst): Moved declaration to class.h.
19150         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
19151
19152         * reflection.c (method_encode_signature): Encode the number of
19153         generic parameters.
19154         (encode_generic_method_sig): New static function.
19155         (method_encode_methodspec): New static function; creates an entry
19156         in the MethodSpec table for a generic method.
19157         (mono_image_get_methodspec_token): New static function.
19158         (mono_image_create_token): Call mono_image_get_methodspec_token()
19159         for generic methods.
19160         (mono_reflection_bind_generic_method_parameters): New public
19161         function.  Instantiates a generic method.
19162
19163 2003-10-16  Martin Baulig  <martin@ximian.com>
19164
19165         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
19166         *gen_params' here from MonoMethodHeader.
19167
19168         * metadata.c (mono_metadata_parse_method_signature): If we have
19169         generic parameters, initialize `method->gen_params' and then set
19170         the correct `type->data.generic_param' in all the parameters.
19171
19172 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
19173
19174         * threads.c (mono_threads_get_default_stacksize): New function to 
19175         return the default stacksize.
19176
19177         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
19178         termination of the finalizer thread, since the previous method had
19179         race conditions. Fixes #49628.
19180
19181         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
19182         as for the other managed threads.
19183
19184 2003-10-16  Martin Baulig  <martin@ximian.com>
19185
19186         * class.c (inflate_generic_signature): Copy `generic_param_count'
19187         and `gen_params'.
19188
19189         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
19190         New interncall.
19191
19192         * metadata.c (mono_metadata_parse_method_signature): Actually set
19193         the `method->generic_param_count' here.
19194         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
19195
19196 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
19197
19198         * object.h: Add a new field to TypedRef to simplify the implementation
19199         of the REFANY opcodes in the JIT.
19200
19201         * icall.c: Make use of the new field.
19202
19203         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
19204         dynamically.
19205
19206 2003-10-15  Martin Baulig  <martin@ximian.com>
19207
19208         * class.c (mono_class_from_gen_param): Renamed to
19209         mono_class_from_generic_parameter() and moved most of the
19210         functionality from mono_reflection_define_generic_parameter()
19211         here; ie. we create a "real" class here.
19212         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
19213         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
19214         previously been called.
19215
19216         * class.h (MonoGenericParam): Moved the declaration of this struct
19217         here from metadata.h and added `MonoMethod *method'.
19218
19219         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
19220         interncall.
19221
19222         * loader.c (mono_get_method_from_token): If we have any generic
19223         parameters, call mono_metadata_load_generic_params() to read them
19224         from the MONO_TABLE_GENERICPAR.
19225
19226         * metadata.c (mono_metadata_load_generic_params): Added
19227         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
19228
19229         * metadata.h (MonoMethodSignature): Replaced
19230         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
19231         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
19232
19233         * reflection.c (mono_reflection_define_generic_parameter): Moved
19234         most of the functionality into the new
19235         mono_class_from_generic_parameter(); set the `method' field if
19236         we're a method parameter.       
19237
19238 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
19239
19240         * marshal.c (emit_struct_conv): if native size is 0
19241         emit no code.
19242
19243 2003-10-14  Martin Baulig  <martin@ximian.com>
19244
19245         * icall.c: The generics API has changed in the spec since it was
19246         added to System.Type; these modifications make it match the spec
19247         again.
19248         (ves_icall_Type_GetGenericParameters): Renamed to
19249         `ves_icall_Type_GetGenericArguments'.
19250         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
19251         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
19252         `ves_icall_MonoType_get_HasGenericArguments'.
19253         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
19254         `ves_icall_MonoType_get_IsGenericParameter'.
19255         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
19256         this is no interncall anymore.
19257         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
19258         `ves_icall_TypeBuilder_get_IsGenericParameter'.
19259
19260 2003-10-14  Martin Baulig  <martin@ximian.com>
19261
19262         * reflection.c (mono_reflection_bind_generic_parameters): Also
19263         inflate generic methods if we're reading the class from IL.
19264
19265 2003-10-13  Martin Baulig  <martin@ximian.com>
19266
19267         * reflection.c (mono_reflection_define_generic_parameter): This
19268         method isn't called directly from the icall anymore; take a
19269         `MonoReflectionAssemblyBuilder *' so we can use this for type and
19270         method generic parameters.
19271         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
19272         (method_builder_encode_signature): Encode generic parameters.
19273         (mono_image_get_method_info): Write generic params to the
19274         MONO_TABLE_GENERICPARAM table.
19275
19276         * reflection.h (MonoReflectionMethodBuilder): Added
19277         `MonoArray *generic_params'.
19278
19279         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
19280
19281         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
19282         wrapper for mono_reflection_define_generic_parameter().
19283         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
19284
19285 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
19286
19287         * marshal.h: Add missing function to fix build.
19288
19289         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
19290         the SetLastError pinvoke attribute.
19291
19292         * marshal.c (mono_marshal_set_last_error): New helper function called
19293         by the generated code.
19294         
19295         * marshal.c (mono_mb_emit_branch): New helper function.
19296
19297         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
19298
19299         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
19300         classes as parameters and return values of delegates. Fixes #29256. 
19301
19302 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
19303
19304         * locales.c: use gint32 in non HAVE_ICU case
19305
19306 2003-10-11  Martin Baulig  <martin@ximian.com>
19307
19308         * mono-debug.c (mono_debug_add_method): Added a workaround for
19309         bug #48591.
19310
19311 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
19312
19313         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
19314         delegates passed to native code must use the STDCALL calling 
19315         convention. Fixes #35987.
19316
19317 2003-10-10  Martin Baulig  <martin@ximian.com>
19318
19319         * class.c (inflate_generic_type): If we're inflating for a generic
19320         type instance (and not for a generic method), return
19321         MONO_TYPE_MVAR unchanged.
19322
19323 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19324
19325         * string-icalls.c: Join ignores null strings in the source array.
19326         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
19327         * threads.c: GetAvailableTheads is slightly more accurate.
19328
19329 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
19330
19331         * threads.h threads.c : add mono_threads_set_default_stacksize
19332         and pass default to CreateThread calls.
19333
19334 2003-10-09  Dick Porter  <dick@ximian.com>
19335
19336         * icall.c:
19337         * locales.h:
19338         * locales.c: Internal calls for constructing CultureInfo and
19339         related objects from libicu (if its available.)
19340
19341 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
19342
19343         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
19344
19345 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19346
19347         * threadpool.c: added an argument to async_invoke_thread that is the
19348         item to process, pass the MonoAsyncResult to the thread start function
19349         when creating a new thread. This way we don't need to acquire any lock
19350         when we're creating a new thread. Readded a semaphore for faster
19351         response times (instead of that Sleep i added).
19352
19353 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
19354
19355         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
19356         get daylight change dates better on Windows, fix handling
19357         of platforms without tm_gmtoff.
19358
19359 2003-10-06  Martin Baulig  <martin@ximian.com>
19360
19361         * class.c (inflate_generic_method): Renamed to
19362         mono_class_inflate_generic_method() and made public.
19363         (mono_class_init): Don't inflate the generic methods here.
19364         (mono_class_from_generic): Added `gboolean inflate_methods'
19365         argument.  Inflate the methods here.
19366
19367         * loader.c (mono_method_get_param_names): Ignore instances of
19368         generic types for the moment.
19369
19370         * reflection.c (fixup_method): Added support for inflated methods.
19371         (mono_image_create_token): Use mono_image_get_methodref_token()
19372         for inflated methods.
19373         (mono_custom_attrs_from_param): Ignore instances of generic types
19374         for the moment.
19375         (mono_reflection_bind_generic_parameters): New public function.
19376         Moved all the functionality from
19377         ves_icall_Type_BindGenericParameters() here and added support for
19378         dynamic types.
19379         (mono_reflection_define_generic_parameter): Initialize
19380         `klass->methods' here.
19381
19382         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
19383         functionality into mono_reflection_define_generic_parameter().
19384         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
19385         TypeBuilder, return that TypeBuilder.
19386
19387 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19388
19389         * appdomain.c: removed mono_delegate_semaphore.
19390
19391         * threadpool.c:
19392         (mono_thread_pool_add): moved hash table creation inside and the thread 
19393         creation outside of the critical region.
19394         (mono_thread_pool_finish): removed obsolete code.
19395         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
19396         continue or exit the thread depending on the queue.
19397
19398 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
19399
19400         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
19401         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
19402         handle more bool marshalling options
19403
19404 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
19405
19406         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
19407         arrays of structs. Also add a more descriptive error message when
19408         a structure member is marshalled as LPArray.
19409
19410 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
19411
19412         * marshal.c (mono_marshal_get_native_wrapper): Add support for
19413         marshalling arrays of complex types. Fixes #29098. Also remove an
19414         usused and incomplete function.
19415
19416 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
19417
19418         * gc.c: report heap_size - free_bytes as total memory allocated
19419         (bug#49362).
19420
19421 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
19422
19423         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
19424         fix timezone handling problems on Windows.
19425         
19426         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
19427         asserts when the year is outside the range handled by ms the functions.
19428
19429         * class.c (setup_interface_offsets): If the class is an interface,
19430         fill out its interface_offsets slot.
19431
19432 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19433
19434         * threadpool.c: mark threadpool threads as background.
19435
19436 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
19437
19438         * decimal.c - define DECINLINE to nothing if not using GCC
19439
19440 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
19441
19442         * assembly.c: More refcount fixes.
19443
19444 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19445
19446         * string-icalls.c: if we're not trimming, return the same string.
19447         When not splitting, don't create a new string.
19448
19449 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19450
19451         * image.c:
19452         (mono_image_open): increment the ref_count inside the critical section.
19453
19454 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
19455
19456         * image.c (mono_image_open): Fix reference counting bug.
19457
19458 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
19459
19460         * marshal.c (mono_marshal_type_size) struct alignment changed for 
19461         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
19462         64bits. Avoid leak in mono_marshal_get_native_wrapper when
19463         mono_lookup_pinvoke_call throws.        
19464
19465 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
19466
19467         * reflection.c (mono_reflection_parse_type): Fix #49114.
19468
19469         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
19470         temporary workaround for cygwin header problem.
19471
19472         * object.c (mono_object_isinst): Synchronize this with the code
19473         generated by the JIT for casts.
19474
19475 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
19476
19477         * reflection.c (encode_type): Fix #38332.
19478
19479 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
19480
19481         * marshal.c (mono_marshal_method_from_wrapper): New function to return
19482         the original method from the wrapper method.
19483
19484 2003-09-25  Martin Baulig  <martin@ximian.com>
19485
19486         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
19487         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
19488         (ves_icall_Type_get_IsGenericInstance): New interncall.
19489
19490 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
19491
19492         * object.c: fix cast warning in big endian code.
19493
19494 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
19495
19496         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
19497         
19498 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19499
19500         * assembly.c: don't call check_env from mono_assembly_load. It's
19501         already done once in mono_assemblies_init and may cause headaches when
19502         multiple threads are loading assemblies.
19503
19504 2003-09-19  Martin Baulig  <martin@ximian.com>
19505
19506         * reflection.c (mono_reflection_define_generic_parameter): Don't
19507         allocate `klass->methods', set `klass->flags' to
19508         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
19509
19510 2003-09-18  Martin Baulig  <martin@ximian.com>
19511
19512         * class.c (mono_class_init): Don't create `class->methods' if it's
19513         already initialized.
19514
19515         * metadata.c (mono_metadata_load_generic_params): Make this
19516         actually work.
19517
19518         * reflection.c (mono_reflection_define_generic_parameter): Set
19519         parent class and interfaces from the constraints.
19520
19521         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
19522         to keep this struct in sync with the declaration in TypeBuilder.cs.
19523
19524 2003-09-17  Martin Baulig  <martin@ximian.com>
19525
19526         * metadata.h (MonoType): Replaced the data's `int type_param'
19527         field with `MonoGenericParam *generic_param'.
19528         (MonoGenericParam): Added `MonoClass *klass'.
19529
19530         * class.c (mono_class_from_gen_param): Removed the
19531         `MonoImage *image' and `int type_num' arguments.
19532
19533         * metadata.c (mono_metadata_parse_generic_param): New static
19534         method; creates a MonoGenericParam which just contains the index.
19535         (do_mono_metadata_parse_type): Call
19536         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
19537         MONO_TYPE_MVAR.
19538
19539         * reflection.c (mono_image_typedef_or_ref): Generic type
19540         parameters may be in the same assembly, but never use a typedef
19541         for them.
19542         (mono_reflection_define_generic_parameter): We're now creating a
19543         "real" class for the type parameter; it's now safe to call
19544         mono_class_from_mono_type() on the class'es type, it'll do the
19545         right thing.
19546
19547 2003-09-16  Martin Baulig  <martin@ximian.com>
19548
19549         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
19550         `symfile->range_entry_size' and `symfile->class_entry_size' here;
19551         the `symfile' data structure must be fully initialized before it
19552         gets added to the table.
19553
19554 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
19555
19556         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
19557
19558         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
19559         class init trampolines.
19560
19561 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
19562
19563         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
19564         to the built-in profiler to turn off time and allocation profiling
19565         respectively.
19566
19567 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
19568
19569         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
19570         g_direct_equal.
19571
19572         * debug-helpers.c (mono_method_full_name): Print the wrapper type
19573         in human readable form.
19574
19575 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
19576
19577         * reflection.c icall.c: Fixed warnings.
19578
19579         * image.c (load_class_names): Use a temporary hash table to hold the
19580         namespaces in order to avoid doing many string comparisons.
19581
19582         * image.h: Fix typo.
19583
19584         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
19585         Pass NULL instead of g_direct_equal to the GHashTable constructor 
19586         since the NULL case is short-circuited inside g_hash_table_lookup, 
19587         leading to better performance.  
19588
19589         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
19590         obtain the first custom attribute for a given index. Depends on the
19591         CustomAttribute table being sorted by the parent field.
19592
19593         * reflection.c (mono_custom_attrs_from_index): Use the new function 
19594         for better performance.
19595
19596 2003-09-07  Martin Baulig  <martin@ximian.com>
19597
19598         * class.c (mono_class_init): If we're a generic instance, inflate
19599         all our methods instead of loading them from the image.
19600         (mono_class_from_generic): Set `class->methods = gklass->methods'.
19601
19602 2003-09-07  Martin Baulig  <martin@ximian.com>
19603
19604         * mono-debug-debugger.c: Added support for constructors.
19605
19606 2003-09-06  Martin Baulig  <martin@ximian.com>
19607
19608         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
19609         New interncall.
19610
19611         * reflection.c (mono_reflection_setup_generic_class): Call
19612         ensure_runtime_vtable() to create the vtable.
19613
19614 2003-09-05  Martin Baulig  <martin@ximian.com>
19615
19616         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
19617         MONO_TYPE_MVAR.
19618
19619 2003-09-04  Martin Baulig  <martin@ximian.com>
19620
19621         * reflection.c (mono_reflection_define_generic_parameter): Generic
19622         parameters start with zero.
19623
19624 2003-09-04  Martin Baulig  <martin@ximian.com>
19625
19626         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
19627
19628         * reflection.h (MonoReflectionGenericParam): New typedef.
19629         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
19630         the generic parameters from the managed TypeBuilder.
19631
19632         * reflection.c (mono_reflection_define_generic_parameter): New function.
19633         (mono_reflection_create_runtime_class): Encode generic parameters.
19634         (mono_reflection_setup_generic_class): New function; this is
19635         called after adding adding all generic params to the TypeBuilder.
19636         (encode_type): Added MONO_TYPE_VAR.
19637
19638 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
19639
19640         * class.h class.c (mono_class_needs_cctor_run): Moved this method
19641         here from the JIT.
19642
19643         * assembly.h assembly.c: Moved the AOT loading code into an assembly
19644         load hook.
19645
19646 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
19647
19648         * reflection.h reflection.c class.h class.c: Delete duplicate 
19649         definition of mono_type_get_name () from reflection.c and export the
19650         one in class.c.
19651
19652         * class.c: Class loading fixes from Bernie Solomon 
19653         (bernard@ugsolutions.com).
19654
19655         * reflection.c: Endianness fixes from Bernie Solomon 
19656         (bernard@ugsolutions.com).
19657         
19658 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
19659
19660         * assembly.h assembly.c: Define a file format version for AOT
19661         libraries.
19662         
19663         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
19664
19665         * appdomain.h (MonoJitInfo): New field to determine whenever the
19666         code is domain neutral.
19667         
19668 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
19669
19670         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
19671
19672 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
19673
19674         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
19675         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
19676         Avoid caching the result since strings must be domain specific. Fixes
19677         #48050.
19678
19679 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
19680
19681         * marshal.c (mono_marshal_init): Make this callable multiple times
19682         since it is hard to find a correct place to call it.
19683
19684         * object.c (mono_runtime_class_init): Execute static constructors in
19685         the correct appdomain.
19686
19687         * image.c (build_guid_table): Handle the case when multiple images have
19688         the same GUID.
19689
19690 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19691
19692         * icall.c: added a couple of icalls for System.Web.
19693
19694 2003-08-28  Martin Baulig  <martin@ximian.com>
19695
19696         * icall.c (ves_icall_Type_BindGenericParameters): Use
19697         `klass->generic_inst' instead of `&klass->byval_arg' in the
19698         mono_type_get_object() call.  The returned type must be
19699         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
19700
19701 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
19702
19703         * NOTES: New file.
19704
19705         * object.c (mono_class_proxy_vtable): Make it thread safe.
19706
19707         * pedump.c: Fix warning.
19708
19709         * object.c appdomain.h: Get rid of metadata_section. 
19710         It is no longer needed and it was causing deadlocks with domain->lock.
19711
19712         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
19713
19714 2003-08-26  Martin Baulig  <martin@ximian.com>
19715
19716         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
19717
19718 2003-08-26  Martin Baulig  <martin@ximian.com>
19719
19720         * pedump.c (main): Call mono_metadata_init(),
19721         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
19722         and mono_loader_init().
19723
19724 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
19725
19726         * loader.h: Add missing include to fix build.
19727
19728         * image.h: mono_image_load_references is no more.
19729
19730         * assembly.c: Reworked assembly loading to make it really thread safe.
19731         After these changes, the assembly returned by mono_assembly_open is
19732         fully initialized, i.e. all its references assemblies are loaded.
19733
19734         * assembly.c (mono_image_load_references): Renamed to 
19735         mono_assembly_load_references, and made private, since clients no
19736         longer need to call it.
19737
19738         * class.c: Removed calls to mono_assembly_load_references, since it was
19739         a source of deadlocks.
19740
19741         * loader.h loader.c class.h class.c: Protect data structures using a 
19742         new lock, the loader lock.
19743
19744         * class.c (mono_class_setup_vtable): Create temporary hash tables and
19745         GPtrArrays only when needed.
19746
19747         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
19748         into empty structures by mcs. Fixes pinvoke7.cs.
19749         
19750         * domain.c (mono_init): Call a new initialization function.
19751
19752         * appdomain.c (mono_runtime_init): Call the new initializer function
19753         of the marshal module.
19754
19755         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
19756         inserted into empty structures by mcs. Fixes pinvoke7.cs.
19757
19758         * marshal.h marshal.c: Added locks around the wrapper caches to make
19759         this module thread safe.
19760
19761         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
19762         this argument. Fixes pinvoke1.exe.
19763
19764 2003-08-25  Lluis Sanchez <lluis@ximian.com>
19765
19766         * object.h: Added call_type field to MonoMethodMessage and the corresponding
19767         enumeration of values. Removed fields to store remote call output values in
19768         MonoAsyncResult. Not needed any more.
19769         * object.c: Initialize call_type and async_result fields in mono_message_init.
19770         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
19771         dispatching the message.
19772         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
19773         async call to finish. To do it use a message with EndInvoke call type.
19774
19775 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
19776
19777         * loader.h loader.c (mono_method_hash_marhal_info): New function which
19778         determines whenever a method has marshalling info.
19779
19780 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19781
19782         * assembly.c: fix the build on windows.
19783
19784 2003-08-22 Lluis Sanchez <lluis@ximian.com>
19785
19786         * object.cs: Fixed bug #47785.
19787
19788 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
19789
19790         * string-icalls.c (StringReplace): If their are no occurances of
19791         the old string found return a reference to the supplied
19792         string. This saves some memory and matches MS behavoir.
19793         
19794 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19795
19796         * socket-io.c: fixed compilation for systems that define AF_INET6
19797         and don't define SOL_IP/SOL_IPV6.
19798
19799 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
19800
19801         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
19802         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
19803
19804         * rawbuffer.c rawbuffer.h: Make this module thread safe.
19805
19806         * domain.c: Make this module thread safe.
19807
19808         * domain.c (mono_init): Call new initialization function.
19809
19810         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
19811         reference types too. Fixes #38812.
19812
19813         * image.c (mono_image_init): Fixed warnings.
19814
19815         * class.c (mono_class_from_typeref): Handle assembly load failure
19816         correctly.
19817
19818         * appdomain.c (add_assemblies_to_domain): Handle the case when
19819         the references of an assembly are not yet loaded.
19820
19821         * metadata.c image.c assembly.c: Moved initialization of global
19822         variables to a separate function called at startup since lazy 
19823         initialization of these variables is not thread safe.
19824         
19825         * image.c assembly.c: Made this module thread safe by adding locks in 
19826         the appropriate places.
19827
19828         * domain.c (mono_init): Call the new initialization functions of the
19829         three modules.
19830
19831 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
19832
19833         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
19834           make a direct call. It is proxy's work to make the call asynchronous.
19835           mono_delegate_end_invoke(): If the targe is a proxy, just collect
19836           the return values.
19837         * object.cs: mono_method_call_message_new(): read AsyncResult and
19838           state object from parameters list, if this info is requested.
19839         * object.h: Added fields to store remote call output values in
19840           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
19841
19842 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
19843
19844         * object.h: add needed fields to MonoThread.
19845         * threads.c, threads.h: allow registering a function to cleanup data
19846         allocated per thread by the JIT.
19847
19848 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
19849
19850         * loader.h: portability fix by Bernie Solomon
19851         * <bernard@ugsolutions.com>.
19852
19853 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
19854
19855         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
19856         return a MonoArray. This simplifies the code and also ensures that
19857         the cache allways contains an object reference as a value.
19858
19859         * icall.c (ves_icall_get_parameter_info): Simplified using the new
19860         function.
19861
19862 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19863
19864         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
19865         fixes a problem with byte ordering when getting the address family for
19866         a socket.
19867
19868 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
19869
19870         * .cvsignore: Added monosn.
19871
19872         * reflection.h reflection.c loader.c: Added support for parameter
19873         marshalling to dynamically created types. Fixes #47295.
19874
19875 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
19876
19877         * rand.c: remove useless warnings.
19878
19879 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
19880
19881         * class.c: implemented ldtoken for methods and fieldrefs.
19882
19883 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19884
19885         * threadpool.c: when mono_async_invoke was called, no one took care of
19886         monitoring the queue. So if the method invoked took some time and we
19887         got new async invoke requests after 500 ms (the thread created waited
19888         that long in WaitForSingleObject), the new async invoke was not called
19889         until the previous one finished.
19890
19891         This is fixed now. Thanks to Totte for helping with it.
19892
19893 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19894
19895         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
19896
19897 2003-08-11  Martin Baulig  <martin@ximian.com>
19898
19899         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
19900
19901 2003-08-06  Martin Baulig  <martin@ximian.com>
19902
19903         * mono-debug-debugger.c: Added support for static fields,
19904         properties and methods.
19905
19906 2003-08-06  Martin Baulig  <martin@ximian.com>
19907
19908         * mono-debug-debugger.c: Don't store the MonoString's vtable to
19909         make this work for applications with multiple application domains.
19910
19911 2003-08-04  Martin Baulig  <martin@ximian.com>
19912
19913         * mono-debug-debugger.c: Completely reworked the type support; the
19914         most important thing is that we're now just using one single
19915         `MonoType' instance per type.
19916
19917 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
19918
19919         * mono-endian.h, mono-endian.c, icall.c: Added icall
19920         ves_icall_System_Double_AssertEndianity to assert double word endianity
19921         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
19922
19923 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
19924
19925         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
19926         support, icalls and fixes.
19927
19928 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
19929
19930         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
19931         classes that are a punctuation character in .NET is not the same a
19932         g_unichar_ispunct.
19933
19934 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
19935
19936         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
19937
19938 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
19939
19940         * icall.c: Add new MemCopy internalcall.
19941         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
19942         Simplified code; It is not necessary to handle all the cases here,
19943         as the C# code takes care of it.  Only handle the case of the name
19944         resource embedded into the assembly.
19945
19946         Changed signature to return the data pointer and the size of the
19947         data. 
19948
19949 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
19950
19951         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
19952         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
19953
19954 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
19955
19956         * socket-io.c: ignore EINTR error in select.
19957
19958 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
19959
19960         * class.h, class.c: removed unused subclasses field in MonoClass.
19961
19962 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
19963
19964         * icall.c: improve fix of get_base_definition(). If the parent class
19965           doesn't have the mehod, look at the parent of the parent.
19966         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
19967           to check if a parameter is an in or out parameter
19968           (PARAM_ATTRIBUTE_IN is not set by default).
19969           mono_method_return_message_restore(): Use mono_class_value_size to
19970           get the size of a value type. mono_type_stack_size (parameterType)
19971           does not return the correct value if parameterType is byRef.
19972           mono_load_remote_field(), mono_load_remote_field_new(),
19973           mono_store_remote_field(), mono_store_remote_field_new():
19974           raise exception if the remote call returns an exception.
19975
19976 2003-07-28  Martin Baulig  <martin@ximian.com>
19977
19978         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
19979         method.  This is a wrapper around mono_runtime_invoke() which
19980         boxes the instance object if neccessary.
19981
19982 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
19983
19984         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
19985         metadata.h, row-indexes.h, verify.c: first cut of generics support.
19986
19987 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
19988
19989         * icall.c: disable mcs bug workaround.
19990
19991 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
19992
19993         * object.c (mono_runtime_class_init): Take the metadata_section
19994         mutex before obtaining the domain mutex.
19995
19996         * appdomain.h: Added definition of metadata_section mutex here. 
19997
19998         * object.c: define metadata_mutex here.
19999
20000 2003-07-24  Ravi Pratap  <ravi@ximian.com>
20001
20002         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
20003         fixed.
20004
20005 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
20006
20007         * reflection.c: Fix bug #46669
20008
20009 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20010
20011         * exception.c:
20012         * exception.h:
20013         * icall.c:
20014         * object.h: fill in the type name for TypeLoadException.
20015
20016 2003-07-23  Ravi Pratap  <ravi@ximian.com>
20017
20018         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
20019         relationship between TypeBuilders while compiling corlib) and bug
20020         45993 (Array types returned from the runtime while compiling
20021         corlib were from the loaded corlib).
20022
20023 2003-07-22  Martin Baulig  <martin@ximian.com>
20024
20025         * mono-debug-debugger.c: Reworked the type support a bit more;
20026         distinguish between types and classes.
20027
20028 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
20029
20030         * icall.c: add IsArrayImpl icall.
20031
20032 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
20033
20034         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
20035         initializing real_size only once. Also fix bug #46602.
20036
20037 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
20038
20039         * object.c: Renamed mono_metadata_section to metadata_section.
20040
20041 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
20042
20043         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
20044           empty array if the type is an array. Fixed.
20045           ves_icall_MonoMethod_get_base_definition: if the base method
20046           is abstract, get the MethodInfo from the list of methods of
20047           the class.
20048         * reflection.c: ParameterInfo.PositionImpl should be zero-based
20049           and it was 1-based. Fixed in mono_param_get_objects.
20050
20051 2003-07-20  Martin Baulig  <martin@ximian.com>
20052
20053         * mono-debug.h: Set version number to 31.
20054         (mono_debug_init): Added `MonoDomain *' argument.
20055
20056         * mono-debug-debugger.c: Reworked the type support; explicitly
20057         tell the debugger about builtin types; pass the `klass' address to
20058         the debugger.
20059
20060 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
20061
20062         * image.c: Allow new metadata tables to be loaded without a
20063         warning. Also update the warning message to give the new constant value.
20064                 
20065 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
20066
20067         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
20068         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
20069         array type representation changes.
20070
20071 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
20072
20073         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
20074         on Environment.Exit () call.
20075
20076 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
20077
20078         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
20079         requires a matching corlib.
20080
20081 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
20082
20083         * Changelog: My editor decided to add a CR to each line. Sorry about that.
20084           Committed again without the CRs.
20085         
20086 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
20087
20088         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
20089           getting it from the "this" socket instance. Did not work
20090           if the socket is a subclass of Socket.
20091           Also fixed bug #35371.
20092
20093 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
20094
20095         * metadata.c: fixed size for TypedByRef.
20096         * loader.c: when searching for a method, consider the vararg amrker.
20097         * unicode.c, decimal.c: constify some arrays.
20098
20099 2003-07-15  Dick Porter  <dick@ximian.com>
20100
20101         * socket-io.c: Fixed compilation for gcc < 3.2.
20102
20103         Fixed compilation for machines that don't have AF_INET6 (thanks to
20104         Bernie Solomon <bernard@ugsolutions.com> for that part.)
20105
20106         Fixed compile warnings.
20107         
20108         Fixed formatting and line endings.
20109
20110 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
20111
20112         * socket-io.h:
20113         * socket-io.c: Added IPv6 support.
20114
20115 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
20116
20117         * class.c (mono_class_is_assignable_from): New function to implement
20118         the is_assignable_from logic. Used by mono_object_isinst, 
20119         Type::IsAssignableFrom () and the interpreter.
20120
20121         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
20122         Object, even interfaces.
20123         
20124         * object.c (mono_object_isinst): Implement in terms of 
20125         is_assignable_from.
20126
20127         * icall.c (ves_icall_type_is_assignable_from): New icall.
20128
20129 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
20130
20131         * domain.c (foreach_domain): fix compiler warning.
20132
20133 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
20134
20135         * image.c (load_metadata_ptrs): use g_strndup because strndup is
20136         not available on all plattforms
20137
20138 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
20139
20140         * image.h image.c: Store the metadata version string in MonoImage.
20141         * icall.c: New icall to retrieve the image version.
20142         * reflection.c (create_dynamic_image): Fill in the image version field
20143         * reflection.c (build_compressed_metadata): Use the image version
20144         from the image structure.
20145
20146 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20147
20148         * appdomain.c: modified comment.
20149         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
20150         That will be its last iteration when mono_gc_cleanup is called from
20151         mono_runtime_cleanup and before the domain is unloaded.
20152
20153         Fixes bug #45962.
20154
20155 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
20156
20157         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
20158         attributes.
20159
20160 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
20161
20162         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
20163         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
20164         Bernie Solomon <bernard@ugsolutions.com>.
20165
20166 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
20167
20168         * object.c, object.h: provide mono_object_new_fast() for faster
20169         allocation in some special cases.
20170
20171 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
20172
20173         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
20174         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
20175
20176 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
20177
20178         * threadpool.c: fix leaks.
20179
20180 2003-07-01  Dick Porter  <dick@ximian.com>
20181
20182         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
20183         using MonoGHashTables.  Fixes threadpool bug posted to list.
20184
20185 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
20186
20187         * image.h, image.c: added support to load an assembly from a byte array.
20188         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
20189         assembly bundle support.
20190
20191 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
20192
20193         * threadpool.c (mono_thread_pool_add): keep a reference to the
20194         AsyncResult to prevent GC
20195
20196 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
20197
20198         * class.c: leak fix.
20199
20200 2003-06-25  Dick Porter  <dick@ximian.com>
20201
20202         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
20203         for the async object, the WaitHandle object will close the handle.
20204         Fixes bug 45321.
20205
20206 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
20207
20208         * class.c: in mono_array_class_get (), lookup from the hash with the
20209         same type we insert: this works around a bug in
20210         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
20211         lluis. The real fix will have to wait for after the release.
20212
20213 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
20214
20215         * icall.c: fix memory leak when getting type members.
20216
20217 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
20218
20219         * reflection.c: added more pubtoken special cases.
20220
20221 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
20222
20223         * class.c: handle field offset correctly when class size
20224         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
20225
20226 2003-06-20  Martin Baulig  <martin@ximian.com>
20227
20228         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
20229         *image' field.
20230
20231 2003-06-20  Martin Baulig  <martin@ximian.com>
20232
20233         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
20234
20235 2003-06-20  Martin Baulig  <martin@ximian.com>
20236
20237         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
20238         just distinguish between variables in registers and variables at
20239         an offset relative to a register.
20240
20241 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20242
20243         * icall.c: #ifdef out latest changes until mcs is fixed.
20244
20245 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
20246
20247         * icall.c: return members in metadata order.
20248
20249 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
20250
20251         * icall.c: avoid infinite loop in GetTimeZoneData.
20252
20253 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
20254
20255         * icall.c: added Marshal.Prelink/All icalls.
20256
20257 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
20258
20259         * object.c, object.h: fix warnings and do some overflow checking
20260         when creating arrays.
20261
20262 2003-06-17  Dick Porter  <dick@ximian.com>
20263
20264         * file-io.h:
20265         * file-io.c: File attributes need to be tweaked slightly when
20266         passed from the managed to the w32 world.
20267
20268 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
20269         * profiler.h profiler-private.h profiler.c: Rework last patch
20270         based on suggestion by Paolo.
20271         
20272 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
20273
20274         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
20275         instruction level coverage data collection.
20276         * profiler.h profiler.c (: Added new callback function which can be
20277         used by the profiler to limit which functions should have coverage
20278         instrumentation.
20279         * profiler.c (mono_profiler_load): Call g_module_build_path to
20280         generate the file name of the profiler library.
20281
20282 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
20283
20284         * profiler.c, profiler.h, profiler-private.h: added basic block 
20285         coverage profiling API.
20286
20287 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
20288
20289         * reflection.c (mono_reflection_create_runtime_class): Add support
20290         for events in dynamically generated code.
20291
20292         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
20293         not allocated.
20294
20295 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
20296
20297         * icall.c: when getting timezone info, return reasonable values if we
20298         can't get the actual data.
20299
20300 2003-06-14  Dick Porter  <dick@ximian.com>
20301
20302         * threads.c (start_wrapper): Remove the reference to the thread
20303         object in the TLS data, so the thread object can be finalized.
20304         This won't be reached if the thread threw an uncaught exception,
20305         so those thread handles will stay referenced :-( (This is due to
20306         missing support for scanning thread-specific data in the Boehm GC
20307         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
20308
20309 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
20310
20311         * reflection.c: ensure streams and tables are first allocated with
20312         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
20313
20314 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
20315
20316         * icall.c: fixed GetElementType for byrefs (bug# 44792).
20317
20318 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
20319
20320         * reflection.c (mono_reflection_create_runtime_class): Add support for
20321         properties to dynamically created classes.
20322         * reflection.c: Fix a few places where non-MonoObjects were inserted
20323         into the tokens hashtable.
20324
20325 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
20326
20327         * object.c: some support to handle out of memory exceptions.
20328
20329 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
20330
20331         * marshal.c (mono_marshal_get_native_wrapper): support reference
20332         return types
20333
20334 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
20335
20336         * object.h, object.c: more portability stuff from Bernie Solomon.
20337         Unexport mono_object_allocate(). Added mono_object_unbox ().
20338         Set exitcode when an unhandled exception is thrown.
20339
20340 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
20341
20342         * marshal.c (mono_marshal_get_native_wrapper): use custom
20343         marshaler for return types.
20344
20345 2003-06-10  Dick Porter  <dick@ximian.com>
20346
20347         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
20348         ip_mreq is available
20349
20350 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
20351
20352         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
20353         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
20354         by Bernie Solomon <bernard@ugsolutions.com>.
20355
20356 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
20357
20358         * gc.c (mono_gc_init): Avoid error message on shutdown when
20359         GC_DONT_GC=1 is used.
20360
20361         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
20362         New icall to return the GUID of a module.
20363
20364 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
20365
20366         * class.c: ensure instance size always includes the parent's size
20367         even whem class size is set explicitly (fixes bug#44294).
20368
20369 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
20370
20371         * profiler.h, profiler.c: made the simple profiler thread-safe,
20372         get more accurate timing info. Allow the loading of an
20373         externally-developed profiler module.
20374
20375 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
20376
20377         * marshal.c (mono_marshal_get_native_wrapper): improved
20378         class/byref arguments.
20379         (mono_marshal_get_native_wrapper): better string marshaling support.
20380
20381 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
20382
20383         * class.c: ensure .pack and .size are handled correctly and
20384         simplified layout of static fields.
20385
20386 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
20387
20388         * appdomain.c
20389         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
20390
20391         * loader.c (mono_lookup_pinvoke_call): look for modules in the
20392         current directory (fix bug 44008)
20393
20394 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
20395
20396         * marshal.c (mono_marshal_get_native_wrapper): started support for
20397         custom marshalers.
20398         (mono_delegate_to_ftnptr): consider marshalling specifications
20399
20400 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
20401
20402         * reflection.c, reflection.h: emit custom marshal info.
20403
20404 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20405
20406         * object.c: free the GError.
20407         * icall.c: added CloseEvent_internal.
20408         * threads.[ch]:
20409         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
20410         call.
20411
20412 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
20413
20414         * loader.c (mono_method_get_signature): Add support for dynamic
20415         assemblies.
20416
20417 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
20418
20419         * reflection.c: fixed bug #43905.
20420
20421 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
20422
20423         * class.c, domain.c, icall.c, metadata.h, object.h: support for
20424         handling TypedReference and ArgIterator.
20425         * loader.c, loader.h: added function to get signature at call site.
20426
20427 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
20428
20429         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
20430         data readonly. Buglets and warning fixes. Some MethodSpec support.
20431
20432 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
20433
20434         * class.h, class.c, object.c: remove relative numbering support.
20435
20436 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
20437
20438         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
20439         free the string, until we get a chance to fix Gtk#
20440
20441 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20442
20443         * marshal.c: revert last patch.
20444
20445 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
20446
20447         * icall.c: updates for new mono_class_vtable() not calling
20448         the type constructor anymore.
20449
20450 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
20451
20452         * object.h, object.c: separate vtable creation from type
20453         initialization. Make running the .cctor thread safe.
20454
20455 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
20456
20457         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
20458
20459 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
20460
20461         * loader.c (mono_get_method): consider calling convention
20462
20463 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
20464
20465         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
20466         to return the invisible global type for a module.
20467
20468         * reflection.c (mono_image_build_metadata): Emit global fields too.
20469
20470 2003-05-20  Peter Williams  <peterw@ximian.com>
20471
20472         * loader.c (mono_lookup_internal_call): Add a few newlines.
20473
20474 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
20475
20476         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
20477         literal strings.
20478
20479         * appdomain.c (set_domain_search_path): Recalculate search path when
20480         AppDomainSetup.PrivateBinPath changes.
20481
20482         * object.c (mono_class_compute_gc_descriptor): It turns out some
20483         parts of the class libs (like System.Thread) holds pointers to
20484         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
20485         to treat native int a pointer type here.
20486         
20487 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
20488
20489         * appdomain.h, domain.c: add hashtable for jump target resolution.
20490
20491 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
20492
20493         * reflection.h reflection.c icall.c: Added new icalls 
20494         GetManifestResourceInfoInternal, GetModulesInternal and support
20495         infrastructure.
20496
20497 2003-05-16  Dick Porter  <dick@ximian.com>
20498
20499         * icall.c:
20500         * file-io.h:
20501         * file-io.c: Implement System.IO.MonoIO::GetTempPath
20502
20503 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
20504
20505         * object.c: mono_store_remote_field: little fix to previous patch.
20506
20507 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
20508
20509         * class.c: add constructors to array classes.
20510         * icall.c: special case array construction for InternalInvoke (),
20511
20512 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
20513
20514         * class.h class.c reflection.c object.c: Added support for field
20515         defaults in dynamically generated classes.
20516
20517 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
20518
20519         * reflection.c: properly encode charset for ddlimport.
20520
20521 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
20522
20523         * threads.c: allow compiling without GC.
20524
20525 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
20526
20527         * appdomain.h, object.c, object.h, threads.c, threads.h: added
20528         handling of thread static data.
20529
20530 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
20531
20532         * reflection.h, reflection.c: added mono_custom_attrs_free ().
20533
20534 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
20535
20536         * class.c (mono_array_class_get): always set the serializable flags
20537         (mono_array_class_get): always set the SEALED attribute for array types
20538
20539 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
20540
20541         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
20542         attributes (fix for bug 42021).
20543
20544 2003-05-12  Dick Porter  <dick@ximian.com>
20545
20546         * gc.c: Don't run finalizers when the finalizer thread is
20547         finishing up, because the default domain has already been
20548         destroyed.
20549
20550 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
20551
20552         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
20553         value is null, we should throw an exception.   This is slightly
20554         different than the other conventions used for the constructor.
20555
20556 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20557
20558         * socket-io.c: fixed windows build.
20559
20560 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20561
20562         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
20563
20564 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
20565
20566         * object.c (mono_string_new_wrapper): Compatibility fix for MS
20567         compilers.
20568
20569 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
20570
20571         * class.c (mono_class_layout_fields): Add experimental GC aware
20572         auto layout facility. Requires class library changes to work correctly.
20573
20574         (mono_class_setup_vtable): Avoid overriding explicit interface
20575         method implementations. Fixes iface3.exe test.
20576
20577         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
20578         object reference.
20579         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
20580         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
20581
20582         * metadata.h: Add new type classification macro which determines
20583         whenever the type holds an object reference.
20584
20585 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
20586
20587         * marshal.c (mono_marshal_get_native_wrapper): cleanups
20588
20589 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
20590
20591         * gc.c (finalizer_thread): Work around a GC bug.
20592
20593 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
20594
20595         * marshal.c (emit_struct_conv): allow unions
20596
20597         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
20598
20599 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
20600
20601         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
20602
20603 2003-05-06  Martin Baulig  <martin@ximian.com>
20604
20605         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
20606
20607 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20608
20609         * socket-io.c:
20610         (Select_internal): allow NULLs, don't create arrays if not needed.
20611         Coupled with Socket.cs changes.
20612
20613         * threadpool.c:
20614         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
20615         register a finalizer for it that will close the semaphore handle. This
20616         fixes the leak and make Lupus' test run with > 4080 loops.
20617
20618 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
20619
20620         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
20621         Jerome Laban (bug #42287)
20622
20623 2003-05-02  Martin Baulig  <martin@ximian.com>
20624
20625         * debug-mono-symfile.h
20626         (MonoSymbolFile): Moved declaration into mono-debug.h.
20627         (MonoDebugMethodJitInfo): Likewise.
20628         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
20629         argument.
20630         (_mono_debug_address_from_il_offset): Take a
20631         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
20632
20633         * mono-debug.h
20634         (MonoDebugDomainData): New struct.
20635         (mono_debug_get_domain_data): New function.
20636         (mono_debug_add_method): Take an additional `MonoDomain *'
20637         argument.
20638         (mono_debug_source_location_from_address): Likewise.
20639         (mono_debug_il_offset_from_address): Likewise.
20640         (mono_debug_address_from_il_offset): Likewise.
20641
20642 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
20643
20644         * reflection.c: one more check for null type in custom attrs.
20645
20646 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20647
20648         * reflection.c: avoid warning (comparison is always false due to limited
20649         range of data type).
20650
20651 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20652
20653         * icall.c: throw an exception in Type.GetField if the argument 'name'
20654         is NULL.
20655
20656 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
20657
20658         * reflection.c: fixed handling of enums in named arguments to custom
20659         attributes (bug #42123).
20660
20661 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
20662
20663         * reflection.c: use the right array element type and handle
20664         a null for a Type argument, too.
20665
20666 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
20667
20668         * reflection.c: handle arrays as arguments to custom attributes.
20669
20670 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
20671
20672         * reflection.c: handle a string value in a custom attr
20673         ctor that takes an object.
20674
20675 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
20676
20677         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
20678         (fix bug #42063)
20679
20680 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
20681
20682         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
20683
20684 2003-04-27  Martin Baulig  <martin@ximian.com>
20685
20686         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
20687         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
20688         MONO_DEBUGGER_EVENT_BREAKPOINT.
20689         (mono_breakpoint_trampoline_code): Removed.
20690         (mono_debugger_event_handler): The last argument is now a
20691         `guint32'.
20692         (mono_debugger_insert_breakpoint_full): Removed the
20693         `use_trampoline' argument.
20694         (mono_debugger_method_has_breakpoint): Likewise.
20695         (mono_debugger_trampoline_breakpoint_callback): Renamed to
20696         mono_debugger_breakpoint_callback(); take the method and
20697         breakpoint number as arguments.
20698
20699 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
20700
20701         * metadata.c: fix off by one when loading parameters attributes.
20702
20703 2003-04-24  Martin Baulig  <martin@ximian.com>
20704
20705         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
20706
20707 2003-04-24  Martin Baulig  <martin@ximian.com>
20708
20709         * mono-debug-debugger.c: Moved all code which interacts with the
20710         Mono Debugger here.
20711
20712         * debug-mono-symfile.c: This code now just deals with the symbol
20713         file itself, the debugger code is now in mono-debug-debugger.c.
20714
20715 2003-04-23  Martin Baulig  <martin@ximian.com>
20716
20717         * mono-debug.c (mono_debug_source_location_from_il_offset):
20718         New method; like mono_debug_source_location_from_address(), but
20719         takes an IL offset instead of a machine address.
20720
20721 2003-04-23  Martin Baulig  <martin@ximian.com>
20722
20723         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
20724         `line' field; this is now computed by the debugger.
20725
20726 2003-04-23  Martin Baulig  <martin@ximian.com>
20727
20728         * mono-debug.[ch]: New files.  This is the new debugging interface.
20729
20730         * mono-debug-debugger.[ch]: New files.  Moved all code which
20731         interacts with the Mono Debugger here.
20732
20733 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
20734
20735         * domain.c (mono_init): initialize mono_defaults.monitor_class
20736
20737 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
20738
20739         * reflection.c (method_encode_code): Add a spicy exception to help
20740         future compiler authors.
20741
20742 2003-04-21  Martin Baulig  <martin@ximian.com>
20743
20744         * icall.c
20745         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
20746         Make this work with relative pathnames; g_filename_to_uri() needs
20747         an absolute filename.
20748
20749 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
20750
20751         * icall.c: Track name changes in Object and ValueType.
20752
20753 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
20754
20755         * metadata.c (mono_type_stack_size): size should be a multiple of
20756         sizeof (gpointer)
20757
20758 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20759
20760         * gc.c:
20761         (internal_domain_finalize): moved into mono_domain_finalize. No need
20762         to create another thread because the finalizers will be run in the
20763         finalizer thread.
20764         
20765         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
20766         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
20767         to be run (MS does this too).
20768
20769 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
20770
20771         * object.c (mono_class_compute_gc_descriptor): Update comment.
20772
20773         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
20774
20775         * image.h: Add synchronized wrapper cache.
20776
20777         * image.c (do_mono_image_open): Initialize cache.
20778
20779         * reflection.c (create_dynamic_mono_image): Initialize cache.
20780
20781 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20782
20783         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
20784         ves_icall_System_Buffer_ByteLengthInternal.
20785
20786 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
20787
20788         * reflection.c: setup klass->nested_in earlier. Allow
20789         a dash in the assembly name.
20790
20791 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
20792
20793         * metadata.c (mono_type_to_unmanaged): dont access
20794         type->data.klass for MONO_TYPE_OBJECT
20795         (mono_type_to_unmanaged): consider System.Delegate class
20796
20797 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
20798
20799         * class.c: just setup supertypes in the proper place instead of
20800         initializing the full element class for arrays.
20801
20802 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
20803
20804         * class.c: ensure the element class of arrays is initialized.
20805         Setup the supertype info for array classes, too.
20806
20807 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
20808
20809         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
20810
20811 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20812
20813         * Makefile.am: re-added -m option when running cygpath. This way,
20814         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
20815         separator.
20816         * mono-config.c: same codepath for locating mono config file for WIN32
20817         and the rest.
20818         * assembly.c: if mono_assembly_setrootdir is called, don't override
20819         the value set.
20820
20821 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20822
20823         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
20824         MONO_ASSEMBLIES variable.
20825
20826 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
20827
20828         * icall.c: added Assembly::GetNamespaces() icall.
20829
20830 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20831
20832         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
20833
20834 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
20835
20836         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
20837         * object.c: fixed bug in the construction of vtable for proxies
20838
20839 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
20840
20841         * object.c (mono_array_new): Mark mono_array_new as an icall.
20842
20843 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20844
20845         * class.c: fixed test for public method when overriding interfaces.
20846         Closes bug #40970.
20847
20848 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
20849
20850         * appdomain.h, domain.c: added mono_domain_foreach() to
20851         be able to access the currently loaded appdomains.
20852         * object.c: make string interning work across sppdomains.
20853         Mark some functions for use as icalls.
20854
20855 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
20856
20857         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
20858
20859         * reflection.h reflection.c: Allocate long living data using 
20860         GC_MALLOC_ATOMIC so the collector does not need to scan it.
20861
20862         * reflection.c: Double the allocation size in streams instead of
20863         increasing it, to prevent unneccesary copying on large assemblies.
20864         
20865         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
20866         creation if the assembly does not have the Run flag set.
20867
20868 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
20869
20870         * class.h: avoid the C++ keywords in header files (Jerome Laban
20871         spotted and fixed this).
20872
20873 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20874
20875         * object.c:
20876         (mono_unhandled_exception): fill in the arguments for the
20877         UnhandledException event. Only trigger that event for the default
20878         domain (as MS does).
20879
20880 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
20881
20882         * object.c: Improve typed allocation stuff based on suggestions from
20883         Paolo. Also turn it on if the GC library supports it.
20884
20885 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
20886
20887         * object.c object.h class.h: Added experimental typed allocation
20888         facility using the interfaces in gc_gcj.h.
20889
20890         * os/gc_wrapper.h: Added new include files.
20891         
20892 2003-04-03  Martin Baulig  <martin@ximian.com>
20893
20894         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
20895         which is not yet enabled by default.
20896
20897         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
20898         functions.
20899         (mono_gc_lock, mono_gc_unlock): New static functions.
20900
20901         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
20902         functions; stop/start the world for the garbage collector.  This
20903         is using the windows API; we need to complete the SuspendThread()/
20904         ResumeThread() implementation in the io-layer to make this work on Unix.
20905         (mono_gc_push_all_stacks): New public function; tells the garbage
20906         collector about the stack pointers from all managed threads.
20907
20908 2003-04-03  Martin Baulig  <martin@ximian.com>
20909
20910         * object.h (MonoThread): Added `gpointer stack_ptr'.
20911
20912         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
20913
20914 2003-04-03  Martin Baulig  <martin@ximian.com>
20915
20916         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
20917
20918 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
20919
20920         * reflection.c (typebuilder_setup_fields): Initialize field.first and
20921         field.last.
20922
20923 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
20924
20925         * loader.c (mono_lookup_internal_call): Report the corlib that is
20926         out of sync.
20927
20928 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
20929
20930         * icall.c (ves_icall_type_GetTypeCode): fixed check for
20931         System.DBNull (it's class not valuetype).
20932
20933 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
20934
20935         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
20936         if the array method was already assigned a token (fixes bug#40646).
20937
20938 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
20939
20940         * reflection.c (mono_reflection_get_type): Attempt type resolve even
20941         if no assembly is given.
20942
20943 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
20944
20945         * metadata.h: Added the new tables.
20946
20947         * row-indexes.h: Added definitions for new tables.
20948
20949         * metadata.c: Add schemas for new tables, and add support for
20950         computing the sizes of them.
20951
20952         * class.c: Update for handling the new type cases.
20953
20954 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
20955
20956         * metadata.h (MONO_TYPE_IS_VOID): new macro
20957
20958 2003-03-31  Martin Baulig  <martin@ximian.com>
20959
20960         * threads.h (MonoThreadCallbacks): Added `thread_created'.
20961
20962         * threads.c (mono_thread_new_init): Call `thread_created' in the
20963         mono_thread_callbacks.
20964
20965 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
20966
20967         * loader.h: added marshalbyrefobject_class to mono_defaults
20968         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
20969         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
20970           generation of output parameters.
20971           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
20972         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
20973           contextbound and the target object belongs to the context of the caller.
20974         * object.h: added context and unwrapped_server variables in MonoRealProxy.
20975         * object.c: Implemented support for interfaces and abstract classes
20976           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
20977           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
20978
20979 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
20980
20981         * class.h class.c (mono_class_is_subclass_of): New function.
20982         
20983         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
20984         routines for most common case (calls from ArrayList::ToArray).
20985
20986         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
20987         routine so programs which call Environment::Exit() can be profiled.
20988
20989         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
20990         Added MONO_ARCH_SAVE_REGS.
20991
20992         * icall.c (ves_icall_type_is_subtype_of): Use new function.
20993
20994 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
20995
20996         * blob.h: Add a couple of new MonoType types definitions.
20997
20998         * tabledefs.h: Add a couple of new call convs.
20999
21000 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
21001
21002         * reflection.h (MonoReflectionDynamicAssembly): track changes in
21003         the layout of the class.
21004
21005         * reflection.c (alloc_table): double the size on overflow to avoid
21006         unnecessary copying.
21007
21008         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
21009         avoid filling out metadata tables and blobs. Also set mb->ilgen to
21010         null so it can be garbage collected.
21011         
21012 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
21013
21014         * reflection.c (mono_reflection_get_type): Return the resolved type
21015         only if it is in the assembly we searched.
21016
21017         * reflection.c (ensure_runtime_vtable): Initialize method slots.
21018
21019         * class.c (mono_class_setup_vtable): Set the slot of the overriding
21020         method.
21021
21022 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21023
21024         * appdomain.c:
21025         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
21026         the right one is 'file:///blah', but MS allows it.
21027         * assembly.c:
21028         (mono_assembly_open): allow 'file://blah'
21029
21030         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
21031
21032 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
21033
21034         * socket-io.c: fixes bug #40310.
21035
21036 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
21037
21038         * reflection.c (mono_reflection_parse_type): handle deeply nested
21039         types correctly.
21040
21041         * reflection.c (mono_image_create_token): Use unique token values
21042         since they will be put into a hash table.
21043
21044         * class.c (mono_class_setup_vtable): If a method occurs in more than
21045         one place in the vtable, and it gets overriden, then change the
21046         other occurances too.
21047
21048         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
21049         object as return type.
21050
21051 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
21052
21053         * icall.c: Deleted "ToString" implementation for double and float
21054         because they are full implemented in managed code.
21055
21056 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
21057
21058         * reflection.c, reflection.h: implemented and exported functions
21059         to retrieve info about custom attributes.
21060
21061 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21062
21063         * appdomain.c: moved Uri handling to assembly.c
21064         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
21065         work when using a file Uri in *nix and windows.
21066
21067         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
21068         GetReferencedAssemblies.
21069
21070 2003-03-18  Dick Porter  <dick@ximian.com>
21071
21072         * icall.c: Rename a couple of internal calls
21073
21074         * threads.c: Set the thread state to Stopped when a thread exits.
21075         Fixes bug 39377.
21076
21077 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
21078
21079         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
21080         New icall.
21081
21082         * object.c (mono_class_vtable): fix warning.
21083
21084 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
21085
21086         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
21087
21088         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
21089         memory.
21090         (method_encode_clauses): Create exception info structures in the right
21091         order.
21092         (mono_reflection_setup_internal_class): Initialize supertypes field.
21093
21094         * class.c object.c: Handle interfaces which implement other interfaces 
21095         correctly.
21096
21097         * class.h class.c: Move the supertypes array initialization code into 
21098         a separate function so it can be used for dynamic types too. Also call
21099         it earlier, in mono_class_init(), since it can be used before the
21100         type is initialized.
21101
21102 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21103
21104         * Makefile.am:
21105         * assembly.c:
21106         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
21107
21108         * appdomain.c:
21109         * appdomain.h:
21110         * marshal.c:
21111         * object.c: remove warnings.
21112
21113 2003-03-13  Martin Baulig  <martin@ximian.com>
21114
21115         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
21116         (MonoDebugLexicalBlockEntry): New types.
21117
21118         * debug-mono-symfile.c
21119         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
21120
21121 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21122
21123         * process.c: ret can be any non-zero value accroding to MS doc.
21124
21125 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
21126
21127         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
21128         fixing a warning for a miss-used prototype, would have cause
21129         random memory corruption.
21130
21131 2003-03-07  Martin Baulig  <martin@ximian.com>
21132
21133         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
21134         getting really annoying ....
21135
21136 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
21137
21138         * reflection.c (fixup_method): added support for array methods.
21139
21140 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
21141
21142         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
21143         (pointed out by Michael Adams).
21144
21145 2003-03-04  Dick Porter  <dick@ximian.com>
21146
21147         * icall.c: Temporarily reverted the Double and Single ToString()
21148         change, because it broke nunit.
21149
21150 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
21151
21152         * object.h, threads.h: make include files compatible with C++
21153         (patch by Jerome Laban <jlaban@wanadoo.fr>).
21154
21155 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
21156
21157         * icall.c: Erased ToString helper functions for Double and Single.
21158         Now, that implementations ar all in managed code (Double and Single
21159         Formatters).
21160
21161 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
21162
21163         * appdomain.c: Added method for initializing the default context of
21164         a domain. Added internal call for getting the default context.
21165         * appdomain.h: Added context variable in MonoDomain struct.
21166         * domain.c: mono_domain_set also sets the default context of the domain
21167         * icall.c: Mapped internal method InternalGetDefaultContext.
21168         * object.c: mono_object_get_virtual_method returns always a remoting
21169         wrapper if the object is a transparent proxy.
21170         mono_runtime_invoke_array: when creating an object by calling the
21171         constructor, if the created object is a proxy, then the constructor should
21172         be called using the a remoting wrapper.
21173
21174 2003-03-03  Dick Porter  <dick@ximian.com>
21175
21176         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
21177         variable so it compiles on solaris.  Problem spotted by
21178         Christopher Taylor <ct@cs.clemson.edu>
21179
21180 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21181
21182         * appdomain.c:
21183         (get_info_from_assembly_name): don't leak value.
21184
21185         * icall.c:
21186         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
21187         result.
21188
21189 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
21190
21191         * assembly.c: export mono_image_load_references ().
21192         * class.c: handle function pointers. mono_class_from_name() now
21193         supports nested type names directly.
21194
21195 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
21196
21197         * reflection.h reflection.c: Encode already created dynamic methods 
21198         and fields correctly as a DEF instead of a REF.
21199
21200         * reflection.c: Get rid of the force_ref argument to 
21201         mono_image_typedef_or_ref since it was wrong in the first place.
21202
21203         * string-icalls.c: add error checking to string constructors according
21204         to the MSDN docs.
21205
21206         * reflection.c: Emit types in the order their TypeBuilders were 
21207         created. Previously, a new table index was assigned to each type before
21208         the tables were emitted. This was wrong because the signature blob
21209         might already refer to a type by its original table index.
21210
21211 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
21212
21213         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
21214         change.
21215         
21216 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21217
21218         * Makefile.am: make assemblies dir have \ instead of / on windows.
21219
21220 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
21221
21222         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
21223         iterate over the NESTEDCLASS table using a linear search since the
21224         table is not guaranteed to be sorted by the secondary key.
21225
21226         * class.c (mono_class_create_from_typedef): fixed up call to
21227         mono_metadata_nesting_typedef.
21228         
21229 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
21230
21231         * marshal.c (mono_string_to_byvalstr): clear the memory as
21232         suggested by Jerome Laban <jlaban@wanadoo.fr>
21233
21234 2003-02-26  Dick Porter  <dick@ximian.com>
21235
21236         * process.c: Cope with padding in .rsrc blocks
21237
21238 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
21239
21240         * metadata.h: reverted the filter_len change, it breaks reflection
21241         
21242 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
21243
21244         * metadata.h: added a new field to store the filter_len
21245         
21246
21247 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
21248
21249         * reflection.c: handle custom attributes for types and members
21250         created with Reflection.Emit (bug#38422).
21251
21252 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
21253
21254         * reflection.c: define RTSpecialName automatically for constructors for
21255         compatibility with MS.NET.
21256
21257         * reflection.c (mono_reflection_create_runtime_class): initialize
21258         nested_in field of dynamically created classes.
21259
21260 2003-02-22  Martin Baulig  <martin@ximian.com>
21261
21262         * debug-mono-symfile.h: Incremented version number.
21263
21264 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
21265
21266         * object.h icall.c process.c: fix warnings.
21267
21268 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
21269
21270         * appdomain.h appdomain.c:
21271         (mono_domain_try_type_resolve): split the 
21272         name_or_tb argument into a name and a tb argument.
21273         (mono_domain_has_type_resolve): new function to check whenever the
21274         application has registered a TypeResolve event handler.
21275         
21276         * icall.c reflection.h reflection.c: move the type resolve logic into
21277         mono_reflection_get_type () so it will be invoked when 
21278         Assembly::GetType () is called.
21279
21280         * reflection.c:
21281         (mono_reflection_get_type): renamed to get_type_internal.
21282         (mono_reflection_get_type): fixed type name generation so it works 
21283         for nested types too.
21284         (mono_reflection_get_type): call has_type_resolve () to avoid the 
21285         costly type name generation if there is no resolve event handler.
21286
21287 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
21288
21289         * class.c, image.c: load exported types from file references.
21290
21291 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
21292
21293         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
21294           used to cache the managed methods used to create proxies and make 
21295           remote invocation of methods.
21296         * class.h: Added in MonoVTable a flag to indicate that a class needs 
21297           to be remotely created.
21298         * object.c: Modified the method mono_class_vtable(). It now initializes 
21299           the remote flag of the vtable. Modified mono_object_new_specific(), 
21300           so now it checks the remote flag.
21301         * icall.c: Added a couple of internal methods, one for enabling instance 
21302           creation interception for a type, and one for creating objects bypassing
21303           the remote check.
21304
21305 2003-02-18  Martin Baulig  <martin@ximian.com>
21306
21307         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
21308         New interncall to get a method's metadata token.
21309
21310         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
21311         New interncall for the debugger.
21312
21313 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
21314
21315         * class.c (mono_class_setup_vtable): allocate supertype array
21316
21317 2003-02-18  Martin Baulig  <martin@ximian.com>
21318
21319         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
21320
21321 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21322
21323         * reflection.c:
21324         (assembly_name_to_aname): jump over unknown properties (i've found
21325         something like: 'type, assembly, version=xxx, custom=null, public...',
21326         so now will ignore custom=null and still get the rest of the values).
21327
21328 2003-02-17  Dick Porter  <dick@ximian.com>
21329
21330         * threads.c: Have Thread.Start() wait for a semaphore to signal
21331         that the thread has set up all its local data.  This fixes bug
21332         34323, where Abort() raced the new thread's TLS data.
21333
21334         Also removes the handle_store() call from start_wrapper, because
21335         threads are now always created suspended and there is no longer a
21336         race between the parent and child threads to store the info.
21337
21338 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
21339
21340         * image.c: explain the #- heap issue in a message, hopefully
21341         avoiding FAQs on mono-list.
21342
21343 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21344
21345         * icall.c:
21346         (GetEntryAssembly): if the domain has not invoked
21347         AppDomain.ExecuteAssembly yet, return the assembly of the default
21348         AppDomain.
21349
21350 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
21351
21352         * class.c (mono_ldtoken): make it work in dynamic assemblies.
21353
21354 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
21355
21356         * metadata.c, reflection.c: simple speedup to type hash
21357         and equals code.
21358
21359 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
21360
21361         * image.c, image.h, class.c, assembly.c: move module loading
21362         to MonoImage. When loading metadata, consider alignemnet from
21363         the start of metadata, not from the metadata address in memory.
21364
21365 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
21366
21367         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
21368         AssemblyBuilder objects. Factored out custom attribute creation into
21369         a separate function.
21370         (create_custom_attr): new function to create custom attributes.
21371
21372 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
21373
21374         * Makefile.am: Got tired of typing the full pathname to pedump.
21375         Until there is another option, am installing this.
21376
21377 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
21378
21379         * class.c (class_compute_field_layout): always set field->parent 
21380         (mono_ldtoken): use mono_defaults.fieldhandle_class;
21381
21382 2003-02-11  Dick Porter  <dick@ximian.com>
21383
21384         * threads-types.h:
21385         * monitor.c: Rewrote Monitor, making lock much faster and
21386         Pulse/Wait work as specified.  Also uses much fewer handles, and only
21387         creates them as needed.
21388
21389         * exception.c: Added SynchronizationLockException
21390
21391         * threads.c: Deleted old Monitor implementation.  The new one is
21392         in a new file.
21393
21394 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
21395
21396         * class.c: handled TypedReference type code. Set the correct size for
21397         class data. Setup interface_offsets for interface classes, too.
21398
21399 2003-02-09  Martin Baulig  <martin@ximian.com>
21400
21401         * debug-mono-symfile.h: Reflect latest symbol writer changes.
21402
21403 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
21404
21405         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
21406         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
21407         * object.c: fixed mono_object_get_virtual_method () for interfaces.
21408         * verify.c: check for code that runs after the end of the method.
21409
21410 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
21411
21412         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
21413         "System.Math::Round2".
21414         * sysmath.h: Added Floor, Round and Round2 definitions.
21415         * sysmath.c: Modified certain functions that were not 100% compliant
21416         with MS.NET (math precision) and added the implementation of Floor,
21417         Round and Round2.
21418
21419 2003-02-07  Martin Baulig  <martin@ximian.com>
21420
21421         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
21422
21423 2003-02-07  Martin Baulig  <martin@ximian.com>
21424
21425         * debug-mono-symfile.c: Reflected latest symwriter changes.
21426         (mono_debug_create_mono_symbol_file): Removed.
21427         (mono_debug_open_mono_symbol_file): Take an argument which
21428         specifies whether to create a dynamic symbol file.
21429
21430 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
21431
21432         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
21433
21434 2003-02-05  Martin Baulig  <martin@ximian.com>
21435
21436         * reflection.c (mono_image_build_metadata): Make this public,
21437         protect it against being called multiple times, don't create
21438         resources and don't build the compressed metadata here.
21439         (mono_image_create_pefile): Do this here.
21440
21441         * icall.c
21442         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
21443
21444 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21445
21446         * socket-io.c: fixed bug #36322.
21447
21448 2003-02-06  Piers Haken <piersh@friskit.com>
21449
21450         * appdomain.[ch]:
21451         * class.h:
21452         * debug-mono-symfile.c:
21453         * icall.c:
21454         * loader.c:
21455         * mono-config.c:
21456         * monosn.c:
21457         * reflection.c:
21458         * socket-io.c: warning cleanups
21459
21460 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
21461
21462         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
21463         function. works like remoting invoke, but does a check for the Proxy first.
21464
21465 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
21466
21467         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
21468
21469 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
21470
21471         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
21472         array of pointers.
21473         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
21474         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
21475
21476         * object.c (mono_store_remote_field_new): used by the new jit
21477         instead of mono_store_remote_field
21478         (mono_load_remote_field_new): used by the new jit
21479         instead of mono_load_remote_field
21480
21481 2003-02-05  Patrik Torstensson
21482
21483         * appdomain.c: changed unload to take the domain id instead
21484         of domain
21485         
21486         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
21487
21488
21489 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21490
21491         * appdomain.c: don't look for assemblies in ApplicationBase if
21492         PrivateBinPathProbe is set.
21493
21494 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21495
21496         * object.c: make the first argument in main_args contain the absolute
21497         path to the assembly. Fixes bug #37511.
21498
21499 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21500
21501         * icall.c: get correct UTC offset for countries not using daylight
21502         time saving. Fixes bug #30030.
21503
21504 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21505
21506         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
21507         and 1 are the family).
21508
21509 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
21510
21511         * icall.c (ves_icall_InternalExecute): removed wrong assertion
21512
21513         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
21514
21515 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
21516
21517         * reflection.c: added support for SignatureHelper tokens, which is
21518         needed by the Calli opcode.
21519
21520         * reflection.h: track changes to SignatureHelper class.
21521
21522         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
21523
21524 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21525
21526         * appdomain.c: fixed loading assemblies from PrivateBinPath.
21527
21528 2003-02-03  Patrik Torstensson
21529         * appdomain.[c|h], domain.c : 
21530          - Added support for getting a domain via domain id
21531          - Support for setting and getting domain from System.AppDomain 
21532            (used in cross appdomain channel)
21533          - Added support for get/set for a MonoAppContext on a thread 
21534            (Context class in System.Runtime.Remoting.Contexts),
21535          - Removed hack in Get/SetData and ExecuteAssembly.
21536         
21537         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
21538         the managed world to get control when a proxy is created.
21539
21540         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
21541         
21542 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
21543
21544         * icall.c
21545         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
21546         Populate the codebase field as well.
21547
21548 2003-02-02  Martin Baulig  <martin@ximian.com>
21549
21550         * debug-mono-symfile.c
21551         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
21552         (mono_debug_symfile_add_method): Allow interncalls.
21553
21554 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21555
21556         * icall.c: throw parse exception if strtod fails or the string is empty.
21557
21558 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
21559
21560         * marshal.c: handle object type separately from defined
21561         class types.
21562
21563 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
21564
21565         * marshal.c: handle NATIVE_LPSTR for strings when it's
21566         explicitly specified.
21567
21568 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
21569
21570         * reflection.c, reflection.h, icall.c: setup the reflection
21571         handle cache for ModuleBuilders and AssemblyBuilders.
21572
21573 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
21574
21575         * reflection.c (reflection_methodbuilder_to_mono_method): set
21576         pinvoke flag
21577
21578 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21579
21580         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
21581
21582 2003-01-29  Dick Porter  <dick@ximian.com>
21583
21584         * threads.c: No need for the fake_thread kludge now that Thread
21585         doesn't run a class constructor
21586         
21587 2003-01-29  Dick Porter  <dick@ximian.com>
21588
21589         * threads.c: Use g_direct_hash instead of the rather bogus
21590         g_int_hash
21591
21592 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
21593
21594         * marshal.c (mono_marshal_get_native_wrapper): add check for null
21595         (fix pinvoke12.exe)
21596         (mono_marshal_get_struct_to_ptr): generate valid IL code
21597         (mono_marshal_get_ptr_to_struct): generate valid IL code
21598         (*): correctly set sig->pinvoke, we need to memdup the signature
21599         to do that
21600
21601 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
21602
21603         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
21604         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
21605
21606 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
21607
21608         * profiler.c: provide more callers information.
21609
21610 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
21611
21612         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
21613
21614         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
21615
21616         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
21617
21618 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
21619
21620         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
21621         exception instead of going into an infinite loop on dates which it 
21622         can't yet handle.
21623
21624         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
21625         out-of-range exception if needed.
21626
21627         * class.c (mono_class_setup_vtable): allow a virtual method to provide
21628         an implementation for an interface method and to override an inherited
21629         method at the same time. 
21630         Imagine a scenario when a virtual method is used to override a
21631         virtual abstract method in a parent class, and this same method 
21632         provides an implementation for an method inherited from an interface. 
21633         In this case, the interface resolution code will set im->slot, which 
21634         means that the virtual method override pass will skip this method 
21635         which means a pointer to the abstract method inherited from the parent
21636         will remain in the vtable of this non-abstract class.
21637
21638         * class.c: (mono_class_setup_vtable): continue search for a real 
21639         method if only an abstract method is found.     
21640
21641 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
21642
21643         * reflection.c: add size to encoding for ByValStr and ByValArray
21644         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
21645
21646 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
21647
21648         * class.c (mono_class_setup_vtable): pass the override info as an
21649         argument.
21650
21651         * class.c (mono_class_setup_vtable): set the slot of overriding methods
21652         correctly.
21653         
21654         * reflection.c (ensure_runtime_vtable); add support for method 
21655         overrides.
21656         
21657 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
21658
21659         * reflection.c (resolution_scope_from_image): Hack to work to work with
21660         dynamic assemblies.
21661
21662         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
21663         added a 'force_ref' argument to force this function to allways return 
21664         a TypeRef. This is needed by mono_image_get_memberref_token ().
21665         
21666 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
21667
21668         * reflection.c (mono_image_get_type_info): interfaces really don't have
21669         a parent.
21670
21671         * reflection.c (mono_image_basic_init): fill out missing fields of
21672         image structure.
21673
21674         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
21675         dynamic assemblies. This is required so dynamic assemblies show up in
21676         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
21677         Type::GetType() etc. This is consistent with MS behaviour.
21678
21679         * image.c image.h reflection.c: add newly created classes to the name 
21680         cache so mono_class_get () will find them.      
21681
21682 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
21683
21684         First part of changes to get IKVM.NET running under mono.
21685         
21686         * appdomain.h, appdomain.c: added new function 
21687         mono_domain_try_type_resolve() which will emit TypeResolve events. 
21688         This function will call AppDomain::DoTypeResolve to do the actual work.
21689
21690         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
21691         moved existing code dealing with dynamic tokens to a new function 
21692         called mono_reflection_lookup_dynamic_token (). This function will 
21693         raise TypeResolve events when appropriate. Since reflection.c is not 
21694         part of libmetadata, a new hook function called 
21695         mono_lookup_dynamic_token() is added to class.c which will call this.
21696
21697         * assembly.h assembly.c: make the invoke_load_hook function public,
21698         so it can be called for dynamic assemblies.
21699
21700         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
21701
21702         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
21703         type isn't found.
21704
21705         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
21706         MonoGHashTable, since it contains pointers to objects which the GC 
21707         needs to track.
21708
21709         * assembly.c (search_loaded): remove unused variable.
21710         
21711 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
21712
21713         * object.c: fixed issue exposed by gcc-generated IL programs
21714         that use RVA data for pointers.
21715
21716 2003-01-25  Martin Baulig  <martin@ximian.com>
21717
21718         * threads.c (start_wrapper): Moved the initialization of
21719         `start_func' above the mono_new_thread_init() call to which we
21720         pass it as argument.
21721
21722 2003-01-24  Martin Baulig  <martin@ximian.com>
21723
21724         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
21725         the MonoThread pointer.
21726
21727 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
21728
21729         * icall.c: Rename `PowImpl' to Pow.
21730
21731 2003-01-23  Dick Porter  <dick@ximian.com>
21732
21733         * threads.c (start_wrapper): Create a Thread object if needed, so
21734         the Main() thread can do the class initialisation in a subthread
21735         that has been set up to allow managed code execution.
21736
21737         Pass the thread ID instead of the MonoThread pointer to the thread
21738         start and attach callbacks.  This change is required, because the
21739         jit thread start callback must be called _before_ the Thread
21740         object can be created.
21741         
21742         (mono_thread_init): Removed much object creation code that is no
21743         longer needed.  No managed code is called from here now.
21744
21745         * object.c (mono_runtime_exec_managed_code): Create a subthread
21746         for Main, and call back to the runtime to use it.
21747         Set the exit code when Main exits.
21748
21749         * gc.c: Make sure domain finalisation happens in a subthread.
21750         Re-enable threaded GC, fixing bug 31333 (again).
21751
21752         * environment.c: System.Environment internall calls (so far just
21753         ExitCode is here, the others are still in icall.c)
21754
21755         * appdomain.c (mono_runtime_cleanup): All threads running managed
21756         code should have finished before mono_runtime_cleanup() is
21757         reached, so no need to clean up threads.
21758
21759 2003-01-22  Martin Baulig  <martin@ximian.com>
21760
21761         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
21762         `gpointer func' arguments.      
21763         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
21764         but added `MonoThread *thread' argument.
21765         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
21766
21767         * threads.c (mono_new_thread_init): Added `gpointer func' argument
21768         and pass it to the mono_thread_start_cb callback.
21769         (mono_install_thread_callbacks): New public function to install a
21770         set of callbacks which are set by the debugger.
21771         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
21772
21773 2003-01-22  Martin Baulig  <martin@ximian.com>
21774
21775         * Makefile.am: Install debug-mono-symfile.h.
21776
21777 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
21778
21779         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
21780
21781 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
21782
21783         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
21784         * class.c (mono_ptr_class_get): correctly set access levels of pointers
21785         (mono_array_class_get): correctly set access levels of arrays
21786
21787 2003-01-20      Patrik Torstensson
21788         * image.h (MonoAssemblyName): changed major, minor, build, revision
21789         from signed to unsigned.
21790
21791 2003-01-20  sean kasun <skasun@azstarnet.com>
21792
21793         * reflection.c (load_cattr_value): Now this handles
21794         MONO_TYPE_SZARRAY.  Fixes bug #35629
21795
21796 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
21797
21798         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
21799         integer value
21800
21801 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21802
21803         * decimal.c: fixed bug #26056.
21804
21805 2003-01-17  Martin Baulig  <martin@ximian.com>
21806
21807         * gc.c: Raise an ExecutionEngineException instead of using g_error().
21808
21809 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21810
21811         * exception.[ch]:
21812         (mono_get_exception_type_initialization): new function.
21813
21814         * object.c: throw a TypeInitializationException when an exception is
21815         thrown invoking the class constructor.
21816
21817 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21818
21819         * reflection.c: fixed attribute reading.
21820
21821 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21822
21823         * icall.c:
21824         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
21825         provided, look for the type in the calling assembly and then in
21826         mscorlib; if the assembly name is provided, only try that one.
21827
21828 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
21829
21830         * object.c: register the vtable before there is a chance it's
21831         queried again recursively.
21832
21833 2003-01-13  Duncan Mak  <duncan@ximian.com>
21834
21835         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
21836         gc-internal.h. 
21837         
21838 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
21839
21840         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
21841
21842 2003-01-11  Martin Baulig  <martin@ximian.com>
21843
21844         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
21845         this to 20 for the release.
21846
21847 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
21848
21849         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
21850
21851         * loader.c (mono_method_get_marshal_info): bug fix
21852
21853         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
21854         structures with explicit layout
21855
21856 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
21857
21858         * profiler.c: made the output more readable (and sorted). 
21859         Added caller information for the allocation profiler.
21860
21861 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
21862
21863         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
21864
21865 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21866
21867         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
21868         to get value types.
21869         
21870 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
21871
21872         * object.c, profiler.h, profiler.c, profiler-private.h:
21873         Added object allocation profiler.
21874
21875 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
21876
21877         * reflection.h, reflection.c: handle global methods.
21878         Compress blob entries.
21879
21880 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
21881
21882         * marshal.c: fix compilation.
21883
21884 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
21885
21886         * loader.c (mono_method_get_marshal_info): impl.
21887
21888         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
21889
21890 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21891
21892         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
21893         for reference types.
21894
21895 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
21896
21897         * loader.c: fixed off by one error in loaded parameter names.
21898
21899 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
21900
21901         * marshal.c (mono_marshal_get_icall_wrapper): like
21902         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
21903         instead of a MonoMethod.
21904
21905 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21906
21907         * decimal.c: fixed bug #36537.
21908
21909 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
21910
21911         * marshal.c: throw a missing method exception if a
21912         P/Invoke method is not found.
21913
21914 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
21915
21916         * icall.c: allow a null this for constructors.
21917
21918 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
21919
21920         * icall.c: raise the proper exceptions if the arguments to the
21921         internal Invoke are incorrect.
21922
21923 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
21924
21925         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
21926
21927 2003-01-03  Martin Baulig  <martin@ximian.com>
21928
21929         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
21930
21931 2002-12-31  Martin Baulig  <martin@ximian.com>
21932
21933         * debug-mono-symfile.c: Completely rewrote the type section.
21934         Instead of using individual malloc()ed fields, we use one big
21935         continuous memory area and offsets into this area.
21936         See the comments in the source code for details.
21937
21938 2002-12-30  Martin Baulig  <martin@ximian.com>
21939
21940         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
21941
21942 2002-12-30  Martin Baulig  <martin@ximian.com>
21943
21944         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
21945         line number table in this data blob instead of using an external
21946         pointer.
21947
21948 2002-12-28  Martin Baulig  <martin@ximian.com>
21949
21950         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
21951
21952 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
21953
21954         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
21955         as a boxed return type.
21956
21957 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
21958
21959         * appdomain.c
21960         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
21961         g_build_filename to properly get separators on the filename created.
21962
21963         * object.h: Small change, introduce MonoMarshalByRefObject to
21964         track the layout of that structure in the C# universe as we make
21965         changes there.
21966
21967 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
21968
21969         * object.c: removed assert to allow static fields on interfaces.
21970         * loader.c: a TypeSpec may be used for any type, not just arrays.
21971
21972 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
21973
21974         * class.c, class.h: added mono_class_array_element_size ().
21975         Ignore static methods in interfaces.
21976
21977 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21978
21979         * threads.c: fixed the build under cygwin.
21980
21981 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
21982
21983         * reflection.c: handle nullref constants. Allocate keys for
21984         reflection handles with the GC.
21985
21986 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
21987
21988         * threads.c, threads.h: added mono_thread_get_abort_signal()
21989         to get a suitable signal for thread abort.
21990
21991 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
21992
21993         * metadata.c: fix handling of ExportedType table.
21994
21995 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21996
21997         * icall.c: added WriteWindowsDebugString internal call.
21998
21999 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22000
22001         * reflection.h: added fields to match C# implementation.
22002
22003 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22004
22005         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
22006
22007 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
22008
22009         * gc.h, gc-internal.h: Rename header for GC internal calls to
22010         gc-internal.h from gc.h as to not clash with Boehm GC having its
22011         header installed as <gc.h> in outside include paths.
22012         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
22013         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
22014
22015 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22016
22017         * icall.c: assign minor, build and revision in FillName.
22018
22019 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
22020
22021         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
22022         Added support for running code generated by Reflection.Emit.
22023
22024 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22025
22026         * appdomain.c: check for NULL argument in LoadFrom.
22027
22028 2002-12-10  Dick Porter  <dick@ximian.com>
22029
22030         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
22031
22032 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22033
22034         * appdomain.c: fix buglet when building exe file name.  Handle full
22035         assembly name (needed after latest changes to AssemblyName).
22036         * image.c:
22037         (mono_image_close): free some hashtables.
22038
22039 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
22040
22041         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
22042         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
22043         on some systems (redhat 7.3) 
22044
22045 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
22046
22047         * threads.c: delete the critical section of a sync block,
22048         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
22049
22050 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
22051
22052         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
22053
22054 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22055
22056         * appdomain.[ch]: handle the assembly preload event to try loading the
22057         assemblies using the paths we have in the current domain.
22058
22059         * assembly.[ch]: created an assembly preload hook that is called to try
22060         loading the assembly by other means that the ones provided here.
22061
22062         * domain.c: initialize the domain search path.
22063
22064         From now on, assemblies (TODO: except corlib and System) are loaded
22065         according to these rules when using mono_assembly_load ():
22066
22067                 1. It tries to load the assembly from the ApplicationBase
22068                 of the current domain appending .dll and .exe (TODO: have to
22069                 try loading from name/name.dll and name/name.exe).
22070
22071                 2. It tries the search path specified in PrivateBinPath for the
22072                 current domain (if any).
22073
22074                 3. Previous behavior.
22075
22076 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
22077
22078         * icall.c: implemented GetInterfaceMap() related icall.
22079         * domain.c, loader.h: load MethodInfo in mono_defaults.
22080
22081 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
22082
22083         * gc.c: disable the finalizer thread for now, untill all the issues
22084         with it are resolved.
22085
22086 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
22087
22088         * string-icalls.c: handle embedded nulls in string ctor when the
22089         length is specified.
22090
22091 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
22092
22093         * class.c: look for explicit interface implementation in parent
22094         classes, too.
22095
22096 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
22097
22098         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
22099
22100 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
22101
22102         * gc.c: protect handles with a critical section.
22103
22104 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22105
22106         * icall.c:
22107         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
22108         parameters. If no assembly specified, try getting the type from all
22109         the assemblies in the current domain, else, load the assembly and get
22110         the type from it.
22111
22112 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22113
22114         * marshal.c: applied patch from Aleksey Demakov that fixes
22115         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
22116
22117 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22118
22119         * icall.c: fixed get_location.
22120
22121 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
22122
22123         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
22124         declarations to make it work with older gcc. 
22125
22126         * loader.c (mono_get_method): set signature->pinvoke for native calls
22127
22128 2002-11-20  Dick Porter  <dick@ximian.com>
22129
22130         * threads.c (mono_thread_init): Set the main thread's handle
22131
22132 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
22133
22134         * gc.c: allow compilation without GC support. Changed to match the
22135         mono coding style.
22136
22137 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
22138
22139         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
22140
22141 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
22142
22143         * reflection.c: set a public key token on the core assemblies.
22144
22145 2002-11-18  Dick Porter  <dick@ximian.com>
22146
22147         * threads.c: Split out some thread initialisation so that other
22148         files can set the start callback function.
22149
22150         * gc.c: Run finalisers in a separate thread, to avoid stack
22151         overflow.  Fixes bug 31333.
22152
22153         * appdomain.c: Set up GC finalisation thread.
22154
22155         * reflection.c: 
22156         * object.c: 
22157         * domain.c: Use gc.h macros for GC_malloc
22158         
22159 2002-11-15  Dick Porter  <dick@ximian.com>
22160
22161         * threadpool.c: 
22162         * threads.c:
22163         * appdomain.c: Removed mono_runtime_init_with_attach(),
22164         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
22165         merging the extra parameter with the existing function.  Removed
22166         unneeded code in mono_thread_attach().
22167
22168 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
22169
22170         * image.c (mono_image_loaded_by_guid): a method to get loaded
22171         images by guid. 
22172         (load_metadata_ptrs): we store the guid as string.
22173
22174 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
22175
22176         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
22177
22178         * metadata.c (mono_guid_to_string): imported method form Zoltan
22179         Varga (slightly modified)
22180
22181         * assembly.c (mono_assembly_open): load precompiled code
22182
22183         * loader.h (MonoMethod): we store the method token for use in the
22184         aot compiler. 
22185
22186 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22187
22188         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
22189         the hook function called when an assembly is loaded.
22190         
22191         * domain.c: Modified file.
22192         (mono_domain_assembly_load): removed hash table insertion of assemblies.
22193
22194         Fixes bug #33196.
22195
22196 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
22197
22198         * reflection.c: Map PEFileKind to the value expected by the WinNT
22199         image loader. 
22200
22201 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22202
22203         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
22204         Read until the buffer is filled completely.
22205
22206 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22207
22208         * icall.c: implemented MonoType.InternalGetEvent ().
22209
22210 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22211
22212         * appdomain.c: implemented InitAppDomainSetup. Delayed
22213         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
22214         the entry_assembly.
22215
22216         * assembly.c: base_dir is now an absolute path ending with
22217         G_DIR_SEPARATOR.
22218
22219         * icall.c: modified get_location according to the above changes.
22220
22221         * object.c: init AppDomain.SetupInformation for the default domain after
22222         we have the entry assembly.
22223
22224         * domain.c: when unloading a domain, setup = NULL.
22225
22226 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
22227
22228         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
22229
22230 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
22231
22232         * object.h, object.c: introduced mono_object_get_virtual_method ()
22233         to lookup the method invoked on an object when a callvirt is done on
22234         a method.
22235         * icall.c: make MethodInfo::Invoke() always do a virtual call.
22236
22237 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22238
22239         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
22240         current domain when loaded an assembly and failed to load it.
22241
22242         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
22243
22244 2002-10-31  Dick Porter  <dick@ximian.com>
22245
22246         * icall.c: 
22247         * file-io.h: 
22248         * file-io.c: Return the error status in a parameter, as the
22249         GetLastError() value has long since been blown away if we try and
22250         look it up in a subsequent internal call invocation.  Delete the
22251         GetLastError() internal call, because it's useless.
22252
22253 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
22254
22255         * class.[ch]: added cast_class to fix bug 29517
22256
22257 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
22258
22259         * marshal.c: create valid IL code in the filter clause:
22260         the new JIT is less forgiving:-)
22261
22262 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22263
22264         * icall.c: removed get_property internal call.
22265
22266 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
22267
22268         * appdomain.h domain.c: Added an ID to appdomains.
22269         
22270         * threads.c threads.h icall.c: Implement icall
22271         Thread:GetDomainID(), and remove unused icall 
22272         CurrentThreadDomain_internal.
22273
22274 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22275
22276         * icall.c: Don't recurse through the base types in GetConstructor.
22277         Fixes bug #32063. 
22278
22279 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
22280
22281         * mempool.h, mempool.c: added mono_mempool_empty() and
22282         mono_mempool_stats().
22283
22284 2002-10-23  Dick Porter  <dick@ximian.com>
22285
22286         * file-io.c: 
22287         * file-io.h: 
22288         * icall.c: Added MonoIO.GetFileType internal call
22289
22290 2002-10-17  Dick Porter  <dick@ximian.com>
22291
22292         * appdomain.c (mono_runtime_cleanup): Don't signal the async
22293         delegate semaphore before waiting for all threads to finish,
22294         because new threads can also call async delegates.  Fixes bug
22295         32004.
22296
22297         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
22298         of 3 seconds, in case another async job is queued.  (This part is
22299         needed because the bug fix reintroduced the 3s exit lag.)  This
22300         makes the mono_runtime_shutdown flag superfluous.
22301
22302 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
22303
22304         * reflection.c: include ehader size in method section headers.
22305         Really check for suplicated modules entries.
22306
22307 2002-10-17  Martin Baulig  <martin@gnome.org>
22308
22309         * debug-mono-symfile.c: Added back support for locals.
22310
22311 2002-10-14  Martin Baulig  <martin@gnome.org>
22312
22313         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
22314         MONO_TYPE_VOID.
22315
22316 2002-10-14  Martin Baulig  <martin@gnome.org>
22317
22318         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
22319         mono_class_get() instead of looking in the class cache. 
22320
22321 2002-10-13  Martin Baulig  <martin@gnome.org>
22322
22323         * debug-mono-symfile.c: Set version number to 28, include the
22324         signature in method names.
22325
22326 2002-10-13  Martin Baulig  <martin@gnome.org>
22327
22328         * debug-mono-symfile.h: Set version number to 27.
22329
22330 2002-10-11  Martin Baulig  <martin@gnome.org>
22331
22332         * gc.c: Don't register/unregister NULL pointers as disappearing links.
22333
22334 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
22335
22336         * metadata.c, metadata.h: added helper function to allocate signatures.
22337
22338 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22339
22340         * icall.c: added internal call to get the location of machine.config.
22341
22342 2002-10-08  Martin Baulig  <martin@gnome.org>
22343
22344         * debug-mono-symfile.c: Ignore classes with a pending init for the
22345         moment.
22346
22347 2002-10-03  Dick Porter  <dick@ximian.com>
22348
22349         * threads.c: Freebsd pthread_t is a pointer
22350
22351 2002-10-03  Dick Porter  <dick@ximian.com>
22352
22353         * socket-io.c: Implemented GetHostName_internal
22354
22355 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22356
22357         * mono-config.c:
22358         (mono_config_parse_file): don't leak the text.
22359
22360 2002-10-02  Martin Baulig  <martin@gnome.org>
22361
22362         * debug-mono-symfile.c: Added support for methods.
22363
22364 2002-10-01  Martin Baulig  <martin@gnome.org>
22365
22366         * debug-mono-symfile.c: Don't emit methods and line numbers for
22367         the dynamic symbol file, just write the type table.  We can easily
22368         have an external helper program which creates a symbol file for an
22369         IL file.        
22370
22371 2002-10-01  Dick Porter  <dick@ximian.com>
22372
22373         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
22374         Only add the handle to the cleanup array when we're about to
22375         launch the thread.  Bug 31425 deadlocked when the test was run on
22376         mono under w32.
22377
22378 2002-10-01  Martin Baulig  <martin@gnome.org>
22379
22380         * debug-mono-symfile.c: Added support for properties.
22381
22382 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
22383
22384         * reflection.c: unaligned store fix from Mark Crichton
22385         <crichton@gimp.org>.
22386
22387 2002-09-27  Martin Baulig  <martin@gnome.org>
22388
22389         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
22390         New interncall.
22391
22392 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
22393
22394         * assembly.h, assembly.c: use a sane API to hook into the assembly
22395         loading process instead of a useless special-purpouse hack
22396         (ngen needs a hook, too, for example).
22397
22398 2002-09-27  Dick Porter  <dick@ximian.com>
22399
22400         * threads.c (mono_thread_init): Call GetCurrentProcess() so
22401         io-layer can set up some process handle info.  Not needed on w32,
22402         but doesn't hurt either.
22403
22404         * process.c: Pass the program name in the second parameter to
22405         CreateProcess, so the path is searched.  Include the working
22406         directory. Implemented process name, process enumeration, and some
22407         process detail internal calls.
22408         
22409         * icall.c: Added internal calls for process lookup, and some
22410         process details
22411
22412 2002-09-26  Martin Baulig  <martin@gnome.org>
22413
22414         * assembly.c (mono_install_open_assembly_hook): New global
22415         function to install a function to be invoked each time a new
22416         assembly is loaded.
22417         (mono_assembly_open): Run this callback function if set.
22418
22419         * debug-mono-symfile.c: Put back line numbers for the dynamic
22420         symbol file and also record the .il file as source file.  This
22421         allows us to install the temporary symbol file as `file.dbg' just
22422         like a compiler-generated one.
22423
22424 2002-09-26  Nick Zigarovich <nick@chemlab.org>
22425
22426         * Corrected typo in gc.c (BOHEM vs BOEHM).
22427
22428 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22429
22430         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
22431         GetProperties. Also avoid calling g_slist_length in GetProperties and
22432         GetMethods.
22433
22434 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
22435
22436         * reflection.c: avoid unaligned stores (bug spotted by
22437         Mark Crichton  <crichton@gimp.org>).
22438
22439 2002-09-25  Martin Baulig  <martin@gnome.org>
22440
22441         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
22442         instead of guint64 for addresses and added prologue/epilogue info.
22443
22444 2002-09-25  Martin Baulig  <martin@gnome.org>
22445
22446         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
22447         store line number info.  For the dynamic symbol file, we only need
22448         to provide the JIT generated dynamic line number info for the dynamic
22449         symbol file.
22450
22451 2002-09-25  Martin Baulig  <martin@gnome.org>
22452
22453         * debug-mono-symfile.h: Incremented version number.
22454
22455 2002-09-24  Martin Baulig  <martin@gnome.org>
22456
22457         * class.c (mono_debugger_class_init_func): New global function
22458         pointer variable.
22459         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
22460         call it.
22461
22462         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
22463         function.  This is called via the mono_debugger_class_init_func
22464         hook to add all types to the dynamic type table.
22465         (ves_icall_MonoDebugger_GetType): New interncall to get a class
22466         from its metadata token.
22467
22468         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
22469         New interncall for the debugger.
22470
22471 2002-09-24  Nick Drochak <ndrochak@gol.com>
22472
22473         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
22474         before using it in case it is null.
22475         
22476 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
22477
22478         * metadata.c: allow custom modifiers in local var signatures
22479         (bug spotted by Zoltan Varga).
22480
22481 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
22482
22483         * class.c: deal with the <Module> class that may have a NULL vtable.
22484         Eliminate warnings.
22485
22486 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
22487
22488         * image.c, image.h: more strong name helpers.
22489         * monosn.c: more work: convert pem keys to cryptoapi format.
22490
22491 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
22492
22493         * string-icalls.c: speedup IndexOf.
22494
22495 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
22496
22497         * icall.c: updates from Zoltan.2.Varga@nokia.com.
22498
22499 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
22500
22501         * icall.c: cleanup: use mono_object_domain ().
22502
22503 2002-09-23  Martin Baulig  <martin@gnome.org>
22504
22505         * debug-mono-symfile.c: Improved type support.
22506
22507 2002-09-22  Martin Baulig  <martin@gnome.org>
22508
22509         * debug-mono-symfile.c: Added support for reference types and strings.
22510
22511 2002-09-22  Martin Baulig  <martin@gnome.org>
22512
22513         * debug-mono-symfile.c: Started to work on the type table.
22514
22515 2002-09-21  Martin Baulig  <martin@gnome.org>
22516
22517         * debug-mono-symfile.c: Largely reworked the symbol table format.
22518         The symbol table is now incrementally updated each time a new
22519         method is added.  We're now also using our own magic and version
22520         so that you don't need to recompile all your classes if the
22521         dynamic table changes.
22522         (mono_debug_update_mono_symbol_file): Removed.
22523         (mono_debug_symfile_add_method): New function to add a method.
22524
22525 2002-09-21  Martin Baulig  <martin@gnome.org>
22526
22527         * icall.c
22528         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
22529         New interncall.
22530
22531         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
22532         New interncall to get a method from its metadata token.
22533
22534 2002-09-21  Martin Baulig  <martin@gnome.org>
22535
22536         * debug-mono-symfile.c: Create type table.
22537
22538 2002-09-20  Martin Baulig  <martin@gnome.org>
22539
22540         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
22541
22542 2002-09-20  Martin Baulig  <martin@gnome.org>
22543
22544         * debug-mono-symfile.c: Provide information about params and locals.
22545
22546 2002-09-20  Martin Baulig  <martin@gnome.org>
22547
22548         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
22549         New interncall.
22550
22551         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
22552         interncall to get a method from its metadata token.
22553
22554 2002-09-20  Martin Baulig  <martin@gnome.org>
22555
22556         * debug-mono-symfile.c: Added a few checks for method->header
22557         being non-NULL.  This should never happen, but for the moment
22558         let's use a g_warning() rather than a g_assert().
22559
22560 2002-09-19  Mark Crichton  <crichton@gimp.org>
22561
22562         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
22563         even if support for it isn't present.  Added an #ifdef to fix this.
22564
22565         * socket-io.c: Added checks back for Solaris support.
22566
22567 2002-09-19  Martin Baulig  <martin@gnome.org>
22568
22569         * debug-mono-symfile.c (read_string, write_string): Reflect latest
22570         changes in the symbol file format.
22571
22572 2002-09-18  Martin Baulig  <martin@gnome.org>
22573
22574         * debug-mono-symfile.c: Set version number to 21.
22575
22576 2002-09-18  Dick Porter  <dick@ximian.com>
22577
22578         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
22579         on netbsd.  Fixes bug 30051.
22580
22581 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22582
22583         * reflection.c:
22584         (set_version_from_string): little fix.
22585
22586 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
22587
22588         * monosn.c, Makefile.am: added strong name utility.
22589         * reflection.h, reflection.c: implemented delayed signing,
22590         locale, version and hash id assembly attributes.
22591
22592 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
22593
22594         * loader.c, metadata.c: load param attributes in signatures.
22595
22596 2002-09-16  Martin Baulig  <martin@gnome.org>
22597
22598         * debug-mono-symfile.c: Added string table with all method names.
22599
22600 2002-09-14  Martin Baulig  <martin@gnome.org>
22601
22602         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
22603         fast method lookup.
22604
22605 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
22606
22607         * reflection.c: record the public key token of referenced assemblies.
22608
22609 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
22610
22611         * image.c, image.h: added functions to get the strong name and the
22612         public key of an assembly.
22613         * pedump.c: use them.
22614
22615 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
22616
22617         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
22618
22619 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
22620
22621         * marshal.c (mono_marshal_get_managed_wrapper): Added
22622         MONO_TYPE_BOOLEAN 
22623
22624 2002-09-11  Martin Baulig  <martin@gnome.org>
22625
22626         * gc.c: Call GC_unregister_disappearing_link() on all links when
22627         finalizing them, this is necessary to aviod a crash in boehm's
22628         finalize handler.
22629
22630 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
22631
22632         * gc.c: handle GetTarget for finalized objects spotted and fixed by
22633         nick@chemlab.org.
22634
22635 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
22636
22637         * icall.c: implemented MonoType::Module.
22638         * reflection.c, reflection.h: mono_module_get_object () from
22639         Tomi Pakarinen <tomi.pakarinen@welho.com>.
22640
22641 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
22642
22643         * icall.c: ignore overridden methods in GetMethods ().
22644         Fix for FieldInfo::SetValue().
22645         * object.c: handle float/double in runtime invoke.
22646
22647 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
22648
22649         * object.c: allow a constructor to be called again on an object.
22650
22651 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
22652
22653         * class.h, class.c: move field layout code to it's own function and
22654         export it. Get an interface id earlier. Move fields in MonoClass
22655         so they are more cache friendly and align the bitfields.
22656         * loader.c: temporary handle get_param_names() for a runtime method.
22657         * reflection.c, reflection.h: more code to handle runtime creation of
22658         types.
22659
22660 2002-09-09  Martin Baulig  <martin@gnome.org>
22661
22662         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
22663         signature with the pinvoke field being set for the actual call.
22664
22665 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
22666
22667         * icall.c: removed some unused icalls. Start of map of glib charsets
22668         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
22669
22670 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
22671
22672         * debug-helpers.c: break infinite loop (found and fixed by
22673         Holger Arnold <harnold@gmx.de>).
22674
22675 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
22676
22677         * icall.c: target may be null in create_delegate.
22678
22679 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
22680
22681         * marshal.c: handle a boolean return type.
22682
22683 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
22684
22685         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
22686
22687 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
22688
22689         * gc.c: fix weakreferences.
22690
22691 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
22692
22693         * icall.c: added icall to get default codepage.
22694
22695 2002-09-03  Dick Porter  <dick@ximian.com>
22696
22697         * threads.h: 
22698         * threads.c: Use MonoThread instead of MonoObject where
22699         apropriate.
22700
22701         Store running thread objects in a hash table, so that we have all
22702         the info to hand when waiting for them to finish
22703         (means we don't need OpenThread() any more, so mingw builds should
22704         be fully functional again.)
22705
22706         * verify.c:
22707         * object.h: Added thread ID to MonoThread
22708
22709 2002-09-03  Martin Baulig  <martin@gnome.org>
22710
22711         * icall.c (System.Reflection.Assembly::get_location): New interncall.
22712
22713 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22714
22715         * icall.c: fixed leak in get_temp_path. Thanks lupus.
22716
22717 2002-09-03  Martin Baulig  <martin@gnome.org>
22718
22719         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
22720         argument to store the end address of the disassembled instruction.
22721
22722         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
22723         here from debug-symfile.h.
22724         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
22725         JIT into this struct.
22726         (MonoSymbolFile): Added `char *image_file' field.
22727         (MonoDebugGetMethodFunc): Removed.
22728         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
22729         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
22730         (mono_debug_find_method): New method.
22731
22732         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
22733         create a full symbol file.
22734         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
22735         and static symbol files.
22736         (mono_debug_find_method): The symbol file keeps an internal method hash,
22737         call this to get a MonoDebugMethodInfo from a MonoMethod.
22738
22739         * debug-symfile.[ch]: Removed.
22740
22741 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
22742
22743         * image.c (do_mono_image_open): Remove linker version check.
22744
22745 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
22746
22747         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
22748         wrappers for instance methods.
22749         
22750 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22751
22752         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
22753
22754 2002-08-28  Dick Porter  <dick@ximian.com>
22755
22756         * Makefile.am: Export HOST_CC for w32 builds
22757
22758 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
22759
22760         * file-io.c process.c: MonoString are null terminated, no
22761         need for mono_string_to_utf16() anymore.
22762
22763 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
22764
22765         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
22766
22767 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
22768
22769         * icall.c, reflection.h: speedup System.MonoType.
22770
22771 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
22772
22773         * reflection.c: allow null as the value of a string argument in
22774         custom attributes constructors.
22775
22776 2002-08-27  Martin Baulig  <martin@gnome.org>
22777
22778         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
22779         `trampoline_address' field.
22780
22781 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
22782
22783         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
22784         check (fixes bug #29486) 
22785
22786 2002-08-27  Martin Baulig  <martin@gnome.org>
22787
22788         * debug-mono-symfile.c: Changed the file format in a way that allows us
22789         open it read-only and to use a specially malloced area for all the
22790         dynamic data.  We can now also generate a symbol file on-the-fly if we're
22791         debugging IL code and there is no MCS generated symbol file for it.
22792
22793 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
22794
22795         * object.c: added a define for a good string and array
22796         creation speedup (not enabled by default because we need to deal with
22797         the synch stuff).
22798
22799 2002-08-26  Martin Baulig  <martin@gnome.org>
22800
22801         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
22802         function to create a dynamic symbol file.  This is used by the
22803         debugger to create a symbol file for IL code on-the-fly.
22804
22805 2002-08-26  Martin Baulig  <martin@gnome.org>
22806
22807         * loader.c (mono_lookup_pinvoke_call): Include the error message
22808         from g_module_error() in the error message.
22809
22810 2002-08-24  Martin Baulig  <martin@gnome.org>
22811
22812         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
22813         function to update the symbol file.  The symbol file is mmap()ed
22814         writable, but private.  This allows us to install the symbol file
22815         together with the assembly.
22816
22817 2002-08-24  Martin Baulig  <martin@gnome.org>
22818
22819         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
22820         but they can read the new symbol file format which mcs is now creating.
22821
22822         * debug-symfile.c (mono_debug_find_source_location): Moved to
22823         debug-mono-symfile.c; this is now operating on the new symbol file.
22824
22825 2002-08-23  Martin Baulig  <martin@gnome.org>
22826
22827         * debug-helpers.c (mono_method_desc_from_method): New function to get
22828         a MonoMethodDesc from a MonoMethod.
22829
22830 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
22831
22832         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
22833         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
22834
22835 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
22836
22837         * string-icalls.[ch]: make helper methods static.
22838
22839 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22840
22841         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
22842         types to it and to SetValueInternal.
22843
22844         * object.c: Moved handle_enum label to its proper place. This was the
22845         f... bug! ;-)
22846
22847         This time i compiled mcs and gtk-sharp and they both work.
22848
22849 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22850
22851         * icall.c: reverted partially my previous patch until 
22852         object.c:set_value handles enums correcly.
22853
22854 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22855
22856         * icall.c:
22857         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
22858         (ves_icall_System_Environment_get_MachineName): removed warning when
22859         compiling under cygwin.
22860
22861 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
22862
22863         * object.c: fixed field_get_value() for reference types.
22864
22865 2002-08-22  Dick Porter  <dick@ximian.com>
22866
22867         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
22868         Don't free a buffer while it's still needed.  Patch from Jonathan
22869         Liger <Jonathan.liger@wanadoo.fr>
22870
22871 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
22872
22873         * icall.c (ves_icall_System_Environment_get_Platform): Add new
22874         internal call.
22875
22876 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
22877
22878         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
22879         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
22880
22881         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
22882         we call unmanaged code which throws exceptions.
22883
22884 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
22885
22886         * appdomain.h: added per-domain entry_assembly.
22887         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
22888         arguments.
22889         * icall.c: Assembly::GetEntryAssembly icall.
22890         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
22891         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
22892
22893 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
22894
22895         * appdomain.h, gc.c: added mono_domain_finalize ().
22896
22897 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22898
22899         * object.c:
22900         (mono_print_unhandled_exception): changed g_warning by g_printerr
22901         because g_log has a 1024 characters limit (yeah, i got a big stack
22902         trace). Don't print exception name, that should be in ToString 
22903         returned string.
22904
22905 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22906
22907         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
22908         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
22909
22910 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22911
22912         * object.c:
22913         (mono_print_unhandled_exception): after previous commit, i realized
22914         that MS calls ToString on the exception. I changed this function to
22915         do that. This way we get stack_trace for free.
22916
22917 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22918
22919         * object.c:
22920         (mono_print_unhandled_exception): invoke Message property instead of
22921         getting 'message' field from Exception. Don't allocate memory for
22922         'trace' and 'message' if not needed.
22923
22924 2002-08-18  Dick Porter  <dick@ximian.com>
22925
22926         * unicode.c: Fix asserts to match Encoder.cs checks
22927
22928 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
22929
22930         * marshal.c: fix unaligned store issue and a few wrong
22931         opcode argument types.
22932
22933 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22934
22935         * icall.c: added GetUninitializedObjectInternal internal call.
22936
22937 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
22938
22939         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
22940         to the right domain.
22941
22942 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
22943
22944         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
22945
22946         * class.c (class_compute_field_layout): set blittable to false for Strings
22947
22948         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
22949
22950 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
22951
22952         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
22953         first chunk of code to create types at runtime. Code to
22954         handle ReflectedType/DeclaringType. Make reflection handles
22955         domain specific.
22956
22957 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
22958
22959         * class.c: set correct name in arrays.
22960
22961 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
22962
22963         * appdomain.c (mono_domain_transfer_object): make it work with
22964         valuetypes. bug fixes.
22965
22966 2002-08-12  Dick Porter  <dick@ximian.com>
22967
22968         * object.h: Rename some parameters to avoid c++ keywords (Patch
22969         from Joseph Wenninger <kde@jowenn.at>)
22970
22971 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
22972
22973         * icall.c: added icall to implement Assembly.GetFile*.
22974
22975 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
22976
22977         * reflection.h, reflection.c: code to embed managed resources.
22978
22979 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
22980
22981         * class.c: move all the type size stuff into
22982         class_compute_field_layout().
22983
22984 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
22985
22986         * class.c: ensure enums have always the correct instance size.
22987         * unicode.c: remove wrong assert.
22988
22989 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
22990
22991         * assembly.c: fix mem corruption issue.
22992         * image.h, image.c: added mono_image_get_resource () to access
22993         managed resources.
22994         * icall.c: implemented Assembly.EntryPoint property and some
22995         Managed Resources related internalcalls.
22996
22997
22998 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
22999
23000         * image.c, image.h: impemented mono_image_get_entry_point ().
23001         * appdomain.c: use mono_image_get_entry_point.
23002
23003 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
23004
23005         * reflection.c: support the object type argument when loading
23006         custom attributes.
23007
23008 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
23009
23010         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
23011         String as return type.
23012
23013 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
23014
23015         * reflection.c: fix encoding of named args for custom attrs to match
23016         the ms implementation. Read them back when instantiating custom
23017         attributes.
23018
23019 2002-08-02  Radek Doulik  <rodo@ximian.com>
23020
23021         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
23022         by Dietmar as quick fix
23023         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
23024         16 as stack size, used on more places as quick fix before Dietmar
23025         will fix it properly
23026
23027 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
23028
23029         * object.h, object.c: added accessors for fields and properties.
23030
23031 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
23032
23033         * class.c, class.h: made mono_class_get_field_from_name ()
23034         loop on parent types.
23035         Added mono_class_get_property_from_name ().
23036
23037 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
23038
23039         * class.c, class.h: move the code to setup the type vtable in its own
23040         function so that it can be reused also for types created at runtime.
23041         Eliminate the "class" identifier from the header file.
23042         * reflection.c: setup the vtable for enums so that we can create
23043         objects for use in SetConstant ().
23044
23045 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
23046
23047         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
23048         instead of the delegate itself as this pointer (bug #28383)
23049
23050 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
23051
23052         * marshal.c (mono_marshal_get_managed_wrapper): added return type
23053         conversions.
23054
23055 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
23056
23057         * loader.c: don't set the pinvoke bit on icalls.
23058
23059 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
23060
23061         * debug-helpers.c (mono_method_full_name): only print a number to
23062         indicate wrapper type (so that the output is more readable in traces).
23063
23064 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
23065
23066         * class.c (mono_class_init): include method override patch from Paolo
23067
23068 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
23069
23070         * icall.c: fixed GetTypeCode().
23071
23072 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
23073
23074         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
23075         use real delegate invoke function to make it work with multicast
23076         delegates (fix bug# 28291).
23077
23078 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
23079
23080         * object.c: load constant strings.
23081
23082 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
23083
23084         * reflection.c: no magic numbers.
23085         * tabledefs.h: security action enum.
23086
23087 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
23088
23089         * assembly.c: fix possible memory corruption.
23090
23091 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
23092
23093         * reflection.h, reflection.c: added support for linking resources.
23094         * verify.c: check we have an updated corlib.
23095
23096 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
23097
23098         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
23099         string arrays.
23100         (mono_marshal_string_array): null terminate unmanaged string arrays.
23101         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
23102
23103 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
23104
23105         * icall.c: Type.GetType () can now return also types from the
23106         calling assembly.
23107
23108 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
23109
23110         * loader.h, loader.c: stack walking support.
23111         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
23112         GetCallingAssembly.
23113
23114 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
23115
23116         * marshal.c: added optimisations for blittable types 
23117
23118         * class.c (mono_array_class_get): do not set blittable attribute on arrays
23119         (mono_class_setup_mono_type): set blittable attribute for single
23120         and double.
23121
23122         * marshal.c (mono_string_utf8_to_builder): impl.
23123         (mono_string_builder_to_utf8): impl.
23124         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
23125
23126 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
23127
23128         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
23129         (mono_marshal_get_managed_wrapper): impl. byref types
23130
23131 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23132
23133         * icall.c:
23134         (search_method): don't display debug message. 
23135
23136 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
23137
23138         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
23139
23140 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
23141
23142         * appdomain.c: set the missing filename when throwing exception.
23143
23144 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
23145
23146         * metadata.c (mono_type_size): code cleanup
23147         (mono_type_stack_size): removed some test code
23148
23149 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
23150
23151         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
23152         mono_get_exception_file_not_found now.
23153
23154         * exception.c (mono_exception_from_name_two_strings): New version
23155         that will call a constructor with two string arguments. 
23156         (mono_get_exception_file_not_found): New helper routine, used to
23157         report file-not-found errors.
23158
23159 2002-07-20  Dick Porter  <dick@ximian.com>
23160
23161         * process.h:
23162         * process.c: Pass file handles to CreateProcess
23163         
23164         * icall.c:
23165         * file-io.h:
23166         * file-io.c: Implemented CreatePipe
23167
23168 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
23169
23170         * metadata.c (mono_get_param_info): set alignment for value types
23171
23172 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
23173
23174         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
23175         Constify mono_domain_assembly_open().
23176         * loader.c: handle null namespace in icalls.
23177
23178 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
23179
23180         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
23181         (emit_str_to_ptr_conv): marshal object as structs
23182
23183         * metadata.c (mono_type_to_unmanaged): marshal object as structs
23184
23185         * marshal.c (mono_marshal_get_runtime_invoke): support value types
23186
23187 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
23188
23189         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
23190         (mono_marshal_get_native_wrapper): we an now return value types
23191
23192 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
23193
23194         * verify.c: more checks implemented.
23195
23196 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
23197
23198         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
23199         (fix bug #27695)
23200         (mono_marshal_get_native_wrapper): allow byref arguments
23201         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
23202         impl. PtrToStringXXX methods
23203         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
23204         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
23205         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
23206         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
23207         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
23208
23209 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
23210
23211         * reflection.c: fix buglet in parsing an assembly name.
23212
23213 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
23214
23215         * marshal.c (emit_ptr_to_str_conv): first impl.
23216
23217 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
23218
23219         * object.c, class.h: cache the vtable in the class as suggested by
23220         vargaz@freemail.hu (Zoltan Varga).
23221
23222 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
23223
23224         * class.h, loader.c: added mono_field_from_token().
23225         * verify.c: first cut of type checking code.
23226
23227 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
23228
23229         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
23230
23231 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
23232
23233         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
23234         (fix bug #27782)
23235         (mono_marshal_get_remoting_invoke): impl.
23236         (mono_delegate_begin_invoke): impl.
23237         (mono_mb_emit_save_args): impl.
23238         (mono_delegate_end_invoke): impl.
23239         (mono_marshal_get_delegate_begin_invoke):
23240         (mono_marshal_get_delegate_end_invoke):
23241         (mono_marshal_get_delegate_invoke): generate a special name for
23242         those methods (including the signature) and associate them whith
23243         the delegate class. 
23244
23245 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
23246
23247         * reflection.[ch]: 
23248         (mono_reflection_type_from_name): now it has a MonoImage parameter
23249         which is used as the default image to search the type in. If the image
23250         is NULL or getting the type from it fails, it defaults to corlib.
23251
23252         * icall.c: changed 1 call to mono_reflection_type_from_name to match
23253         new parameter.
23254
23255 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
23256
23257         * reflection.c: update the parameter table index.
23258
23259 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
23260
23261         * domain.c: don't include the mark byte in the string hash.
23262
23263 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
23264
23265         * icall.cs: icall for Type.GetTypeCode ().
23266         * verify: a couple of fixes and disabled local initialization checks.
23267
23268 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
23269
23270         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
23271
23272         * debug-helpers.c (mono_method_full_name): print the type of the
23273         runtime wrapper
23274
23275         * metadata.c (mono_signature_hash): a hash function for signatures
23276         (mono_signature_hash): better hash algorithm
23277
23278         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
23279
23280         * debug-helpers.c (mono_method_full_name): this can now generate
23281         method names with signatures
23282
23283         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
23284         method dont have this pointers.
23285
23286 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
23287
23288         * reflection.c: fixup typebuilder tokens.
23289         * image.c: fix buglet.
23290         * marshal.h: remove whitespace.
23291         * metadata.h, metadata.c: reinstate code that was removed.
23292         * verify.c: handle catch directives and fix another couple of bugs.
23293
23294 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
23295
23296         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
23297         (mono_marshal_get_native_wrapper): make it comp. with the old code
23298         (mono_marshal_get_native_wrapper): support boolean
23299         (mono_marshal_get_managed_wrapper): support more types
23300
23301 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
23302
23303         * class.c (class_compute_field_layout): compute class->blittable attribute.
23304
23305 2002-07-09  Dick Porter  <dick@ximian.com>
23306
23307         * threads.c: Make the thread cleaning up cope with threads that
23308         call ExitThread()
23309
23310 2002-07-08  Radek Doulik  <rodo@ximian.com>
23311
23312         * reflection.c (method_encode_code): use non-translated values to
23313         compute finally_start, this fixes exception handling on ppc, yay!
23314
23315         * decimal.h (struct signscale): fix endianess
23316
23317 2002-07-07  Radek Doulik  <rodo@ximian.com>
23318
23319         * reflection.c: swap box_val and not val
23320
23321 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
23322
23323         * reflection.c, reflection.h: handle full assembly info in type name.
23324         Handle Type arguments when loading custom attributes.
23325         * icall.c: updated to use new mono_reflection_type_from_name () method.
23326
23327 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23328
23329         * loader.c:
23330         (method_from_memberref): also print assembly name when method not found.
23331
23332 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23333
23334         * icall.c:
23335         (ves_icall_TypeGetProperties): fixed bug #27473. 
23336
23337 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23338
23339         * reflection.c: display image name and token when cannot find the
23340         .ctor for an attribute.
23341
23342 2002-07-05  Martin Baulig  <martin@gnome.org>
23343
23344         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
23345
23346 2002-07-04  Dick Porter  <dick@ximian.com>
23347
23348         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
23349         compile on mingw.  This will cause mingw builds to not wait for
23350         subthreads to terminate after the main thread does.  I've lodged a
23351         bug with the mingw developers for them to wrap OpenThread().
23352
23353 2002-07-03  Dick Porter  <dick@ximian.com>
23354
23355         * threads.c: Store thread IDs instead of handles, because
23356         GetCurrentThread() returns a pseudohandle and therefore stores
23357         useless values.  mono_thread_cleanup() continues checking the
23358         array of threads until it is empty, to cope with subthreads
23359         spawning new threads after the main thread has finished.
23360
23361         * profiler.h:
23362         * profiler.c:
23363         * profiler-private.h: Pass the thread ID to thread profiler
23364         functions, instead of a handle
23365
23366 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
23367
23368         * verify.c: fixes to make it more usable.
23369         * pedump.c: added --verify code to verify IL code in an assembly.
23370
23371 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
23372
23373         * reflection.c: turn errors into warnings to allow compiling corlib.
23374
23375 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
23376
23377         * reflection.c: add special cases to compile corlib.
23378
23379 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
23380
23381         * reflection.c: handle properties with only a set method.
23382
23383 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
23384
23385         * opcodes.h: add enum with opcodes in opval order.
23386
23387 2002-07-01  Dick Porter  <dick@ximian.com>
23388         
23389         * object.h:
23390         * object.c (mono_runtime_run_main): Removed unneeded argument
23391
23392 2002-06-28  Martin Baulig  <martin@gnome.org>
23393
23394         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
23395
23396 2002-06-27  Dick Porter  <dick@ximian.com>
23397
23398         * threads.c: Store the handle in both the parent thread and in the
23399         subthread, to minimise the time between starting a new thread and
23400         storing its ID.
23401
23402 2002-06-26  Dick Porter  <dick@ximian.com>
23403
23404         * appdomain.c (mono_runtime_cleanup): Close the socket library
23405         after all the threads have finished, not before
23406
23407 2002-06-26  Martin Baulig  <martin@gnome.org>
23408
23409         * debug-symfile.c (mono_debug_find_source_location): Added
23410         `guint32 *line_number' argument.  If it's not NULL, store the line number
23411         there and return the file name without the line number.
23412
23413 2002-06-25  Dick Porter  <dick@ximian.com>
23414
23415         * icall.c:
23416         * process.h:
23417         * process.c: Process forking and other support functions
23418
23419 2002-06-25  Dick Porter  <dick@ximian.com>
23420
23421         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
23422         things dont happen when the image is closed.
23423         (mono_image_lookup_resource): Walk the resource section looking
23424         for a particular entry
23425
23426         * cil-coff.h: PE resource section decoding
23427
23428 2002-06-25  Dick Porter  <dick@ximian.com>
23429         
23430         * assembly.h:
23431         * assembly.c: 
23432         (mono_assembly_foreach): Accessor functions to walk the list of
23433         loaded assemblies
23434         (mono_assembly_set_main):
23435         (mono_assembly_get_main): Process methods need to know which
23436         assembly is the "main" one
23437
23438         * object.c (mono_runtime_run_main): Record the main assembly
23439
23440         * debug-helpers.c: Fix typo
23441
23442 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
23443
23444         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
23445         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
23446
23447 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
23448
23449         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
23450
23451 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
23452
23453         * image.c (do_mono_image_open): Initialize reference count,
23454         otherwise we leak the MonoImage.
23455
23456 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
23457
23458         * reflection.c: small tweak to handle self-hosting.
23459
23460 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
23461
23462         * reflection.c: fix type name parse code.
23463
23464 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
23465
23466         * reflection.c: break out of the loop.
23467         * image.c: special case corlib.
23468
23469 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
23470
23471         * reflection.c: add all the custom attrs at the end to ensure the
23472         ctors have been properly initialized when the attributes are defined
23473         in the current assembly.
23474
23475 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
23476
23477         * reflection.c: handle correctly multiple-nested types.
23478
23479 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
23480
23481         * row-indexes.h: fix typos.
23482         * reflection.c: adjust for typos and fix method_def_or_ref
23483         encoding in MethodImpl table.
23484
23485 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
23486
23487         * reflection.c: fix entry point patching (thanks Serge!).
23488
23489 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
23490
23491         * verify.c: add check for System.Exception
23492
23493 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
23494
23495         * image.c, class.c: minifix for code just c&p'ed.
23496         * reflection.c: warning fix.
23497         * object.h, loader.h, domain.c: load also StringBuilder.
23498
23499 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
23500
23501         * marshal.h, marshal.c: some support code to handle complex marshaling.
23502
23503 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
23504
23505         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
23506         Better signatures with vtable error dump.
23507
23508 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
23509
23510         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
23511
23512 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
23513
23514         * icall.c (ves_icall_Type_GetField): impl.
23515
23516 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
23517
23518         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
23519         to retrieve a marshal description blob for a field or param.
23520
23521 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
23522
23523         * reflection.h, reflection.c: change order of nested type emission
23524         to avoid table corruption. The NestedTypes table is sorted.
23525         * icall.c: change order of GetConstructor results to workaround mcs bug.
23526
23527 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
23528
23529         * reflection.h, reflection.c: handle field and param marshal
23530         information.
23531
23532 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
23533
23534         * icall.c, marshal.c marshal.h: more Marshal class implementation.
23535
23536 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
23537
23538         * reflection.c: fix call convention.
23539
23540 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
23541
23542         * reflection.h, reflection.c: mono_image_get_memberref_token()
23543         takes a type instead of a class, now. Added
23544         mono_image_get_array_token() to create tokens for the special
23545         multi-dim array methods.
23546
23547 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
23548
23549         * assembly.c: handle modules (no assembly table). Split
23550         loading references in its own function.
23551         * class.c: handle moduleref resolution scope.
23552         * image.c, image.h: cache module name in image.
23553
23554 2002-06-07  Martin Baulig  <martin@gnome.org>
23555
23556         * reflection.c (mono_image_get_type_info): Only add a class layout entry
23557         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
23558
23559 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
23560
23561         * icall.c: more signature fixes that used uint instead of int.
23562
23563 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
23564
23565         * reflection.c: fixed signature of field refs.
23566
23567 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
23568
23569         * class.c, reflection.c: handle typerefs of nested types
23570         (both on read and when writing files).
23571
23572 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
23573
23574         * icall.c: fix method signatures that tried to workaround the previous
23575         typo, d'oh!
23576
23577 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
23578
23579         * debug-helpers.c: fix typo.
23580
23581 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
23582
23583         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
23584         rewrote the PE/COFF writing code (our programs are understood by the
23585         ms runtime, now).
23586
23587 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
23588
23589         * gc.c, gc.h, icall.c: weakreference support.
23590
23591 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
23592
23593         * Makefile.am, mono-config.c: use $(sysconfdir).
23594
23595 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
23596
23597         * icall.c: changed default precision of Double.ToString() to 15.
23598         Fixed memory leak. Unified with Single.ToString.
23599
23600 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
23601
23602         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
23603
23604 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
23605
23606         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
23607         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
23608         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
23609         and myself.
23610
23611 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
23612
23613         * debug-symfile.c, sysmath.c: yet more compilation fixes.
23614
23615 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
23616
23617         * reflection.c, socket-io.c: more compilation fixes.
23618
23619 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
23620
23621         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
23622         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
23623         unicode.c: warning and compiler compatibility fixes.
23624
23625 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
23626
23627         * class.h, metadata.c: fixed warnings/compilation errors.
23628
23629 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
23630
23631         * Makefile.am, mono-config.c, mono-config.h: configuration file
23632         support routines.
23633         * loader.c, loader.h: make Dll mapping configurable at runtime in the
23634         config file. Export methods to insert and lookup mappings.
23635
23636 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
23637
23638         * reflection.c: handle types and boxed objects in custom attr
23639         constructors.
23640
23641 2002-05-30  Martin Baulig  <martin@gnome.org>
23642
23643         * debug-symfile.c
23644         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
23645
23646 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
23647
23648         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
23649         to lookup the implmap row for a P/Invoke method.
23650         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
23651         P/Invoke method from the runtime on an as needed basis.
23652
23653 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
23654
23655         * metadata.c (mono_metadata_parse_signature): impl.
23656
23657 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
23658
23659         * class.c: handle .pack directive.
23660
23661 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
23662
23663         * object.c: initialize static fields with RVA data.
23664
23665 2002-05-25  Martin Baulig  <martin@gnome.org>
23666
23667         * debug-symfile.c
23668         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
23669
23670 2002-05-24  Martin Baulig  <martin@gnome.org>
23671
23672         * debug-symfile.c
23673         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
23674         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
23675         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
23676
23677 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
23678
23679         * object.c: special case string ctros in invoke.
23680         * gc.c: silly whitespace changes.
23681
23682 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
23683
23684         * threadpool.[ch]: impl. a threadpool that can
23685         be used by mint and mono.
23686
23687 2002-05-22  Martin Baulig  <martin@gnome.org>
23688
23689         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
23690         The first argument is now a `MonoReflectionModuleBuilder *', the return
23691         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
23692         `methods' field to get the method builder.  The `token' argument is the
23693         unfixed token.
23694
23695         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
23696         invalid characters instead of g_assert_not_reached()ing.  This seems
23697         to be the behaviour of mscorlib.
23698
23699 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
23700
23701         * object.c (mono_runtime_invoke_array): applied patch from Rachel
23702         Hestilow to fix bug #25104
23703
23704 2002-05-21  Martin Baulig  <martin@gnome.org>
23705
23706         * debug-symfile.c (mono_debug_find_source_location): New function.
23707         Looks up an IL offset in the line number table and returns the source
23708         location as a string.
23709
23710 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23711
23712         * icall.c:
23713         (mono_double_ToStringImpl): changed %f by %g until we have something
23714         better.
23715
23716 2002-05-21  Nick Drochak  <ndrochak@gol.com>
23717
23718         * icall.c : Use different name for Math.Pow's icall.  Needed to check
23719         parameters first in C#.
23720
23721 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
23722
23723         * icall.c, reflection.h: added icall to get info about an event.
23724
23725 2002-05-20  Radek Doulik  <rodo@ximian.com>
23726
23727         * object.c (mono_value_box): don't use memcpy for boxing on BIG
23728         endian
23729         (mono_value_box): don't use memcpy for small sizes on
23730         architectures with unaligned access
23731
23732 2002-05-20  Martin Baulig  <martin@gnome.org>
23733
23734         * reflection.c (mono_reflection_setup_internal_class): Don't crash
23735         if `tb->parent == NULL'.
23736         (mono_reflection_create_internal_class): New function.  This is
23737         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
23738         for enum types.
23739
23740         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
23741         New interncall.
23742
23743 2002-05-19  Martin Baulig  <martin@gnome.org>
23744
23745         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
23746         argument to get the length, don't default to the array length.
23747
23748 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
23749
23750         * assembly.c (mono_assembly_setrootdir): New function used to
23751         override the MONO_ASSEMBLIES directory.
23752
23753 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
23754
23755         * icall.c: ValueType_GetHashCode() initialize local var.
23756
23757 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
23758
23759         * reflection.c: sort custom attributes table.
23760
23761 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
23762
23763         * reflection.c: support named args in custom attributes (write support).
23764
23765 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
23766
23767         * reflection.c: fix finally position calculation.
23768
23769 2002-05-15  Radek Doulik  <rodo@ximian.com>
23770
23771         * reflection.c: fixed endianess at many places
23772
23773         * icall.c (ves_icall_InitializeArray): comment out debug msg
23774
23775 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
23776
23777         * object.c (mono_unhandled_exception): new function to handle
23778         unhandled exceptions.
23779         (mono_unhandled_exception): call the UnhandledException event.
23780         (mono_runtime_delegate_invoke): impl.
23781
23782 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
23783
23784         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
23785         returns the RVA, not the direct pointer to the data. Handle the case
23786         when the class size is fixed.
23787
23788 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
23789
23790         * reflection.c: fix some endianess issues.
23791
23792 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
23793
23794         * object.c (mono_runtime_invoke): is now able to catch exceptions.
23795
23796         * threads.c (mono_thread_init): added a callback which is invoked
23797         at thread start.
23798
23799 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
23800         
23801         * icall.c: make GetHashCode return non-negative values.
23802
23803 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
23804
23805         * object.c, icall.c, gc.c: revert to address-based hashcode.
23806
23807 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
23808
23809         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
23810
23811 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
23812
23813         * icall.c, class.c: special case <Module>.
23814
23815 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
23816
23817         * icall.c: fix bug in GetNow().
23818
23819 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
23820
23821         * object.c (mono_runtime_class_init): make sure that we call all
23822         static class constructors.
23823
23824 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
23825
23826         * reflection.c: sort methodsemantics table.
23827
23828 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
23829
23830         * reflection.h, reflection.c: honour init locals setting.
23831
23832 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
23833
23834         * icall.c: copied Double ToStringImpl for Single ToStringImpl
23835
23836 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
23837
23838         * reflection.c: support ContructorBuilders in attribute blob creation.
23839
23840 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
23841
23842         * reflection.c: some changes to build a binary that can be run
23843         directly in windows.
23844
23845 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
23846
23847         * loader.c: print a big message when an icall can't be found.
23848
23849 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23850
23851         * string-icalls.c: fix bug 24248.
23852
23853 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
23854
23855         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
23856         icall.c, reflection.h: separate assembly loading by pathname and by
23857         assembly name. Use the MONO_PATH env var to search for assemblies.
23858
23859 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
23860
23861         * assembly.c, image.h: add some support for assemblies
23862         with multiple modules.
23863         * class.c, class.h: export mono_class_from_typeref().
23864         * loader.c: remove duplicated code and use mono_class_from_typeref(),
23865         instead.
23866
23867 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
23868
23869         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
23870         documentation says (the ECMA one is correct).
23871
23872 2002-05-02  Dick Porter  <dick@ximian.com>
23873
23874         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
23875         Don't name the synchronisation mutex.
23876
23877 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
23878
23879         * rand.c
23880         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
23881         Make the prototypes match.
23882         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
23883         Same.
23884
23885         * icall.c
23886         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
23887         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
23888         all systems have tm.tm_zone, so use strftime() with %Z to print
23889         the timezone abreviation into a temp string.
23890
23891         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
23892         rather than mono_array_addr() on a MonoString on Big Endian
23893         machines.
23894
23895 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
23896
23897         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
23898         fix bug 24041
23899
23900 2002-04-30  Dick Porter  <dick@ximian.com>
23901
23902         * socket-io.c: Cope with SOCKET being an integer rather than a
23903         pointer now.
23904
23905         * threads.c: Added Thread_free_internal, to deal with thread
23906         handle cleanup.  Moved calls to handle_store() and handle_remove()
23907         to start_wrapper(), so each can only be called once.  Allocate
23908         synchronisation blocks with GC_malloc(), and use GC finalisation
23909         to close the handles.
23910
23911         * icall.c: added System.Threading.Thread::Thread_free_internal
23912
23913 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
23914
23915         * icall.c: support Environment.Exit, CommandLineArgs().
23916
23917 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
23918
23919         * object.c, object.h: added mono_runtime_run_main () and
23920         mono_runtime_get_main_args () for use in System.Environment.
23921
23922 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
23923
23924         * gc.c: fix thinko, enable actual finalization since the jit is now
23925         fixed.
23926
23927 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
23928
23929         * gc.c, object.c: take into account that an object may be offset wrt the address
23930         returned by GC_malloc().
23931
23932 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
23933
23934         * image.c: handle files without entries in the assembly table (modules).
23935
23936 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
23937
23938         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
23939         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
23940         allowed to be null when it's System.Object class setup.
23941
23942 2002-04-27  Martin Baulig  <martin@gnome.org>
23943
23944         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
23945         if `tb->parent == NULL' rather than crashing.
23946
23947 2002-04-28  Nick Drochak  <ndrochak@gol.com>
23948
23949         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
23950         calling acos() where asin() should have been called.
23951
23952 2002-04-26  Martin Baulig  <martin@gnome.org>
23953
23954         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
23955         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
23956         there's a subdirectory called `System', but we don't want to read that
23957         subdirectory as an assembly.
23958
23959 2002-04-25  Martin Baulig  <martin@gnome.org>
23960
23961         * debug-symfile.c: Reflect latest MonoString changes.
23962
23963 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
23964
23965         * rand.c, rand.h: instance method icalls need to have an explicit
23966         this pointer as first argument in the C implementation.
23967
23968 2002-04-25  Nick Drochak <ndrochak@gol.com>
23969
23970         * icall.c: Fix typo in map for GetNonZeroBytes
23971
23972 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
23973
23974         * string-icalls.c : String does now passes unit tests without any 
23975         errors, the following changes has been made:
23976         
23977         Implemented replace methods.
23978         Renaming of methods to (try) follow the standard.
23979         Fixed compare ordinal
23980         Made all memory allocated directly to function instead of via icall function.
23981         Small performance fix in is_in_array function
23982                         
23983  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
23984
23985         c (mono_string_Internal_ctor_charp_int_int):
23986         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
23987         sindex < 0, throw ArgumentOutOfRangeException instead of
23988         ArgumentNullException.
23989
23990         Added new check for length == 0, however
23991         I need to make it return String.Empty from the C code.
23992         
23993         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
23994         that calculate the length for us here.
23995         
23996         (mono_string_Internal_ctor_sbytep_int_int): Replaced
23997         mono_string_new_utf16 with mono_string_new, since value is utf8.
23998
23999 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
24000
24001         * object.c: register the object for finalization if needed.
24002         Allocate one more char in the string for the terminating 0 char.
24003
24004 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
24005
24006         * class.c, class.h, image.c: check if a type implemenst a destructor.
24007         Use the proper key for array class lookups.
24008         * icall.c: register the icalls in the System.GC class.
24009         * gc.c, gc.h: GC-related functions and icalls.
24010
24011 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24012
24013         * icall.c:
24014         * socket-io.c:
24015         * unicode.c: free some strings gotten from mono_string_to_utf8 and
24016         changed a couple of free () by g_free ().
24017
24018         * decimal.c: one-liner in the comments for decimal2string ().
24019
24020 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
24021
24022         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
24023
24024 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
24025
24026         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
24027         * object.c (mono_runtime_invoke_array) : handle null in params
24028
24029 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
24030
24031         * string-icalls.c: fixed bug in split (one off bug)
24032
24033 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
24034
24035         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
24036         * icalls.c: added String::Equals as internal method
24037
24038 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
24039
24040         * threads.c: fixed bug in the double interlocked functions
24041
24042 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
24043
24044         * threads.c: implemented all of the new interlocked icalls.
24045         * string-icalls.c: fix a bug in insert.
24046         * icalls.c: added the icalls for interlocked, removed old string functions.
24047         
24048 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
24049
24050         * loader.c: fix off-by-one error when reading argument names.
24051
24052 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
24053
24054         * profiler.c: win32 counter implementation (untested).
24055         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
24056         (the latter needs testing and more complete impl. from win32 folks).
24057
24058 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
24059
24060         * object.c: mono_array_new_full workaround mono_array_class_get
24061         problem.
24062
24063 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
24064
24065         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
24066         * object.h (mono_string_chars): Changed casting type.
24067
24068 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
24069
24070         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
24071                            method signatures to use gunichar2 instead of gint16.
24072
24073 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
24074
24075         * object.h, object.c: domain-specific versions of mono_object_new and
24076         mono_array_new.
24077
24078 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
24079
24080         * object.c: changed String layout
24081
24082         * string-icalls.c (mono_string_Internal_ctor_chara): added
24083         internal string constructors.
24084
24085 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
24086
24087         * threads.c: pass 'this' to the thread start routine.
24088
24089 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24090
24091         * string-icalls.c: fix IndexOf and LastIndexOf. Now
24092         InternalCompareStr don't call twice mono_string_cmp_char for the last
24093         character. Improved performance in mono_string_cmp_char.
24094
24095 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
24096
24097         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
24098         code into its own library: libmonoruntime.
24099
24100 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
24101
24102         * object.h, object.c: changed array format so that szarrays do not
24103         require a bounds structure.
24104         * icall.c, appdomain.c: support for new szarray format.
24105
24106 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
24107
24108         * metadata.c: compare also the retuns type when comparing signatures:
24109         we didn't do this as an optimization since really overloaded methods
24110         must differ also in the arguments, but this doesn't work with
24111         low-level IL code (or when using explicit conversion operators: see
24112         bug#23498 for an example).
24113
24114 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
24115
24116         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
24117
24118 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
24119
24120         * icall.c: make MonoType::GetElementType its own icall.
24121
24122 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
24123
24124         * icall.c: remove MonoMethod_get_Name().
24125         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
24126         object.
24127
24128 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
24129
24130         * string-icalls.c: optimized a few methods.
24131
24132 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
24133
24134         * icall.c: added all new string internal calls
24135         * string-icalls.c: added, new string internal call implementation.
24136         * object.c: added mono_string_new_size for allocating a string a size
24137
24138 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
24139
24140         * object.c (mono_object_isinst): use the same code as in the
24141         optimized x86 version.
24142
24143 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
24144
24145         * profiler.c: TSC-based timer code (faster and more accurate).
24146         Not hooked up in configure, yet (set USE_X86TSC to 1).
24147
24148 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
24149
24150         * profiler.c, profiler.h: track time spent compiling methods.
24151         * threads.c: track thread creation/destruction.
24152
24153 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
24154
24155         * profiler.c, profiler.h, profiler-private.h: profiling interface
24156         and sample implementation. Moved here so that it can be used also by
24157         the jit.
24158
24159 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
24160
24161         * reflection.c, reflection.h: keep types and other handles separate in
24162         the hash tables for referred tokens. Add guid for modules.
24163
24164 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
24165
24166         * assembly.c: fix bugs found with valgrind.
24167         * metadata.h, metadata.c: added mono_metadata_guid_heap().
24168
24169 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
24170
24171         * threads: added icall support for getting current domain for
24172                    the thread.
24173  
24174 2002-04-13  Martin Baulig  <martin@gnome.org>
24175
24176         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
24177         (MonoDebugVarInfo): Added `index' field for register based addresses.
24178         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
24179         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
24180         `MonoDebugVarInfo *params' and `guint32 this_offset' with
24181         `MonoDebugVarInfo *this_var'.
24182
24183         * debug-symfile.c (relocate_variable): New static function to write
24184         a location description for a local variable or method parameter.
24185
24186 2002-04-12  Martin Baulig  <martin@gnome.org>
24187
24188         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
24189         stack offset and begin/end scope address of a local variable.
24190         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
24191         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
24192         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
24193
24194         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
24195         Added new relocation types for start/end scope of a local variable.
24196
24197 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
24198
24199         * object.h: add mono_object_domain() macro.
24200         * reflection.c: handle typespecs.
24201         * icall.c: MonoMethod::get_Name() implementation.
24202
24203 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
24204
24205         * icall.c: String::GetHashCode() icall implementation.
24206
24207 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
24208
24209         * icall.c: String::IndexOfAny icall.
24210         * object.c, object.h: make array->max_length more useful.
24211         Intrduced mono_object_class() and mono_string_length() macros.
24212
24213 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24214
24215         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
24216         instead of g_unichar_isdigit.
24217
24218 2002-04-11  Nick Drochak  <ndrochak@gol.com>
24219
24220         * icall.c: Implement a simple Double.ToString().
24221
24222 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
24223
24224         * appdomain.h: only io-layer.h is supposed to be included.
24225         * icall.c: explicitly import environ. Fix warning.
24226
24227 2002-04-10  Nick Drochak  <ndrochak@gol.com>
24228
24229         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
24230                 return true even if it's not Daylight Savings time.
24231                 Only return false for the case where the function isn't
24232                 implemented for a plaform (read Windows).
24233
24234 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
24235
24236         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
24237         data with a mutex.
24238
24239 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
24240
24241         * mempool.c (mono_mempool_alloc): only use g_malloc when
24242         absolutely necessary.
24243
24244 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
24245
24246         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
24247
24248         * class.c (mono_class_vtable): use domain mempool to allocate vtable
24249         (mono_class_proxy_vtable): use domain mempool
24250
24251 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
24252
24253         * appdomain.h, appdomain.c: split initialization that requires the
24254         execution engine support into mono_runtime_init().
24255
24256 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
24257
24258         * class.c (mono_class_init): don't include vtable inside MonoClass
24259         to save some memory, gather some statistics.
24260         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
24261
24262 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
24263
24264         * icall.c: internalcall implementation for ValueType.Equals().
24265
24266 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
24267
24268         * object.c (mono_message_init): moved 
24269         (mono_runtime_exec_main): new arch. independent impl.
24270         (mono_runtime_invoke_array): new method - like
24271         mono_runtime_invoke, but you can pass an array of objects.
24272         (mono_remoting_invoke): new arch. independent impl.
24273         (mono_message_invoke): new arch. independent impl.
24274         (mono_runtime_class_init): new arch. independent impl.
24275         (mono_runtime_object_init): new arch. independent impl.
24276
24277 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
24278
24279         * metadata.c, object.c, reflection.c: documented the exported
24280         functions.
24281
24282 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
24283
24284         * icall.c: simpler code to pass the assembly builder data to corlib.
24285         Implement GetNestedTypes() internalcall.
24286
24287 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
24288
24289         * class.c: warn if a type can't be loaded.
24290
24291 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
24292
24293         * image.h: typedef MonoImageOpenStatus
24294         * types.h: removed unused file
24295         
24296 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
24297
24298         * icall.c: Enum_ToObject accepts enum value arguments.
24299
24300 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
24301
24302         * class.c: move initialization of properties, events and nested
24303         classes, so that they happen for interfaces, too.
24304
24305 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
24306
24307         * icall.c: cleanup some ugly casts in Array_SetValue*.
24308
24309 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
24310
24311         * icall.c: the values array fro enums is of the correct type, now.
24312         Implement (correctly) getFullName instead of assQualifiedName for
24313         MonoType.
24314         * reflection.h, reflection.c: added mono_type_get_name ().
24315
24316 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
24317
24318         * assembly.c, image.h: for each MonoImage, record from wich assembly
24319         it was loaded.
24320         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
24321         Make Type.Assembly work.
24322
24323 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
24324
24325         * debug-symfile.h: use char* instead of gpointer to avoid
24326         unnecessary casts.
24327
24328         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
24329
24330         * icall.c (ves_icall_InternalExecute): impl. FielSetter
24331         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
24332
24333 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
24334
24335         * icall.c (mono_message_init): impl. (code cleanup)
24336         (ves_icall_InternalExecute): impl. FieldGetter
24337
24338         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
24339         defined we call all (non-static)methods through the vtable. 
24340
24341 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
24342
24343         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
24344         finalizer even though the memory is still referenced (and the chunk of
24345         memory is not freed).
24346
24347 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
24348
24349         * assembly.c: fix brokeness.
24350
24351 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
24352
24353         * class.c: kill some warnings. Check explicit interface method
24354         implementation also without considering the namespace.
24355         Load also literal strings in static class data.
24356
24357 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
24358
24359         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
24360         (default_assembly_name_resolver): Make the resolver take the
24361         "base" directory where the assembly was originally defined, so we
24362         can load DLLs that are in the same directory as the assembly that
24363         is being referenced.
24364
24365 2002-03-28  Dick Porter  <dick@ximian.com>
24366
24367         * file-io.h: 
24368         * file-io.c:
24369         * socket-io.c: 
24370         * unicode.h: 
24371         * unicode.c: Warning cleanups
24372
24373 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
24374
24375         * object.h, reflection.h: use the correct type instead of MonoObject.
24376
24377 2002-03-28  Martin Baulig  <martin@gnome.org>
24378
24379         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
24380         (mono_debug_update_symbol_file): Initialize classes if necessary.
24381
24382 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
24383
24384         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
24385         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
24386
24387 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
24388
24389         * assembly.h: fix function prototype.
24390         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
24391         * mono-endian.h: use const cast.
24392
24393 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
24394
24395         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
24396
24397 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
24398
24399         * loader.c: don't assert when a typeref can't be loaded, give
24400         a chance to the runtime to trow an exception instead.
24401         * loader.h: fix warning.
24402
24403 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
24404
24405         * class.c (mono_class_proxy_vtable): added proxy support
24406
24407 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
24408
24409         * icall.c: removed last of PAL calls, added System.Environment
24410         * file-io.h, file-io.c: MonoIO implementation
24411         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
24412
24413 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
24414
24415         * appdomain.c: do not use the byte marker in ldstr table lookup.
24416         * debug-helpers.c: allow two ':' to separate class and method name.
24417         * object.c: allocate arrays bounds with the GC, too.
24418         * verify: add a few more checks.
24419
24420 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
24421
24422         * reflection.c: output also literal strings. Allocate parameter data
24423         with GC_malloc() (thanks, Martin, for catching this!).
24424
24425 2002-03-26  Martin Baulig  <martin@gnome.org>
24426
24427         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
24428         include the `this' offset in the `param_offsets'.
24429
24430 2002-03-25  Martin Baulig  <martin@gnome.org>
24431
24432         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
24433         mono_debug_get_class() function to get the classes. Added new
24434         relocation types for arrays and strings.
24435         (mono_debug_get_class): New static function to search in all
24436         referenced assemblies for a metadata token.
24437
24438         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
24439
24440 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
24441
24442         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
24443         hold gc-allocated objects. Make the string heap a stream like the
24444         others. Removed duplicated code when writing stream info.
24445         Added asserts to catch possible buffer overflows. Set the sorted map
24446         for tables that need sorting. Added some documentation.
24447
24448 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
24449
24450         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
24451         for interned strings and vtables.
24452
24453 2002-03-24  Martin Baulig  <martin@gnome.org>
24454
24455         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
24456         it in the array since it was created with g_slist_prepend().
24457
24458 2002-03-24  Martin Baulig  <martin@gnome.org>
24459
24460         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
24461         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
24462         (mono_debug_method_from_token): Renamed to
24463         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
24464         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
24465
24466         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
24467         relocation types.
24468
24469         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
24470
24471 2002-03-24  Martin Baulig  <martin@gnome.org>
24472
24473         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
24474         (mono_debug_method_from_token): New func.
24475
24476         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
24477         New interncall, calls mono_debug_local_type_from_signature().
24478         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
24479         calls mono_debug_method_from_token().
24480
24481 2002-03-23  Martin Baulig  <martin@gnome.org>
24482
24483         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
24484         specifies the number of bytes to be converted, not the array size.
24485         Return the number of chars, not the number of bytes.
24486         (ves_icall_iconv_get_chars): The `byteCount' argument
24487         specifies the number of bytes to be converted, not the array size.
24488
24489 2002-03-23  Martin Baulig  <martin@gnome.org>
24490
24491         * reflection.h (MonoReflectionSigHelper): New type.
24492
24493         * reflection.c (mono_reflection_sighelper_get_signature_local),
24494         (mono_reflection_sighelper_get_signature_local): New functions.
24495
24496         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
24497         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
24498         interncalls.
24499
24500 2002-03-23  Martin Baulig  <martin@gnome.org>
24501
24502         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
24503         is_writeable is set.
24504         (mono_raw_buffer_update): New function to write the modified map
24505         back to disk.
24506
24507         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
24508
24509         * debug-symfile.c (mono_debug_update_symbol_file): Call
24510         mono_raw_buffer_update() when done writing.
24511
24512 2002-03-23  Martin Baulig  <martin@gnome.org>
24513
24514         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
24515
24516         * debug-symfile.c: Added support for arguments and local variables.
24517
24518 2002-03-23  Dick Porter  <dick@ximian.com>
24519
24520         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
24521         protected by ifdefs, hence breaking the w32 build.
24522
24523 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
24524
24525         * object.c: implement is_interned() the right way.
24526
24527 2002-03-21  Martin Baulig  <martin@gnome.org>
24528
24529         * debug-symfile.[ch]: New files to handle debugging information
24530         files. There's also support to dynamically update these symbol
24531         files to include machine dependent information.
24532
24533 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
24534
24535         * threads.c (mono_thread_create): new function to create thread
24536         from C
24537
24538 2002-03-20  Martin Baulig  <martin@gnome.org>
24539
24540         * icall.c (ves_icall_InternalInvoke): Create a new object if the
24541         method is a constructor.
24542         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
24543         points to ves_icall_InternalInvoke().
24544
24545 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
24546
24547         * file-io.c: Flush shouldn't throw exceptions.
24548
24549 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
24550
24551         * file-io.c: FileStream flush support; FileSetLength now
24552         restores file pointer.
24553
24554 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
24555
24556         * class.c: set image for pointer classes.
24557
24558 2002/03/19  Nick Drochak <ndrochak@gol.com>
24559
24560         * sysmath.c: Forgot one.
24561
24562 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
24563
24564         * sysmath.c: Avoid redefining existing names.
24565
24566 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
24567
24568         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
24569         handled by runtime as icall rather than dllimport from libm.so
24570         * file-io.c, file-io.h: fixed handle argument type.
24571
24572 2002-03-18  Dick Porter  <dick@ximian.com>
24573
24574         * reflection.c (mono_image_get_type_info): rename interface to
24575         iface, because of "#define interface struct" on windows.
24576
24577 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
24578
24579         * class.c, class.h: rename and export mono_ptr_class_get().
24580         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
24581         * reflection.c, reflection.h, icall.c: better/saner type name
24582         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
24583         method signatures.
24584
24585 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
24586
24587         * class.c (mono_class_init): removed hardcoded GHC_SLOT
24588
24589         * icall.c (ves_icall_InternalInvoke): impl.
24590
24591 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
24592
24593         * reflection.c: output the interface map table, too.
24594
24595 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
24596
24597         * class.c (class_compute_field_layout): separate computation of 
24598         static field layout
24599
24600 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
24601
24602         * icall.c: added System.Buffer support.
24603         * file-io.c: moved file icalls from PAL to FileStream.
24604
24605 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
24606
24607         * icall.c (ves_icall_System_Object_GetHashCode): impl.
24608
24609 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
24610
24611         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
24612
24613 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
24614
24615         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
24616
24617 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
24618
24619         * debug-helpers.{c,h}: moved here from monograph some useful functions
24620         to locate a method by name/signature in a class or image. Included
24621         also a small and flexible IL disassembler.
24622
24623 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
24624
24625         * reflection.c: fixup tokens in methods with small header size, too.
24626
24627 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
24628
24629         * object.c (mono_string_to_utf8): remove assert(!error), instead
24630         print a warning. 
24631
24632 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
24633
24634         * icall.c: update to the new mono_Array_class_get interface.
24635
24636 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
24637
24638         * appdomain.c, object.c: Boehm-GC enable.
24639         * icall.c: make get_data_chunk() support split data requests.
24640         Ensure a class is initialized in more cases. Return only the first
24641         property found in GetProperties() or the compiler gets confused. 
24642         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
24643         * reflection.h, reflection.c: add fixup mechanism for field and method
24644         tokens. Initialize assembly->typeref in a single place. Output
24645         properties after events. Support custom attributes for events, too.
24646         Typo fix for paramter custom attrs.
24647
24648 2002-03-07  Martin Baulig  <martin@gnome.org>
24649
24650         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
24651
24652 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
24653
24654         * class.c (mono_array_class_get): fix. for multi. dim. arrays
24655
24656 2002-03-06  Martin Baulig  <martin@gnome.org>
24657
24658         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
24659         non-zero lower bounds. See testcases #F10-#F13.
24660
24661 2002-03-05  Martin Baulig  <martin@gnome.org>
24662
24663         * exception.c (mono_get_exception_argument_out_of_range): New exception.
24664
24665         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
24666         ves_icall_System_Array_GetValue(), only calculate the absolute array position
24667         here.
24668         (ves_icall_System_Array_SetValue): Likewise.
24669         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
24670         as argument and does the actual work. This function is used when copying a
24671         multi-dimensional array.
24672         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
24673         now do all the widening conversions of value types.
24674         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
24675
24676 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
24677
24678         * class.c: remove some magic numbers and use the smbolic names,
24679         instead. Added init_events() to load event info at class init time.
24680         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
24681         and mono_metadata_methods_from_event().
24682         * reflection.h, reflection.c: added support for writing out the evnets
24683         related information.
24684
24685 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
24686
24687         * reflection.h, icall.c: use a different method (GetInterfaces)
24688         to gather interface info and add isbyref, isprimitive and
24689         ispointer to the ves_icall_get_type_info() return value.
24690
24691 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
24692
24693         * class.h: stared adding support for events.
24694         * icall.c: split find_members implementation. Added debug icall to get
24695         the address of an object.
24696         * reflection.c: handle TypeBuilders in mono_type_get_object().
24697
24698 2002-03-01  Martin Baulig  <martin@gnome.org>
24699
24700         * icall.c (ves_icall_System_Array_GetLength): This must throw an
24701         ArgumentOutOfRangeException(), not an ArgumentException().
24702         (ves_icall_System_Array_GetLowerBound): Likewise.
24703         (ves_icall_System_Array_GetValue): Improved argument checking.
24704         (ves_icall_System_Array_SetValue): Improved argument checking.
24705
24706 2002-03-01  Martin Baulig  <martin@gnome.org>
24707
24708         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
24709         called with invalid arguments rather than just dying with g_assert().
24710         (ves_icall_System_Array_SetValue): Likewise.
24711         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
24712         raise a NotImplementedException instead.
24713         (ves_icall_System_Array_GetLength): Added argument checking.
24714         (ves_icall_System_Array_GetLowerBound): Added argument checking.
24715
24716 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
24717
24718         * object.h (mono_assert): new macros mono_assert and
24719         mono_assert_not_reached
24720
24721 2002-02-28  Martin Baulig  <martin@gnome.org>
24722
24723         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
24724         and "System::String::IsInterned" to "System::String::_IsInterned".
24725
24726 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
24727
24728         * icall.c: remove hacks for typebuilder. Added icall to create a
24729         modified type from a tybebuilder.
24730         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
24731         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
24732         to create a backing MonoClass for a TypeBuilder.
24733
24734 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
24735
24736         * class.c, class.h: more refactoring of class init.
24737         Export mono_class_setup_mono_type() and mono_class_setup_parent().
24738
24739 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
24740
24741         * marshal.c, marshal.h: start of marshaling interface.
24742
24743 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
24744
24745         * icall.c: fix order in assembly qualified name icall.
24746
24747 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
24748
24749         * class.c: do not free str, since we store it in the hash table.
24750         * reflection.h: add label field to MonoILExceptionInfo.
24751         * reflection.c: handle references to more than one assembly. Handle
24752         case when there isn't a module created in the assembly.
24753
24754 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
24755
24756         * class.c: Fix typo. Start refactoring of class init code.
24757
24758 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
24759
24760         * appdomain.c: exit with 1 on error.
24761         * class.c: we already have the name in MonoClassField.
24762         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
24763         MonoStreamHeader instead of an offset of image->raw_metadata.
24764
24765 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
24766
24767         * appdomain.c (mono_init): Be even more descriptive about the error.
24768
24769 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
24770
24771         * appdomain.c: give the user an informative message when corlib can't
24772         be loaded.
24773
24774 2002-02-26  Martin Baulig  <martin@gnome.org>
24775
24776         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
24777         New icall to get the time zone data.
24778
24779 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
24780
24781         * reflection.c: set virtual and raw size of section correctly.
24782         * threads.c: transfer domain information to newly created threads.
24783
24784 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
24785
24786         * class.c: when instancing a class in a domain, load the default
24787         vaules for static fields from the constant table. Fix System.Enum to
24788         not be an enum.
24789         * icall.c: implement Object::GetType() internalcall. Implemented
24790         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
24791         Fixed checking of binding flags in find_members().
24792         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
24793         * reflection.c: handle enumerations when writing to the constant
24794         table. Use a different object cache for types.
24795
24796
24797 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
24798
24799         * object.c (mono_object_isinst): fix for arrays
24800
24801         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
24802
24803 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
24804
24805         * object.c: don't use mprotect ()  and fix intern pool hash table
24806         lookup for big endian systems.
24807
24808 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
24809
24810         * icall.c: change type_is_subtype_of () signature.
24811
24812 2002-02-21  Mark Crichton  <crichton@gimp.org>
24813
24814         * rand.c, rand.h: Added random number generator for
24815         System.Security.Cryptography classes.
24816
24817         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
24818
24819         * icall.c: Added System.Security.Cryptography calls.
24820
24821 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
24822
24823         * class.c, icall.c, metadata.c: better support for pointer types.
24824         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
24825         * reflection.c: Add support for getting custom attrs for properties
24826         and simplify some code.
24827
24828 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
24829
24830         * icall.c: change getToken () and add custom attribute GetBlob()helper
24831         method.
24832         * reflection.h: add custom attrs array to the reflection builder structures.
24833         * reflection.c: encode and emit custom attributes for all the relevant
24834         reflection objects. Cache fieldref and methodref tokens. Change
24835         mono_image_create_token() interface to take a MonoDynamicAssembly.
24836         More complete custom attributes decoder. Load custom attributes for
24837         Assembly, Field, Method and Constructor objects, too. Make the
24838         returned array an Attribute[] one, not object[]. Added
24839         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
24840         custom attribute constructor.
24841
24842 2002-02-20  Dick Porter  <dick@ximian.com>
24843
24844         * icall.c:
24845         * rawbuffer.c:
24846         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
24847         problem code out for now).
24848
24849 2002-02-19  Radek Doulik  <rodo@ximian.com>
24850
24851         * object.c (mono_ldstr): use hash table to avoid multiple swapping
24852
24853 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
24854
24855         * icall.c: register the GetCustomAttributes method.
24856         * object.c, object.h: add mono_string_new_len ().
24857         * reflection.h, reflection.c: added mono_runtime_invoke(),
24858         mono_install_runtime_invoke(). Added
24859         mono_reflection_get_custom_attrs () to load custom attributes and
24860         create the attribute objects.
24861
24862 2002-02-19  Dick Porter  <dick@ximian.com>
24863         * threads-dummy-types.c:
24864         * threads-dummy-types.h:
24865         * threads-dummy.c:
24866         * threads-dummy.h:
24867         * threads-pthread-types.c:
24868         * threads-pthread-types.h:
24869         * threads-pthread.c:
24870         * threads-pthread.h:  Deleted obsolete files
24871
24872 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
24873
24874         * class.c (mono_class_vtable): runtime init the class when we
24875         allocate static class data.
24876
24877         * icall.c (ves_icall_System_Array_SetValue): check for null values.
24878
24879         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
24880         and String - but we will need generic marshalling support in the
24881         future. 
24882         (mono_init): set the domain name in a ms compatible way
24883
24884         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
24885         String[].
24886
24887 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
24888
24889         * object.c (mono_array_clone): use alloca() instead of g_malloc  
24890         for sizes
24891
24892         * appdomain.c (mono_domain_unload): impl.
24893
24894 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
24895
24896         * appdomain.c, object.c: fix intern pool implementation.
24897         * class.c: fix alignment code.
24898
24899 2002-02-16  Radek Doulik  <rodo@ximian.com>
24900
24901         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
24902         and s2 > s1, just copy lower bytes to be compatible with little
24903         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
24904         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
24905
24906         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
24907         force big_endian to be 1 for big endian machines 
24908         (ves_icall_iconv_new_decoder): ditto
24909
24910 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
24911
24912         * socket-io.c (convert_sockopt_level_and_name): If the system
24913         doesn't define SOL_IP or SOL_TCP, get them by hand using
24914         getprotobyname() and caching the values (because this could be a
24915         slow operation).
24916         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
24917         Use the appropriate struct when the system does support it. Ie,
24918         not all systems have struct ip_mreqn so use struct ip_mreq when
24919         appropriate.
24920
24921 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
24922
24923         * reflection.c: handle finally clauses.
24924
24925 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
24926
24927         * socket-io.c: use g_snprintf() instead of snprintf.
24928
24929 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
24930
24931         * reflection.c (mono_param_get_objects): Cast second argument to
24932         mono_method_get_param_names to a const char** to silence the
24933         compiler warning.
24934
24935         * appdomain.c (mono_domain_assembly_open): Put parens around the
24936         truth statement in the for-loop.
24937
24938         * unicode.c (iconv_convert): Got rid of a compiler warning about
24939         int i being unused when the system has a new iconv.
24940         (iconv_get_length): Same.
24941
24942         * image.c (load_class_names): Cast the second argument to
24943         g_hash_table_insert() to char* to hush compiler warnings about the
24944         arg being a const.
24945         (mono_image_open): Same here.
24946
24947         * socket-io.c: Don't conditionally include sys/filio.h or
24948         sys/sockio.h here anymore since we now get them from
24949         io-layer/io-layer.h
24950         (inet_pton): If the system doesn't support inet_aton, implement
24951         using inet_addr and also #define INADDR_NONE if it isn't defined
24952         by the system.
24953
24954 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
24955
24956         * metadata.c, metadata.h: added function to get packing and size info
24957         of a typedef.
24958         * reflection.h, reflection.c: handle field RVA data. Save info about
24959         the table layout if needed. Assign typedef indexes to all the types
24960         before dumping the info about them to avoid forward reference problems.
24961
24962 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
24963
24964         * socket-io.c (convert_sockopt_level_and_name): ifdef
24965         SO_ACCEPTCONN because it is not defined on my system (old debian)
24966
24967 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
24968
24969         * opcode.c: use stddef.h to get NULL.
24970
24971 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
24972
24973         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
24974         for FIONBIO, FIONREAD and SIOCATMARK.
24975         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
24976         define INADDR_NONE and besides, inet_addr() is deprecated and
24977         should not be used. Use inet_pton() instead - it also has the
24978         added bonus that it can easily handle IPv6 addresses as well.
24979         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
24980
24981 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
24982
24983         * decimal.c: remove _MSC_VER conditional.
24984
24985 2002-02-13  Dick Porter  <dick@ximian.com>
24986
24987         * socket-io.c: 
24988         * icall.c: Internal calls for Blocking, Select, Shutdown,
24989         GetSocketOption and SetSocketOption
24990
24991 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
24992
24993         * assembly.cs: better resolver: use it instead of some kludgy
24994         code.
24995
24996 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
24997
24998         * reflection.c: the best way to speed-up the compiler is to avoid
24999         infinite loops.
25000
25001 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
25002
25003         * class.c (mono_class_vtable): changed the object layout
25004         (obj->vtable->class). 
25005         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
25006
25007 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
25008
25009         * assembly.c: look for assemblies in the assembly dir, too.
25010
25011 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
25012
25013         * class.c: fix thinko in mono_class_from_type().
25014
25015 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
25016
25017         * exception.h, exception.c: added TypeLoadException.
25018         * object.h, object.c: added mono_array_clone ().
25019         * icall.c: handle throwOnError in AssemblyGetType().
25020         Added Array.Clone().
25021         * opcode.h, opcode.c: use a single value for the opcode val.
25022         Compile fix for non-gcc compilers.
25023
25024 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
25025
25026         * opcodes.c, opcodes.h: export interesting info about opcodes.
25027
25028 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
25029
25030         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
25031         icalls. 
25032
25033         * class.c (class_compute_field_layout): set element_class for enums
25034         (mono_class_create_from_typedef): set element_class for normal classes
25035
25036         * icall.c (ves_icall_System_Enum_get_value): impl.
25037
25038         * class.c (mono_class_create_from_typedef): do not set valuetype
25039         flag for System.ValueType and System.Enum
25040
25041 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
25042
25043         * unicode.c (iconv_convert): fix big endian problem.
25044
25045 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
25046
25047         * class.c: add asserts if we are ever going to scribble over memory.
25048         * socket-io.c: not all systems have AF_IRDA defined.
25049
25050 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
25051
25052         * class.c (class_compute_field_layout): do not consider static
25053         fields to compute alignment
25054
25055 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
25056
25057         * appdomain.c (mono_appdomain_get): impl.
25058         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
25059
25060 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
25061
25062         * icall.c: ignore "file://" prefix when loading an assembly.
25063
25064 2002-01-23  Dick Porter  <dick@ximian.com>
25065
25066         * socket-io.c:
25067         * icall.c:
25068         * Makefile.am: Added socket support
25069
25070 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
25071
25072         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
25073         code back.  This should return the assemblies that are loaded by
25074         the runtime on behalf of an application domain. 
25075
25076         The current implementation is still broken, it just returns every
25077         assembly loaded, but until we get real applications domain this
25078         will do.
25079
25080 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
25081
25082         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
25083         AppDomain object.
25084
25085 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
25086
25087         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
25088         the mono_class_from_name lookup.
25089         (ves_icall_get_parameter_info): ditto.
25090         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
25091         method.
25092         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
25093
25094 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
25095
25096         * class.c: load also nested classes on class init.
25097         System.ValueType instance methods gets passed boxed
25098         values, unless methods in derived classed that get a pointer to the
25099         data.
25100         * icall.c: use better name parsing code in GetType().
25101         * image.c, image.h: add mono_image_loaded ().
25102         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
25103         * reflection.c, reflection.h: added mono_reflection_parse_type().
25104
25105 2002-01-22  Veronica De Santis <veron78@interfree.it>
25106
25107         * icall.c : Added mapping of internal calls for Manual and Auto reset events
25108         * threads.c : Added the implementation of internal calls for events
25109         * threads.h : Added prototypes of internal calls for events
25110         
25111 2002-01-21  Radek Doulik  <rodo@ximian.com>
25112
25113         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
25114
25115 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
25116
25117         * class.c (mono_class_init): set min_align to 1 (instead of 0)
25118         (mono_class_value_size): use min_align
25119
25120 2002-01-20  Dick Porter  <dick@ximian.com>
25121
25122         * threads.h:
25123         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
25124         so it compiles on w32.
25125
25126 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
25127
25128         * metadata.c (mono_type_stack_size): impl.
25129
25130         * class.c (mono_class_get_field): impl. memberref token
25131
25132 2002-01-16 Veronica De Santis <veron78@@interfree.it>
25133
25134         * icall.h : Added the internal calls mapping for CreateMutex_internal
25135                     and ReleaseMutex_internal.
25136         * threads.h : Added the prototype of mutexes internal calls.
25137         * threads.c : Added the implementations of mutexes internal calls.
25138
25139 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
25140
25141         * metaparse.h: removed unused file.
25142         * reflection.c, reflection.h: added stream_data_align () function 
25143         to align data in streams and keep stream aligned. Add support for
25144         exception support in method headers.
25145
25146 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
25147
25148         * unicode.c: make iconv_convert () return the number of bytess written
25149         in the output buffer.
25150
25151 2002-01-15  Dick Porter  <dick@ximian.com>
25152         * threads.c: Make the runtime's idea of infinite timeouts coincide
25153         with the class library's
25154
25155         Fix a particularly egregious bug in mono_thread_cleanup(). That
25156         code was so utterly bogus it must have been written on a Monday.
25157
25158 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
25159
25160         * reflection.h: add subtypes field to TypeBuilder.
25161         * reflection.c: encode constants for literal fields.
25162         Handle subtypes. Fix user string token (and add a zero byte)
25163         at the end.
25164         
25165 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
25166
25167         * class.c (mono_class_init): bug fix: assign slot numbers for
25168         abstract methods.
25169
25170 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
25171
25172         * reflection.c: don't try to output a code RVA for abstract methods.
25173         Small fixes for method header format. Output parameter info to the
25174         ParamDef table. Save method overriding info to MethodImpl table.
25175         Fix property support. Allow typedef.extends to be a type in the
25176         building assembly.
25177         * verify.c: fix off-by-one error.
25178
25179 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
25180
25181         * class.c: fix mono_class_from_mono_type () for szarray types.
25182         Remove unused cache check in mono_class_from_type_spec().
25183         * icall.c: *type_from_name () functions handle simple arrays and byref.
25184         * reflection.c: handle byref and szarray types. Handle methods without
25185         body (gets P/Invoke compilation working). Handle types and fields in
25186         get_token ().
25187         * reflection.h: add rank to MonoTypeInfo.
25188
25189 2002-01-10  Dick Porter  <dick@ximian.com>
25190
25191         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
25192         internal calls
25193
25194 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
25195
25196         * icall.c: initialize class in type_from_handle ().
25197         Loop also in parent classes for get_method ().
25198         * reflection.c: properly encode class and valuetype types.
25199         Start on encoding TypeBuilder types. Handle fieldrefs.
25200         Use correct length when registering a user string.
25201         Handle ConstructorBuilder and MonoMethod in get_token ().
25202         Make mono_type_get_object () aware of cached types.
25203         * object.c: back out change to mono_string_new ().
25204
25205 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
25206         * object.c: mono_string_new should return a NULL when the string 
25207         passed in is NULL -- not try to deference it.
25208         
25209 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
25210
25211         * icall.c: hack to make IsSubType work for TypeBuilders.
25212         * reflection.c: emit constructors before methods.
25213         Retrieve param names in mono_param_get_objects().
25214
25215 2002/01/05  Nick Drochak  <ndrochak@gol.com>
25216
25217         * Makefile.am: fix list of headers and sources so automake 1.5
25218         doesn't complain. Removed \# at end of list.
25219
25220 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
25221
25222         * reflection.c: get token for a method ref. Set return type of
25223         constructor to void.
25224         * loader.c: debug message.
25225         * class.c: typo fix.
25226
25227 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
25228
25229         * icall.c: fix array init with rank > 1. FindMembers
25230         loops in parent class as well.
25231         * image.c: do not insert nested types in name cache.
25232         * reflection.c: warning fix.
25233         * reflection.h: add override method (for interface impl).
25234
25235 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
25236
25237         * metadata.c: fix customattr decoding.
25238
25239 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
25240
25241         * rawbuffer.cs: Added native Win32 implementation, avoids using
25242         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
25243
25244 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
25245
25246         * class.c: make the low-level routines handle the cache.
25247
25248 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
25249
25250         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
25251
25252 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
25253
25254         * class.c: fix mono_array_element_size() for objects.
25255         * class.h, class.c: add properties to MonoClass and load them
25256         at init time.
25257         * icall.c: check with isinst() when assigning a value to an array
25258         instead of requiring the classes to match exactly.
25259         Implemented icall for System.Type::GetType().
25260         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
25261         enums. Handle bindingflags when looking for methods and fields.
25262         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
25263         and mono_metadata_methods_from_property().
25264         * reflection.h, reflection.c: added structures for propreties,
25265         parameters and enums. Implemented mono_property_get_object() and
25266         mono_param_get_objects().
25267
25268 2001-12-18  Dick Porter  <dick@ximian.com>
25269
25270         * file-io.c: Use mono_string_to_utf16() instead of
25271         mono_string_chars()
25272
25273         * object.c: Added mono_string_to_utf16(), which copies the non
25274         NULL-terminated MonoString into a new double-null-terminated
25275         buffer.
25276
25277 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
25278
25279         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
25280
25281 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
25282
25283         * file-io.c: raise exceptions if handle is invalid.
25284
25285 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
25286
25287         * assembly.c: yet another check for mscorlib.
25288         * class.c, class.h: load nesting info for classes.
25289         * icall.c: many new functions to support the Reflection classes.
25290         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
25291         * reflection.h, reflection.c: mono_image_create_token(),
25292         mono_assembly_get_object(), mono_type_get_object(),
25293         mono_method_get_object(), mono_field_get_object(): methods to return
25294         objects that parallel the C representation of assemblies, types,
25295         methods, fields.
25296
25297 2001-12-11  Dick Porter  <dick@ximian.com>
25298
25299         * icall.c:
25300         * file-io.c: Internal calls for file IO.
25301
25302 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
25303
25304         * tabledefs.h: missing FileAttributes.
25305         * verify.h, verify.c: use is_valid_string () to simplify and check for
25306         valid strings more correctly. Fix warnings and speeling.
25307         Check more tables: Filed, File, ModuleRef, StandAloneSig.
25308         Check code: branches, maxstack, method calls.
25309
25310 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
25311
25312         * object.c (mono_object_allocate): removed static, so that the jit
25313         can allocate value types.
25314
25315         * icall.c (ves_icall_System_DateTime_GetNow): impl.
25316
25317 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
25318
25319         * class.c: init enum types right away and register the
25320         token->MonoClass map in mono_class_create_from_typedef ().
25321         * verify.h, verify.c: first cut of the verifier.
25322         * pedump.c: add --verify switch to verify metadata tables.
25323         * tabledefs.h: add some missing enums.
25324
25325 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
25326
25327         * class.c (mono_install_runtime_class_init): impl.
25328         (mono_class_init): renamed mono_class_metadata_init to
25329         mono_class_init, also removed the metadata_inited flag
25330
25331         * object.c (mono_object_isinst): use faster algorithm
25332
25333 2001-11-30  Radek Doulik  <rodo@ximian.com>
25334
25335         * mono-endian.h: reverted last change
25336         added function prototypes
25337
25338         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
25339         add mono-endian.c back
25340
25341         * mono-endian.c: returned back, as Paolo pointed out, it's needed
25342         for unaligned access, I've mistaked it with endianess. I am
25343         sorry.
25344         (mono_read16): fix reverted endianess
25345         (mono_read64): ditto
25346         (mono_read32): ditto
25347
25348 2001-11-30  Dick Porter  <dick@ximian.com>
25349
25350         * exception.c: Implement mono_exception_from_name()
25351
25352 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
25353
25354         * metadata.h, metadata.c: remove params_size and locals_size and their
25355         calculation from the metadata code: they are only usefult to the
25356         interp.
25357
25358 2001-11-29  Radek Doulik  <rodo@ximian.com>
25359
25360         * object.c (mono_ldstr): swap bytes here, it's probably not the
25361         best place, but works for me now, I'll redo it once I know mono
25362         better, also note that I add PROT_WRITE and don't reset back, also
25363         note that it's only affects big endians, so x86 should be OK
25364
25365         * mono-endian.h (read16): use just glib macros for both endians
25366
25367         * mono-endian.c: removed as glib macros are used in in
25368         mono-endian.h so we don't need to care about endianess for read
25369         macros as glib does that for us already
25370
25371 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
25372
25373         * class.h, class.h: take minimum alignment into consideration so
25374         that the fields of a class remain aligned also when in an array.
25375
25376 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
25377
25378         * loader.h, loader.c: add mono_method_get_param_names().
25379         * class.c: 0-init class fields.
25380
25381 2001-11-26  Dick Porter  <dick@ximian.com>
25382
25383         * icall.c:
25384         * threads-types.h:
25385         * threads.c: New file that handles System.Threading on all platforms
25386
25387         * object.c: 
25388         * object.h: Remove the synchronisation struct from MonoObject,
25389         replace it with a pointer that gets initialised on demand
25390
25391         * Makefile.am: Replace all the system-specific threading code with
25392         a single file that uses the new wrapper library
25393
25394 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
25395
25396         * class.c, class.h: add mono_install_trampoline() so that the runtime
25397         can register a function to create a trampoline: removes the ugly
25398         requirement that a runtime needed to export arch_create_jit_trampoline.
25399         * object.h, object.c: added mono_install_handler() so that the runtime
25400         can install an handler for exceptions generated in C code (with
25401         mono_raise_exception()). Added C struct for System.Delegate.
25402         * pedump.c: removed arch_create_jit_trampoline.
25403         * reflection.c: some cleanups to allow registering user strings and
25404         later getting a token for methodrefs and fieldrefs before the assembly
25405         is built.
25406         * row-indexes.h: updates and fixes from the new ECMA specs.
25407
25408 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
25409
25410         * class.h, class.c: add enum_basetype field to MonoClass.
25411         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
25412         to get index in the constant table reated to a field, param or
25413         property.
25414         * reflection.h, reflection.c: handle constructors. Set public-key and
25415         version number of the built assembly to 0.
25416         * row-indexes.h: update from new ECMA spec.
25417
25418 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
25419
25420         * class.h, class.c: add a max_interface_id to MonoClass.
25421         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
25422         since it's used to do that. Added mono_type_type_from_obj().
25423         Make GetType() return NULL instead of segfaulting if the type was not
25424         found. Handle simple arrays in assQualifiedName.
25425         * object.h: add a struct to represent an Exception.
25426         * reflection.c: output call convention in method signature.
25427         Add code to support P/Invoke methods and fixed offsets for fields.
25428
25429 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
25430
25431         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
25432         the value.
25433         * icall.c: use mono_array_addr instead of array->vector: fixes the
25434         reflection image writing.
25435         * reflection.c: init call convention byte to 0 in method signature.
25436         Encode the property signature. Don't output property-related methods
25437         twice. Really process the properties for a type (don't cast a field to
25438         a property, my mom always told me that).
25439         Fix 64 bit issues in pointer alignment in a different and more
25440         readable way.
25441
25442 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
25443
25444         * loader.h: Removed type class from MonoDefaults, added monotype
25445
25446         * loader.c: Loaded MonoType, removed loading of Type
25447
25448         * icall.c (my_mono_new_object): Now returns a System.MonoType,
25449         and fills in System.Type._impl with a RuntimeTypeHandle rather
25450         than the actual MonoClass *
25451
25452         (ves_icall_type_from_handle): change from type_class to
25453         monotype_class
25454
25455         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
25456         implemented
25457
25458         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
25459         implemented
25460
25461         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
25462
25463         (ves_icall_System_Reflection_Assembly_GetType): implemented
25464
25465         (ves_icall_System_MonoType_assQualifiedName): implemented
25466
25467         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
25468
25469 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
25470
25471         * assembly.c (mono_assembly_open): Implement a cache for the
25472         assemblies. 
25473
25474         (mono_assembly_close): only destroy the assembly when the last
25475         reference is gone.
25476         
25477 2001-11-09  Dick Porter  <dick@ximian.com>
25478
25479         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
25480
25481 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
25482
25483         * class.c (mono_class_metadata_init): bug fix: compute the right slot
25484
25485 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
25486
25487         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
25488         from Martin Weindel.
25489         * object.h: add mono_string_chars ().
25490
25491 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
25492
25493         * reflection.c (build_compressed_metadata): Eliminates warnings
25494         and uses 64-bit clean code.
25495
25496         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
25497         (mono_type_equal): Change signature to eliminate warnings.
25498
25499 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
25500
25501         * icall.c, loader.c: remove the internalcall array constructors.
25502         Changes to match the new MonoArray structure.
25503         * object.h, object.c: an array object doesn't allocate an extra
25504         vector. Add mono_array_new_full () to create jagged arrays easily.
25505
25506 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
25507
25508         * metadata.h, metadata.c: add mono_metadata_field_info () to
25509         retreive all the info about a field from vairous tables.
25510         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
25511         * class.h, class.c: augment MonoClassField with more info.
25512         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
25513         policy and load a field's RVA if needed.
25514
25515 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
25516
25517         * class.c (mono_class_metadata_init): create a trampoline for all
25518         virtual functions instead of actually compiling them.
25519
25520 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
25521
25522         * class.h, class.c: include name in MonoClassField.
25523         * class.c: fix fundamental type of System.Object and System.String.
25524         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
25525         tokens in ldtoken.
25526         * icall.c: remove internalcalls for the Reflection stuff that is now
25527         done in C# code.
25528         * loader.c: mono_field_from_memberref () implementation.
25529         * mono-endian.c: thinko (s/struct/union/g).
25530         * object.c, object.h: make the mono_string_* prototypes actually use
25531         MonoString instead of MonoObject.
25532         * reflection.c, reflection.h: updates for changes in the reflection
25533         code in corlib: we use C structures that map to the actual C# classes.
25534         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
25535         fat method header if needed and use the info from the ILGenerator for
25536         methods. Handle fields in types. Misc fixes.
25537
25538 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
25539
25540         * class.c (mono_class_metadata_init): bug fix: always allocate
25541         space for static class data
25542
25543 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
25544
25545         * class.c (mono_compute_relative_numbering): use relative
25546         numbering to support fast runtime type checks.
25547
25548 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
25549
25550         * class.c (mono_class_create_from_typeref): added debugging output
25551         to print class name when MonoDummy is returned instead of real class
25552
25553 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
25554
25555         * class.c (mono_class_metadata_init): interface offset table now
25556         contains pointers into the vtable - this is more efficient for the jit
25557
25558 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
25559
25560         * class.c (mono_class_metadata_init): use a temporary vtable (the
25561         old algorithm only worked for the interpreter, but not for the jit)
25562
25563 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
25564
25565         * loader.c (method_from_memberref): use mono_class_get to get the
25566         class of an array instead of using System.Array directly.
25567         (mono_get_method): also add MEMBERREF methods to the method cache
25568         which usefull for arrays.
25569
25570 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
25571
25572         * pedump.c (arch_compile_method): added to compute vtable entry
25573
25574         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
25575         number of interfaces.
25576         
25577         * class.h: merged MonoArrayClass into MonoClass
25578
25579         * class.c (mono_class_create_from_typedef): compute the vtable size and
25580         allocate space to include the vtable inside MonoClass
25581         (mono_class_metadata_init): initialize the vtable
25582
25583 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
25584
25585         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
25586         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
25587         * image.c: endian fixes by Laurent Rioux.
25588         * object.h, object.c: rename MonoStringObject to MonoString and
25589         MonoArrayObject to MonoArray. Change some function names to conform to
25590         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
25591         guint16* as first argument, so don't use char*.
25592         Provide macros to do the interesting things on arrays in a portable way.
25593         * threads-pthread.c: updates for the API changes and #include <sched.h>
25594         (required for sched_yield()).
25595         * icall.c: updates for the API changes above.
25596         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
25597         platforms that need them.
25598
25599 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
25600
25601         * class.c: set the correct type for all the fundamental
25602         type when loading the class.
25603
25604 2001-10-05  Dick Porter  <dick@ximian.com>
25605
25606         * threads-pthread.c (pthread_mutex_timedlock): Simple
25607         compatibility version for C libraries that lack this call.
25608
25609 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
25610
25611         * class.c: MonoTypes stored in MonoClass are stored as
25612         fundamental MonoTypes when the class represents a
25613         fundamental type (System.Int32, ...).
25614         The TypeHandle return by ldtoken is a MonoType*.
25615         * icall.c: ves_icall_get_data_chunk () write out all the
25616         PE/COFF stuff. Implement ves_icall_define_method (),
25617         ves_icall_set_method_body (), ves_icall_type_from_handle ().
25618         * image.c: properly skip unknown streams.
25619         * loader.h, loader.c: add type_class to mono_defaults.
25620         * metadata.c, metadata.h: export compute_size () as
25621         mono_metadata_compute_size () with a better interface.
25622         Typo and C&P fixes.
25623         * pedump.c: don't try to print the entry point RVA if there is no entry point.
25624         * reflection.c, reflection.h: many cleanups, fixes, output method
25625         signatures and headers, typedef and typeref info, compress the metadata
25626         tables, output all the heap streams, cli header etc.
25627         * row-indexes.h: typo fixes.
25628
25629 2001-10-04  Dick Porter  <dick@ximian.com>
25630
25631         * object.h: Add a synchronisation mutex struct to MonoObject
25632
25633         * object.c (mono_new_object): Initialise the object
25634         synchronisation mutexes
25635
25636         * icall.c: System.Threading.Monitor internal calls
25637         
25638         * threads-pthread.h:
25639         * threads-pthread.c: System.Threading.Monitor internal calls
25640
25641         * threads-types.h: New file, includes the system-specific thread
25642         structures
25643         
25644         * threads-pthread-types.h:
25645         * threads-pthread-types.c: New files, handle pthread-specific
25646         synchronisation types
25647
25648         * threads-dummy-types.h: 
25649         * threads-dummy-types.c: New files of dummy support for
25650         thread-specific types
25651
25652         * metadata.c:
25653         * image.c:
25654         * pedump.c: include mono-endian.h not endian.h
25655         
25656         * Makefile.am: More threads files.
25657         Name mono-endian.h not endian.h
25658
25659 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
25660
25661         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
25662         stuff and implement a few more bits.
25663         * icall.c: a field needs to be dereferenced twice. Do not use the same
25664         name for two variables in the same scope.
25665         * image.c, image.h: cleanups.
25666
25667 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
25668
25669         * class.c (mono_class_metadata_init): bug fix: compute the right size
25670
25671 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
25672
25673         * icall.c: implemented some of the Reflection internalcalls.
25674         * image.c, image.h: start writing out the PE/COFF image.
25675         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
25676         that does the reverse than decode_blob_size ().
25677         * object.c: use mono_metadata_encode_value (). Move here
25678         temporary implementation of mono_string_to_utf8 ().
25679         * rawbuffer.c: make malloc_map static.
25680
25681 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
25682
25683         * metadata.c: fix type comparison for arrays.
25684         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
25685         Added a couple of new classes to monodefaults.
25686         * icall.c: added a couple of Reflection-related internalcalls.
25687         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
25688         Added a byval_arg MonoType to MonoClass.
25689
25690 2001-09-28  Dick Porter  <dick@ximian.com>
25691
25692         * icall.c:
25693         * threads-pthread.h: 
25694         * threads-pthread.c: Implemented internal calls for
25695         LocalDataStoreSlot operations.  Applied mutexes around all shared
25696         data.  Reworked the thread creation and Start() operations to
25697         avoid a race condition.
25698         
25699         * threads-dummy.h:
25700         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
25701
25702 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
25703
25704         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
25705
25706 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
25707
25708         * class.c, loader.c: warn and return NULL instead of erroring out.
25709         * icall.c: added System.AppDomain::getCurDomain().
25710         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
25711
25712 2001-09-25  Dick Porter  <dick@ximian.com>
25713
25714         * threads-pthread.h:
25715         * threads-pthread.c: Implemented timed thread joining and added
25716         System.Threading.Thread::Join_internal internal call
25717
25718         * icall.c: Added System.Threading.Thread::Join_internal internal call
25719
25720         * threads-dummy.h:
25721         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
25722
25723 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
25724
25725         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
25726         mono_string_intern () to implement the semantics of the ldstr opcode
25727         and the interning of System.Strings.
25728         * icall.c: provide hooks to make String::IsIntern and String::Intern
25729         internalcalls.
25730
25731 2001-09-23  Dick Porter  <dick@ximian.com>
25732
25733         * threads-dummy.c: 
25734         * threads-dummy.h: New files of dummy threading routines
25735
25736         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
25737         support code based on system specifics
25738
25739         Rename PTHREAD_LIBS to THREAD_LIBS
25740         
25741 2001-09-23  Dick Porter  <dick@ximian.com>
25742
25743         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
25744         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
25745         internal calls.
25746         (mono_thread_init): Set up a Thread object instance to return when
25747         the main thread calls Thread.CurrentThread
25748         (mono_thread_cleanup): Wait for all subthreads to exit
25749
25750         * icall.c: New internal calls for System.Threading.Thread::Sleep
25751         (including Schedule) and CurrentThread
25752
25753         * threads.h: New file, to insulate thread-specific stuff from the
25754         rest of the code
25755
25756 2001-09-21  Dick Porter  <dick@ximian.com>
25757
25758         * threads-pthread.h: 
25759         * threads-pthread.c: New file, for handling pthreads-style
25760         threading support.  Start() now starts a new thread and executes
25761         the ThreadStart delegate instance.
25762
25763         * icall.c: Added the internalcall for
25764         System.Threading.Thread::Start_internal
25765
25766         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
25767
25768 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
25769
25770         * loader.c: work around the different signatures for delegates
25771         constructors csc generates in compiled code vs the ones compiled in mscorlib.
25772
25773 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
25774
25775         * class.h, class.c: add mono_class_get_field_from_name ().
25776         * *: Fix C comments and other ANSI C issues.
25777
25778 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
25779
25780         * endian.h, assembly.c: fix some endianness issues.
25781
25782 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
25783
25784         * loader.h, load.c: add delegate_class to mono_defaults.
25785         Handle runtime provided methods in mono_get_method ().
25786
25787 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
25788
25789         * loader.c (mono_get_method): use pinvoke for internal call
25790
25791         * icall.c: use pinvoke for internal call
25792
25793         * loader.c (method_from_memberref): set the method name
25794
25795 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
25796
25797         * metadata.c: help the compiler generate better code for
25798         mono_class_from_mono_type ().
25799
25800 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
25801
25802         * class.c (mono_class_metadata_init): delayed computing of the
25803         class size to mono_class_metadata_init ()
25804
25805 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
25806
25807         * class.c, class.h: add an interfaces member to MonoClass.
25808         * image.c, image.h: add assembly_name field to MonoImage
25809         from the assembly table.
25810         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
25811
25812 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
25813
25814         * class.c: Handle Array in mono_class_from_mono_type ().
25815         * metadata.c, pedump.c: some endian fixes.
25816
25817 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
25818
25819         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
25820         * metadata.c: fix small problem introduced with the latest commit.
25821
25822 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
25823
25824         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
25825         We don't need a MonoMetadata pointer anymore to compare signatures in
25826         mono_metadata_signature_equal (), update callers.
25827         Reduced memory usage an number of allocations for MonoMethodHeader and
25828         MonoMethodSignature.
25829
25830 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
25831
25832         * metadata.c: added compare for szarray.
25833
25834 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
25835
25836         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
25837         and add a couple more types to it and mono_defaults. Give an hint on
25838         classes that need implementing in our corlib and are referenced
25839         in mscorlib.
25840
25841 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
25842
25843         * class.h, class.c: keep track if a class is also an Enum.
25844         * loader.c: Implement a couple more types for use in libffi
25845         marshalling. Gives better diagnostics when failing to dlopen
25846         a library. Set method->klass for P/Invoke methods, too.
25847
25848 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
25849
25850         * class.c, class.h: add a MonoType this_arg to MonoClass that
25851         represents a pointer to an object of the class' type that
25852         can be used by the interpreter and later the type cache.
25853         Add best guess alignment info for valuetype objects.
25854
25855 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
25856
25857         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
25858         into MonoType: one less level of indirection and allocation and
25859         simplifies quite a bit of code. Added cache for MonoTypes that are
25860         used frequently, so that we don't need to allocate them all the time.
25861
25862 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
25863
25864         * class.c (mono_class_create_from_typedef): System.Enum is also a
25865         value type, although it does not derive from System.ValueType
25866         (maybe a bug in the ms compiler?)
25867
25868         * metadata.c (mono_type_size): return the right size for value types
25869
25870         * loader.c (mono_get_method): only initialize method header if not abstract
25871
25872         * class.c (mono_class_from_mono_type): use mono_default values. 
25873
25874 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
25875
25876         * *: use MonoClass pointers instead of <type_tokens>
25877         
25878         * class.h: new flag: metadata_inited.
25879
25880         * class.c (mono_class_metadata_init): impl.
25881         (mono_class_instance_size): impl.
25882         (mono_class_data_size): impl.
25883
25884 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
25885
25886         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
25887         MonoClass now has the name and name_space fields. 
25888         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
25889         mono_get_method () takes and optional MonoClass as argument.
25890         Removed mono_typedef_from_name() and added mono_class_token_from_name()
25891         instead that takes advantage of a map from class names to typedef
25892         tokens in MonoImage.
25893
25894 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
25895
25896         * metadata.c: zero is not a valid alignment boundary.
25897         Merge MONO_TYPE_VOID in default decoding code.
25898
25899 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
25900
25901         * image.h: merged MonoMetadata into MonoImage
25902
25903         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
25904         identify the type of elements.
25905
25906 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
25907
25908         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
25909         * cil-coff.h: split MonoMSDOSHeader and add size info.
25910         * image.c: add some consistency checks.
25911         * metadata.c: fix row size computation: one programmer
25912         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
25913         add explanation for the locator routine.
25914         Fix decoding of size in method header.
25915         
25916 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
25917
25918         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
25919         (g_concat_dir_and_file): Bring g_concat_dir_and_file
25920         function from gnome-libs.  This uses the right path separator
25921         based on the OS, and also works around a bug in some systems where
25922         a double slash is not allowed. 
25923         (default_assembly_name_resolver): Use g_concat_dir_and_file
25924         (mono_assembly_open): ditto.
25925
25926 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
25927
25928         * metadata.c (mono_metadata_signature_equal): impl.
25929
25930         * *: void is now a realy MonoType (instead of using NULL)
25931         
25932         * metadata.c (do_mono_metadata_parse_type): use
25933         mono_metadata_parse_type to parse void value.
25934
25935 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
25936
25937         * metadata.c, metadata.h: in the signature and method header store
25938         only the space required for holding the loca vars and incoming arguments.
25939
25940 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
25941
25942         * metadata.c (do_mono_metadata_parse_type): treat void like any
25943         other type (instead of assigning NULL);
25944
25945 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
25946
25947         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
25948
25949 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
25950
25951         * image.c (do_mono_image_open): added a cache for arrays.
25952
25953 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
25954
25955         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
25956         decode a single column from a row in a metadata table and changes
25957         to take advantage of it in the typedef locator (gives a nice speed up).
25958         Store offset info for function params.
25959
25960 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
25961
25962         * image.h (MONO_IMAGE_IS_CORLIB): removed 
25963
25964 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
25965
25966         * assembly.c: how could mono_assembly_close () had ever worked?
25967         * metadata.c, metadata.h: provide offset info for local vars.
25968         Implement mono_type_size () to take care of alignment as well
25969         as size (it was mono_field_type_size in cli/class.c before).
25970
25971 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
25972
25973         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
25974
25975         * assembly.h (CORLIB_NAME): set to corlib.dll
25976
25977         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
25978
25979 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
25980
25981         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
25982         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
25983         tokentype.h: massive namespace cleanup.
25984
25985 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
25986
25987         * metadata.h, metadata.c: decode exception clauses when parsing method header.
25988
25989 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
25990
25991         * metadata.c (mono_metadata_free_type): added check for type !=
25992         NULL (void) before calling mono_metadata_free_type()
25993
25994 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
25995
25996         * metadata.h, row_indexes.h: added header with enumerations to use
25997         to index in the columns from tables in metadata and to decode coded
25998         tokens: we should start using this instead of embedding magic numbers
25999         all over the code.
26000
26001 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
26002
26003         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
26004         Move metadata_t info from cli_image_info_t to MonoImage, where
26005         it's easily accessible. Changed all the uses accordingly.
26006         Added the method and class caches to MonoImage.
26007         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
26008         and mono_metadata_decode_value () signature to be more consistent
26009         with the other parse functions (and simplify code). Taken advantage
26010         of zero-length array allocation with GCC. Removed reduntant (and
26011         wrong) MonoFieldType struct and use MonoParam instead. Changed
26012         mono_metadata_parse_field_type () to use common code for parsing.
26013         Added mono_metadata_typedef_from_field () and
26014         mono_metadata_typedef_from_method () to lookup a typedef index from a
26015         field or method token.
26016         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
26017
26018 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
26019
26020         * metadata.c (mono_metadata_parse_field_type): Implement. 
26021         (do_mono_metadata_parse_type): Split engine from
26022         mono_metadata_parse_type, so that we can create smaller structures
26023         for things that just have one pointer to the MonoType (look at
26024         the MonoFieldType)
26025
26026 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
26027
26028         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
26029         as Jan Gray found out, it is incorrect. 
26030
26031 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
26032
26033         * assembly.c: Implement asssembly loading.  This loads an image
26034         and loads all the referenced assemblies.  Come to think of it, we
26035         could always do lazy loading of the assemblies. 
26036
26037         * image.c (mono_image_open): Keep loaded images in a hashtable.
26038
26039         * image.h (MonoImage): Add reference count.
26040
26041 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
26042
26043         * assembly.c (mono_assembly_open): Keep track of the file name in
26044         case the assembly has no ASSEMBLY table.
26045
26046         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
26047         from get.c here.
26048
26049 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
26050
26051         * metadata.c, metadata.h: decode local vars in method header
26052         parse function. Change callers accordingly.
26053
26054 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
26055
26056         * metadata.h, cil-coff.h: protect against multiple inclusion.
26057         Added some new structures to hold information decoded from metadata:
26058         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
26059         and relevant decoding/free functions.
26060         * metadata.c: implement decoding functions. Add warning for out of bounds
26061         index in mono_metadata_locate(). Implement mono_get_method () to retreive
26062         all the info about a method signature and invocation. Remove check on
26063         uninitialized local var in parse_mh() and fix memory leak.
26064
26065 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
26066
26067         * metadata.h: More macros.
26068
26069         * tokentype.h: New file.
26070
26071 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
26072
26073         * assembly.c: added a consistency check and initialize
26074         some structures with g_new0().
26075         * metadata.c: fixed a couple more bugs in table size computation
26076         and add other checks for out-of bound access to metadata.
26077
26078 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
26079
26080         * metatada.c: fix bugs computing table sizes. Spew a
26081         warning when index in string heap is out of bounds.
26082
26083 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
26084
26085         * metadata.h: Add a couple of macros to manipulate tokens. 
26086
26087 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
26088
26089         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
26090         cli_section_tables).
26091
26092 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
26093
26094         * metadata.c (mono_metadata_user_string): New function, provides
26095         access to the UserString heap. 
26096
26097 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
26098
26099         * metadata.c: Add inline documentation.
26100
26101 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
26102
26103         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
26104         files. 
26105
26106 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
26107
26108         * typeattr.h: New file, TypeAttribute flags. 
26109
26110 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
26111
26112         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
26113         mono_assembly_ensure_section): Section loading code.
26114         (load_section_tables): Load the sections.
26115
26116         * mono/metadata/metadata.c (mono_metadata_locate_token,
26117         mono_metadata_locate): Functions to locate the information
26118         definition given a token or a table and an index.
26119         (mono_metadata_compute_table_bases): New.
26120         (compute_size): New function to compute the sizes of the various
26121         tables.
26122
26123         * mono/metadata/metadata.h: Finish listing the different index
26124         types. 
26125
26126         * mono/metadata/pedump.c: Improve to dump new information.
26127
26128 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
26129
26130         * mono/metadata/metadata.c: Entered all the tables matching
26131         Beta2. 
26132
26133         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
26134
26135
26136