2010-01-13 Marek Safar <marek.safar@gmail.com>
[mono.git] / mono / metadata / ChangeLog
1 2010-01-13  Mark Probst  <mark.probst@gmail.com>
2
3         * sgen-gc.c (to_space_expand): Fix assertion.
4
5 Wed Jan 13 15:42:28 CET 2010 Paolo Molaro <lupus@ximian.com>
6
7         * string-icalls.c: missing declaration fixes.
8         * sgen-gc.c: portability fixes.
9
10 2010-01-12  Rodrigo Kumpera  <rkumpera@novell.com>
11
12         * class.c (mono_class_get_implemented_interfaces): Now take a MonoError argument.
13
14         * class.c:
15         * cominterop.c:
16         * icall.c:
17         * object.c: 
18         * class-internals.h: Adjust for new signature of mono_class_get_implemented_interfaces.
19
20 2010-01-12  Rodrigo Kumpera  <rkumpera@novell.com>
21
22         * class.c (mono_class_setup_interfaces): Now take a MonoError argument and
23         it can fail loading the type.
24
25         * class.c: Add mono_class_inflate_generic_class_checked.
26
27         * class.c:
28         * verify.c:
29         * class-internals.h: Adjust for new signature of mono_class_setup_interfaces.
30
31 2010-01-11  Zoltan Varga  <vargaz@gmail.com>
32
33         * loader.c (mono_method_signature_checked): New internal function taking an
34         MonoError argument.
35
36         * socket-io.c (AI_ADDRCONFIG): Applied patch from John Lightsey (jd@cpanel.net).
37         Fixes build on rh 7.3.
38
39 2010-01-10  Aaron Bockover  <abockover@novell.com>
40
41         * assembly.c (mono_set_rootdir): Support finding the mono paths on OS X
42         at runtime in the same way as on Windows, which yields a relocatable
43         Mono. Uses dyld's _NSGetExecutablePath and realpath to resolve the path
44         of the running mono process.
45
46         On TARGET_ARM, fallback () will always be executed.
47
48 2010-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
49
50         * icall.c (ves_icall_Type_GetInterfaceMapData): This function is generics variance aware.
51
52 2010-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
53
54         * class.c (mono_class_is_assignable_from_slow): Support variant
55         generic delegates.
56
57         * class.c (mono_class_implement_interface_slow): Support types with
58         variant generic arguments.
59
60 2010-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
61
62         * verify.c: Remove some code duplication.
63
64 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
65
66         * object.c: Update docs.
67
68 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
69
70         * object.c (add_imt_builder_entry): Improve DEBUG_IMT spew.
71
72         * object.c (build_imt_slots): Interfaces with variant generic arguments use the
73         fallback trampoline as well.
74
75         * class.c (mono_class_interface_offset_with_variance): Add new non_exact_match
76         out argument that is set to TRUE if the match was direct. 
77
78         * class.c (mono_class_is_assignable_from): Delegates require variance testing as well.
79
80         * class-internal.h: Update prototype of mono_class_interface_offset_with_variance.
81
82 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
83
84         * class.c: Add mono_class_interface_offset_with_variance function that does same
85         as mono_class_interface_offset but takes variance into account.
86
87         * class-internal.h: Export mono_class_interface_offset_with_variance.
88
89         * object.c: Fix and improve DEBUG_IMT. Added an assert for IMT thunk building.
90
91 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
92
93         * object.c:
94         * icall.c:
95         * class.c: Add some FIXME for due to variant generic arguments.
96
97         object.c (mono_object_isinst_mbyref): Interfaces with variant generic arguments
98         can't use the simple bitfield check, so call mono_class_is_assignable_from if
99         the bitfield check fails.
100
101 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
102
103         * class.c (mono_class_is_assignable_from): Rework the generics variance code
104         to be easier to read and fix bugs in the case a non generic type implements a variant
105         interface.
106
107         * class.c (mono_class_has_variant_generic_params): Make non static.
108
109         * class-internals.h: Export mono_class_has_variant_generic_params as part of
110         the private API.
111
112 2010-01-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
113
114         * assembly.c: fix MONO_PATH debug output.
115
116 2010-01-06  Atsushi Enomoto  <atsushi@ximian.com>
117
118         * culture-info-table.h : regenerated.
119
120 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
121
122         * verify.c (mono_verifier_verify_class): Properly check for broken parent. Ignore
123         types that are meant to not have a parent.
124
125 2010-01-04  Zoltan Varga  <vargaz@gmail.com>
126
127         * marshal.c (mono_marshal_get_runtime_invoke): Make a copy of the signature
128         from the image mempool, so it is not leaked.
129
130 2010-01-04  Zoltan Varga  <vargaz@gmail.com>
131
132         * metadata-internals.h (_MonoImage): Remove unused generic_class_cache field.
133
134 2010-01-04  Sebastien Pouliot  <sebastien@ximian.com>
135
136         * verify.c (verify_valuetype_layout_with_target): Fix case
137         that can lead to infinite recursion. Fix bug #567861
138
139 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
140
141         * pedump.c: Run code verifier even if image verification fails
142         due to a failed type we. This allows more errors to be shown.
143
144 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
145
146         * class.c (count_virtual_methods): Remove the assert and now
147         fail properly.
148         
149         * class.c (setup_interface_offsets): This can fail now.
150
151         * class.c (mono_class_setup_vtable_general): Check for parent vtable
152         errors. Check setup_interface_offsets errors.
153
154         * class.c (setup_interface_offsets): Simplify the return error logic
155         and remove class_init_ok.
156
157         Fixes #560327.
158
159 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
160
161         * class.c (mono_class_init): Do class verification at the beginning. Add
162         some asserts to avoid tripping into invalid memory.
163
164         * object.c (compute_class_bitmap): Replace a g_assert_not_reached with a
165         g_error and a decent message.
166
167         * verify.c (mono_verifier_verify_class): Verify for invalid super type.
168
169         Fixes #567548.
170
171 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
172
173         * mempool-internals.h (g_list_prepend_mempool): Define this and related functions
174         as inline functions instead of defining them in mempool.c.
175
176         * metadata-internals.h (MonoImageSet): New structure representing a set of
177         MonoImages, which own a collection of generic instances.
178
179         * metadata.c: Get rid of the global generic caches, instead assign each generic
180         instance to the image set which consists of all the images referenced by the
181         instance. This greatly speeds up mono_metadata_clean_for_image (), and allows
182         the memory used by generic instances to be allocated from a per image-set mempool
183         later.
184
185 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
186
187         * marshal.c (mono_marshal_get_runtime_invoke): Fix a memory leak.
188
189 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
190
191         * appdomain.c (zero_static_data): Fix a warning.
192
193         * locales.c (construct_culture_from_specific_name): Applied patch from
194         José Antonio Sánchez Lázaro <jasl@darcysoft.es>. Fix a crash if a culture was
195         not found. Fixes #567900.
196
197 2009-12-31  Sebastien Pouliot  <sebastien@ximian.com>
198
199         * loader.c (mono_method_get_signature_full): Remove two asserts.
200         Return NULL instead so that the verifier can handle both cases 
201         gracefully.
202
203 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
204
205         * class.c (mono_class_setup_methods): Use checked version of mono_class_inflate_generic_method_full
206         so we can properly fail types instead of crashing.
207
208         Fixes #567676.
209
210 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
211
212         * reflection.c (reflection_methodbuilder_to_mono_method): Assert in case of a broken
213         generic method.
214
215 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
216
217         * marshal.c (mono_mb_emit_restore_result): Properly handle generic enums.
218
219 2009-12-26  Zoltan Varga  <vargaz@gmail.com>
220
221         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait): Don't close the
222         wait handle if the wait is interrupted, since it is still in mon->wait_list, and
223         we can't remove it from it since we don't hold the lock.
224         (mon_new): Free the orphaned events here when a mon structure is added to the
225         freelist. Fixes #561239. Thanks to Mike Rieker <wmrieker@nii.net> for tracking
226         this down.
227
228 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
229
230         * verify.c (init_stack_with_value_at_exception_boundary): Do stack overflow checking here
231         as max stack might be zero.
232
233         Fixes #562320.
234
235 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
236
237         Rework all uses of mono_class_setup_methods to accept that it can fail now.
238
239         * class.c (mono_class_setup_methods): This function now can fail the class. Do so for generic
240         instances if the GTD did.
241
242         * class.c (mono_class_setup_properties): Ditto.
243
244         * class.c (mono_class_setup_events): Ditto.
245
246         * class.c (mono_class_setup_vtable): Fail early if the type is already broken.
247
248         * class.c (mono_class_setup_vtable_general): Add a few more missing broken type checks. Sanitize
249         error setting.
250
251         * class.c (mono_class_init): Fail if GTD did.
252
253         * cominterop.c:
254         * generic-sharing.c:
255         * icall.c:
256         * loader.c:
257         * object.c:
258         * verify.c: Properly handle failure of mono_class_setup_methods.
259
260 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
261
262         * class-internals.c: Add mono_class_inflate_generic_method_full_checked and make
263         mono_class_inflate_generic_method_full internal.
264
265         * class.c (inflate_generic_context): Now takes a MonoError argument.
266
267         * class.c (mono_class_inflate_generic_method_full): Now calls the _checked and abort on
268         errors.
269
270 2009-12-26  Zoltan Varga  <vargaz@gmail.com>
271
272         * generic-sharing.c (instantiate_other_info): Avoid creating jump trampolines since
273         they cannot be patched. Partly fixes #564408.
274
275 2009-12-24  Mark Probst  <mark.probst@gmail.com>
276
277         * metadata-internals.h, reflection.c: Use the
278         MonoDynamicImage.handleref hash table only with unmanaged keys,
279         and add a managed hash table handleref_managed for managed keys.
280
281 2009-12-24  Mark Probst  <mark.probst@gmail.com>
282
283         * sgen-gc.c: Unset to-space bumper between collections.  It might
284         become invalid due to degraded allocations.
285
286 2009-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
287
288         * loader.c (mono_method_get_signature_full): Check if the returned signature is compatible
289         with the one from the original method.
290
291         * metadata-verify.c (mono_verifier_is_sig_compatible): New function to verify signature
292         compatibility.
293
294         * verify-internals.h: Add new function to the internal API.
295
296 2009-12-18  Dimitar Dobrev  <dpldobrev@yahoo.com>
297
298         * culture-info-tables.h: regenerated it to include the Georgian culture.
299
300 2009-12-18  Zoltan Varga  <vargaz@gmail.com>
301
302         * sgen-gc.c: Include mono/utils/memcheck.h.
303
304         * reflection.c (mono_reflection_get_type_internal_dynamic): Use assembly->domain
305         instead of the current domain, since the two might not match if this is called
306         from the debugger.
307
308         * metadata-internals.h (MonoDynamicAssembly): Add a 'domain' field to specify the
309         domain which created this assembly.
310
311 2009-12-18  Zoltan Varga  <vargaz@gmail.com>
312
313         * debug-helpers.c (dis_one): Avoid a glib assert on empty strings.
314
315 2009-12-17  Mark Probst  <mark.probst@gmail.com>
316
317         * sgen-gc.c: Managed implementation of the specialized generic
318         store write barrier.
319
320 2009-12-17  Rodrigo Kumpera  <rkumpera@novell.com>
321
322         * icall.c (ves_icall_Type_GetMethodsByName): Don't pin virtual methods if they are newslot.
323         A private virtual newslot method is used to implement an interface method without exposing
324         it to users. When querying for public instance methods, such method would hide a public one
325         on a parent type.
326
327         Fixes #564379.
328
329 2009-12-17  Zoltan Varga  <vargaz@gmail.com>
330
331         * reflection.c (resolve_object): Fix the encoding of unmanaged calling
332         conventions.
333
334 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
335
336         * reflection.c (mono_type_get_object): Guard against NULL generic param owner.
337
338 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
339
340         * class-internals.h (MonoDynamicGenericClass): Kill property and event related fields
341         as they are no longer used.
342         
343          * metadata.c (free_generic_class_dependents): Remove reference to previous fields
344
345         * reflection.c (mono_reflection_generic_class_initialize): Ditto.
346
347 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
348
349         * reflection.c (mono_type_get_object): If the type is VAR or MVAR check
350         if the owner class has not been finished before returning reflection_info.      
351
352         Fixes #565127.
353
354 2009-12-16  Zoltan Varga  <vargaz@gmail.com>
355
356         * reflection.c (mono_custom_attrs_from_param): Avoid a crash if a dynamic
357         param doesn't have custom attributes. Fixes #565117.
358
359         * class.c (mono_bounded_array_class_get): Make these classes PUBLIC. Fixes
360         #565120.
361
362 2009-12-15  Rodrigo Kumpera  <rkumpera@novell.com>
363
364         * class.c (mono_class_setup_fields): Fail valuetypes that are bigger than 1Mb.
365
366 2009-12-15  Rodrigo Kumpera  <rkumpera@novell.com>
367
368         * pedump.c: Add partial-md mode that doesn't perform full metadata verification. It does the
369         same amount done by a core-clr enabled runtime.
370
371 2009-12-15  Marek Habersack  <mhabersack@novell.com>
372
373         * appdomain.c (mono_make_shadow_copy): make sure access mode of
374         the target files is reset to writable by owner and readable by
375         everyone else to prevent problems when updating shadow copies of
376         files whose source is read-only. Fixes bug #556884
377
378 2009-12-15  Mark Probst  <mark.probst@gmail.com>
379
380         * class.c (mono_generic_class_get_class): Allocate the generic
381         class via malloc again, so that it can be freed when any one of
382         the images of its constituent types is closed.
383
384         * metadata.c: When closing an image, don't free generic insts and
385         generic classes right away, but put them into a list for later
386         freeing.
387
388         * image.c, metadata-internals.h: Store the free list and in the
389         second pass of closing an image, free it.
390
391 2009-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
392
393         * reflection.c (mono_generic_class_get_object): Assert if this is ever called.
394
395         * reflection.c (mono_reflection_register_with_runtime): Only register dynamic
396         types in type_hash.
397
398         * reflection.c (resolve_object): Call ensure_complete_type on the inflated field.
399
400 2009-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
401
402         * reflection.c (mono_reflection_type_get_handle): Properly fail in case of a broken
403         user type.
404
405         * reflection.c (mono_reflection_register_with_runtime): Throws in case a bad user type
406         is used.
407
408 2009-12-14  Miguel de Icaza  <miguel@novell.com>
409
410         * verify.c (mono_method_verify): The Unused opcodes produce an
411         InvalidProgramException on .NET
412
413 2009-12-14  Sebastien Pouliot  <sebastien@ximian.com>
414
415         * loader.c (mono_method_get_header): Move assert after the verifier
416         has been called on the method header.
417
418 2009-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
419
420         * object-internals.h: Remove useless field from MonoReflectionGenericClass.
421
422         * appdomain.c: Bump corlib version.
423
424 2009-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
425
426         To properly support user types, MonoGenericClass has to be used for regular, non SRE,
427         types as well since otherwise generic instances would not return UT as arguments but
428         their undelying system type.
429
430         * object-internals.h: Change field types of MonoGenericClass and *OnTypeBuilderInst
431         to reflect the fact that they can have now multiple different types.
432
433         * reflection.c (mono_image_get_field_on_inst_token): Handle MonoField.
434
435         * reflection.c (mono_image_get_ctor_on_inst_token): Handle MonoCMethod.
436
437         * reflection.c (mono_image_get_method_on_inst_token): Handle MonoMethod.
438
439         * reflection.c (mono_reflection_register_with_runtime): Init super types
440         if the image is not dynamic.
441
442         * reflection.c (mono_reflection_bind_generic_parameters): In case of a MonoGenericClass,
443         check if the generic type definition is a TypeBuilder.
444
445         * reflection.c (mono_reflection_generic_class_initialize): If the generic type definition
446         doesn't belong to a dynamic image, skip initialization.
447
448         * reflection.c (resolve_object): Properly handle *OnTypeBuilderInst types where their
449         base definition is not a dynamic type.
450
451 2009-12-11  Marek Habersack  <mhabersack@novell.com>
452
453         * object.c (mono_ldstr, mono_ldstr_metadata_sig): added calls to
454         mono_profiler_string_allocation
455
456         * string-icalls.c (ves_icall_System_String_InternalAllocateStr):
457         if string profiling is enabled, call
458         mono_profiler_string_allocation
459
460         * profiler.h: added two MonoProfileFlags -
461         MONO_PROFILE_IOMAP_EVENTS and MONO_PROFILE_STRING_ALLOC as well as
462         installation functions for the hooks below.
463
464         * profiler-private.h, profiler.c: added two hooks:
465         mono_profiler_string_allocation called whenever a string is
466         allocated by InternalAllocateStr and mono_profiler_iomap called
467         whenever IOMAP code performs an adjustement on a file path.
468
469 Fri Dec 11 18:24:04 CET 2009 Paolo Molaro <lupus@ximian.com>
470
471         * boehm-gc.c: fixed race condition while getting the target of a
472         disappearing link (bug #522233).
473
474 2009-12-10  Rodrigo Kumpera  <rkumpera@novell.com>
475
476         * class.c (mono_type_get_full): Produce warning instead of simply swallowing
477         the error.
478
479 2009-12-10  Rodrigo Kumpera  <rkumpera@novell.com>
480
481         * reflection.c: Add mono_reflection_register_with_runtime icall to
482         allow a MonoGenericClass to register itself as the managed mirror of
483         a given generic instance.
484         This is a temporary workaround until all MGC instantiation happens in
485         managed code.
486
487         * object-internals.h: Ditto.
488
489         * icall-def.h: Ditto.
490
491 2009-12-10  Mark Probst  <mark.probst@gmail.com>
492
493         * sgen-gc.c (find_in_remsets): Also search the generic store
494         remsets.
495
496 2009-12-10  Mark Probst  <mark.probst@gmail.com>
497
498         * sgen-gc.c: Don't access class names in debugging code when
499         unloading a domain, because they might not be valid anymore.
500
501 2009-12-10  Mark Probst  <mark.probst@gmail.com>
502
503         * domain.c, domain-internals.h: New function mono_domain_unset().
504
505         * appdomain.c (unload_thread_main): Detach the thread again at the
506         end.
507
508         * threads.c: When a thread exists or is detached, unset its domain
509         so that it's NULL when, for example, a pthread destructor runs.
510
511         * sgen-gc.c: Assert that there is no domain set after a thread is
512         done.
513
514 2009-12-10  Mark Probst  <mark.probst@gmail.com>
515
516         * class.c (mono_generic_class_get_class),
517         metadata.c (free_generic_class): Allocate generic MonoClass's from
518         the image mempool, not via malloc.  The problem with malloc is
519         that when unloading a domain those classes are freed before
520         clearing the heap and SGen needs the classes.  Rewriting the
521         unloading code to do the free later would be more work and there's
522         no point in using malloc anyway.
523
524 2009-12-09  Sebastien Pouliot  <sebastien@ximian.com>
525
526         * loader.c (mono_method_signature): Always call mono_loader_unlock 
527         before returning.
528
529 2009-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
530
531         * metadata-verify.c: Add mono_verifier_verify_string_signature to check
532         user string blobs.
533
534         * verify-internals.h: Add new function to the internal API.
535
536         * verify.c (do_ldstr): Call into mono_verifier_verify_string_signature to
537         check if it's a valid string.
538
539         * object.c (mono_ldstr): Ditto.
540
541         Fixes #561943.
542
543 2009-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
544
545         * icall.c (ves_icall_GetCurrentMethod): Drop all generic arguments
546         from a method before returning it. This is the expected behavior.
547
548 2009-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
549
550         * reflection.c (inflate_method): Handle the case of a regular system type.
551
552 2009-12-08  Mark Probst  <mark.probst@gmail.com>
553
554         * sgen-gc.c, sgen-pinning-stats.c, sgen-gray.c: More statistics
555         gathering code.
556
557         * mempool.c, mempool-internals.h: New function
558         mono_mempool_get_bytes_allocated().
559
560         * Makefile.am: sgen-pinning-stats.c added.
561
562 2009-12-08  Mark Probst  <mark.probst@gmail.com>
563
564         * sgen-gc.c (create_allocator): Only use the fast path if the
565         object size is within the small object size limit.
566
567 2009-12-07  Mark Probst  <mark.probst@gmail.com>
568
569         * sgen-gc.c: Make sure section->data is aligned to 8 bytes by
570         possibly adding padding to sizeof (GCMemSection).
571
572 2009-12-07  Mark Probst  <mark.probst@gmail.com>
573
574         * sgen-gc.c (mono_gc_wbarrier_nostore): Skip the remset if the
575         reference is not in the nursery.
576
577 2009-12-07  Rodrigo Kumpera  <rkumpera@novell.com>
578
579         * class.c (mono_class_from_typeref): Bounds check idx against the 
580         assemblyref table.
581
582 2009-12-07  Mark Probst  <mark.probst@gmail.com>
583
584         * sgen-gc.c, sgen-pinning.c: When pinning, make only one pass
585         through the potential roots, then sort the results and find the
586         pinned objects from there.
587
588         * Makefile.am: sgen-pinning.c added.
589
590 2009-12-07  Mark Probst  <mark.probst@gmail.com>
591
592         * sgen-gc.c: Record generic stores in specialized remset buffers.
593
594 2009-12-06  Mark Probst  <mark.probst@gmail.com>
595
596         * sgen-gc.c: Make pinned chunks the same size as major heap
597         sections, and align them as well, so that we can check whether an
598         object is in a pinned chunk or a major section in constant time.
599
600 2009-12-06  Mark Probst  <mark.probst@gmail.com>
601
602         * sgen-gc.c (build_nursery_fragments): Don't leak fragments.
603
604 2009-12-06  Mark Probst  <mark.probst@gmail.com>
605
606         * sgen-gc.c: Make all major heap sections the same size (currently
607         128k) and allocate them on aligned addresses.  Small heap sections
608         give us better granularity with pinned objects - we can free up
609         much more memory.
610
611 2009-12-06  Mark Probst  <mark.probst@gmail.com>
612
613         * string-icalls.c (ves_icall_System_String_GetLOSLimit): Debug
614         output removed.
615
616 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
617
618         Applied patch from Laurent Etiemble (laurent.etiemble@gmail.com).
619
620         * mono/metadata/assembly.c: When opening an assembly image, pass the real
621         names in addition to the runtime generated one.
622
623         * mono/metadata/image.h: Add a function to take the real name of the assembly
624         image.
625
626         * mono/metadata/image.c: If a real name has been passed to load an assembly,
627         use it instead of the runtime generated one.
628
629         Code is contributed under MIT/X11 license.
630
631 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
632
633         * marshal.c (emit_marshal_vtype): Do the klass == date_time_class checks
634         before the other checks to prevent problems if the DateTime class is blittable.
635         Hopefully fixes #559600.
636
637 2009-12-05  Mark Probst  <mark.probst@gmail.com>
638
639         * string-icalls.c, string-icalls.h, icall-def.h: New icall that
640         returns the largest string length that will not be put into the
641         LOS.
642
643         * sgen-gc.c, gc-internal.h: New function that returns the largest
644         object size that will not be put into the LOS.
645
646         * appdomain.c: Bump corlib version.
647
648 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
649
650         * class-internals.h: Add MONO_RGCTX_INFO_METHOD_DELEGATE_CODE.
651
652         * generic-sharing.c: Handle MONO_RGCTX_INFO_METHOD_DELEGATE_CODE.
653
654 2009-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
655
656         * reflection.c (inflate_method): Fix signature.
657
658         * object-internals.h (MonoReflectionMethodOnTypeBuilderInst): Reflect change
659         in managed code.
660
661 2009-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
662
663         * reflection.c (inflate_method): Make this method work with TypeBuilder as well.
664
665 2009-12-03  Mark Probst  <mark.probst@gmail.com>
666
667         * sgen-gc.c: Abstract to-space handling.
668
669 2009-12-03  Rodrigo Kumpera  <rkumpera@novell.com>
670
671         * loader.c (find_method_in_class): Ignore methods with broken signatures.
672
673         Fixes #559906.
674
675 2009-12-03  Mark Probst  <mark.probst@gmail.com>
676
677         * sgen-gc.c: Only add references from outside the nursery to
678         within the nursery to the global remset list.
679
680 2009-12-03  Mark Probst  <mark.probst@gmail.com>
681
682         * appdomain.c (create_exceptions): Set the domain temporarily if
683         necessary to avoid cross-domain references.
684
685 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
686
687         * verify.c (get_stack_type): Return that the type is invalid instead of
688         asserting.
689
690         * verify.c (mono_method_verify): Verify that all locals and arguments
691         have valid stack types.
692
693         Fixes #559913.
694
695 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
696
697         * verify.c (mono_method_verify): Bounds check the filter offset. Make all
698         bounds checking overflow aware.
699
700         Fixes #559910.
701
702 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
703
704         * verify.c (do_invoke_method): Check for invalid method signatures.
705
706         Fixes #553450.
707
708 2009-12-02  Jb Evain  <jbevain@novell.com>
709
710         * appdomain.c (MONO_CORLIB_VERSION): bump.
711         * icall-def.h (get_base_definition): renamed to get_base_method
712         and add a boolean argument indicating we want the original
713         method definition, or the immediate base method.
714         * icall.c: apply the get_base_definition to get_base_method change.
715
716 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
717
718         * class.c (mono_class_setup_fields): Fail an enum without an instance field.
719
720         Fixes #558042.
721
722 Wed Dec 2 16:35:49 CET 2009 Paolo Molaro <lupus@ximian.com>
723
724         * class.c: remove asserts for invalid type token in
725         mono_class_name_from_token(), mono_assembly_name_from_token() and
726         mono_class_create_from_typedef () (fixes bug #553318).
727
728 Wed Dec 2 15:48:19 CET 2009 Paolo Molaro <lupus@ximian.com>
729
730         * metadata.c, class.c, loader.c: remove assert after bsearch() for
731         incorrect assemblies (bug #553322).
732
733 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
734
735         * metadata.c (mono_metadata_inflate_generic_inst): Add MonoError parameter.
736
737         * metadata-internals.h: Change signature of mono_metadata_inflate_generic_inst. 
738
739         * class.c (inflate_generic_type): Use new version of mono_metadata_inflate_generic_inst.
740
741         * class.c (inflate_generic_context): Ditto.
742
743         * loader.c (method_from_methodspec): Ditto.
744
745         Fixes #558230.
746
747 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
748
749         * class.c (mono_type_retrieve_from_typespec): Use MonoError machinery to report errors.
750
751         * class.c (mono_class_create_from_typespec): Ditto.
752
753         * class.c (mono_class_get_full): Fix for change on the above 2 functions.
754
755         * class.c (mono_type_get_full): Fix for change on the above 2 functions.
756
757         Fixes #558184.
758
759 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
760
761         * verify.c (mono_class_has_default_constructor): Check fror broken signatures.
762
763         * verify.c (verify_delegate_compatibility): Ditto.
764
765         * verify.c (do_newobj): Ditto.
766
767         Fixes #558046.
768
769 2009-12-02  Mark Probst  <mark.probst@gmail.com>
770
771         * sgen-gc.c: Use a gray queue instead of requiring that gray
772         objects are in a contiguous region.
773
774         * sgen-gray.c: The gray queue implementation.
775
776         * Makefile.am: sgen-gray.c added.
777
778 2009-12-02  Mark Probst  <mark.probst@gmail.com>
779
780         * appdomain.c: When unloading a domain, zero its static data and
781         perform a minor collection when using SGen.  That will get rid of
782         all the remsets pointing into that domain's static data.
783
784         * sgen-gc.c: Allow remsets into static data.  By doing this we
785         need less checks so we're more efficient.
786
787 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
788
789         * verify.c (mono_method_verify): Check for catch clauses with broken
790         types.
791
792         Fixes #558465.
793
794 2009-12-01  Jb Evain  <jbevain@novell.com>
795
796         * class.c (make_generic_param_class): set the namespace of
797         the generic parameter class from its owner, if available.
798
799 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
800
801         * verify.c (code_bounds_check): Do proper overflow checking.
802
803         * verify.c (mono_method_verify): The number of switch entries is
804         an unsigned int. Properly bounds check it.
805
806         Fixes #558594.
807
808 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
809
810         * metadata.c: Kill mono_metadata_get_param_attrs_checked. Add
811         mono_metadata_method_has_param_attrs which only checks if a given param
812         list has a non zero flags entry.
813
814         * metadata.c (mono_metadata_get_param_attrs): Add param_count parameter
815         to inform how many params should we expect to decode.
816
817         * loader.c (mono_method_signature): Use mono_metadata_method_has_param_attrs
818         as it's faster than mono_metadata_get_param_attrs.
819
820         * metadata-internals.h: Fix mono_metadata_get_param_attrs signature and
821         add mono_metadata_method_has_param_attrs.
822
823 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
824
825         * class.c (mono_class_setup_vtable_general): Check for mono_method_get_vtable_slot
826         failures.
827
828         * class.c (mono_method_get_vtable_slot): Don't assert if the computed method slot
829         is -1 but its class is broken.
830
831         Fixes #558522.
832
833 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
834
835         * metadata.c: Introduce mono_metadata_get_param_attrs_checked which checks
836         for parameter overflow.
837
838         * metadata.c (mono_metadata_parse_method_signature_full): Use checked version
839         of mono_metadata_get_param_attrs.
840
841         * metadata-internals.h: Add mono_metadata_get_param_attrs_checked to the internal
842         API.
843
844         * loader.c (mono_method_signature): Use checked version of mono_metadata_get_param_attrs.
845
846 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
847
848         * class.c (mono_class_setup_fields): Check for fields with broken types.
849
850         Fixes #558741.
851
852 2009-11-28  Rodrigo Kumpera  <rkumpera@novell.com>
853
854         * reflection.c (ensure_generic_class_runtime_vtable): Split this function in 2
855         so we can avoid calling ensure_runtime_vtable multiple times for the GTD during
856         its TypeBuilder::CreateType ().
857
858         * reflection.c (ensure_generic_class_runtime_vtable): Avoid initializing interfaces
859         if not needed.
860
861         * reflection.c: Every time we change the interface array, set interfaces_packed to NULL
862         to make setup_interface_offsets happy.
863
864         * reflection.c (remove_instantiations_of_and_ensure_contents): Fix instances again as corlib
865         compilation now works.
866
867 2009-11-28  Zoltan Varga  <vargaz@gmail.com>
868
869         * appdomain.c (create_exceptions): New helper function extracted from
870         mono_runtime_init () to precreate objects used during exception handling.
871         (mono_runtime_init): Call it.
872         (mono_domain_create_appdomain_internal): Ditto. Fixes #555264.
873
874 2009-11-27  Rodrigo Kumpera  <rkumpera@novell.com>
875
876         * reflection.c (remove_instantiations_of_and_ensure_contents): Temp hack to fix corlib
877         compilation until the proper one is found.
878
879 2009-11-27  Zoltan Varga  <vargaz@gmail.com>
880
881         * class.c (mono_class_setup_vtable_general): Cache the result of
882         get_virtual_methods () since it can be slow because of the metadata
883         optimization.
884
885         * metadata-internals.h (_MonoImage): Change 'method_cache' to a GHashTable
886         from a MonoValueHashTable for now, since the later is based on an earlier
887         version of hpj's internal probing code and seems to have serious collision
888         issues.
889
890         * loader.c (mono_get_method_full): Update after the change above.
891
892 2009-11-26  Zoltan Varga  <vargaz@gmail.com>
893
894         * class-internals.h (MonoCachedClassInfo): Add 'is_generic_container' field.
895
896 2009-11-26  Rodrigo Kumpera  <rkumpera@novell.com>
897
898         * reflection.c (get_field_on_inst_generic_type): Try to fallback using the field from
899         the GTD instead of the DGC instead of crashing.
900
901         * reflection.c (ensure_generic_class_runtime_vtable): Only reinflate stuff that is
902         required. Inflate fields if needed.
903
904         * reflection.c (remove_instantiations_of): Ensure generic instances are properly
905         finished. Renamed.
906
907 2009-11-26  Rodrigo Kumpera  <rkumpera@novell.com>
908
909         * class.c (check_interface_method_override): Check for NULL signatures and fail
910         the type.
911
912         * debug-helpers.c (mono_signature_get_desc): Return a fixed string for NULL signatures.
913
914         Fixes #553428.
915
916 2009-11-26  Zoltan Varga  <vargaz@gmail.com>
917
918         * class.c (mono_class_get_virtual_methods): Call decode_row_col to obtain
919         the MONO_METHOD_FLAGS column instead of decoding the whole row.
920
921 2009-11-25  Rodrigo Kumpera  <rkumpera@novell.com>
922
923         * loader.c (field_from_memberref): Resolve the class first then the field
924         signature. Remove a lot of duplicated code and make sure we don't pass valid
925         values to mono_loader_set_error_field_load.
926
927         Fixes #553306.
928
929 2009-11-25  Rodrigo Kumpera  <rkumpera@novell.com>
930
931         * class.c (inflate_generic_type): Change code to use new signature of
932         mono_error_set_bad_image.
933
934         Fixes #558124.
935
936 2009-11-25  Sebastien Pouliot  <sebastien@ximian.com> 
937
938         * verify.c (mono_method_verify): Don't free ctx.params items if 
939         we aborted while inflating the ctx.locals. Complete previous fix
940
941 2009-11-25  Sebastien Pouliot  <sebastien@ximian.com>
942
943         * verify.c (mono_method_verify): Use the uninflated type name, 
944         when the inflated is null, to report errors. Also take care when
945         freeing, not to free everything since, in case of an error, some
946         stuff would be copies (i.e. not allocated by the function itself)
947         Fix bug #558145
948
949 2009-11-24  Rodrigo Kumpera  <rkumpera@novell.com>
950
951         * verify.c (stack_push, stack_pop, stack_pop_safe): Assert if we underflow
952         or overflow. The caller must have done this check explicitly. This guard us
953         from accessing invalid memory.
954
955         * verify.c (do_push_static_field): Check for stack overflow.
956
957         Fixes #553333.
958
959 2009-11-24  Rodrigo Kumpera  <rkumpera@novell.com>
960
961         * loader.c (find_method_in_class): Don't crash if the signature cannot
962         be resolved.
963
964         * metadata.c (mono_metadata_parse_generic_param): Return NULL instead
965         of asserting for the case of invalid params.
966
967         Fixes #553304.
968
969 2009-11-24  Sebastien Pouliot  <sebastien@ximian.com>
970
971         * image.c (mono_image_load_module): Fix crash when a bad assembly
972         has no module at all (fix bug #553412) and also replace the 
973         g_assert with a return NULL (documented return value for failure)
974
975 2009-11-23  Zoltan Varga  <vargaz@gmail.com>
976
977         * debug-helpers.c (mono_type_get_desc): Handle typedbyref.
978
979 2009-11-23  Miguel de Icaza  <miguel@novell.com>
980
981         * file-io.c: Change FindFirst/FindNext/FindClose API to return the
982         file attribute to managed code and avoid doing the mask/attribute
983         checks here. 
984
985 2009-11-22  Miguel de Icaza  <miguel@novell.com>
986
987         * file-io.c: Surface a smart FindFirst/FindNext/FindClose API to
988         the managed world.
989
990         * icall-def.h: New entry points.
991         
992 2009-11-19  Mark Probst  <mark.probst@gmail.com>
993
994         * process.c: Don't put references to managed objects into a
995         g_ptr_array.
996
997 2009-11-18  Sebastien Pouliot  <sebastien@ximian.com>
998
999         * class.c (can_access_internals): Allow CoreCLR to participate in
1000         allowing (or not) [InternalsVisibleTo] between assemblies.
1001         * security-core-clr.c|h: Make sure that only trusted code (a 
1002         superset of platform code) can access the internals of platform
1003         code.
1004
1005 Mon Nov 16 16:28:11 CET 2009 Paolo Molaro <lupus@ximian.com>
1006
1007         * reflection.c: use the correct base class to get the virtual method
1008         "get_UnderlyingSystemType" and speed up the icall. Fixes bug #555013.
1009
1010 2009-11-16  Sebastien Pouliot  <sebastien@ximian.com>
1011
1012         * security-core-clr.c (get_caller_no_reflection_related): 
1013         [Mono]Type.InvokeMember is outside System.Reflection[.Emit] but
1014         it's still reflection and must be filtered correctly.
1015
1016 2009-11-16  Mark Probst  <mark.probst@gmail.com>
1017
1018         * object.c (compute_class_bitmap): Fix for large bitmaps.
1019
1020 2009-11-15  Zoltan Varga  <vargaz@gmail.com>
1021
1022         (mono_gc_get_suspend_signal): Fix the build with a system libgc.
1023
1024         * boehm-gc.c (mono_gc_base_init): Applied patch from DKoushik K. Dutta (
1025         koush@koushikdutta.com). Disable GC_no_dls on android.
1026
1027 2009-11-12  Mark Probst  <mark.probst@gmail.com>
1028
1029         * sgen-gc.c (find_tlab_next_from_address): Handle the case where
1030         tlab_next points outside the TLAB because the allocator was
1031         interrupted.
1032
1033 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
1034
1035         * reflection.c (mono_image_module_basic_init): Handle exceptions correctly.
1036
1037 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
1038
1039         * object-internals.h: Change signature for mono_string_to_utf8_image.
1040
1041         * object.c (mono_string_to_utf8_image): Change signature to take a MonoError
1042         argument.
1043
1044         * reflection.c: Take care of mono_string_to_utf8_image change and avoid raising
1045         exceptions due to mono_string_to_utf8.
1046
1047 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
1048
1049         * object-internals.h: Change signature for mono_string_to_utf8_mp.
1050
1051         * object.c (mono_remote_class): Make sure all resources are released before
1052         raising an exception.
1053
1054         * object.c (mono_print_unhandled_exception): Avoid raising an exception.
1055
1056 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
1057
1058         * mono-perfcounters.c (network_get_impl): Change variable initialization
1059         ordering to fix potential memory leak in case of exceptions.
1060
1061         * mono-perfcounters.c (mono_perfcounter_create): Properly handle badly
1062         encoded strings.
1063         
1064 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
1065
1066         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): Change
1067         variable initialization ordering to fix potential memory leak in case
1068         of exceptions.
1069
1070 2009-11-09  Zoltan Varga  <vargaz@gmail.com>
1071
1072         * icall.c (mono_ArgIterator_Setup): Remove the MONO_ARCH_REGPARMS stuff, its not
1073         needed.
1074
1075 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
1076
1077         * appdomain.c: Fix shadow path code to better deal with exceptions.
1078
1079 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
1080
1081         * appdomain.c: Use checked version of mono_string_to_utf8 to avoid raising an
1082         exception in the middle of the runtime code.
1083
1084 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
1085
1086         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): Don't
1087         leak memory with broken envvar value.
1088
1089 2009-11-06  Mark Probst  <mark.probst@gmail.com>
1090
1091         * reflection.c (mono_reflection_setup_internal_class): Because
1092         nested classes are not added to the name cache, we must put them
1093         in the reflection_info_unregister_classes list.
1094
1095 2009-11-05  Sebastien Pouliot  <sebastien@ximian.com>
1096
1097         * class.c: When CoreCLR is enabled don't call mono_init_com_types
1098         if MONO_CLASS_IS_IMPORT return true unless the type reside in 
1099         platform (trusted) code. Instead we return a TypeLoadException to
1100         be thrown later. This is the exception thrown by Silverlight 2 if
1101         a type, inside application (user) code is marked with [ComImport]
1102
1103 2009-11-05  Zoltan Varga  <vargaz@gmail.com>
1104
1105         * icall.c (ves_icall_System_Diagnostics_Debugger_IsAttached_internal): Call
1106         mono_is_debugger_attached () too.
1107
1108         * mono-debug.c (mono_is_debugger_attached): New helper function.
1109         (mono_set_is_debugger_attached): Ditto.
1110
1111 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
1112
1113         * object-internals.h: Add mono_string_to_utf8_checked.
1114
1115         * object.c: Implement mono_string_to_utf8_checked.
1116
1117 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
1118
1119         * class.c: Add missing check for load errors after every
1120         call to mono_class_setup_fields
1121
1122         Fixes #552282.
1123
1124 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
1125
1126         metadata-verify.c (verify_tables_schema): Fix the error message.
1127
1128 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
1129
1130         * metadata.c: Change event table schema to use TDOR for event type
1131         as this is what it's meant to be.
1132
1133         * metadata.c (mono_metadata_compute_size): Change MONO_TABLE_ASSEMBLYPROCESSOR
1134         to MONO_TABLE_ASSEMBLYREFPROCESSOR, which is table that has a MONO_MT_TABLE_IDX
1135         entry.
1136
1137         * metadata.c (mono_metadata_compute_size): Trim MT_TABLE_IDX of code that no
1138         longer makes sense: remove MONO_TABLE_EVENT and remove checks for non-existent
1139         rows in MONO_TABLE_GENERICPARAM.
1140
1141         Fixes #552289.
1142
1143 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
1144
1145         * class.c (mono_image_add_to_name_cache): Assert on duplicate
1146         insertion.
1147
1148         * reflection.c (mono_reflection_setup_internal_class): Avoid
1149         registering a gc root the same MonoClass multiple times.
1150         Don't register nested types on the global scope as they should
1151         not be available there.
1152
1153 2009-11-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1154
1155         * culture-info-tables.h: regenerated.
1156
1157 2009-11-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
1158
1159         * debug-helpers.c: avoid g_strdup() in mono_type_full_name().
1160
1161 2009-11-04  Sebastien Pouliot  <sebastien@ximian.com>
1162
1163         * string-icalls.c|h: Remove string internal calls that are not 
1164         used anymore by the class libraries.
1165         * icall.c: Remove System_Reflection_FieldInfo_internal_from_handle
1166         which is not used in the class librairies.
1167         * icall-def.h: Update tables.
1168
1169 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
1170
1171         * class.h: Move mono_class_inflate_generic_type_checked...
1172
1173         * class-internals.h: to here and make it internal. We don't want to
1174         further expose MonoGenericContext. 
1175
1176 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
1177
1178         * verify.c (mono_method_verify): Improve error message.
1179
1180 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
1181
1182         * reflection.c (fieldref_encode_signature): If field_image is NULL then
1183         the token is already properly encoded. Fixs 4.0 build.
1184
1185 2009-11-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1186
1187         * locales.c (construct_number_format): Check if the number index is
1188         valid before trying to use it, if not, just return.
1189         
1190 2009-11-04  Zoltan Varga  <vargaz@gmail.com>
1191
1192         * marshal.c (mono_marshal_get_runtime_invoke): Don't reset abort exceptions,
1193         since that loses the abort state. Fixes #539394.
1194
1195 2009-11-03  Zoltan Varga  <vargaz@gmail.com>
1196
1197         * marshal.c (mono_marshal_get_native_wrapper): For icall wrappers, add an
1198         explicit this argument to the call signature.
1199         (mono_marshal_get_icall_wrapper): Ditto.
1200
1201 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
1202
1203         * reflection.c (fieldref_encode_signature): Add new field_image parameter
1204         to indicate which assembly to use when resolving a custom-mod.
1205
1206         Fixes handling of volatile fields used across assemblies as reported in #551513.
1207
1208 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
1209
1210         * loader.c: Improve error messages.
1211
1212 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
1213
1214         * class.c (mono_class_setup_methods): Only give a slot for virtual methods
1215         of interfaces. Fixes IKVM.
1216
1217         * class.c (mono_class_setup_vtable_general): Improve debug spew.
1218
1219 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
1220
1221         * verify.c (verifier_inflate_type): Return the inflated type on success.
1222
1223 2009-11-02  Zoltan Varga  <vargaz@gmail.com>
1224
1225         * debug-mono-symfile.c (check_line): Fix the handling of IL offset 0.
1226
1227         * threads.c (mono_thread_attach): Call the profiler thread start callback.
1228
1229         * object-internals.h (_MonoThreadInternal): Add a 'flags' field.
1230
1231         * threads.c (build_wait_tids): Ignore threads which have the DONT_MANAGE
1232         flag set.
1233
1234         * profiler.c: Add new profiler callbacks for runtime invoke.
1235
1236         * object.c (mono_runtime_invoke): Call the runtime invoke callbacks.
1237
1238 2009-11-01  Mark Probst  <mark.probst@gmail.com>
1239
1240         * sgen-gc.c: Keep track of the reason for a major collection and
1241         write it to the heap-dump file.
1242
1243 2009-10-31  Miguel de Icaza  <miguel@novell.com>
1244
1245         * threads.c: refactor the code that initializes the
1246         thread_start_args into a reusable function and use this in the two
1247         methods that start up threads.
1248
1249 2009-10-31  Zoltan Varga  <vargaz@gmail.com>
1250
1251         * appdomain.c (mono_domain_try_unload): Applied patch from Romain Tartière.
1252         Fix returning when WaitForSingleObjectEx returns WAIT_IO_COMPLETION.
1253
1254 2009-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
1255
1256         * mono-perfcounters.c: add the "_Total" instance for CPU counters.
1257         Until now, we only had the per-cpu(core) counters.
1258
1259 2009-10-28  Mark Probst  <mark.probst@gmail.com>
1260
1261         * gc-internal.h, boehm-gc, sgen-gc.c, null-gc: Add
1262         mono_gc_get_suspend_signal(), which returns the suspend signal
1263         number used by the GC.
1264
1265 2009-10-25  Zoltan Varga  <vargaz@gmail.com>
1266
1267         * threads.c (start_wrapper): Avoid an assert if thread_start_args () is NULL.
1268
1269         * threads.c (start_wrapper): Call mono_profiler_thread_start () later after
1270         signalling start_notify.
1271
1272 2009-10-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
1273
1274         * appdomain.c: do not test the st_mode field for shadow-copies.
1275         Fixes bug #545276.
1276
1277 2009-10-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
1278
1279         * threadpool.[ch]: added hooks for thread start/finish and item
1280         processing begin/end. For monotouch use only.
1281
1282 2009-10-24  Zoltan Varga  <vargaz@gmail.com>
1283
1284         * threads.c (mono_thread_get_name): New helper function.
1285
1286         * reflection.c (resolve_object): Set handle_class for strings too.
1287         (mono_reflection_create_custom_attr_data_args): New helper function to decode
1288         a cattr blob into a set of arrays and structures without creating the custom
1289         attributes themselves.
1290         (create_custom_attr_data): Simplify using create_custom_attr_data_args.
1291
1292         * mono-debug.c (mono_debug_il_offset_from_address): New helper function.
1293
1294         * debug-mono-symfile.c (mono_debug_symfile_get_line_numbers): New helper
1295         function.
1296
1297 2009-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
1298
1299         * verify.c: Replace calls to mono_class_inflate_generic_type with
1300         mono_class_inflate_generic_type_checked. Fixes #480005.
1301
1302 2009-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
1303
1304         * class.c (mono_class_inflate_generic_type_with_mempool): Clear the error
1305         object since not all paths lead to callees initing it.
1306
1307 2009-10-23  Alp Toker  <alp@nuanti.com>
1308
1309         Fix embedding API breakage from r144688. mono-compiler.h is an internal
1310         header and should not be shipped:
1311
1312         * class.h: Back out MONO_DEPRECATED change. Currently depends on config.h
1313         which is specific to the mono build. Not going to work.
1314
1315 2009-10-23  Sebastien Pouliot  <sebastien@ximian.com>
1316
1317         * security-manager.c: Report if core-clr is active from
1318         ves_icall_System_Security_SecurityManager_get_SecurityEnabled
1319         to allow Moonlight BCL to behave appropriately (both in browser
1320         and outside, e.g. smcs)
1321
1322 2009-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
1323
1324         * mono-config.c: ignore UTF-8 BOM and report parser errors.
1325         Fixes bug #549108.
1326
1327 2009-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
1328
1329         * class.c: fix typo.
1330
1331 2009-10-22  Rodrigo Kumpera  <rkumpera@novell.com>
1332
1333         * class-internals.h: Change signature of mono_class_inflate_generic_type_with_mempool to take
1334         a MonoError parameter.
1335
1336         * class.h: Mark mono_class_inflate_generic_type deprecated, add new mono_class_inflate_generic_type_checked
1337         version that can does proper error handling.
1338
1339         * class.c (inflate_generic_type): Add a MonoError parameter. Don't assert on error, use new mono error machinery.
1340
1341         * class.c (mono_class_inflate_generic_type_with_mempool): Add new MonoError parameter.
1342
1343         * class.c, generics-sharing.c: Changes to handle mono_class_inflate_generic_type_with_mempool new signature.
1344
1345 2009-10-20  Zoltan Varga  <vargaz@gmail.com>
1346
1347         * debug-helpers.c (dis_one): Fix the disassembly of empty strings when
1348         NO_UNALIGNED_ACCESS is defined.
1349
1350 2009-10-22  Zoltan Varga  <vargaz@gmail.com>
1351
1352         * marshal.c (mono_string_builder_to_utf16): Applied patch from
1353         Hib Eris  <hib@hiberis.nl>. Return empty string for empty string builders.
1354         Fixes #549173.
1355
1356 2009-10-22  Mark Probst  <mark.probst@gmail.com>
1357
1358         * sgen-gc.c: Shorten sections whenever possible.
1359
1360 2009-10-22  Mark Probst  <mark.probst@gmail.com>
1361
1362         * sgen-gc.c: Use our portable semaphore #defines.
1363
1364 2009-10-22  Mark Probst  <mark.probst@gmail.com>
1365
1366         * sgen-gc.c: A debug option for dumping the heap layout to a file
1367         after each collection.
1368
1369 2009-10-21  Mark Probst  <mark.probst@gmail.com>
1370
1371         * sgen-gc.c: Make managed write barriers atomic via
1372         thread-restarts.
1373
1374 2009-10-21  Rodrigo Kumpera  <rkumpera@novell.com>
1375
1376         * verify.c (verify_delegate_compatibility): Properly verify delegate creation of static
1377         methods. Fixes #543021.
1378
1379 2009-10-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
1380
1381         * socket-io.[ch]: fix VS build.
1382
1383 2009-10-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
1384
1385         * icall-def.h:
1386         * socket-io.[ch]: implemented SendFile.
1387
1388 2009-10-20  Zoltan Varga  <vargaz@gmail.com>
1389
1390         * class.c (mono_class_create_from_typedef): Initialize class->element_class
1391         before the interfaces to avoid crashes later if class initialization fails.
1392         Fixes #548417.
1393
1394         * marshal.c (emit_marshal_vtype): Implement byref marshalling of DateTime.
1395         Fixes #548276.
1396
1397 2009-10-20  Marek Safar  <marek.safar@gmail.com>
1398
1399         * domain.c: Bump 4.0 version.
1400
1401 2009-10-19  Sebastien Pouliot  <sebastien@ximian.com>
1402
1403         * assembly.c (mono_assembly_load_reference): Fix leak when 'status'
1404         code is known. (parse_public_key) Remove duplicate (unneeded) NULL
1405         check since 'pubkey' can't be NULL at this stage
1406         * icall.c (ves_icall_System_Array_FastCopy): Add comment about
1407         the check. (ves_icall_Type_GetInterfaceMapData) Remove duplicate
1408         initialization of 'iter'
1409
1410 2009-10-16  Bill Holmes  <billholmes54@gmail.com>
1411
1412         * cominterop.c : Search the interface parts of vtable to find 
1413           method matches.  Fixes 547030.
1414
1415         Code is contributed under MIT/X11 license.
1416
1417 2009-10-15 Gonzalo Paniagua Javier <gonzalo@novell.com>
1418
1419         * marshal.c: BeginInvoke cannot be called on multicast delegates with
1420         multiple targets. Fixes bug #574426.
1421
1422 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
1423
1424         * profiler.h: Put here the definition of
1425         MONO_PROFILER_MAX_STAT_CALL_CHAIN_DEPTH
1426         (and fix the build...).
1427
1428 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
1429
1430         * profiler.c, profiler.h, profiler-private.h:
1431         Added support for different ways of getting call chains in stat mode.
1432
1433 2009-10-12  Mark Probst  <mark.probst@gmail.com>
1434
1435         * object.c, object-internals.h: New function for computing the
1436         size of an array, factored out of mono_array_new_full().  Use
1437         SGen's functions for allocating arrays and vectors.
1438
1439         * sgen-gc.c, gc-internal.h: Special functions for allocating
1440         arrays and vectors without race conditions.  A managed array
1441         allocator method.
1442
1443         * boehm-gc.c, null-gc.c: Don't provide a managed array allocator.
1444
1445 2009-10-12  Mark Probst  <mark.probst@gmail.com>
1446
1447         * object.c, object.h, icall.c: Write barriers do the copying now,
1448         as well, so no need for an additional memcpy.
1449
1450         * sgen-gc.c: Lock when storing remsets.  Do the memory
1451         copying/moving in the write barriers.
1452
1453         * null-gc.c, boehm-gc.c: Write barriers must copy here, too.
1454
1455         * reflection.c: Added an assert.
1456
1457 2009-10-12  Mark Probst  <mark.probst@gmail.com>
1458
1459         * threads.c, process.c: A few missing write barriers.
1460
1461 2009-10-12  Joel W. Reed <joelwreed@gmail.com>
1462
1463         * mono-perfcounters.c, mono-perfcounters-def.h: Add
1464         network performance counters for bytes sent per second, bytes
1465         received per second, and bytes total per second.
1466
1467         Code is contributed under MIT/X11 license.
1468
1469 2009-10-09  Mark Probst  <mark.probst@gmail.com>
1470
1471         * threads.c (ves_icall_System_Threading_Thread_GetAbortExceptionState):
1472         Fix warning.
1473
1474 2009-10-09  Mark Probst  <mark.probst@gmail.com>
1475
1476         * threads.c, object-internals.h, object.c: Move code for
1477         transferring an object to a different domain (via
1478         serialization/remoting) to object.c.
1479
1480         * object.c (call_unhandled_exception_delegate): If the exception
1481         is in a different domain than the delegate, transfer the exception
1482         to that domain.
1483
1484 2009-10-07  Zoltan Varga  <vargaz@gmail.com>
1485
1486         * marshal.c (emit_marshal_vtype): Emit marshalling of DateTime to OLE DATE.
1487         Fixes #322934.
1488
1489 2009-10-06  Zoltan Varga  <vargaz@gmail.com>
1490
1491         * domain.c (DEFAULT_RUNTIME_VERSION): Change this to v2.0.
1492
1493 2009-10-06  Mark Probst  <mark.probst@gmail.com>
1494
1495         * object.c (mono_method_return_message_restore): Handle the case
1496         where the argument is an instance of a generic type.  Fixes
1497         #544446.
1498
1499 2009-10-06  Mark Probst  <mark.probst@gmail.com>
1500
1501         * object.c (set_value): Write barrier fix - we must pass the
1502         count, not the size.
1503
1504 2009-10-05  Zoltan Varga  <vargaz@gmail.com>
1505
1506         * domain.c (mono_init_internal): Print a useful error message when encountering
1507         an old mscorlib, instead of crashing. Fixes #544307.
1508
1509 2009-10-04  Zoltan Varga  <vargaz@gmail.com>
1510
1511         * appdomain.c (copy_app_domain_setup): Fix a warning.
1512
1513         * debug-helpers.c (dis_one): Ditto.
1514
1515 2009-10-04  Mark Probst  <mark.probst@gmail.com>
1516
1517         * domain-internals.h, appdomain.c: The AppDomainSetup is copied
1518         into the new domain, instead of referencing the original one.
1519
1520         * marshal.c, marshal.h: Make mono_marshal_xdomain_copy_value()
1521         non-static.
1522
1523         * appdomain.c: Corlib version bump.
1524
1525 2009-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
1526
1527         * threadpool.c: one more...
1528
1529 2009-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
1530
1531         * threadpool.c: forgot a LeaveCriticalSection when telling the idle
1532         threads to die because we're shutting down. delgate5.exe works again.
1533
1534 2009-10-01  Bill Holmes  <billholmes54@gmail.com>
1535
1536         * cominterop.c (mono_marshal_free_ccw_entry): Updating the
1537           ccw_interface_hash table when a ccw is finalized.
1538
1539         Code is contributed under MIT/X11 license.
1540
1541 2009-09-30  Mark Probst  <mark.probst@gmail.com>
1542
1543         * assembly.c, domain.c, image.c, metadata-internals.h: Split
1544         domain and image unloading into two steps.  We must do this
1545         because clearing the domain in SGen requires the class metadata to
1546         be intact, but we need to free the mono_g_hash_tables in case a
1547         collection occurs during domain unloading and the roots would trip
1548         up the GC.
1549
1550 2009-09-30  Mark Probst  <mark.probst@gmail.com>
1551
1552         * object-internals.h: Remove serialized culture fields from
1553         MonoInternalThread.
1554
1555         * icall-def.h, thread-types.h, threads.c: Remove serialized
1556         culture icalls.
1557
1558         * appdomain.c: Corlib version bump.
1559
1560 2009-09-30  Zoltan Varga  <vargaz@gmail.com>
1561
1562         * marshal.c (emit_marshal_object): Emit out marshalling of stringbuilders.
1563         Fixes #543133.
1564
1565 2009-09-30  Mark Probst  <mark.probst@gmail.com>
1566
1567         * sgen-gc.c: Try to shorten the new section after a major
1568         allocation to avoid ever-growing sections.
1569
1570 2009-10-13  Martin Baulig  <martin@ximian.com>
1571
1572         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
1573         `MONO_DEBUGGER_EVENT_TRAMPOLINE' into
1574         `MONO_DEBUGGER_EVENT_OLD_TRAMPOLINE' and added a new
1575         `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
1576
1577         * mono-debug.h (MONO_DEBUGGER_MINOR_VERSION): Bump to 4.
1578
1579 2009-09-29 Gonzalo Paniagua Javier <gonzalo@novell.com>
1580
1581         * threadpool.c: fixed the order in which 'completed' and the wait
1582         handle, if any, are set.  Fixes bug #542933 and delegate2.exe
1583         No need to use the wait_handle field of ASyncCall. Make sure the
1584         threadpool is active when adding a job or queueing an idle thread.
1585
1586 2009-09-29  Zoltan Varga  <vargaz@gmail.com>
1587
1588         * object.c (mono_unhandled_exception): Fix a crash if there is no main thread.
1589
1590         * threads.c (build_wait_tids): Fix a crash if there is no main thread, like
1591         when using --compile-all.
1592
1593 2009-09-27  Mark Probst  <mark.probst@gmail.com>
1594
1595         * metadata.c (free_generic_class): Unregister the field_objects
1596         roots if we're using SGen.
1597
1598 2009-09-27  Mark Probst  <mark.probst@gmail.com>
1599
1600         * reflection.c (mono_dynamic_image_free): Deregister the GC root
1601         for GenericParamTableEntry.gparam.
1602
1603 2009-09-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
1604
1605         * marshal.c: don't create the handle when calling. It is created later
1606         if needed.
1607
1608 2009-09-26  Mark Probst  <mark.probst@gmail.com>
1609
1610         * sgen-gc.c: Warning fixes.
1611
1612 2009-09-26  Mark Probst  <mark.probst@gmail.com>
1613
1614         * sgen-gc.c: New debug option "xdomain-checks", which scans the
1615         whole heap for cross-domain references before each collection.
1616
1617         * sgen-scan-object.h: The scan action can now use SCAN to scan the
1618         object.
1619
1620         * threadpool-internals.h, threadpool.c: New function
1621         mono_thread_pool_is_queue_array() for checking whether a given
1622         array is used as a (cross-domain) queue by the thread pool code.
1623
1624 2009-09-26  Mark Probst  <mark.probst@gmail.com>
1625
1626         * sgen-gc.c: New function mono_gc_scan_for_specific_ref() which
1627         searches the whole heap for objects containing a specific
1628         reference.  Only for debugging.
1629
1630 2009-09-26  Mark Probst  <mark.probst@gmail.com>
1631
1632         * appdomain.c (MONO_CORLIB_VERSION): Bumped.
1633
1634         * icall-def.h, threads.c, threads-types.h: New icalls for copying
1635         byte arrays between domains.
1636
1637 2009-09-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
1638
1639         * threadpool.c:
1640         * class-internals.h:
1641         * mono-perfcounters-def.h:
1642         * mono-perfcounters.c:
1643         -There is a list of idle threads
1644         -Each of those idle threads wait on their own WaitHandle instead
1645         of all of them using the same semaphore. When a new work item is
1646         added, the job is assigned directly to an idle thread or a newly
1647         created one if possible and then the handle for that thread is
1648         signaled. Compare that to the current approach where all the
1649         threads in the pool compete to dequeue a job from the same
1650         queue.
1651         -New struct ThreadPool that brings together the bunch of static
1652         variable for each threadpool (IO and regular).
1653         -New performance counters: # of items added and its rate per
1654         threadpool. The rate will be used later, perhaps together with
1655         other perf. counters, to decide when idle threads should exit.
1656
1657 2009-09-25  Jonathan Chambers  <joncham@gmail.com>
1658
1659         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Receive_internal): 
1660         Fix typo on Windows build.      
1661         (ves_icall_System_Net_Sockets_Socket_Accept_internal): Fix typo on Windows build.
1662         
1663         Code is contributed under MIT/X11 license.
1664
1665 2009-09-25  Mark Probst  <mark.probst@gmail.com>
1666
1667         * object-internals.h: The Thread class is split up into Thread and
1668         InternalThread now.  We have exactly one InternalThread per
1669         thread, and at most one Thread per appdomain per thread.  Most
1670         data is stored in InternalThread.  All InternalThread objects live
1671         in the root domain.
1672
1673         * class-internals.h: Add internal_thread_class to MonoDefaults.
1674
1675         * appdomain.c (mono_domain_unload), attach.c (receiver_thread),
1676         domain.c, gc.c, icall-def.h, monitor.c, object.c, sgen-gc.c,
1677         socket-io.c, threadpool.c, thread-types.h, threads.c: Changes
1678         resulting from the split of the Thread class.
1679
1680         * gc-internal.h: Prototype for new function for checking whether a
1681         thread is the finalizer thread.
1682
1683         * appdomain.c: Corlib version bump.
1684
1685 2009-09-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1686
1687         * appdomain.c|h: Add a mono_domain_try_unload method which is
1688         equivalent to mono_domain_unload, except that it returns an exception
1689         instead of throwing it. Make mono_domain_unload use the
1690         mono_domain_try_unload method to avoid code-duplication.
1691
1692 2009-09-25  Zoltan Varga  <vargaz@gmail.com>
1693
1694         * debug-helpers.c (dis_one): Avoid unaligned accesses on platforms where that is
1695         a problem.
1696
1697 2009-09-24  Zoltan Varga  <vargaz@gmail.com>
1698
1699         * marshal.c (emit_ptr_to_object_conv): Generate an exception instead of
1700         aborting when a conversion is not implemented.
1701
1702 2009-09-23  Miguel de Icaza  <miguel@novell.com>
1703
1704         * verify.c: when comparing culture strings, use g_ascii_strcmp
1705
1706         * assembly.c (mono_public_tokens_are_equal): Change g_strcasecmp
1707         when comparing public key tokens to use memcmp on 16 bytes.   I do
1708         not believe this ever worked as advertised in the past.
1709
1710         The standard Public Key is 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
1711         which would have always failed earlier.
1712
1713 2009-06-25  Miguel de Icaza  <miguel@novell.com>
1714
1715         * gc.c: Raise a NullArgumentException if the object passed is
1716         null.
1717
1718 2009-09-22  Zoltan Varga  <vargaz@gmail.com>
1719
1720         * image.c (mono_image_close): Atomically decrement the reference count and
1721         remove the image from the hash tables, to prevent another thread from seeing a
1722         dying MonoImage. Fixes #541194.
1723
1724 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
1725
1726         * threadpool.c: actually use the minimum number of 'completion ports'
1727         (for us is just a potential worker thread).
1728
1729 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
1730
1731         * threadpool.c: remove ares_htable. It does not make sense any more
1732         since the same objects are now stored in GC-tracked arrays while they are
1733         in the queue.
1734
1735 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
1736
1737         * threadpool.c: increase the minimum length of the queues to 128.
1738         Remove warning.
1739
1740 2009-09-21  Zoltan Varga  <vargaz@gmail.com>
1741
1742         * marshal.c (mono_marshal_get_string_ctor_signature): New internal function to
1743         return the modified signature used by string ctors.
1744
1745 2009-09-20  Zoltan Varga  <vargaz@gmail.com>
1746
1747         * marshal.c (mono_marshal_get_runtime_invoke_dynamic): New internal function
1748         to return a runtime-invoke wrapper which uses DYN_CALL to call the wrapped
1749         method, to be used by full-aot.
1750
1751 2009-09-18  Rodrigo Kumpera  <rkumpera@novell.com>
1752
1753         Since the runtime supports lazy initialization of a type's vtable and this can cause a type
1754         to fail, we need to ensure that the vtable is properly initialized at spots were the type must
1755         be known to be good.
1756
1757         * class.c (mono_class_init): Fail array types if their element type fails initialization
1758         as well.
1759
1760         * object.c (mono_class_create_runtime_vtable): Fail array types if their element type fails
1761         initialization, additionally we request the element_type vtable to be initialized as well.
1762
1763         This is fine and should not increase the working set in any meaningful way since it's reasonable
1764         to assume       that most code will create an array and eventually populate it, which will require the
1765         type's vtable to be initialized.
1766
1767         * loader.c (field_from_memberref): Add a comment for a possibly useless mono_class_init call.
1768
1769 2009-09-17  Atsushi Enomoto  <atsushi@ximian.com>
1770
1771         * normalization-tables.h : regenerated.
1772
1773 2009-09-16  Zoltan Varga  <vargaz@gmail.com>
1774
1775         * mono-debug.c (mono_debug_add_method): Increase the size of the buffer,
1776         a leb128 encoding can take up to 5 bytes.
1777
1778 2009-09-15  Rodrigo Kumpera  <rkumpera@novell.com>
1779
1780         * class.c (verify_class_overrides): Remove useless argument.
1781
1782         * class.c (mono_class_setup_vtable_general): Move the overrides check to happen
1783         before interface enumeration as this is no longer required.
1784
1785 2009-09-15  Rodrigo Kumpera  <rkumpera@novell.com>
1786
1787         * class.c: New function mono_class_is_assignable_from_slow that is safe to be
1788         used under mono_class_init context. This functions avoid any code path that
1789         calls mono_class_init, which leads it to be slow as some things like the interface
1790         bitmap are not available.
1791
1792         * class.c (verify_class_overrides): Use mono_class_is_assignable_from_slow instead
1793         of it's own broken version. Fixes the verifier part of #538588.
1794
1795         * class-internals.h: Export mono_class_is_assignable_from_slow as part of the internal
1796         API.
1797
1798 2009-09-15  Mark Probst  <mark.probst@gmail.com>
1799
1800         * class.c (mono_class_init): Always set an exception in a class if
1801         vtable setup fails.  Fixes #538577.
1802
1803         * generic-sharing.c: Raise an exception if mono_class_vtable()
1804         returns NULL.
1805
1806 2009-09-13  Zoltan Varga  <vargaz@gmail.com>
1807
1808         * marshal.c (mono_marshal_get_runtime_invoke): Don't share instance 
1809         methods of vtypes, as they could be incorrectly shared with static methods
1810         taking an IntPtr argument.
1811
1812 2009-09-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
1813
1814         * domain.c:
1815         * object.c:
1816         * class-internals.h: renamed waithandle_class to
1817         manualresetevent_class.
1818         * marshal.c: propagate the exception if a remoting BeginInvoke call
1819         fails.
1820
1821 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
1822
1823         * object.c: Properly handle vtable failures.
1824
1825 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
1826
1827         * socket-io.c: Assert on vtable failure.
1828
1829         * mono-mlist.c: Assert on vtable failure.
1830
1831 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
1832
1833         * marshal.c: Assert on vtable failure.
1834
1835 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
1836
1837         * icall.c: Properly handle vtable failures.
1838
1839 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
1840
1841         * debug-helpers.c (mono_class_describe_statics): Properly handle vtable failures.
1842
1843 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
1844
1845         * cominterop.c (ves_icall_System_ComObject_CreateRCW): Property handle vtable failures.
1846
1847         * console-unix.c (do_console_cancel_event): Same.
1848
1849 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
1850
1851         * class-internals.h: Add mono_class_vtable_full function that allows control
1852         if an exception should be raised or not.
1853
1854         * object.c (mono_class_vtable): Call into mono_class_vtable_full. Fix this function
1855         to do what its documentation say, that is to return NULL and set exception_type on
1856         failure.
1857
1858         * object.c (mono_class_create_runtime_vtable): Add new raise_on_error parameter
1859         and change the code to honor it.
1860
1861 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
1862
1863         * verify.c: Fix typo in error message.
1864
1865 2009-09-10  Sebastien Pouliot  <sebastien@ximian.com>
1866
1867         * security-core-clr.c: Fix default_platform_check so it can run
1868         the runtime coreclr tests (without an infinite recursion when
1869         throwing an exception).
1870
1871 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
1872
1873         object.c (mono_delegate_ctor_with_method): Guard against null method.
1874
1875 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
1876
1877         * marshal.c (mono_marshal_get_xappdomain_dispatch): Add an assert
1878         that should be replaced with error handling later.
1879
1880 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
1881
1882         * marshal.c (mono_delegate_end_invoke): Fix warning.
1883
1884 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
1885
1886         * loader.c (mono_field_from_token): Properly handle invalid
1887         dynamic tokens.
1888
1889 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
1890
1891         * pedump.c (verify_image_file): Skip types that can't be
1892         decoded.
1893
1894 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
1895
1896         * verify.c: Look for recursive valuetypes only against the
1897         type been initialized as this is a lot simpler and works.
1898
1899 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
1900
1901         * verify.c: Ensure that fields are properly loaded before
1902         checking them.
1903
1904 2009-09-10  Bill Holmes  <billholmes54@gmail.com>
1905
1906         * object.c (mono_object_get_virtual_method) : Call 
1907           mono_cominterop_get_invoke if the object is a COM object.
1908
1909         Code is contributed under MIT/X11 license.
1910
1911 2009-09-09  Rodrigo Kumpera  <rkumpera@novell.com>
1912
1913         * verify.c: Check for recursive valuetype definitions.
1914
1915 2009-09-08  Rodrigo Kumpera  <rkumpera@novell.com>
1916
1917         Use inheritance-aware interface offsets. Inherited types use the same offsets
1918         of their parents. This reduce offset duplication in case more than one type in
1919         the inheritance tree explicitly implements the same interface.
1920
1921         This also removes a source of vtable bubbles found in #532409. An abstract type
1922         isn't required to provide abstract methods to all interfaces it implements, which
1923         resulted in a bubble with the previous scheme as the child would get a non-full
1924         vtable from its parent. We fail all concrete types with vtable bubbles, so this
1925         should be fixed.
1926
1927         This change causes an increase of 1.7% in vtable memory usage for IronPython pystone but
1928         it's expected to not cause any significant increase beyond that.
1929
1930         * class.c (setup_interface_offsets): Compute super class iface offsets
1931         first to force sharing.
1932
1933         * class.c: Add VTABLE_SELECTOR macro to the vtable debug macros to help
1934         dumping only the relevant ones.
1935
1936         * class.c (mono_class_setup_vtable_general): Give newslot, non final, virtual
1937         methods a new slot regardless if they belong to an interface or not. This allows
1938         an inherited type to override the iface method separately from the class one.
1939
1940 2009-09-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
1941
1942         * threadpool.c: make the Sleep() alertable to prevent delays exiting
1943         applications that take less than 2s to execute.
1944         Bug #524984 fixed.
1945
1946 2009-09-04  Zoltan Varga  <vargaz@gmail.com>
1947
1948         * object-internals.h (MonoRuntimeCallbacks): Add a 'get_runtime_build_info' callback.
1949
1950         * object.c (mono_get_runtime_callbacks): New helper function to return
1951         the runtime callbacks.
1952
1953         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Use the result of
1954         mono_get_runtime_build_info () as the display name.
1955         
1956 2009-09-03  Zoltan Varga  <vargaz@gmail.com>
1957
1958         * marshal.c (emit_marshal_array): Call conv.ovf.i on the array parameter
1959         argument, since NEWARR expects a native int. Fixes #481559.
1960
1961 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
1962
1963         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Guard
1964         against broken SRE methods.
1965
1966 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
1967
1968         * class.c (mono_type_get_full): Don't call mono_metadata_free_type on
1969         a NULL variable. Abort early on failure.
1970
1971 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
1972
1973         * class.c (can_access_type): Fail visibility test for non nested
1974         types with nested visibility.
1975
1976 2009-09-02  Sebastien Pouliot  <sebastien@ximian.com>
1977
1978         * assembly.c (parse_public_key): Avoid allocating (and not 
1979         freeing) the public key array when it's not requested by the 
1980         caller.
1981         * threads.c (mono_thread_manage, mono_thread_create_internal, 
1982         ves_icall_System_Threading_Thread_Thread_internal): Free 
1983         allocated memory on error.
1984
1985 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
1986
1987         * icall.c, icall-def.h: Remove some dead code from early SRE changes.
1988
1989 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
1990
1991         * class.c (mono_class_setup_fields): Remove duplicated local variable
1992         named gklass.
1993         Rename gklass to gtd to reflect the fact that it points to the generic
1994         type definition.
1995         Remove the duplicated call to mono_class_setup_fields on gtd and move
1996         the error check to the beginning.
1997
1998 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
1999
2000         * marshal.c (mono_array_to_lparray): Do DISABLE_COM properly.
2001         Remove cruft of the previous patch.
2002
2003 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
2004
2005         * metadata-verify.c (verify_method_table): Check for abstract + final.
2006         Fixes #534175.
2007
2008 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
2009
2010         * verify.c (verify_class_fields): Check for duplicate fields.
2011
2012 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
2013
2014         * metadata-verify.c: Verify the typeref table for duplicates.
2015
2016 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
2017
2018         This reverts r140936 and properly handles interfaces with static methods. The
2019         right fix is to ensure vtables without bubles which is an easier to verify
2020         constraint. We should avoid such special cases as of the reverted patch as those
2021         only make the runtime more brittle.
2022
2023         * class.c (mono_class_setup_vtable_general): Revert previous change that handle
2024         static methods on interfaces.
2025
2026         * class.c (setup_interface_offsets): Use the number of virtual methods when
2027         calculating interface offsets instead of the number of methods. This way we
2028         avoid bubles on the layout.
2029
2030 2009-08-31  Rodrigo Kumpera  <rkumpera@novell.com>
2031
2032         * metadata-verify.c (verify_metadata_header): Some very smart
2033         obfuscators like to add extra stream headers. Ignore them.
2034
2035 2009-08-30  Zoltan Varga  <vargaz@gmail.com>
2036
2037         * class.c (mono_class_setup_vtable_general): Verify interfaces with static
2038         methods correctly.
2039
2040 2009-08-29  Rodrigo Kumpera  <rkumpera@novell.com>
2041
2042         * metadata-verify.c: Verify for duplicated types.
2043
2044 2009-08-28  Rodrigo Kumpera  <rkumpera@novell.com>
2045
2046         * metadata-verify.c (verify_typedef_table): Verify for nested types
2047         without an entry on the nested class table.
2048
2049 2009-08-28  Zoltan Varga  <vargaz@gmail.com>
2050
2051         * cominterop.c (cominterop_get_ccw): Applied patch from tom hindle
2052         <tom_hindle@sil.org>. Add locking around hash table accesses.
2053
2054 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
2055
2056         * verify.c (mono_verifier_verify_class): Verify all interface if
2057         really are interfaces. Fixes #534184.
2058
2059 2009-08-27  Rodrigo Kumpera  <rkumpera@novell.com>
2060
2061         * pedump.c: Initialize all types during metadata validation so we report
2062         errors only detected as part of class initialization.
2063
2064 2009-08-26  Rodrigo Kumpera  <rkumpera@novell.com>
2065
2066         * metadata-verify.c (verify_method_table): PInvoke requires method to
2067         be static. Fixes #534189
2068
2069 2009-08-26  Zoltan Varga  <vargaz@gmail.com>
2070
2071         * threads.c (mono_thread_suspend_all_other_threads): Handle 'threads_starting_ip'
2072         being NULL.
2073
2074 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
2075
2076         * class.c (mono_class_setup_vtable_general): Verify the resulting vtable
2077         for holes or bad methods. Fixes #525314.
2078
2079 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
2080
2081         * class.c (setup_interface_offsets): Don't allocate slot
2082         for the same interface multiple times. This creates bubbles
2083         that waster space and make vtable verification harder.
2084
2085         The same interface get a slot multiple times since we need
2086         to get the closure of all implemented interfaces, which means
2087         the same interface is reported multiple times.
2088
2089 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
2090
2091         * verify.c (mono_verifier_verify_class): Don't check the fields
2092         of generic instances since the context on which they got expanded
2093         might lead to false positives.
2094
2095         Such thing happens when a generic type is inflated in the context
2096         of a generic method and the inflated type of a field turns into a
2097         generic method argument, which causes the checking code to think
2098         it's an invalid class when it's not.
2099
2100 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
2101
2102         * verify.c (mono_type_is_valid_in_context): Verify if type
2103         is NULL and remove duplicate test.
2104
2105 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
2106
2107         * verify.c (mono_verifier_verify_class): Check fields for
2108         invalid generic arguments.
2109
2110 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
2111
2112         * class.c (verify_class_overrides): Verify if for static
2113         and non virtual methods.
2114
2115 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
2116
2117         * icaa.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor):
2118         Check for errors after retrieving the vtable.
2119
2120 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
2121
2122         * class.c (mono_class_setup_vtable_general): Verify
2123         if method overrides are valid before processing them.
2124
2125 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
2126
2127         * marshal.c (mono_array_to_lparray): Fix minimal build with
2128         cominterop disabled.
2129
2130         * marshal.c (mono_free_lparray): Same.
2131
2132 2009-08-21  Mark Probst  <mark.probst@gmail.com>
2133
2134         * threadpool.c (mono_thread_pool_init): Use mono_object_hash() as
2135         the hash function for the ares_htable.
2136
2137 2009-08-20  Rodrigo Kumpera  <rkumpera@novell.com>
2138
2139         * metadata-verify.c (verify_assembly_table): Accept 0x10 as a valid
2140         bit for assembly flags. MS is ok with it but there is no spec anywhere
2141         on its mean
2142
2143 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2144
2145         * class.c (mono_class_create_from_typedef): Emit profiler events
2146         in all cases.
2147
2148 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2149
2150         * icall.c (ves_icall_Type_GetMethodsByName): Don't leak loader errors.
2151         Release memory on failure.
2152
2153 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2154
2155         * class-internals.h: Add mono_metadata_load_generic_param_constraints_full
2156         to the internal API.
2157
2158         * metadata.c (get_constraints): Use a single-linked table as we don't
2159         traverse it backward. Fail and return FALSE if only of the contraint types
2160         is not found.
2161
2162         * metadata.c (mono_metadata_load_generic_param_constraints_full): Identical
2163         to mono_metadata_load_generic_param_constraints except for having a return value.
2164         This has to be done since the later is part of the public API.
2165
2166         * class.c (mono_class_create_from_typedef): Properly check the loading of constrains
2167         and fail the type.
2168
2169         * loader.c (mono_get_method_from_token): Properly check the loading of constraints
2170         and fail the method.
2171
2172 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2173
2174         * metadata-verify.c (is_valid_method_header): Add work-around to deal
2175         with MS broken behavior of emmitting EH section sizes without the
2176         header size added.
2177
2178 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2179
2180         * metadata.c (mono_type_create_from_typespec): Don't allocate image
2181         memory until we're sure that we'll need it. This avoids leaking for
2182         broken types or duplicated instantiation.
2183
2184 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2185
2186         * metadata-verify.c (is_valid_method_header): Fix stupid formating
2187         mistake.
2188
2189 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2190
2191         * metadata-verify.c (is_valid_method_header): Fix number of clauses
2192         and expected size calculation.
2193
2194 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2195
2196         * class.c (mono_class_get_field_idx): Add fixme for broken
2197         behavior for types with multiple fields with the same name.
2198         I would rather fix it, but have no idea on how to generate
2199         such artifact for testing.
2200
2201 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2202
2203         * verify.c (verifier_load_field): We should allow references to
2204         fields to be made using the generic type definition. It's up to
2205         the loader system to fail invalid ops.
2206
2207         * verify.c (get_boxable_mono_type): Only uninstantiated GTDs
2208         are invalid.
2209
2210 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2211
2212         * class.c: Fix usage of mono_metadata_interfaces_from_typedef_full.
2213
2214         * metadata-internals.h: Fix declaration of 
2215         mono_metadata_interfaces_from_typedef_full.
2216
2217         * metadata.c (mono_metadata_interfaces_from_typedef_full): Add extra
2218         heap_alloc_result parameter that controls if the result should be
2219         g_malloc'd.
2220
2221         * metadata.c (mono_metadata_interfaces_from_typedef): Let the resulting
2222         array be g_malloc'd and properly document this public API function.
2223
2224 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2225
2226         * cil-coff.h: Fix METHOD_HEADER_FORMAT_MASK to be 2 bits and
2227         remove METHOD_HEADER_TINY_FORMAT1.
2228
2229         * reflection.c: Remove reference to METHOD_HEADER_TINY_FORMAT1.
2230
2231         * metadata.c (mono_metadata_parse_mh_full): Kill tiny format1.
2232
2233         Both spec and MS uses only 2 bits to enumerate the kind of header.
2234         So given that 0x6 and 0x2 are equal under a 2 bits mask, tiny format1
2235         is superfluous, only used for tiny headers with odd code lengths.
2236
2237         This change also make sure that mono doesn't wronly interpret bit 2
2238         of fat header flags, which is currently reserved.
2239
2240 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2241
2242         * metadata.c (do_mono_metadata_parse_type): Do error
2243         checking for element types. Don't abort if presented
2244         with a broken type kind.
2245
2246 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2247
2248         * metadata.c (mono_metadata_parse_method_signature_full):
2249         Gracefully fail bad vararg signatures.
2250
2251 2009-08-18  Christian Hergert  <chris@dronelabs.com>
2252
2253         * profiler.c:
2254         * class.c: Fix warnings for uninitialized variables.
2255
2256 2009-08-18  Christian Hergert  <chris@dronelabs.com>
2257
2258         * icall.c: Fix _NSGetEnviron method declaration warning.
2259
2260 2009-08-18  Christian Hergert  <chris@dronelabs.com>
2261
2262         * icall.c:
2263         * reflection.c: Make bitwise checks explicit.
2264
2265 2009-08-18  Christian Hergert  <chris@dronelabs.com>
2266
2267         * debug-helpers.c:
2268         * marshal.c: Fix printf warnings.
2269
2270 2009-08-18  Zoltan Varga  <vargaz@gmail.com>
2271
2272         * reflection.c (encode_cattr_value): Fix a warning.
2273
2274 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2275
2276         * metadata.c (mono_metadata_parse_array_full): Fix memory leak
2277         of array bounds.
2278
2279 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2280
2281         * loader.c (mono_method_signature): Don't assert on broken
2282         signature. Print a more useful error message.
2283
2284 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2285
2286         * loader.c (mono_method_get_marshal_info): Assert if
2287         signature is invalid. Bounds check stores to the
2288         mspecs array;
2289
2290 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2291
2292         * loader.c (field_from_memberref): Fix warning.
2293
2294 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2295
2296         * loader.c (mono_method_get_param_names): Check if signature
2297         is null. Don't store beyond the size of the name array.
2298
2299 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2300
2301         * loader.c (mono_get_method_constrained): Check if signature
2302         is null.
2303
2304 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2305
2306         * loader.c (mono_loader_set_error_bad_image): Improve
2307         error messages.
2308
2309 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2310
2311         * loader.c (mono_get_method_full): Convert an assertion
2312         into a loader error.
2313
2314 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2315
2316         * class-internals.h, class.c: Better naming and documentation.
2317
2318 2009-08-17  Zoltan Varga  <vargaz@gmail.com>
2319
2320         * boehm-gc.c (mono_gc_add_weak_track_handle): Don't do any work if
2321         obj is NULL.
2322
2323 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
2324
2325         * loader.c (mono_method_get_signature_full): Fail gracefully if signature
2326         parsing fails.
2327
2328 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
2329
2330         * loader.c (mono_loader_error_prepare_exception): Handle missing field
2331         errors with no class set.
2332
2333         * loader.c (field_from_memberref): If the field signature is of the wrong
2334         type fail with a MissingFieldException instead of a BadImageException as
2335         this is the behavior observed on MS. 
2336
2337 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
2338
2339         * loader.c (field_from_memberref): Don't crash if either the field
2340         signature or the typespec class are invalid.
2341
2342 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
2343
2344         * verify.c (verifier_load_field): Don't allow field related
2345         ops to reference fields on generic type definition.
2346
2347 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
2348
2349         * metadata-verify.c: Add new warning level for errors specified
2350         by ECMA 335 but that MS ignores.
2351
2352         * metadata-verify.c (verify_method_table): Make compiler controled
2353         visibility + (rt)specialname error a warning as MS ignores this. Ignoring
2354         this check is safe because the end result will only be some visibility
2355         exceptions been thrown.
2356
2357 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
2358
2359         * verify.c (get_boxable_mono_type): Don't allow the
2360         use of the generic type definition on boxed type positions.
2361
2362         Fixes #531237.
2363
2364 2009-08-14  Mark Probst  <mark.probst@gmail.com>
2365
2366         * threadpool.c: Make sure no cross-domain references remain in
2367         ares_htable or the arrays that are thrown away when resizing.
2368
2369 2009-08-14  Mark Probst  <mark.probst@gmail.com>
2370
2371         * appdomain.c, metadata-internals.h, image.c: In MonoImage add a
2372         list of classes for which we have to unregister reflection_info
2373         with the GC and which are not in the namespace cache.
2374
2375         * reflection.c (mono_reflection_initialize_generic_parameter): Add
2376         the class to the list.
2377
2378 2009-08-14  Mark Probst  <mark.probst@gmail.com>
2379
2380         * domain.c (mono_domain_free): Unregister the GC roots in
2381         MonoDomain.
2382
2383 2009-08-12  Rodrigo Kumpera  <rkumpera@novell.com>
2384
2385         * reflection.c (mono_reflection_type_get_handle): Fix typo.
2386
2387 2009-08-12  Rodrigo Kumpera  <rkumpera@novell.com>
2388
2389         * class.c: Add mono_class_get_field_from_name_full which does
2390         the same as mono_class_get_field_from_name but does check field
2391         signature as well.
2392
2393         * class-internals.h: Export mono_class_get_field_from_name_full as
2394         part of the internal API.
2395
2396         * loader.c (field_from_memberref): Search fields by name and signature
2397         as it's valid to have two fields with same name but different types.
2398
2399         Fixes #528055.
2400
2401 2009-08-10  Rodrigo Kumpera  <rkumpera@novell.com>
2402
2403         * icall-def.h: Add a bunch of temporary icalls to MonoGenericClass.
2404
2405         * reflection.c (mono_reflection_type_get_handle): Handle MonoGenericClass.
2406
2407         * reflection.c (encode_cattr_value): Use mono_reflection_type_get_handle to encode
2408         System.Type.
2409
2410 2009-08-13  Zoltan Varga  <vargaz@gmail.com>
2411
2412         * gc.c (GCHandle_CheckCurrentDomain): Moved this here from icall.c.
2413
2414         * boehm-gc.c (mono_gc_add_weak_track_handle): Handle nulls.
2415
2416 2009-08-12  Mark Probst  <mark.probst@gmail.com>
2417
2418         * sgen-gc.c, sgen-scan-object.h: Object scanning code factored out
2419         to sgen-scan-object.h, which can be included and parameterized via
2420         macros.
2421
2422         * Makefile.am: sgen-scan-object.h added.
2423
2424 2009-08-12  Mark Probst  <mark.probst@gmail.com>
2425
2426         * gc.c: #define GC_dont_gc if we're compiling with SGen.
2427
2428 2009-08-12  Mark Probst  <mark.probst@gmail.com>
2429
2430         * domain.c (mono_domain_free): Free a domain's mono_g_hash_tables
2431         before clearing a domain in the GC.
2432
2433 2009-08-12  Mark Probst  <mark.probst@gmail.com>
2434
2435         * exception.c (mono_exception_from_name_domain): Actually create
2436         the exception in the specified domain.
2437
2438         * appdomain.c (mono_domain_create_appdomain_internal): Create the
2439         OutOfMemoryException a bit later so that the domain is inialized
2440         "enough" that it works.
2441
2442 2009-08-12  Mark Probst  <mark.probst@gmail.com>
2443
2444         * threads.c (thread_cleanup): Clean up the cached_culture_info
2445         array to prevent cross-domain references.
2446
2447 Tue Aug 11 14:38:57 CEST 2009 Paolo Molaro <lupus@ximian.com>
2448
2449         * metadata.c: more documentation for MonoType accessors.
2450
2451 2009-08-11  Raja R Harinath  <harinath@hurrynot.org>
2452
2453         Fix incorrect size definitions where the tail array isn't a list
2454         of pointers
2455         * class-internals.h (MONO_SIZEOF_MARSHAL_TYPE): Use offsetof to
2456         define size.
2457         * domain-internals.h (MONO_SIZEOF_JIT_INFO): Likewise.
2458         * metadata.h (MONO_SIZEOF_TYPE): Likewise.
2459         * reflection.h (MONO_SIZEOF_CUSTOM_ATTR_INFO): Likewise.
2460
2461 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
2462
2463         * reflection.h:
2464         * reflection.c: MONO_SIZEOF_CUSTOM_ATTR_INFO.
2465
2466 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
2467
2468         * metadata.c:
2469         * loader.c:
2470         * metadata-internals.h:
2471         * method-builder.c:
2472         * reflection.c: use MONO_SIZEOF_METHOD_HEADER.
2473
2474 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
2475
2476         * cominterop.c:
2477         * metadata.c:
2478         * metadata.h:
2479         * loader.c:
2480         * marshal.c:
2481         * reflection.c: #define for sizeof in MonoType and
2482         MonoMethodSignature.
2483
2484 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
2485
2486         * domain.c:
2487         * domain-internals.h: add and use #define's instead of sizeof()
2488         for MonoJitInfo and MonoJitInfoTable.
2489
2490 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
2491
2492         * object.c:
2493         * class.h: use #define instead of sizeof() for MonoRemoteClass.
2494
2495 2009-08-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
2496
2497         * metadata.c:
2498         * metadata.h:
2499         * object.c:
2500         * class-internals.h:
2501         * generic-sharing.c:
2502         * marshal.c: use a #define instead of sizeof() for a few
2503         structures that use a zero-length array.
2504
2505 2009-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
2506
2507         * object-internals.h (MonoReflectionMethodOnTypeBuilderInst): Add new fields
2508         to handle inflated generic methods.
2509
2510         * appdomain.c: Bump corlib version.
2511
2512         * reflection.c (mono_image_get_method_on_inst_token): Handle generic method
2513         instances.
2514
2515         * reflection.c (fixup_method): Same
2516
2517         * reflection.c (resolve_object): Same.
2518
2519         * reflection.c (inflate_method): Replace a g_assert_not_reached with a
2520         g_error and a decent message.
2521
2522 2009-08-06  Massimiliano Mantione  <massi@ximian.com>
2523
2524         * bohem-gc.c (mono_gc_add_weak_track_handle): Get the domain
2525         from the object because it could not yet be available globally
2526         (it happens if the profiler tries to create a gchandle on the
2527         MonoThread object of a thread that is still registering itself
2528         with the runtime).
2529
2530 2009-08-04  Rodrigo Kumpera  <rkumpera@novell.com>
2531
2532         * reflection.c (mono_generic_class_get_object): Initialized the
2533         managed type arguments array.
2534
2535         * object-internals.h (MonoReflectionGenericClass): Add type_arguments field.
2536
2537         * appdomain.c: Bump corlib version.
2538
2539 2009-08-04  Zoltan Varga  <vargaz@gmail.com>
2540
2541         * threads.c (thread_cleanup): Free serialized_ui_culture_info. Fixes
2542         #527902.
2543
2544 2009-08-03  Zoltan Varga  <vargaz@gmail.com>
2545
2546         * threads.c (ves_icall_System_Threading_Thread_Thread_free_internal): 
2547         Avoid a crash if synch_cs is not set.
2548         
2549         * threads.c (ves_icall_System_Threading_Thread_Thread_free_internal): 
2550         Handle the case when the handle is 0.
2551
2552         * appdomain.c: Bump corlib version.
2553
2554 2009-08-02  Zoltan Varga  <vargaz@gmail.com>
2555
2556         * reflection.c (mono_type_get_object): Fix a warning.
2557
2558 2009-08-01  Mark Probst  <mark.probst@gmail.com>
2559
2560         * sgen-gc.c (mono_gc_wbarrier_value_copy): Don't compute the GC
2561         descriptor here.  We assume it's already been computed.
2562
2563         * generic-sharing.c (instantiate_other_info): Compute the GC
2564         descriptor for info type MONO_RGCTX_INFO_KLASS.
2565
2566 2009-08-01  Mark Probst  <mark.probst@gmail.com>
2567
2568         * reflection.c (mono_type_get_object): MonoDomain is an unmanaged
2569         type, so don't use MONO_OBJECT_SETREF to set a field.
2570
2571 2009-08-01  Mark Probst  <mark.probst@gmail.com>
2572
2573         * gc.c: We were missing one case where invoking a finalizer would
2574         not reset the domain.  Also, in the finalizer thread loop, assert
2575         that we're in the root domain.
2576
2577 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
2578
2579         * icall.c (ves_icall_MonoType_GetArrayRank): Throw ArgumentException
2580         if the type is not an array.
2581
2582 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
2583
2584         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Return the
2585         method bound to the declaring type of the method. Raise an exception
2586         if the type is not a generic param.
2587
2588 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
2589
2590         * class.c (print_unimplemented_interface_method_info): Print the
2591         full type name.
2592
2593         * class.c (mono_class_setup_vtable_general): When dealing with a
2594         generic instance first check if the generic type definition is
2595         not broken.
2596
2597 2009-02-11 Tom Hindke <tom_hindle@sil.org>
2598
2599         * marshal.c (mono_array_to_lparray): Implemented so managed object types are converted to native types.
2600
2601         * marshal.c: Added new method mono_free_lparray to free memory allocated by mono_array_to_lparray
2602
2603         * marshal.c (emit_marshal_array): call emit mono_free_lparray where approprate.
2604
2605         * marshal.c (conv_to_icall): added MONO_MARSHAL_FREE_LPARRAY case
2606
2607         * metadata.h (MonoMarshalConv enum): added MONO_MARSHAL_FREE_LPARRAY
2608
2609         Code is contributed under MIT/X11 license
2610
2611 2009-08-30  Rodrigo Kumpera  <rkumpera@novell.com>
2612
2613         * verify.c: Fix naming of stelem and ldelem.
2614
2615 2009-07-30  Mark Probst  <mark.probst@gmail.com>
2616
2617         * generic-sharing.c: Replace the templates lock with the loader
2618         lock because of very hard to resolve deadlock issues.
2619
2620 2009-07-30  Zoltan Varga  <vargaz@gmail.com>
2621
2622         * icall.c (ves_icall_Type_GetMethodsByName): Use 
2623         mono_class_get_vtable_size () instead of accessing klass->vtable_size
2624         directly. Fixes #525338.
2625
2626         * class.c (mono_class_get_vtable_size): New helper function.
2627
2628         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle_type): Fix the second argument, its a MonoType* not a MonoClass*. Check whenever
2629         the field belongs to the type. Fixes #525733.
2630
2631 2009-07-30  Mark Probst  <mark.probst@gmail.com>
2632
2633         * sgen-gc.c: When we stop a thread and its stack top is not within
2634         its allocated stack (because it's in an altstack signal handler),
2635         restart it and stop it again, until it is.
2636
2637 2009-07-30  Mark Probst  <mark.probst@gmail.com>
2638
2639         * sgen-gc.c: Take a thread's stack top and registers from the
2640         sigcontext in the suspend signal handler.
2641
2642         * sgen-gc.h, sgen-archdep.h, Makefile.am: Move arch-dependent
2643         stuff to sgen-archdep.h.
2644
2645         * gc.c, gc-internal.h: Remove the get_ip_from_sigctx installer and
2646         caller, because have code in sgen-archdep.h to acquire that data.
2647
2648 2009-07-29  Massimiliano Mantione  <massi@ximian.com>
2649
2650         * profiler.c, profiler.h, profiler-private.h:
2651         Added support for keeping track of code chunks and buffers.
2652
2653 2009-07-29 Rodrigo Kumpera  <rkumpera@novell.com>
2654
2655         * metadata-verify.c: Fix endianness problems on decoding functions.
2656         Based on a patch by Ulrich Weigand <uweigand@de.ibm.com>
2657
2658 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
2659
2660         * icall.c (ves_icall_Type_make_array_type): Handle the new encoding
2661         schema for vectors and one dimension SZARRAY.
2662
2663 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
2664
2665         * reflection.c (mono_reflection_type_get_handle): Handle the new encoding
2666         schema for vectors and one dimension SZARRAY.
2667
2668 2009-07-27  Mark Probst  <mark.probst@gmail.com>
2669
2670         * icall-def.h, thread-types.h, threads.c: New separate icalls for
2671         Interlocked.(Compare)Exchange with object arguments, which invoke
2672         write barriers.
2673
2674 2009-07-26  Miguel de Icaza  <miguel@novell.com>
2675
2676         * icall.c (ves_icall_Type_GetNestedType): Throw an exception when
2677         passed invalid arguments.   Fixes another crasher in the
2678         Silverlight test suite.
2679
2680         * class.c (mono_class_array_element_size): Return 0 for the size
2681         of the class;  This fixes the crasher exposed by :
2682
2683         typeof (void).MakeArrayType ();
2684
2685         * icall.c (ves_icall_MonoType_GetEvent): Do not dereference method
2686         if there is no method to dereference.    Put all the code that
2687         depends on this inside the if (method) block.
2688
2689         This fixes the crasher exposed by Microsoft's Silvelright CLR test
2690         suite  ./Reflection/Emit/TypeBuilder/TypeBuilderGetEvent.exe
2691
2692         With this change, we pass the test.
2693         
2694         * reflection.c (mono_reflection_sighelper_get_signature_local):
2695         Only dereference the assembly if it has been set.    Fixes a
2696         crasher exposed by #525328
2697
2698 2009-07-25  Mark Probst  <mark.probst@gmail.com>
2699
2700         * sgen-gc.c, object.h, null-gc.c, boehm-gc.c, marshal.c: Really
2701         don't perform the store in mono_gc_wbarrier_generic_nostore().
2702         Remove the second argument (value), which is not needed.
2703
2704 2009-07-24  Zoltan Varga  <vargaz@gmail.com>
2705
2706         * null-gc.c (mono_gc_wbarrier_generic_nostore): Define this to fix
2707         the build.
2708
2709         * boehm-gc.c: Ditto.
2710         
2711 2009-07-24  Mark Probst  <mark.probst@gmail.com>
2712
2713         * sgen-gc.c, marshal.c, object.h: Make the managed write barrier
2714         not perform the store itself.  Introduce
2715         mono_gc_wbarrier_generic_nostore(), which is the same as
2716         mono_gc_wbarrier_generic_store(), except it doesn't perform the
2717         store.
2718
2719 2009-07-24  Mark Probst  <mark.probst@gmail.com>
2720
2721         * icall.c (ves_icall_System_Array_SetGenericValueImpl):
2722         mono_gc_wbarrier_value_copy() doesn't perform the copy itself, so
2723         we still need the memcpy().
2724
2725 2009-07-22  Mark Probst  <mark.probst@gmail.com>
2726
2727         * sgen-gc.c: Align array bounds calculation to mono_array_size_t
2728         so that big arrays are handled correctly.  Always use
2729         safe_object_get_size() to calculate array object sizes, which
2730         takes bounds into account.
2731
2732 2009-07-22  Mark Probst  <mark.probst@gmail.com>
2733
2734         * sgen-gc.c (mono_gc_wbarrier_value_copy): Make sure the class's
2735         GC descriptor is computed before we use it.
2736
2737 2009-07-22  Mark Probst  <mark.probst@gmail.com>
2738
2739         * icall.c (ves_icall_System_Array_SetGenericValueImpl): Use a
2740         write barrier if necessary.
2741
2742 2009-07-22  Mark Probst  <mark.probst@gmail.com>
2743
2744         * icall-def.h, icall.c, thread-types.h: New separate icall for
2745         VolatileWrite(object&,object) that uses a write barrier.
2746
2747         * console-unix.c, file-io.c, icall.c, threads.c: Use write
2748         barriers in icalls which write to "ref" or "out" arguments.
2749
2750 2009-07-21  Zoltan Varga  <vargaz@gmail.com>
2751
2752         * marshal.c (mono_marshal_get_runtime_invoke): Do the work done in the exception
2753         handler in a separate icall, to reduce the size of the wrappers.
2754
2755 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
2756
2757         * metadata-verify.c (is_valid_typespec_blob): Fix error message.
2758
2759 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
2760
2761         * metadata-verify.c (parse_field): Allow byref field.
2762
2763         * metadata-verify.c (parse_locals_signature): Allow byref locals.
2764
2765         * metadata-verify.c (is_valid_typespec_blob): Allow byref typespec.
2766
2767 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
2768
2769         * verify.c (do_cast): Fail for any non reference type that isn't boxed.
2770         Fixes #522784.
2771
2772 2009-07-20  Robert Jordan  <robertj@gmx.net>
2773
2774         * cominterop.c (cominterop_get_managed_wrapper_adjusted):
2775         Fix invalid IL in valuetype handling (STOBJ must push the
2776         corresponding class). Fixes bug #523149.
2777
2778         Code is contributed under MIT/X11 license.
2779
2780 2009-07-20  Geoff Norton  <gnorton@novell.com>
2781
2782         * gc.c: Use proper semaphores where available on posix and darwin.
2783
2784 2009-07-19  Geoff Norton  <gnorton@novell.com>
2785
2786         * gc.c: Unnamed posix semaphores are broken on darwin-arm too.
2787
2788 2009-07-19 Rodrigo Kumpera  <rkumpera@novell.com>
2789
2790         * refletion.c (is_sre_usertype): Change name to is_usertype and
2791         invert it's result so it returns true if the type is an user type
2792         and not the opposite.
2793
2794         * reflection.c (is_*_type): Change all of those to use new macro
2795         check_corlib_type_cached that cached the type lookup so we don't
2796         need to do string comparisons all the type. Changed the signature
2797         to take a MonoClass instead.
2798
2799         * reflection.c: Change mono_image_create_token and resolve_object
2800         to use is_sre_* functions.
2801
2802 2009-07-18  Mark Probst  <mark.probst@gmail.com>
2803
2804         * sgen-gc.c: Check for writes to the stack in the managed
2805         wbarrier as well.
2806
2807 2009-07-18  Mark Probst  <mark.probst@gmail.com>
2808
2809         * sgen-gc.c: When a thread is unregistered, don't free its remsets
2810         but put them on a list which is processed with the other thread's
2811         remsets.
2812
2813 2009-07-18  Mark Probst  <mark.probst@gmail.com>
2814
2815         * sgen-gc.c: Fix and enable the internal allocator instead of
2816         using malloc/free (which causes deadlocks).
2817
2818 2009-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
2819
2820         * refletion.c: Fix builds with SRE disabled by adding a minimal
2821         implementation of mono_reflection_type_get_handle.
2822
2823 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
2824
2825         * refletion.c: Make mono_reflection_type_get_handle non static.
2826
2827         * object-internals.h: Export mono_reflection_type_get_handle.
2828
2829         * icall.c (ves_icall_MonoGenericClass_InflateType): Resolve the
2830         unmanaged handle using mono_reflection_type_get_handle.
2831
2832 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
2833
2834         * refletion.c: Replace all reads of MonoReflectionType::type with
2835         calls to mono_reflection_type_get_handle. Only the functions that
2836         deal with constructing TypeBuilder::type have not been changed
2837         because they have to deal with NULL values.
2838
2839         This is a first step into supporting reflection types that don't
2840         map directly into their unmanaged counterpart.
2841
2842 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
2843
2844         * metadata-verify.c (parse_locals_signature): Don't complain
2845         on signature with zero locals since MS generates it and doesn't
2846         bother with.
2847
2848 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
2849
2850         * reflection.c (mono_image_get_array_token): Resolve return
2851         type using mono_reflection_type_get_handle.
2852
2853         * reflection.c (mono_image_get_array_token): Resolve array method
2854         parent type using mono_reflection_type_get_handle.
2855
2856 2009-07-14  Zoltan Varga  <vargaz@gmail.com>
2857
2858         * reflection.c (mono_image_basic_init): Applied patch from
2859         <Dax@daxxfiles.net>. Set the public key token from the assembly
2860         builder. Fixes #518909.
2861
2862         * appdomain.c: Bump corlib version.
2863
2864 2009-07-13  Zoltan Varga  <vargaz@gmail.com>
2865
2866         * class.c (mono_class_needs_cctor_run): Make this return false if
2867         the class has no cctor.
2868
2869 2009-07-13  Mark Probst  <mark.probst@gmail.com>
2870
2871         * sgen-gc.c: When the minor GC needs to allocate a new section,
2872         invoke the major GC afterwards.
2873
2874 2009-07-14  Bill Holmes  <billholmes54@gmail.com>
2875
2876         * process.c  (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal) :
2877           Applying the window_style field to the SHELLEXECUTEINFO struct.
2878
2879         Code is contributed under MIT/X11 license.
2880
2881 2009-07-13  Mark Probst  <mark.probst@gmail.com>
2882
2883         * sgen-gc.c: Fix the race condition in the unmanaged allocator by
2884         locking earlier.  Fix it in the managed allocator by making sure
2885         that no thread is stopped there before the GC runs.  If we do stop
2886         a thread there, we restart it and let it run a but, until it stops
2887         somewhere else.
2888
2889         * gc-internal.h, gc.c: Function for getting the IP from a signal
2890         context via a function registered by mini.
2891
2892 2009-07-11  Zoltan Varga  <vargaz@gmail.com>
2893
2894         * object-internals.h (MonoIntPtr): New structure describing a boxed
2895         IntPtr.
2896
2897         * object.c (mono_runtime_invoke_array): Handle ptr arguments and
2898         returns. Fixes #519953.
2899
2900         * marshal.c (mono_marshal_get_runtime_invoke): Handle pointer returns.
2901
2902 2009-07-09  Mark Probst  <mark.probst@gmail.com>
2903
2904         * class-internals.h, generic-sharing.c: New RGCTX info type for
2905         getting a remoting invoke with check wrapper.
2906
2907 2009-07-07  Geoff Norton  <gnorton@novell.com>
2908
2909         * icall-def.h: Fix the enable-minimal build.
2910
2911 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
2912
2913         * object-internals.h: Add MonoReflectionDerivedType.
2914
2915         * reflection.c: Implement support for PointerType.
2916         Fixed tons of warnings.
2917
2918 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
2919
2920         * object-internals.h: Add MonoReflectionByRefType.
2921
2922         * reflection.c: Implement support for ByRefType.
2923
2924 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
2925
2926         * icall-def.h: Add System.Reflection.Emit.DerivedType::create_unmanaged_type.
2927
2928         * object-internals.h: Add MonoReflectionArrayType and
2929         mono_reflection_create_unmanaged_type.
2930
2931         * reflection.c: Implement support for ArrayType.
2932
2933 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
2934
2935         * metadata-verify.c (is_valid_method_header): Parse EH block
2936         flags correctly.
2937
2938 2009-07-03  Mark Probst  <mark.probst@gmail.com>
2939
2940         * sgen-gc.c (finish_gray_stack): Set the to_space pointer after
2941         processing the disappearing links, and process disappearing links
2942         in a loop until no new objects are copied.
2943
2944 2009-07-03  Mark Probst  <mark.probst@gmail.com>
2945
2946         * object.c (handle_enum): Invoke the write barrier when copying
2947         value type instances.
2948
2949         * sgen-gc.c: Register remsets for unmanaged write barriers only
2950         when the address written to is actually on the heap.  This makes
2951         set_value() in object.c work without requiring that the result be
2952         on the heap.
2953
2954 2009-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
2955
2956         The runtime wrappers are all bound to a given type that must
2957         exist in the same image. For regular images we use the <Module>
2958         type, which is required to exist for all images.
2959
2960         The <Module> type can't be used for dynamic images because it
2961         might not exist at the time the wrapper is required, so we create
2962         a synthetic type to use instead.
2963
2964         The current code works because of the 2 stage setup of MonoClass,
2965         but once this is gone it will no longer work.
2966
2967         * icall-def.h: Add ModuleBuilder::set_wrappers_type.
2968
2969         * metadata-internals.h (MonoDynamicImage): Add wrappers_type.
2970
2971         * object-internals.h: Export mono_image_set_wrappers_type icall
2972         as part of the internal API.
2973
2974         * marshal.c (get_wrapper_target_class): If the image is dynamic,
2975         use MonoDynamicImage::wrappers_type instead of the <Module> type.
2976
2977         reflection.c: Add mono_image_set_wrappers_type qhixh sets the dynamic
2978         image wrappers_type to the provided value.
2979
2980 2009-07-01 Rodrigo Kumpera  <rkumpera@novell.com>
2981
2982         * appdomain.c (deregister_reflection_info_roots): No need
2983         to use the image lock here.
2984
2985 2009-07-02  Mark Probst  <mark.probst@gmail.com>
2986
2987         * sgen-gc.c (collect_nursery): Also scan from write-barrier roots.
2988
2989 2009-06-29  Zoltan Varga  <vargaz@gmail.com>
2990
2991         * threads.c: Store the thread start argument in a hash table instead of
2992         registering it as a root, as libgc doesn't support unregistering roots
2993         under windows, leading to 'too many root sets' errors when many threads
2994         are created.
2995
2996         * gc.c (mono_gc_run_finalize): Avoid finalizing dynamic methods during
2997         shutdown, they can still be referenced by the other dying objects.
2998         Fixes #514506.
2999
3000 2009-06-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
3001
3002         * socket-io.c: DontLinger does not allow LingerOptions.
3003
3004 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
3005
3006         * metadata-verify.c: The spec doesn't mention that it's possible to add
3007         custom attribute to a generic parameter. Fixed.
3008
3009 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
3010
3011         * class.c (inflate_generic_type): Don't crash while trying to output a message
3012         on why we're aborting.
3013
3014 2009-06-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
3015
3016         * socket-io.c: DontLinger can take an int or a boolean too.
3017
3018 Fri Jun 26 17:00:04 CEST 2009 Paolo Molaro <lupus@ximian.com>
3019
3020         * gc.c: check for a null argument to SuppressFinalize () and
3021         ReRegisterForFinalize ().
3022
3023 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
3024
3025         * loader.c (method_from_methodspec): Call into the verifier to check
3026         the signature.
3027
3028         * metadata-verify.c: Addmono_verifier_verify_methodspec_signature.
3029
3030         * verify-internals.h: Export mono_verifier_verify_methodspec_signature as
3031         part of the internal API.
3032
3033 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
3034
3035         * metadata.c (mono_type_create_from_typespec): Call into the verifier to check
3036         the signature.
3037
3038         * metadata-verify.c: Add mono_verifier_verify_typespec_signature.
3039
3040         * verify-internals.h: Export mono_verifier_verify_typespec_signature as
3041         part of the internal API.
3042
3043 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
3044
3045         * metadata.c (mono_metadata_parse_mh_full): Call into the verifier to check
3046         the signature.
3047
3048         * metadata-verify.c: Add mono_verifier_verify_standalone_signature. Fix
3049         blob verification.
3050
3051         * verify-internals.h: Export mono_verifier_verify_memberref_signature as
3052         part of the internal API.
3053
3054 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
3055
3056         * metadata-verify.c: Use is_valid_blob_object to verify blob validity
3057         when doing basic verification. 
3058
3059         This check must be done since the runtime peeks into signatures in much
3060         more places than it does decoding so it makes sense to ensure that all
3061         pointers to blob objects are well formed.
3062
3063 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
3064
3065         * metadata-verify.c (is_valid_blob_object): Add extra minsize argument.
3066         Use proper overflow dectection. Fix usage of it.
3067
3068 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
3069
3070         * loader.c (field_from_memberref): Call into the verifier to check
3071         the signature.
3072
3073         * loader.c (mono_method_get_signature_full): Same.
3074
3075         * loader.c (method_from_memberref): Same.
3076
3077         * metadata-verify.c: Add mono_verifier_verify_memberref_signature.
3078
3079         * verify-internals.h: Export mono_verifier_verify_memberref_signature as
3080         part of the internal API.
3081
3082 2009-06-25  Mark Probst  <mark.probst@gmail.com>
3083
3084         * threadpool.c (mono_thread_pool_add): If the domain is unloading
3085         or unloaded, still return an AsyncResult, but don't add it to the
3086         threadpool.
3087
3088 2009-06-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
3089
3090         * threads.c: fix missing colon when DEBUG is defined.
3091
3092 2009-06-25  Mark Probst  <mark.probst@gmail.com>
3093
3094         * threadpool.c: Don't add new calls to a threadpool if the domain
3095         of the call is unloading or unloaded.  When dequeuing a job, null
3096         the reference in the queue.
3097
3098 2009-06-25  Mark Probst  <mark.probst@gmail.com>
3099
3100         * sgen-gc.c (null_link_in_range): Add the dislink for the old
3101         generation if an object was moved.
3102
3103 2009-06-25  Sylvain Dupont <duposyl@gmail.com>
3104
3105         * cominterop.h cominterop.c marshal.c: Added support for marshalling out 
3106           parameters of type SAFEARRAY[VARIANT].
3107
3108         * reflection.c (encode_marshal_blob): Properly generate element type
3109           (SafeArraySubType marshal attribute option).
3110
3111         Code is contributed under MIT/X11 license.
3112
3113 Thu Jun 25 15:48:09 CEST 2009 Paolo Molaro <lupus@ximian.com>
3114
3115         * reflection.c: in mono_method_clear_object () really ensure all the
3116         objects are removed.
3117
3118 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
3119
3120         * loader.c (mono_method_signature): Call into the verifier to check
3121         the method signature.
3122
3123         * metadata-verify.c (verify_method_table): Move signature verification
3124         to verify_method_table_full.
3125
3126         * metadata-verify.c: Add mono_verifier_verify_method_signature.
3127
3128         * verify-internals.h: Export mono_verifier_verify_method_signature as
3129         part of the internal API.
3130
3131 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
3132
3133         * loader.c (mono_method_get_header): Call into the verifier to
3134         check the method header.
3135
3136         * metadata-verify.c: Add mono_verifier_verify_method_header.
3137
3138         * verify-internals.h: Export mono_verifier_verify_method_header as
3139         part of the internal API.
3140
3141 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
3142
3143         * class.c (mono_class_find_enum_basetype): Call into the verifier to
3144         check the field signature. Replace an assert with an explicit check.
3145
3146         * class.c (mono_class_setup_fields): Call into the verifier to check
3147         the field signature.
3148
3149         * metadata-verify.c: Add mono_verifier_verify_field_signature.
3150
3151         * verify-internals.h: Export mono_verifier_verify_field_signature as
3152         part of the internal API.
3153
3154 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
3155
3156         * class.c (mono_class_find_enum_basetype): Simplify this function
3157         by moving code outside of the loop and not decoding static fields.
3158
3159 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
3160
3161         * metadata-verify.c (verify_typedef_table): Check the extends
3162         token here. Move to here a flags check from verify_typedef_table_full.
3163
3164 2009-06-24  Zoltan Varga  <vargaz@gmail.com>
3165
3166         * metadata-verify.c (is_valid_method_header): Fix a warning.
3167
3168         * metadata-internals.h (MonoImage): Remove the unused 
3169         static_rgctx_invoke_wrapper_cache.
3170
3171         * image.c marshal.c: Ditto.
3172
3173 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
3174
3175         * image.c (do_mono_image_load): Enable table data verification.
3176
3177 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
3178
3179         * metadata-verify.c (is_valid_constant): Fix nullref check.
3180
3181 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
3182
3183         * metadata-verify.c (is_valid_constant): Fix string bounds check.
3184
3185 2009-06-22  Mark Probst  <mark.probst@gmail.com>
3186
3187         * sgen-gc.c: Managed allocation with pthreads TLS.
3188
3189         * threads.c, threads-types.h: Functions for the JIT to tell the
3190         runtime whether it supports the MONO_TLS opcode.
3191
3192 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
3193
3194         * metadata-verify.c (verify_param_table): Fix a crash for assemblies
3195         without methods.
3196
3197 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
3198
3199         * metadata-verify.c (is_valid_constant): Fix the string length check.
3200         Use safe overflow checking. Add decent error messages.
3201
3202 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
3203
3204         * metadata-verify.c: Move remaininh blob checks to the offline
3205         verification path.
3206
3207 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
3208
3209         * metadata-verify.c: Move more blob checks to the offline verification
3210         path.
3211
3212 2009-06-22  Bill Holmes  <billholmes54@gmail.com>
3213
3214         * object-internals.h : Adding interrupt_on_stop field.
3215
3216         * threads.c (mono_thread_request_interruption) : On Windows exit the
3217           thread if interrupt_on_stop is set.
3218
3219         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal) :
3220          Removing old interrupt logic and setting the interrupt_on_stop for the
3221          thread when calling accept.
3222
3223         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Receive_internal) :
3224          setting the interrupt_on_stop for the thread when calling accept.
3225
3226         Contributed under MIT/X11 license.
3227
3228 2009-06-20  Martin Baulig  <martin@ximian.com>
3229
3230         * mono-debug.h (MONO_DEBUGGER_MINOR_VERSION): Bump to 3.
3231
3232 2009-06-21  Zoltan Varga  <vargaz@gmail.com>
3233
3234         * appdomain.c (mono_try_assembly_resolve): Don't call managed code when
3235         running in no-exec mode.
3236
3237 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3238
3239         * metadata-verify.c (verify_method_table): Move header
3240         checking to verify_method_table_full.
3241
3242         * metata-verify.c (mono_verifier_verify_full_table_data):
3243         Call verify_method_table_full.
3244
3245 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3246
3247         * metadata-verify.c (verify_field_table): Move signature
3248         checking to verify_field_table_full.
3249
3250         * metata-verify.c (mono_verifier_verify_full_table_data):
3251         Call verify_field_table_full.
3252
3253 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3254
3255         * metadata-verify.c (verify_typedef_table): Move remaining
3256         stuff to verify_typedef_table_full.
3257
3258 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3259
3260         * metadata-verify.c: Kill is_corlib from VerifyContext.
3261         It is only used by the offline mode.
3262         So we better remove it from the runtime path.
3263
3264 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3265
3266         * metadata-verify.c: Add new mono_verifier_verify_full_table_data
3267         function that perform the offline metadata verification steps.
3268
3269         * metadata-verify.c (verify_typedef_table): Move some checks to
3270         verify_typedef_table_full and make it been called by new function
3271         mono_verifier_verify_full_table_data.
3272
3273         * pedump.c: Call mono_verifier_verify_full_table_data.
3274
3275         * verify-internals.h: Export mono_verifier_verify_full_table_data as
3276         part of the internal API.
3277
3278 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3279
3280         * metadata-verify.c (typedef_is_system_object): Fix System.Object
3281         check.
3282
3283         * metadata-verify.c (verify_implmap_table): Fix implmap invalid
3284         flags bits. SupportLastError was confused as bit 7 instead of 6.
3285
3286         * metadata-verify.c (verify_implmap_table): Fix import scope verification
3287         to check against the module ref table instead of module.
3288
3289         * metadata-verify.c (verify_implmap_table): Fix corlib check.
3290
3291         * pedump.c: Call mono_image_load_names.
3292
3293 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3294
3295         * image.c: Extract mono_image_load_names from do_mono_image_load.
3296
3297         * metadata-internals.h: Export mono_image_load_names as part of
3298         the internal API.
3299         
3300 2009-06-19  Zoltan Varga  <vargaz@gmail.com>
3301
3302         * metadata.c (mono_metadata_cleanup): Free the generic method cache
3303         first, as it could reference data in the other caches.
3304
3305 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
3306
3307         * metadata-verify.c: Finished with method header verification.
3308
3309 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
3310
3311         * metadata-verify.c: Added more header verification code.
3312         Now only EH clauses are missing.
3313
3314 2009-06-17  Zoltan Varga  <vargaz@gmail.com>
3315
3316         * marshal.c (get_runtime_invoke_type): Don't share primitive types
3317         for return values.
3318
3319 2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
3320
3321         * metadata-verify.c: Initial method header verification.
3322
3323 2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
3324
3325         * metadata-verify.c (verify_import_table): The IAT contents
3326         might end been patched by the windows DL when running with
3327         coree enabled.
3328
3329 2009-06-15 Rodrigo Kumpera  <rkumpera@novell.com>
3330
3331         * class.c (mono_class_from_typeref): If the enclosing type is not
3332         found return null instead of crashing. Fixes #508487.
3333
3334 2009-06-15  Atsushi Enomoto  <atsushi@ximian.com>
3335
3336         * normalization-tables.h : updated to the latest unicode charcter
3337           data.
3338         * appdomain.c : bump corlib version.
3339
3340 2009-06-14  Zoltan Varga  <vargaz@gmail.com>
3341
3342         * class.c (mono_class_from_name): Fix support for assembly references
3343         in the EXPORTEDTYPE table. Fixes #511704.
3344
3345 2009-06-13  Geoff Norton  <gnorton@novell.com>
3346
3347         * domain.c: Ensure that mono_domain_assembly_open actually opens the
3348         assembly in the target domain.
3349
3350 2009-06-12  Robert Jordan  <robertj@gmx.net>
3351
3352         * cominterop.c (cominterop_get_ccw): Increment mspec's SizeParamIndex
3353         because "this" of the managed signature has become an
3354         ordinary parameter in the unmanaged signature.
3355
3356 2009-06-12  Zoltan Varga  <vargaz@gmail.com>
3357
3358         * class-internals.h (struct _MonoGenericContainer): Add an 'image'
3359         field for owner-less generic containers.
3360
3361         * reflection.c (mono_reflection_initialize_generic_parameter): Set the
3362         image field of the owner-less generic containers created here.
3363
3364         * metadata.c (mono_metadata_load_generic_params): Ditto, the
3365         contain is ownerless until the caller sets its owner.
3366
3367         * metadata.c (type_in_image): Handle owner-less generic containers
3368         correctly.
3369         
3370 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
3371
3372         * image.c (mono_image_close): Support debug_assembly_unload for
3373         dynamic images too.
3374
3375 2009-06-11 Andrés G. Aragoneses  <aaragoneses@novell.com>
3376
3377         * class.c: Fix some typos in comments.
3378
3379 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
3380
3381         * reflection.c (add_custom_modifiers): Avoid reading invalid memory.
3382
3383         * threads.c (mono_thread_execute_interruption): Avoid creating the
3384         abort exception object while holding the synch_cs lock.
3385
3386 2009-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
3387
3388         * metadata-verify.c: Verify basic cattr content.
3389
3390 2009-06-10  Zoltan Varga  <vargaz@gmail.com>
3391
3392         * reflection.c (add_exported_type): Don't set the FORWARDER flag on
3393         nested types.
3394         
3395         * reflection.c (mono_image_fill_export_table_from_type_forwarders): Add
3396         support for nested types. Fixes #511704.
3397
3398 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
3399
3400         * metadata-verify.c: Verify methodspec signatures.
3401
3402 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
3403
3404         * metadata-verify.c: Verify typespec signatures.
3405
3406 2009-06-09  Zoltan Varga  <vargaz@gmail.com>
3407
3408         * metadata.c (free_inflated_method): Call 
3409         mono_marshal_free_inflated_wrappers (), which was missed earlier.
3410
3411 2009-06-08  Miguel de Icaza  <miguel@novell.com>
3412
3413         * mono-config.c: Small change to report the PPC64/ILP32 model.
3414
3415 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
3416
3417         * metadata-verify.c (parse_type): Check szarray.
3418
3419 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
3420
3421         * metadata-verify.c (parse_type): Check fnptr.
3422
3423 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
3424
3425         * metadata-verify.c (parse_type): Check generic instances.
3426
3427 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
3428
3429         * metadata-verify.c (parse_type): Check array shape.
3430
3431 2009-06-05  Robert Jordan  <robertj@gmx.net>
3432
3433         * class.c (mono_class_create_from_typedef): Check only for
3434         mscorlib's System.Array.
3435
3436 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
3437
3438         * metadata-verify.c (parse_type): Check pointer, class/valuetype
3439         and generic params. 
3440
3441         * metadata-verify.c (parse_field): Check the signature.
3442
3443 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
3444
3445         * metadata-verify.c: Implement locals signature check.
3446
3447 2009-06-04  Marek Safar  <marek.safar@gmail.com>
3448
3449         * domain.c: Add .NET 4.0 Beta 1 version.
3450
3451 2009-06-04  Bill Holmes  <billholmes54@gmail.com>
3452
3453         * cominterop.c (cominterop_ccw_queryinterface): Fix for bug 499566.
3454           For QueryInterface on CCWs consider the base class
3455           interfaces as well.
3456
3457         Code is contributed under MIT/X11 license.
3458
3459 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
3460
3461         * wrapper-types.h: Delete STATIC_RGCTX_INVOKE.
3462
3463         * marshal.c (mono_marshal_ret_static_rgctx_invoke): Remove, no longer
3464         used.
3465
3466         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
3467         adding a static-rgctx invoke wrapper, it is done by the runtime trampolines.
3468
3469         * generic-sharing.c (inflate_other_data): Ditto.
3470         
3471 2009-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
3472
3473         * metadata-verify.c: Implement property signature check.
3474
3475 2009-06-04  Mark Probst  <mark.probst@gmail.com>
3476
3477         * sgen-gc.h: Register saving support for PPC.
3478
3479 2009-06-04  Mark Probst  <mark.probst@gmail.com>
3480
3481         * sgen-gc.c: Fixed a pthread TLS screwup.
3482
3483 2009-06-04  Mark Probst  <mark.probst@gmail.com>
3484
3485         * sgen-gc.c: Do TLS using pthread API if __thread keyword is not
3486         supported.
3487
3488 2009-06-04  Mark Probst  <mark.probst@gmail.com>
3489
3490         * sgen-gc.c: Disable TLA and managed allocation if the __thread
3491         keyword is not supported.
3492
3493 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
3494
3495         * marshal.c metadata.c: Applied patch from Ulrich Weigand 
3496         <uweigand@de.ibm.com>: Free the wrappers of inflated generic methods when
3497         the inflated method is freed. Fixes #508389.
3498
3499         The code is contributed under the MIT/X11 license.
3500         
3501 2009-06-03  Zoltan Varga  <vargaz@gmail.com>
3502
3503         * marshal.c (get_wrapper_target_class): New helper function.
3504         (mono_marshal_get_runtime_invoke): Place runtime-invoke wrappers into
3505         the <Module> class of the image. Fixes #509049.
3506
3507 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
3508
3509         * threads.c (ves_icall_System_Threading_Thread_Sleep_internal):
3510         Check if the thread was interrupted and proccess it straight away.
3511         Makes abortion much more responsive.
3512
3513 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
3514
3515         * threads.c (mono_thread_execute_interruption): Use atomic cas with
3516         MonoThread::interruption_requested to match it's counterpart.
3517
3518         Fixes a hang in abort-stress-1 on a 2 core x86.
3519
3520         * threads.c (ves_icall_System_Threading_Thread_GetAbortExceptionState):
3521         Fix warning.
3522
3523 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
3524
3525         Change MonoImage::name_cache to be protected by the image lock
3526         instead of the loader lock.
3527
3528         * appdomain.c (deregister_reflection_info_roots): Protect access
3529         to name_cache.
3530
3531         * class.c (mono_image_init_name_cache): Change from the loader lock
3532         to the image lock. Check if the cache wasn't already created.
3533
3534         * class.c: Change from the loader to the image lock.
3535
3536         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Fix
3537         the code to hold the image lock while iterating over name_cache and
3538         not go into mono_array_new holding it.
3539
3540         * metadata-internals.h: Add a comment about this change.
3541
3542 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
3543
3544         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
3545         Under the 2.0 profile raise the loader error.
3546
3547         Fixes #508532.
3548
3549 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
3550
3551         * marshal.c (mono_marshal_get_runtime_invoke): Emit the right kind
3552         of ldind opcode for generic instances so we don't fail for direct wrappers.
3553         This only affect direct calls.
3554
3555 2009-05-31  Zoltan Varga  <vargaz@gmail.com>
3556
3557         * reflection.c (create_dynamic_mono_image): Fix warnings.
3558
3559         * generic-sharing.c (other_info_equal): Ditto.
3560         
3561 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
3562
3563         * metadata-verify.c: Implement field signature check.
3564
3565 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
3566
3567         * metadata-verify.c: Implement standalone signature check.
3568
3569 2009-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
3570
3571         * metadata-verify.c: Implement methodref signature check.
3572
3573 2009-05-28  Zoltan Varga  <vargaz@gmail.com>
3574
3575         * object-internals.h (MonoRuntimeCallbacks): New structure containing
3576         callbacks supplied by the runtime.
3577
3578         * object.c (mono_install_callbacks): New internal function to install
3579         the callbacks.
3580
3581         * object.c (mono_create_ftnptr): Move the implementation of this to
3582         mini/.
3583
3584         * object.c (mono_get_addr_from_ftnptr): Ditto.  
3585
3586 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
3587
3588         * metadata-verify.c (parse_return_type): Proper byref check.
3589         * metadata-verify.c (is_valid_method_signature): Check for zero arity
3590         generic signatures and method params.
3591
3592 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
3593
3594         * metadata-verify.c (decode_signature_header): Fix bounds check.
3595
3596         * metadata-verify.c (parse_custom_mods): Check custom mods.
3597
3598         * metadata-verify.c (parse_type): Do initial basic verification
3599         of valid values.
3600         
3601         * metadata-verify.c (is_valid_method_signature): Parse the generic
3602         param count.
3603
3604 2009-05-26 Rodrigo Kumpera  <rkumpera@novell.com>
3605
3606         * icall.c (ves_icall_Type_GetMethodsByName): Virtual methods should be
3607         discarded based on their most specific definition so we set the method_slots
3608         array before checking if the method is acceptable or not.
3609
3610         Fixes #506757.
3611
3612 2009-05-26  Mark Probst  <mark.probst@gmail.com>
3613
3614         * icall.c: Free the old array when resizing a mono_ptr_array.
3615
3616 2009-05-26  Mark Probst  <mark.probst@gmail.com>
3617
3618         * reflection.c (create_dynamic_mono_image): Use mono_object_hash()
3619         for the hashes whose keys are managed objects.
3620
3621 2009-05-26  Mark Probst  <mark.probst@gmail.com>
3622
3623         * object-internals.h, threads.c: Set the execution context on
3624         thread start here, not in corlib.
3625
3626         * appdomain.c: Bump corlib version.
3627
3628 2009-05-27  Martin Baulig  <martin@ximian.com>
3629
3630         * mono-debug.c (mono_debug_init): Use `MONO_DEBUG_FORMAT_DEBUGGER'
3631         if `_mono_debug_using_mono_debugger' is set to make things work
3632         properly when embedding Mono.
3633
3634 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
3635
3636         * class.c (mono_class_setup_fields): Don't mark simd types as having
3637         16 bytes alignment as the whole runtime doesn't support.
3638
3639 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
3640
3641         * metadata-verify.c (safe_read): Use endian safe read macros.
3642
3643 2009-05-25  Zoltan Varga  <vargaz@gmail.com>
3644
3645         * object.c (mono_create_ftnptr): Don't allocate from the code mempool since
3646         it is read-only when using full aot.
3647
3648 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
3649
3650         * metadata-verify.c (is_valid_method_signature): Verify parts
3651         of the return type. Provide an error message in case of failure.
3652
3653 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
3654
3655         * metadata-verify.c (is_valid_method_signature): Verify the call conv.
3656
3657 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
3658
3659         * metadata-verify.c: Include the size prefix in the bounds check.
3660
3661 2009-05-22  Miguel de Icaza  <miguel@novell.com>
3662
3663         * icall.c: Remove warnings.
3664
3665         * mono-config.c: Allow for CONFIG_CPU to be set in config.h and
3666         prevent auto-detection based on GCC defines.
3667
3668         Add PS3
3669
3670         * metadata-verify.c: Do not include signal.h
3671
3672         * generic-sharing.c, marshal.c: Add returns to avoid some warning
3673         messages.  Not sure why the g_assert_not_reached is not enough to
3674         quiet the compiler.
3675         
3676
3677         * appdomain.c: Remove code that is not used when
3678         DISABLE_SHADOW_COPY is set.
3679
3680         * image.c: use g_getenv
3681
3682 2009-05-21  Miguel de Icaza  <miguel@novell.com>
3683
3684         * reflection.c: Remove code that it not used with
3685         DISABLE_REFLECTION_EMIT is defined.
3686
3687 2009-05-21  Zoltan Varga  <vargaz@gmail.com>
3688
3689         * marshal.c (mono_marshal_get_runtime_invoke): Share more runtime
3690         invoke wrappers.
3691
3692 2009-05-20  Miguel de Icaza  <miguel@novell.com>
3693
3694         * socket-io.c
3695         (ves_icall_System_Net_Sockets_Socket_Available_internal): Remove
3696         the ifdef here and instead put that on io-layer
3697
3698 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
3699
3700         * metadata-verify.c: Verify the generic param constraint table.
3701
3702 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
3703
3704         * metadata-verify.c (verify_generic_param_table): Fix
3705         thinko on the valid flags bits for generic params.
3706
3707 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
3708
3709         * metadata-verify.c: Verify the methodspec table.
3710
3711 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
3712
3713         * metadata-verify.c: Verify the generic param table.
3714
3715 2009-05-19  Mark Probst  <mark.probst@gmail.com>
3716
3717         * sgen-gc.c: Store and use the count with REMSET_VTYPE.
3718
3719 2009-05-19  Mark Probst  <mark.probst@gmail.com>
3720
3721         * sgen-gc.c: Use generation enum more consistently and use the
3722         correct generation in mono_gc_register_for_finalization().
3723
3724 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
3725
3726         * metadata-verify.c: Verify the nested class table.
3727
3728 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
3729
3730         * metadata-verify.c: Verify the manifest resource table.
3731
3732 2009-05-17  Zoltan Varga  <vargaz@gmail.com>
3733
3734         * debug-helpers.c (dis_one): Add little-endian support for ldstr.
3735
3736 2009-05-16  Zoltan Varga  <vargaz@gmail.com>
3737
3738         * class.c (mono_class_get_vtable_entry): Avoid adding static-rgctx
3739         wrappers, this is now done in the JIT.
3740         
3741         * class.c (mono_set_generic_sharing_supported): New internal function.
3742         (mono_class_generic_sharing_enabled): Move the #ifdef stuff to the JIT.
3743
3744 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
3745
3746         * metadata-verify.c: Verify the exported type table.
3747
3748 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
3749
3750         * pedump.c (main): Fake an assembly for netmodules to make the verifier happy.
3751
3752 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
3753
3754         * metadata-verify.c: Verify the file table.
3755
3756 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
3757
3758         * metadata-verify.c (verify_assembly_table): Fix an error message.
3759
3760         * metadata-verify.c: Verify the assemblyref table.
3761
3762 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
3763
3764         * metadata-verify.c (verify_assembly_table): Fix the valid
3765         bits mask for flags.
3766
3767 2009-05-15  Zoltan Varga  <vargaz@gmail.com>
3768
3769         * debug-helpers.c (mono_method_full_name): Print generic parameters of
3770         generic methods as well.
3771
3772 2009-05-15  Geoff Norton  <gnorton@novell.com>
3773
3774         * gc.c: MachO/Darwin supports and uses semaphores fine for this 
3775         use-case and is significantly more performant than the wapi layer.
3776
3777 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
3778
3779         * metadata-verify.c: Verify the assembly table.
3780
3781 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
3782
3783         * metadata-verify.c: Fix rows limit check.
3784
3785 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
3786
3787         * metadata-verify.c: Verify the fieldrva table.
3788
3789 2009-05-13  Mark Probst  <mark.probst@gmail.com>
3790
3791         * sgen.c: Speed up weak links and finalizers by grouping them by
3792         generation.
3793
3794 2009-05-13  Mark Probst  <mark.probst@gmail.com>
3795
3796         * marshal.c (delegate_hash_table_add): When overwriting an entry,
3797         free the old GCHandle (only applies to SGen).
3798
3799 2009-05-13  Zoltan Varga  <vargaz@gmail.com>
3800
3801         * loader.c (mono_get_method_from_token): Avoid the expensive call to
3802         mono_metadata_load_generic_params () for non-generic methods.
3803
3804 2009-05-12  Mark Probst  <mark.probst@gmail.com>
3805
3806         * monitor.c, monitor.h (mono_monitor_get_object_monitor_weak_link):
3807         New function for returning a monitor's weak link if it has one.
3808
3809         * sgen-gc.c: Remove an object's monitor's weak link (if it has
3810         one) when clearing a domain.  These can still be around because
3811         the object might not have been collected.
3812
3813 2009-05-12  Zoltan Varga  <vargaz@gmail.com>
3814
3815         * gc.c: Fix a warning.
3816
3817 2009-05-12  Kornél Pál  <kornelpal@gmail.com>
3818
3819         * gc.c (mono_gc_init): Set gc_thread on creation. This avoids the
3820         prevous wait that resulted in a deadlock on Windows when initializing
3821         the runtime form DllMain. Also results in improved startup time.
3822         (finalizer_thread): Get rid of thread_started_event.
3823         * threads.c, threads-types.h (mono_thread_create_internal): Return the
3824         resulting MonoThread.
3825
3826         Contributed under MIT/X11 license.
3827
3828 2009-05-11 Rodrigo Kumpera  <rkumpera@novell.com>
3829
3830         * metadata-verify.c: Verify the implmap table.
3831         Don't require that #US and #Strings be present.
3832
3833 2009-05-11  Sebastien Pouliot  <sebastien@ximian.com>
3834
3835         * security-core-clr.c: Delegate checks are done at creation time,
3836         not a invocation time. Fix exception for Telerik Silverlight demo
3837
3838 2009-05-11  Mark Probst  <mark.probst@gmail.com>
3839
3840         * sgen-gc.c (need_remove_object_for_domain): Remove the special
3841         case for the Thread class.
3842
3843         * threads.c: Do clean-up of abort exception/state in
3844         thread_cleanup() instead of Thread.free_internal().  Also clean up
3845         current_appcontext.  The reason we have to do that is because
3846         those references might point into another domain and if that
3847         domain is unloaded before the thread is finalized, they point to
3848         invalid data.
3849
3850 2009-05-10  Andreas Faerber  <andreas.faerber@web.de>
3851
3852         * null-gc.c (mono_gc_weak_link_add, mono_gc_clear_domain): Fix
3853         stub signatures.
3854         
3855         Contributed unter MIT/X11 license.
3856
3857 2009-05-09  Miguel de Icaza  <miguel@novell.com>
3858
3859         * verify.c, metadata-verifier.c: Add support for disabling the
3860         verifier in some builds.
3861
3862         [ Sorry, my previous commit accidentally commited some work in
3863         progress ]
3864
3865 2009-05-08  Zoltan Varga  <vargaz@gmail.com>
3866
3867         * class.c (mono_class_setup_fields): Set class->field.first for
3868         generic instances.
3869
3870 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
3871
3872         * metadata-verify.c: Verify the typespec table.
3873
3874 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
3875
3876         * metadata-verify.c: Verify the module table.
3877
3878 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
3879
3880         * metadata-verify.c: Verify the methodimpl table.
3881
3882 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
3883
3884         * metadata-verify.c: Verify the property table.
3885
3886 2009-05-06  Zoltan Varga  <vargaz@gmail.com>
3887
3888         * debug-helpers.c (mono_method_desc_match): Add support for generic
3889         glob patterns.
3890
3891 2009-05-05 Rodrigo Kumpera  <rkumpera@novell.com>
3892
3893         * metadata-verify.c: Verify the propertymap table.
3894
3895 2009-05-04 Rodrigo Kumpera  <rkumpera@novell.com>
3896
3897         * metadata-verify.c: Verify the event table.
3898
3899         * metadata-verify.c (search_sorted_table): Fix offset
3900         calculation.
3901
3902 2009-05-02  Zoltan Varga  <vargaz@gmail.com>
3903
3904         * domain-internals.h (struct _MonoJitInfo): Add a 'from_llvm' flag.
3905
3906 2009-05-01  Mark Probst  <mark.probst@gmail.com>
3907
3908         * gc.c (mono_gc_run_finalize): Don't set the domain too late,
3909         because mono_delegate_free_ftnptr() needs it.
3910
3911 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
3912
3913         * metadata-verify.c: Verify the eventmap table.
3914
3915 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
3916
3917         * metadata-verify.c: Verify the standalonesig table.
3918
3919 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
3920
3921         * metadata-verify.c: Verify the field layout table.
3922
3923 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
3924
3925         * class.c (mono_type_get_name_recurse): Don't crash
3926         for ownerless generic params.
3927
3928         * debug-helpers.c (mono_type_get_desc): Correct the format
3929         for ownerless generic params.
3930
3931 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
3932
3933         * metadata-verify.c: Verify the class layout table.
3934
3935 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
3936
3937         * metadata-verify.c: Verify the decl security table.
3938
3939 2009-04-30  Mark Probst  <mark.probst@gmail.com>
3940
3941         * domain.c (mono_domain_set_internal_with_options): Don't do
3942         anything if the old domain is the same as the old one.  Fixes
3943         #499326.
3944
3945 2009-04-30  Mark Probst  <mark.probst@gmail.com>
3946
3947         * appdomain.c: Deregister the reflection_info roots when unloading
3948         a domain.
3949
3950         * sgen-gc.c, domain.c, gc-internal.h: mono_gc_clear_domain() nulls
3951         memory allocated by a domain and frees its disappearing links.
3952
3953         * boehm-gc.c, null-gc.c: Empty implementation of
3954         mono_gc_clear_domain().
3955
3956 2009-04-30  Mark Probst  <mark.probst@gmail.com>
3957
3958         * appdomain.c (clear_cached_vtable): Free the static fields memory
3959         block.
3960
3961 2009-04-30  Mark Probst  <mark.probst@gmail.com>
3962
3963         * gc.c: Set the correct domain when invoking finalizers.
3964
3965         * appdomain.c: Set the correct domain when creating threads.
3966
3967 2009-04-30  Mark Probst  <mark.probst@gmail.com>
3968
3969         * sgen-gc.c: Fix skip size for vectors.
3970
3971 2009-05-03  Martin Baulig  <martin@ximian.com>
3972
3973         * mono-debug-debugger.c
3974         (mono_debugger_check_breakpoints): Check class init handlers even
3975         if we don't have any method load handers.
3976
3977 2009-04-30  Zoltan Varga  <vargaz@gmail.com>
3978
3979         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid 
3980         returning refonly assemblies if refonly is FALSE. Fixes #499013.
3981
3982 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
3983
3984         * metadata-verify.c: Verify the field marshal table.
3985
3986 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
3987
3988         * metadata-verify.c: Verify the custom attribute table.
3989
3990 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
3991
3992         * metadata-verify.c: Verify the constant table.
3993
3994 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
3995
3996         * metadata-verify.c: Verify the memberef table.
3997
3998 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
3999
4000         * metadata-verify.c (get_coded_index_token): Remove
4001         dead argument.
4002
4003 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
4004
4005         * metadata-verify.c: Verify the interfaceimpl table.
4006
4007 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
4008
4009         * verify.c: Improve error message.
4010
4011         * debug-helpers.c (mono_type_get_desc): Harden the code that
4012         deals with VAR and MVAR.
4013
4014 2009-04-28  Zoltan Varga  <vargaz@gmail.com>
4015
4016         * image.c (mono_image_fixup_vtable): Avoid casting an lvalue. Fixes 
4017         part of #498692.
4018
4019 2009-04-23 Tom Hindle <tom_hindle@sil.org>
4020
4021         * cominterop.c (ves_icall_System_Runtime_InteropServices_Marshal_ReleaseComObjectInternal):
4022         changed to match .Net behaviour of not aborting on additional calls to ReleaseComObject.
4023
4024 2009-04-28  Sebastien Pouliot  <sebastien@ximian.com>
4025
4026         * security-core-clr.c: Avoid redundant checks for platform code, 
4027         e.g. check for method and for class (very common) and check
4028         for class and outer class (less common)...
4029
4030 2009-04-27  Zoltan Varga  <vargaz@gmail.com>
4031
4032         * reflection.c: Avoid returning random cattrs for synthetic methods.
4033         Fixes #498545.
4034
4035 2009-04-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
4036
4037         * assembly.c: assemblies in the GAC should never be shadow-copied.
4038
4039 2009-04-26  Mark Probst  <mark.probst@gmail.com>
4040
4041         * domain.c, domain-internals.h: Disable
4042         track_resurrection_{objects,handles}_hash in MonoDomain if using
4043         SGen.
4044
4045 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
4046
4047         * metadata-verify.c: Verify the param table.
4048
4049 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
4050
4051         * metadata-verify.c (verify_typedef_table): Range check FieldList and
4052         MethodList.
4053
4054         * metadata-verify.c (verify_method_table): Proper check the ParamList
4055         field.
4056
4057 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
4058
4059         * metadata-verify.c (verify_method_table): Check for runtime
4060         implemented functions such as delegate .ctors. Remove spurious
4061         printf.
4062         
4063 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
4064
4065         * pedump.c: Proper initialize the runtime forcing the 2.0 profile.
4066
4067 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
4068
4069         Don't allocate MonoGenericInfo for ownerless generic params.
4070         * class-internals.h (MonoGenericParam::info): Move field to ...
4071         (MonoGenericParamFull): ... this.  New struct.
4072         (MonoGenericContainer::type_params): Change type to
4073         MonoGenericParamFull.
4074         (MonoGenericParam, MonoGenericContainer): Update accessors.
4075         * metadata.c (mono_metadata_parse_generic_param): Don't initialize
4076         'info' field for ownerless generic param.
4077         (mono_metadata_load_generic_params): Update to changes.
4078         * reflection.c (mono_reflection_create_generic_class): Likewise.
4079         (reflection_methodbuilder_to_mono_method): Likewise.
4080         (mono_reflection_initialize_generic_parameter): Likewise.
4081
4082 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
4083
4084         Don't use MonoGenericParamInfo for ownerless generic params.
4085         * class.c (get_anon_gparam_class, set_anon_gparam_class): New.  Don't
4086         use ParamInfo class at all.
4087         (mono_class_from_generic_parameter): Use them.
4088         (make_generic_param_class): Fix a couple of instances where 'pinfo
4089         == NULL' wasn't handle.
4090
4091 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
4092
4093         * class.c (make_generic_param_class): Carve out of ...
4094         (mono_class_from_generic_parameter): ... here.
4095
4096 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
4097
4098         Simplify mono_class_from_generic_parameter
4099         * class-internals.h (MonoGenericParamInfo::token): New field.
4100         * metadata.c (mono_metadata_load_generic_params): Initialize it
4101         from metadata.
4102         * class.c (mono_class_from_generic_parameter): Use it instead of
4103         searching through metadata.
4104
4105 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
4106
4107         * metadata-verify.c: Add verification of the method table.
4108
4109 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
4110
4111         * icall.c (ves_icall_Type_GetMethodsByName): Fix memleak for the
4112         Delegate::Invoke optimization.
4113
4114 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
4115
4116         * appdomain.c (mono_domain_create_appdomain_internal): Free the
4117         string returned by get_shadow_assembly_location_base.
4118
4119         * appdomain.c (get_shadow_assembly_location_base): Add a comment
4120         about caller's ownership.
4121
4122 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
4123
4124         * reflection.c: Add mono_reflection_cleanup_domain to cleanup
4125         reflection memory on domain unload.
4126
4127         * domain.c (mono_domain_free): Don't free refobject_hash, let the
4128         reflection cleanup code do it.
4129
4130         * domain-internals.h: Add mono_reflection_cleanup_domain.
4131
4132         This fixes a memory leak for managed mirrors of reflection objects
4133         on domain unload. 
4134
4135 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
4136
4137         * metadata-verify.c: Implement more verification of the field table.
4138
4139 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
4140
4141         * pedump.c (main): Init mono with mscorlib so it defaults to 2.0 and
4142         doesn't try to parse the input assembly, which can be broken.
4143
4144 2009-04-23  Mark Probst  <mark.probst@gmail.com>
4145
4146         * boehm-gc.c, gc-internal.h, gc.c, monitor.c, null-gc.c,
4147         sgen-gc.c: Implement track resurrection in weak GC handles in SGen
4148         by using the lowest bit in the link to store whether the link is
4149         tracked.  Move the track_resurrection hashes into boehm-gc.c.
4150
4151 2009-04-22  Miguel de Icaza  <miguel@novell.com>
4152
4153         * Makefile.am: Split the console support in platform specific code
4154         and put together a framework for making this easy in the future so
4155         that we can start splitting code instead of having a mess of PLATFORM_WIN32
4156
4157 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
4158
4159         * pedump.c: Fix a warning.
4160
4161 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
4162
4163         * verify.c (mono_delegate_type_equal): Compare valuetypes using
4164         mono_class_from_mono_type to avoid bad interactions with the dual representation
4165         of the generic type definition.
4166
4167 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
4168
4169         * verify.c (do_invoke_method): Use mono_class_from_mono_type to
4170         get the MonoClass for the call context type as it might be a generic
4171         instance.
4172
4173         Fixes #491483.
4174
4175 2009-04-21  Mark Probst  <mark.probst@gmail.com>
4176
4177         * object-internals.h: The Thread object has no execution_context
4178         member anymore.
4179
4180         * threads.c, threadpool.c, threads-types.h: Accessor functions for
4181         the execution context.
4182
4183         * appdomain.c: Bump corlib version.
4184
4185 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
4186
4187         * verify.c (do_newobj): Improve error message.
4188
4189 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
4190
4191         * verify.c (verify_clause_relationship): Only mask as an error if the exception clause
4192         is nested in the filter block.
4193
4194         * verify.c (verify_clause_relationship): The disjoint check must verify if the exception
4195         block is not fully nested.
4196
4197         Fixes #495656.
4198
4199 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
4200
4201         * verify.c (verify_type_compatibility_full): Compare MonoClass and
4202         not MonoType to check for equality of valuetypes as the generic type
4203         definition allows for two different encodings: the generic type definition
4204         class or a generic instance over the GTD arguments.
4205
4206         Fixes #496175.
4207
4208 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
4209
4210         * verify.c (dump_stack_value): Fix compilation with extra debug turned on.
4211
4212         * verify.c (do_initobj): Improve error message.
4213
4214 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
4215
4216         * metadata-verify.c: Enable pe verification as the issue with #496453
4217         is that the authenticode data directory have a different unspecified
4218         format. Ignore it for now.
4219
4220         * pedump.c: Run the metadata verifier together with the IL verifier.
4221
4222         Fixes ##496453.
4223
4224 2009-04-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4225
4226         * metadata-verify.c: Temporarily disable pe verification due to #496453.
4227
4228 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
4229
4230         * class.c (can_access_type): Check visibility against
4231         the element type for pointers and arrays.
4232
4233         Fixes #496150.
4234
4235 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
4236
4237         * metadata-verify.c: Fix cli and table verification to use information
4238         from the MonoImage. A lot of duplicated code got killed.
4239
4240 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
4241
4242
4243         This patch starts to integrate the metadata verifier with the runtime code.
4244
4245         This patch causes major regression in functionality for the metadata verifier
4246         as cli and table verification are disabled since they require to be ported to
4247         use MonoImage information.
4248
4249         * image.c (do_mono_image_load): Split the code in this function
4250         into mono_image_load_pe_data and mono_image_load_cli_data.
4251         Add     care_about_pecoff parameter to not load pecoff data.
4252         Call into the metadata verifier for pecoff and cli verification.
4253
4254         * image.c (mono_image_open_raw): New function that doesn't perform
4255         any parsing of the image contents.
4256         
4257         The reason for the 3 new functions is to give pedump better control
4258         into the interaction with the verifier.
4259
4260         * metadata-internals.h: Add new functions from image.c as part of the
4261         internal mono API.
4262
4263         * metadata-verify.c: Split mono_image_verify into mono_verifier_verify_pe_data,
4264         mono_verifier_verify_cli_data and mono_verifier_verify_table_data. Prepare
4265         to make those functions work together with the runtime.
4266
4267         * verify.c: Add mono_verifier_is_enabled_for_image function that returns
4268         true if the image needs to be verified.
4269
4270         * verify-internals.h: Export new functions from metadata-verify.c and verify.c.
4271
4272         * pedump.c: Use new metadata verifier API.
4273
4274 2009-04-19  Zoltan Varga  <vargaz@gmail.com>
4275
4276         * object.c (mono_install_vtable_trampoline): Make this receive a
4277         trampoline creation function instead of trampoline, allowing the JIT
4278         to use a different trampoline for each vtable.
4279
4280 2009-04-18  Mark Probst  <mark.probst@gmail.com>
4281
4282         * object.c (mono_raise_exception): Don't reset the thread abort
4283         exception state here.
4284
4285 2009-04-18  Mark Probst  <mark.probst@gmail.com>
4286
4287         * icall-def.h: New icall for getting the thread abort exception
4288         state for a thread.
4289
4290         * object.c, thread.c, object-internals.h: A thread's abort
4291         exception state is now a GC handle.  To get the object it stands
4292         for, we must move it into the current app domain, if it's
4293         different than the one where it originated from.
4294
4295         * appdomain.c: Bump corlib version.
4296
4297         * domain.c, domain-internals.h: New function for setting the
4298         domain and migrate the thread abort exception or not.
4299
4300 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4301
4302         * metadata-verify.c: Add initial verification of the
4303         field table.
4304
4305 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4306
4307         * metadata-verify.c: Add a macro to conditionally enable
4308         dumping of verification information. Add  make_coded_token
4309         and search_sorted_table to enable search sorted tables
4310         by a given coded token.
4311
4312 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4313
4314         * metadata-verify.c: Add array mapping from table index
4315         to description offset. Add get_col_offset and get_col_size
4316         functions.
4317
4318 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4319
4320         * metadata-verify.c: Add remaining table descriptions offsets.
4321         Add remaining coded index descriptions.
4322
4323 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4324
4325         * metadata-verify.c: Fixed constant table description.
4326         Fixed calculation of HasCustomAttribute coded index size.
4327         Fixed calculation of size for many table indexes. 
4328
4329 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4330
4331         * pedump.c (dump_metadata): Dump table offset instead
4332         of useless pointer in memory.
4333
4334 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4335
4336         * metadata-verify.c (verify_typedef_table): Add tests for MethodList.
4337
4338 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
4339
4340         * metadata-verify.c (verify_typedef_table): Add tests for FieldList and
4341         a missing of for interface types.
4342
4343 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
4344
4345         * metadata-verify.c (verify_pe_optional_header): Add comment of why
4346         the code is commented.
4347
4348         * metadata-verify.c (verify_resources_table): Remove spurious printf
4349         and don't fail if there are unmanaged resources. Gmcs generates a useless
4350         one     for all assemblies - I bet it's some MS compatibility junk.
4351
4352 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
4353
4354         * metadata-verify.c (verify_typedef_table): Verify the extends field.
4355
4356         * metadata-verify.c (mono_image_verify): Add a is_corlib.
4357
4358         * verify-internals.h: Same.
4359
4360         * pedump.c: Fix for mono_image_verify new signature.
4361
4362 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
4363
4364         * metadata-verify.c (verify_typedef_table): Verify for some invalid
4365         flags combinations.
4366
4367 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
4368
4369         * metadata-verify.c (verify_module_table): Ignore the generation field.
4370
4371 2009-04-15  Martin Baulig  <martin@ximian.com>
4372
4373         * debug-mono-symfile.c
4374         (mono_debug_symfile_lookup_location): Don't print a warning for
4375         unknown extended opcodes if they're within 0x40 and 0x7f.
4376
4377 2009-04-15  Zoltan Varga  <vargaz@gmail.com>
4378
4379         * marshal.c (mono_marshal_get_runtime_invoke_sig): Don't share runtime
4380         invoke signatures returning an enum. Fixes #494847.
4381
4382 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
4383
4384         * metadata-verify.c: Initial code to verify the typedef table.
4385
4386 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
4387
4388         * verify.c (mono_method_verify): Don't fail if an unconditional branch
4389         with non empty stack happens before the beginning of a try block.
4390
4391         Fixes #494812.
4392
4393 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
4394
4395         * metadata-verify.c: Verify typename and typenamespace fields of
4396         the typeref table.
4397
4398 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
4399
4400         * metadata-verify.c: Initial code to verify the typeref table.
4401
4402 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
4403
4404         * verify.c (verify_delegate_compatibility): Fix error message.
4405
4406 2009-04-14  Sebastien Pouliot  <sebastien@ximian.com>
4407
4408         * security-core-clr.c: Fix typo
4409
4410 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
4411
4412         * marshal.c (delegate_hash_table_add): Make delegate_target_locations 
4413         a MonoGHashTable to keep its values alive.
4414         (emit_marshal_boolean): Fix a warning.
4415
4416 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
4417
4418         * socket-io.c: don't return IPv4/IPv6 addresses if the machine does
4419         not have any interface configured for IPv4/IPv6.
4420
4421 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
4422
4423         * assembly.c: fix typo in error message.
4424
4425 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
4426
4427         * marshal.c (mono_delegate_to_ftnptr): Use mono_gc_alloc_fixed () for
4428         allocating the location holding the this argument to prevent
4429         'too many root sets' errors.
4430
4431         * object.c (mono_class_create_runtime_vtable): Set field->offset to -1
4432         to mark fields as special static.
4433         (mono_field_static_get_value): Handle special static fields.
4434         (mono_field_static_set_value): Ditto.
4435
4436         * class-internals.h (struct _MonoClassField): Document this.
4437
4438 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
4439
4440         * cominterop.c (mono_cominterop_emit_marshal_com_interface): Assigning
4441           the argument a value of null for the MARSHAL_ACTION_MANAGED_CONV_OUT
4442           case.  This will handle when managed code returns null to native code.
4443
4444         Code is contributed under MIT/X11 license.
4445
4446 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
4447
4448         * object.c (build_imt_slots): Changing a free to a g_free to match
4449           the g_malloc0 in add_imt_builder_entry that allocated this memory.
4450
4451         Code is contributed under MIT/X11 license.
4452
4453 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
4454
4455         * marshal.c (emit_marshal_boolean): Adding code to ensure that
4456           the correct TRUE value is passed through the marshaling layer.
4457
4458         Code is contributed under MIT/X11 license.
4459
4460 2009-04-13  Zoltan Varga  <vargaz@gmail.com>
4461
4462         * marshal.c (mono_marshal_emit_managed_wrapper): Handle closed delegates
4463         correctly. Fixes #492330.
4464         
4465         * marshal.c: Fix the embedding of object pointers into JITted code in
4466         the native-to-managed wrappers by allocating some GC tracked memory, and
4467         embedding the address of that.
4468
4469 2009-04-11  Zoltan Varga  <vargaz@gmail.com>
4470
4471         * object.c (mono_class_create_runtime_vtable): Avoid putting MonoMethod
4472         pointers into the vtable.
4473
4474 2009-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
4475
4476         * verify.c (mono_delegate_type_equal): Proper check MONO_TYPE_CLASS.
4477
4478         * verify.c (verify_ldftn_delegate): Improve error message.
4479
4480 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
4481
4482         * reflection.c (my_mono_class_from_mono_type): Remove.
4483
4484 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
4485
4486         Prepare to reduce memory usage of owner-less generic parameters (1/n)
4487         * class-internals.h (MonoGenericParam): Carve out pklass, name, flags
4488         and constraints fields into ...
4489         (MonoGenericParamInfo): ... this.
4490         (mono_generic_param_info, mono_generic_container_get_param_info):
4491         New accessors.
4492         * class.c, debug-helpers.c, icall.c: Update to changes.
4493         * metadata.c, reflection.c, verify.c: Likewise.
4494
4495 2009-04-09  Zoltan Varga  <vargaz@gmail.com>
4496
4497         * debug-helpers.c (dis_one): Fix decoding of strings in dynamic images.
4498
4499         * marshal.c (get_runtime_invoke_type): Share enums with their base types.
4500         
4501         * marshal.c (get_runtime_invoke_type): Share pointers with ints and
4502         booleans with sbytes.
4503
4504 2009-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
4505
4506         * class.c (can_access_instantiation): Verify accesibility of element types
4507         for arrays and pointers.
4508
4509         * class.c (can_access_type): Return true if the target class is VAR or MVAR.
4510
4511         * class.c (mono_method_can_access_method_full): Fix typos in the documentation.
4512
4513         Fixes #493068.
4514
4515 2009-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
4516
4517         * verify.c (do_invoke_method): Improve error messages.
4518
4519 2009-04-08  Bill Holmes  <billholmes54@gmail.com>
4520
4521         * verify.c:  Fixing the MSVC build.
4522
4523         Code is contributed under MIT/X11 license.
4524
4525 2009-04-08  Sebastien Pouliot  <sebastien@ximian.com>
4526
4527         * security-core-clr.c: Simplify get_reflection_caller not to call
4528         mono_method_get_last_managed (another stack walk) and adjust the
4529         callers to handle a (should not happen) NULL return value.
4530
4531 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
4532
4533         Add accessors to some MonoGenericParam fields
4534         * class-internals.h (mono_generic_param_owner): New accessor.
4535         (mono_generic_param_num): Likewise.
4536         (mono_type_get_generic_param_owner): New helper.
4537         (mono_type_get_generic_param_num): New helper.
4538         * class.c, icall.c, metadata.c, reflection.c, verify.c: Use them.
4539
4540 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
4541
4542         * class-internals.h (mono_generic_container_get_param): New wrapper.
4543         * class.c, icall.c, metadata.c, verify.c: Use it.
4544
4545 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
4546
4547         Fix gtest-252.cs
4548         * verify.c (mono_type_is_valid_type_in_context): Rewrite to use
4549         the standard case/loop.  In particular, don't complain about
4550         references to generic type definitions.
4551
4552 2009-04-07  Zoltan Varga  <vargaz@gmail.com>
4553
4554         * debug-helpers.c (dis_one): Decode string arguments.
4555
4556 2009-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
4557
4558         * pedump.c (dump_verify_info): Dump type name correctly.
4559
4560 2009-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
4561
4562         * verify.c (mono_method_verify): Don't init code slots for exception boundaries if they
4563         are larger than code size.
4564
4565         This can happen in valid code if the try/catch block is not followed by any instruction
4566         and do a backward branch on the leave instruction.
4567
4568         Fixes #492494.
4569
4570 2009-04-06  Sebastien Pouliot  <sebastien@ximian.com>
4571
4572         * security-core-clr.c: Fix typo while comparing second method names
4573         in can_avoid_corlib_reflection_delegate_optimization
4574
4575 2009-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
4576
4577         * verify.c (do_throw): Don't allow an unboxed generic param ar argument.
4578
4579         Fixes #487738.
4580
4581 2009-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
4582
4583         * metadata.c (do_mono_metadata_parse_type): Fail if we are decoding
4584         a MVAR using a class context.
4585
4586         Fixes #490335.
4587
4588 2009-04-06  Zoltan Varga  <vargaz@gmail.com>
4589
4590         * object.c (mono_class_compute_gc_descriptor): Make this non-static.
4591
4592         * domain-internals.h (struct _MonoJitInfo): Add a 'gc_info' field.
4593
4594         * gc-internal.h (MonoGCCallbacks): New stucture containing the callback
4595         functions supplied by the JIT for the SGEN GC.
4596
4597         * sgen-gc.c: Call the callbacks supplied by the JIT to do stack marking.
4598         
4599 2009-04-06  Massimiliano Mantione  <massi@ximian.com>
4600
4601         monitor.c (mono_monitor_try_enter_internal):
4602         Added calls to profile monitor contentions.
4603         Also duplicated a small piece of code (the "get the monitor" logic)
4604         from the fast path to the slow path, and changed the relevant goto
4605         statements, so that monitor acquisition events can be emitted from the
4606         slow path (this is by Paolo Molaro).
4607
4608 2009-04-06  Massimiliano Mantione  <massi@ximian.com>
4609
4610         * profiler.c, profiler.h, profiler-private.h:
4611         Added support for profiling monitor contentions.
4612
4613 2009-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
4614
4615         * metadata-verify.c: Verify the modules table.
4616
4617 2009-04-02 Rodrigo Kumpera  <rkumpera@novell.com>
4618
4619         * verify.c (mono_generic_param_is_constraint_compatible): Inflate the candidate
4620         using the context of the method been verifier and not of the method been called.
4621
4622         * verify.c: Add verifier_inflate_type and mono_type_is_valid_type_in_context to
4623         safely inflate generic types. 
4624
4625 2009-04-02  Sebastien Pouliot  <sebastien@ximian.com>
4626
4627         * security-core-clr.c: Change the strategy for checking the 
4628         "reflection using delegates optimization" to avoid unneeded 
4629         attributes in multiple class libraries.
4630
4631 2009-04-02  Mark Probst  <mark.probst@gmail.com>
4632
4633         * sgen-gc.c: Remove object element in the disappearing link struct
4634         by storing the object pointer in the link.
4635
4636 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
4637
4638         * pedump.c (dump_verify_info): Don't crash if signature decoding fails.
4639
4640 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
4641
4642         * verify.c (verifier_load_field): Fail if the field parent could not be loaded.
4643
4644         * verify.c (mono_method_verify): Do proper bounds checking of exception
4645         clause ranges.
4646
4647 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
4648
4649         * loader.c (mono_field_from_token): Don't crash if the field parent could
4650         not be decoded.
4651
4652 2009-03-31  Mark Probst  <mark.probst@gmail.com>
4653
4654         * sgen-gc.c: Execute critical finalizers after ordinary
4655         finalizers.
4656
4657         * class-internals.h, domain.c: Add CriticalFinalizerObject to
4658         mono_defaults.
4659
4660 2009-03-31 Jb Evain <jbevain@novell.com>
4661
4662         * verify.c (do_ldstr): don't check if a string is in the user strings
4663         heap if the current image is dynamic.
4664
4665 2009-03-31  Mark Probst  <mark.probst@gmail.com>
4666
4667         * sgen-gc.c: Wait until the last finalizer has executed when
4668         returning from WaitForPendingFinalizers.
4669
4670 2009-03-31  Martin Baulig  <martin@ximian.com>
4671
4672         * mono-debug-debugger.h (MonoDebuggerEvent): Add
4673         `MONO_DEBUGGER_EVENT_CREATE_APPDOMAIN' and
4674         `MONO_DEBUGGER_EVENT_UNLOAD_APPDOMAIN'.
4675         (mono_debugger_event_create_appdomain): New function.
4676         (mono_debugger_event_unload_appdomain): New function.
4677
4678         * appdomain.c (mono_domain_create_appdomain_internal): Call
4679         mono_debugger_event_create_appdomain().
4680
4681 2009-03-31  Martin Baulig  <martin@ximian.com>
4682
4683         * mono-debug-debugger.c
4684         (mono_debugger_register_class_init_callback): Also register the
4685         class init callback if the class is already initialized to make
4686         things work with shadow copied assemblies.
4687
4688 2009-03-31  Sebastien Pouliot  <sebastien@ximian.com>
4689
4690         * security-core-clr.c
4691         (mono_security_core_clr_ensure_reflection_access_field): Let 
4692         critical code access the field (just like we do for methods). Use
4693         check_field_access helper.
4694         (mono_security_core_clr_ensure_reflection_access_method): Use 
4695         check_field_access helper.
4696
4697 2009-03-31  Mark Probst  <mark.probst@gmail.com>
4698
4699         * sgen-gc.c: Remove data (callback) element from FinalizeEntry and
4700         call the run-finalize function directly.
4701
4702         * gc.c, gc-internal.h: Make run_finalize() non-static.
4703
4704 2009-03-31  Mark Probst  <mark.probst@gmail.com>
4705
4706         * sgen-gc.c: Use a separate struct for disappearing links.
4707
4708 2009-03-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
4709
4710         * socket-io.c: don't fail if the SocketOptionsFlag has Partial or
4711         * MaxIOVectorLength enabled, just ignore them.
4712         Fixes bug #349688.
4713
4714 2009-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
4715
4716         * metadata-verify.c: Fix eglib build.
4717
4718 2009-03-30  Zoltan Varga  <vargaz@gmail.com>
4719
4720         * threads-types.h: Fix the win32 build.
4721
4722 2009-03-28  Sebastien Pouliot  <sebastien@ximian.com>
4723
4724         * class.c: move coreclr inheritance/override checks to 
4725         security-core.clr.c
4726         * security-core.clr.c|h: add code from class.c with additional
4727         documentation. Fix override check when the method is not critical.
4728
4729 2009-03-28  Zoltan Varga  <vargaz@gmail.com>
4730
4731         * debug-helpers.c (mono_method_desc_match): Make '*' match anything.
4732         (match_class): Ditto.
4733
4734 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
4735
4736         * metadata-verify.c: Rename bounds_check_offset to bounds_check_datadir.
4737
4738         * metadata-verify.c: Implement table layout row size calculation. Verify
4739         the total size of the tables.
4740
4741 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
4742
4743         * metadata-verify.c: Verify heap sizes and size to decode row counts. 
4744
4745 2009-03-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
4746
4747         * appdomain.c:
4748         * console-io.[ch]: added new mono_console_init() to make sure that
4749         file descriptors 0, 1 and 2 are opened.
4750         Bug #489019 fixed.
4751
4752 2009-03-27  Sebastien Pouliot  <sebastien@ximian.com> 
4753
4754         * appdomain.h: Export a new callback type and a new function to
4755         set this callback. This allow a mono host to provide it's own
4756         definition for "platform code".
4757         * metadata-internals.h: Add a core_clr_platform_code flag on 
4758         _MonoImage to (cache and) know if it is representing platform 
4759         code.
4760         * image.c (do_mono_image_open): Set core_clr_platform_code flag 
4761         on platform code images.
4762         * security-core-clr.c|h 
4763         (mono_security_set_core_clr_platform_callback): Allow the host
4764         to provide it's own platform check definition.
4765         (mono_security_core_clr_determine_platform_image): Detect if an 
4766         image is platform code (using the specified callback).
4767         (mono_security_core_clr_is_platform_image): Return cached value 
4768         for platform code.
4769
4770 2009-03-27  Zoltan Varga  <vargaz@gmail.com>
4771
4772         * threads.c (mono_create_thread): New helper function to wrap CreateThread
4773         which has different parameter types for the 'tid' argument in windows and
4774         the io-layer.
4775
4776         * appdomain.c attach.c threads.c: Use the new helper.
4777
4778 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
4779
4780         * metadata-verify.c: Verify valid table bits.
4781
4782 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
4783
4784         * metadata-verify.c (verify_metadata_header): Store size in the size field.
4785
4786         * metadata-verify.c: Add initial table schema verification.
4787
4788 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
4789
4790         * icall.c (ves_icall_get_parameter_info): Add a 'member' argument, used to
4791         obtain the refclass argument needed by mono_param_get_objects (). Fixes
4792         #488383.
4793
4794         * reflection.c (mono_param_get_objects_internal): Add a 'refclass' argument.
4795
4796         * appdomain.c (MONO_CORLIB_VERSION): Bump this.
4797
4798 2009-03-26  Sebastien Pouliot  <sebastien@ximian.com>
4799
4800         * security-core-clr.c: Add/update documentation
4801
4802 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
4803
4804         * marshal.c (emit_marshal_object): Generate code to throw an exception
4805         instead of throwing it. Fixes #488670.
4806
4807 2009-03-25  Sebastien Pouliot  <sebastien@ximian.com>
4808
4809         * appdomain.c: Bump MONO_CORLIB_VERSION to 73.
4810         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Add
4811         an extra 'throwOnBindFailure' parameter to the icall. Remove FIXME
4812         and add a call to mono_security_core_clr_ensure_delegate_creation
4813         to do the extra checks required by CoreCLR.
4814         * security-core-clr.c|h: Add function to check delegate creation,
4815         both in the binding and accessibility, under CoreCLR.
4816
4817 2009-03-25  Sebastien Pouliot  <sebastien@ximian.com> 
4818
4819         * reflection.c (mono_reflection_create_dynamic_method): when 
4820         coreclr is enabled make sure that every resolved object are
4821         checked (e.g. field and method access).
4822         * security-core-clr.c|h: Add function to check objects resolved
4823         when a dynamic method is created.
4824
4825 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
4826
4827         * metadata-verify.c: Cache directory rva translations.
4828
4829         * metadata-verify.c: Add cli-header and streams verification.
4830
4831 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
4832
4833         * image.c (load_metadata_ptrs): We decode MonoImage::md_version_minor at
4834         the wrong offset (8 instead of 6).
4835
4836 2009-03-23  Zoltan Varga  <vargaz@gmail.com>
4837
4838         * marshal.c (mono_delegate_to_ftnptr): For delegates wrapping pinvoke
4839         methods, return the native function address itself. Fixes
4840         #487758.
4841
4842 2009-03-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
4843
4844         * console-io.c: some of the values for control characters might not be
4845         present.
4846
4847 2009-03-21  Sebastien Pouliot  <sebastien@ximian.com>
4848
4849         * exception.c|h: Add helpers to create [Field|Method]AccessException
4850         * icall.c: Add required coreclr check calls for field reflection.
4851         Move the existing (method) check logic into security-core-clr.c
4852         * security-core-clr.c: Add functions to check if the access of a
4853         field or method is allowed when reflecting under coreclr. This is
4854         mostly done using a stack walk to find the "real" caller: i.e. the
4855         code that is calling the reflection
4856
4857 2009-03-20  Zoltan Varga  <vargaz@gmail.com>
4858
4859         * gc-internal.h: Change location of gc_wrapper.h
4860
4861 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com> 
4862
4863         * class.c: Simplification to coreclr checks for overrides that
4864         makes it easier to set breakpoints.
4865
4866 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com>
4867
4868         * security-core-clr.c|h: (mono_security_core_clr_class_level, 
4869         mono_security_core_clr_method_level): Avoid potential 
4870         MonoCustomAttrInfo allocation for transparent assemblies (e.g. 
4871         user/application code) and make it easier to set breakpoints
4872
4873 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
4874
4875         * metadata-verify.c: Reject cli header tables that mono don't handle.
4876
4877 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
4878
4879         * pedump.c: Fix CLI header dumping.
4880
4881 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
4882
4883         * metadata-verify.c: More CLI header verification.
4884
4885 2009-03-19  Zoltan Varga  <vargaz@gmail.com>
4886
4887         * locales.c (get_current_locale_name): Use g_malloc instead of malloc.
4888
4889 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
4890
4891         * metadata-verify.c: Initial verification of the CLI header.
4892
4893 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
4894
4895         * metadata-verify.c (verify_resources_table): Fix verification of zero
4896         sized resource section and id entries count.
4897
4898 2009-03-18  Zoltan Varga  <vargaz@gmail.com>
4899
4900         * icall.c: Handle user types in many Type icalls. Fixes #486303.
4901
4902 2009-03-17  Jb Evain  <jbevain@novell.com>
4903
4904         * profiler.c: call mono_gc_base_init from mono_profiler_load.
4905
4906 2009-03-17  Zoltan Varga  <vargaz@gmail.com>
4907
4908         * sgen-gc.c (mono_gc_make_descr_for_object): Fix 64 bit support.
4909         (mono_gc_make_descr_for_array): Ditto.
4910
4911 2009-03-17  Sebastien Pouliot  <sebastien@ximian.com>
4912
4913         * verify.c (mono_verifier_is_class_full_trust): Add support for
4914         CoreCLR security mode where trusted assemblies are defined as
4915         "platform code".
4916
4917 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
4918
4919         * metadata-verify.c: Add minimal PECOFF resource verification.
4920
4921 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
4922
4923         * metadata-verify.c: Be less restrictive with some coff fields.
4924
4925 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
4926
4927         * verify.c (init_stack_with_value_at_exception_boundary): Init generic
4928         params as boxed values on stack. Fixes #485706.
4929
4930 2009-03-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
4931
4932         * console-io.c: the termios values may vary in different flavors of unix.
4933
4934 2009-03-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
4935
4936         * console-io.[ch]: return the entire set of control characters when
4937         initializing the terminal.
4938         * appdomain.c: bump corlib version.
4939
4940 Mon Mar 16 11:11:26 CET 2009 Paolo Molaro <lupus@ximian.com>
4941
4942         * mono-perfcounters.c: added support for in-process custom
4943         performance counters.
4944
4945 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
4946
4947         * metadata-verify.c: Small cleanup and add comment for IAT directory entry. 
4948
4949 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
4950
4951         * metadata-verify.c: Verify the data pointed by the import table. 
4952
4953 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
4954
4955         * metadata-verify.c (load_data_directories): Store data
4956         directory contents.
4957
4958         * metadata-verify.c: Verify the import table. 
4959
4960 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
4961
4962         * metadata-verify.c: Verify data directories.
4963
4964 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
4965
4966         * metadata-verify.c: Check section header flags.
4967
4968 2009-03-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
4969
4970         * appdomain.c: if the assembly name is a shadow-copied file, return
4971         TRUE from mono_is_shadow_copy_enabled but don't actually do anything
4972         in mono_make_shadow_copy.
4973         * icall.c: if the assembly name is a shadow-copied file, replace it
4974         with the original assembly path.
4975
4976         Bug #484244 fixed. NUnit tests for corlib can be run without
4977         --noshadow now.
4978
4979 2009-03-12  Zoltan Varga  <vargaz@gmail.com>
4980
4981         * sgen-gc.c (add_to_global_remset): Fix the handling of root global remset
4982         entries when the table is reallocated.
4983
4984         * icall.c: Allocate the memory used by the mono_ptr_array macros using
4985         mono_gc_alloc_fixed () since it contains GC refs.
4986
4987 2009-03-10  Zoltan Varga  <vargaz@gmail.com>
4988
4989         * reflection.c (ensure_complete_type): New helper function to call
4990         type resolve handlers for unfinished dynamic types.
4991         (resolve_object): Call it for MonoClassFields. Fixes #483852.
4992
4993 2009-03-09  Zoltan Varga  <vargaz@gmail.com>
4994
4995         * reflection.c (mono_custom_attrs_has_attr): Handle interfaces. Fixes
4996         #483247.
4997
4998 2009-03-08 Rodrigo Kumpera  <rkumpera@novell.com>
4999
5000         * appdomain.c (get_shadow_assembly_location): Fix memleak.
5001
5002 2009-03-08  Zoltan Varga  <vargaz@gmail.com>
5003
5004         * domain-internals.h (struct _MonoDomain): Add new hash tables mapping
5005         between GCHandles of type WeakTrackResurrection and the objects they
5006         point to.
5007
5008         * gc.c: Partly implement the sematics of GCHandles of type 
5009         WeakTrackResurrection: these handles should only be cleared after the
5010         finalizer of the object they are pointing to has ran.
5011
5012 2009-03-06  Mark Probst  <mark.probst@gmail.com>
5013
5014         * icall.c: Partially revert r126631 because using the jump
5015         trampolines for generic shared methods makes it superfluous.
5016
5017 2009-03-06  Zoltan Varga  <vargaz@gmail.com>
5018
5019         * threads.c (handle_store): Create the 'threads' hash table with the proper
5020         MONO_HASH_VALUE_GC type.
5021
5022 2009-03-05  Zoltan Varga  <vargaz@gmail.com>
5023
5024         * domain-internals.h (struct _MonoDomain): Move 'typeof_void' before
5025         FIRST_GC_TRACKED.
5026
5027         * domain.c (mono_domain_create): Register the fields between FIRST_GC_TRACKED
5028         and LAST_GC_TRACKED as a GC root.
5029
5030         * gc-internal.h: Fix the comment of mono_gc_alloc_fixed.
5031
5032         * object.c (mono_class_create_runtime_vtable): Create a GC descriptor for
5033         the static data even if it consists of 1 reference.
5034
5035         * boehm-gc.c (mono_gc_alloc_fixed): Allocate using GC_MALLOC_EXPLICITLY_TYPED
5036         if there is a GC descriptor.
5037
5038         * reflection.c (ALLOC_REFENTRY): Allocate ReflectedEntry-es using malloc
5039         instead of through the GC since they contain no object references.
5040
5041 2009-03-05  Mark Probst  <mark.probst@gmail.com>
5042
5043         * generic-sharing.c (instantiate_other_info): Always return a jump
5044         trampoline for method code.
5045
5046 2009-03-05  Marek Habersack  <mhabersack@novell.com>
5047
5048         * culture-info-tables.h: generated to include the en-tt culture.
5049
5050 2009-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
5051
5052         * domain-internals.h (MonoDomain): Add two fields to cache invoke wrappers to
5053         capture the thread context.
5054
5055         * object.c (mono_async_result_new): Cache the invoke wrappers to
5056         ExecutionContext::Capture.
5057
5058 2009-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
5059
5060         * marshal.h: Add a prototype for what mono_compile_method returns
5061         for invoke wrappers.
5062
5063         * gc.c: Use the new prototype declaration.
5064
5065 2009-03-04  Geoff Norton  <gnorton@novell.com>
5066
5067         * boehm-gc.c: Add some MONO_LOG tracing for the GC
5068         * gc-internal.h:
5069         * mono-gc.h: Expose mono_gc_invoke_finalizers in the embedding api.
5070
5071 2009-03-04  Martin Baulig  <martin@ximian.com>
5072
5073         * mono-debug.h
5074         (mono_debugger_runtime_invoke): Removed.
5075
5076         * mono-debug-debugger.c
5077         (mono_runtime_invoke): Moved into ../mini/debug-mini.c.
5078
5079 2009-03-02  Martin Baulig  <martin@ximian.com>
5080
5081         * mono-debug.h
5082         (mono_debugger_unhandled_exception): Removed.
5083         (mono_debugger_handle_exception): Removed.
5084         (mono_debugger_throw_exception): Removed.
5085
5086         * mono-debug.c
5087         (mono_debug_debugger_version): Bump to 5.
5088
5089         * mono-debug-debugger.c: Moved the exception handling code to
5090         ../mini/debug-mini.c
5091
5092 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
5093
5094         * domain-internals.h (struct _MonoDomain): Add a separate lock for the
5095         finalize_objects_hash.
5096
5097         * gc.c: Use the separate lock to access the finalize_objects_hash field.
5098         
5099         * domain-internals.h (struct _MonoDomain): Add finalize_runtime_invoke
5100         field.
5101
5102         * metadata-internals.h (struct _MonoImage): Add runtime_invoke_vcall_cache
5103         cache.
5104
5105         * image.c (mono_image_close): Free it.
5106         
5107         * marshal.c (mono_marshal_get_runtime_invoke): Add a 'virtual' argument
5108         allowing a creation of a wrapper which invokes its method using a CALLVIRT
5109         on the this argument.
5110
5111         * gc.c (run_finalize): Optimize the calling of the finalizers.
5112
5113 2009-03-03  Martin Baulig  <martin@ximian.com>
5114
5115         * mono-debug.h (MONO_DEBUGGER_MAJOR_VERSION): Bump to 81 because
5116         of the `MonoGenericInst' changes.
5117
5118 2009-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
5119
5120         * icall.c (ves_icall_MonoType_GetGenericArguments): Use
5121         mono_array_class_get_cached to reduce locking contention. Extract
5122         a domain var.
5123
5124         * icall.c (ves_icall_Type_GetFields_internal): Avoid allocating
5125         intermediary managed arrays. Use caching version of mono_array_new
5126         to allocate the result array.
5127
5128         * icall.c (ves_icall_Type_GetEvents_internal): Same.    
5129
5130         * icall.c (ves_icall_Type_GetNestedTypes): Same.        
5131
5132         * locales.c (create_names_array_idx):  Use mono_array_new_cached
5133         to reduce locking contention.
5134
5135 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
5136                 
5137         * object.c (mono_method_add_generic_virtual_invocation): Put back the
5138         thunk builder code for the non-interface case.
5139
5140 2009-03-02  Zoltan Varga  <vargaz@gmail.com>
5141
5142         * object.c (get_generic_virtual_entries): New helper function to collect
5143         the virtual generic method instances which need to be added to an IMT
5144         thunk.
5145         (mono_method_add_generic_virtual_invocation): Add a 'vtable' argument.
5146         Instead of creating a new IMT thunk, reset the vtable slot to the
5147         trampoline, the thunk will be created the next time the trampoline is called.
5148         (build_imt_slots): Add support for virtual generic methods in interfaces by
5149         adding to the IMT thunk all the methods registered using 
5150         mono_method_add_generic_virtual_invocation ().
5151
5152         * object-internals.h (_MonoImtBuilderEntry): Add a 'has_target_code' field.
5153         (struct _MonoIMTCheckItem): Ditto.
5154
5155         * object.c (mono_method_add_generic_virtual_invocation): Take a
5156         MonoMethod argument instead of a MonoGenericInst. Fix the construction of
5157         the IMT thunk to include all items.
5158         
5159         * object.c (mono_class_create_runtime_vtable): Add a missing
5160         mono_loader_unlock ().
5161
5162 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
5163
5164         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5165
5166         * object-internals.h (MonoReflectionEvent): Add cached_add_event.
5167
5168 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
5169
5170         * object-internals.h: Rename _MonoReflectionEvent to
5171         MonoReflectionMonoEvent so it reflects the right managed type.
5172         Add a MonoReflectionEvent that correctly represents System.EventInfo.
5173
5174         * icall.c:
5175         * reflection.c: Adjust code to use the new MonoReflectionMonoEvent
5176         type.
5177
5178 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
5179
5180         * icall.c (ves_icall_Type_GetMethodsByName): Avoid allocating
5181         intermediary managed arrays. Use caching version of mono_array_new
5182         to allocate the result array.
5183
5184 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
5185
5186         * reflection.c: Use cached version of mono_array_new alongside
5187         the mono_reflection_get_custom_attrs_by_type call path.
5188
5189 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
5190
5191         * icall.c (ves_icall_Type_GetInterfaces): Avoid allocating
5192         intermediary managed arrays. Use caching version of mono_array_new
5193         to allocate the result array.
5194
5195         * icall.c (ves_icall_Type_GetConstructors_internal): Same.
5196
5197 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
5198
5199         * icall.c: Add small implementation of a growable stack bound array.
5200
5201         * icall.c (ves_icall_System_Enum_get_hashcode): Fix warning.
5202
5203         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid allocating
5204         intermediary managed arrays. Use caching version of mono_array_new
5205         to allocate the result array.
5206
5207 2009-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
5208
5209         * icall.c: New icall ves_icall_System_Enum_compare_value_to that
5210         helps Enum::CompareTo to be implemented without reboxing all enums
5211         to their underlying type.
5212 2009-02-27  Zoltan Varga  <vargaz@gmail.com>
5213
5214         * domain.c (SET_APPDOMAIN): Avoid calling TlsSetValue () on some platforms,
5215         since it acquires a global lock leading to scalability problems.
5216
5217         * profiler.c: Make the stat profiler work with multiple appdomains, this
5218         currently only works when no appdomains are unloaded.
5219
5220 2009-02-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
5221
5222         * appdomain.c: make the check to avoid copying when the assembly is
5223         already shadow copied actually work.
5224
5225 2009-02-26  Zoltan Varga  <vargaz@gmail.com>
5226
5227         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5228
5229         * object-internals.h (struct _MonoReflectionGenericClass): Sync with
5230         changes to the managed side.
5231
5232 2009-02-25  Zoltan Varga  <vargaz@gmail.com>
5233
5234         * metadata-internals.h (struct _MonoImage): Add a new cache for szarray
5235         classes + a separate lock for it, as it is used frequently at runtime, not
5236         just during metadata loading/JIT compilation.
5237
5238         * class.c (mono_bounded_array_class_get): Use the separate cache + lock
5239         for szarrays.
5240         
5241         * object-internals.h (mono_class_from_name_cached): New macro to cache
5242         the results of the lookup locally without having to declare a static
5243         variable to hold it.
5244         (mono_class_get_field_from_name_cached): Ditto.
5245         (mono_array_class_get_cached): Ditto.
5246
5247         * threadpool.c threads.c locales.c icall.c reflection.c socket-io.c: Use
5248         the new macros.
5249         
5250         * object.c (mono_get_delegate_invoke): Call setup_methods () to avoid the
5251         slower search in metadata.
5252
5253         * pedump.c: Fix a warning.
5254
5255 2009-02-23  Zoltan Varga  <vargaz@gmail.com>
5256
5257         * reflection.c (encode_locals): Add checks for user types.
5258         (method_encode_clauses): Ditto.
5259         (method_encode_code): Ditto.
5260         (mono_image_create_token): Ditto.
5261
5262         * object-internals.h: Change the type of more fields from MonoReflectionType*
5263         to MonoObject*.
5264
5265 2009-02-22  Zoltan Varga  <vargaz@gmail.com>
5266
5267         * threads.c (mono_thread_suspend_all_other_threads): Handle the case when
5268         the a thread does not suspend within 100ms.
5269
5270         * monitor.c (mono_monitor_try_enter_internal): Handle SuspendRequested
5271         in addition to StopRequested as well.
5272
5273         * mono-debug.c: Call _mono_debug_get_image () while holding the debug lock.
5274
5275         * debug-mono-symfile.c (mono_debug_symfile_lookup_method): Actually
5276         search the method_hash before inserting a new entry, to avoid crashes when
5277         the same method is inserted multiple times, causing the old 
5278         MonoDebugMethodInfo structure to be freed by the value dtor function.
5279
5280 2009-02-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
5281
5282         * socket-io.c: support SO_MAXCONN, SO_USELOOPBACK and
5283         SO_EXLUSIVEADDRUSE where available.
5284
5285 2009-02-21  Zoltan Varga  <vargaz@gmail.com>
5286
5287         * marshal.c (mono_marshal_get_runtime_invoke): Fix _another_ bug sharing
5288         runtime invoke wrappers, this time it is string ctor wrappers, which
5289         pass a dummy string as 'this' instead of their obj argument. Fixes
5290         #478473.
5291
5292 2009-02-21  Jb Evain  <jbevain@novell.com>
5293
5294         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
5295         only get create_culture once.
5296
5297 2009-02-20  Zoltan Varga  <vargaz@gmail.com>
5298
5299         * reflection.c (mono_reflection_setup_internal_class): Move the user type
5300         check before the locking.
5301         
5302         * reflection.c (mono_reflection_setup_internal_class): Check for user types.
5303         (mono_reflection_create_runtime_class): Ditto.
5304         (mono_reflection_sighelper_get_signature_local): Ditto.
5305         (mono_reflection_sighelper_get_signature_field): Ditto.
5306
5307         * object-internals.h (CHECK_MONOTYPE): New macro to check that a Type object
5308         is a System.MonoType object or similar.
5309         (monotype_cast): New helper function to cast a MonoObject to a 
5310         MonoReflectionType object.
5311
5312         * object-internals.h: Change MonoReflectionType* members in structures to
5313         MonoObject* members to force the usage of the monotype_cast () function.
5314
5315         * reflection.c icall.c: Use monotype_cast () for accessing Type members of
5316         structures/arrays. This causes us to assert instead of crashing when 
5317         instances of user defined subclasses of System.Type are encountered.
5318
5319 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
5320
5321         * cil-coff.h:
5322         * icall-def.h:
5323         * icall.c: add new GetUnmanagedResourcePtr that returns a pointer to a
5324         win32 resource loaded from a PE file.
5325
5326         * image.c: fix mono_image_lookup_resource.
5327
5328 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
5329
5330         * icall-def.h:
5331         * threads-types.h:
5332         * threads.c: added internal call for WaitHandle.SignalAndWait.
5333
5334 2009-02-19  Bill Holmes  <billholmes54@gmail.com>
5335
5336         * cominterop.c : Adding cominterop_type_from_handle and 
5337           registering it as an icall.  Replacing all references
5338           to type_from_handle.
5339
5340         Code is contributed under MIT/X11 license.
5341
5342 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
5343
5344         * Makefile.am: Add lock-tracer.h and lock-trace.c.
5345
5346         * appdomain.c: Call the tracer init function.
5347
5348         * domain-internals.h: Enable the tracer for the domain locks.
5349
5350         * image.c: Enable the tracer for image locks.
5351
5352         * loader.c: Enable the trace for the loader lock.
5353
5354         * lock-tracer.h:
5355         * lock-tracer.c: Initial implementation of the lock trace utility.
5356         The tracer requires a compile time define to be enabled and a env var
5357         to be enabled at runtime.
5358
5359 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
5360
5361         * domain.c (mono_domain_code_foreach): Improve documentation.
5362
5363 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
5364
5365         * appdomain.c:
5366         * generic-sharing.c:
5367         * object.c:
5368         * reflection.c:  Adjust locking order to the new semantics where the loader lock
5369         comes first.
5370
5371 2009-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
5372
5373         * domain.c: Add mono_domain_code_* functions that perform locking
5374         around the domain codeman.
5375
5376         * domain-internals.h: Export those functions.
5377
5378         * object.c: Use new functions instead of acquiring the domain lock.
5379
5380 2009-02-19  Zoltan Varga  <vargaz@gmail.com>
5381
5382         * marshal.c (mono_ftnptr_to_delegate): Convert a NULL ftnptr to a null
5383         delegate. Fixes #477396.
5384
5385 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
5386
5387         * reflection.c (create_custom_attr): Get rid of alloca.
5388
5389 2009-02-18  Bill Holmes  <billholmes54@gmail.com>
5390
5391         * cominterop.c (cominterop_get_managed_wrapper_adjusted) :
5392           Adding exception handling for all CCW calls.
5393
5394         Code is contributed under MIT/X11 license.
5395
5396 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
5397
5398         * reflection.c (mono_reflection_init): Remove the unused reflection mutex.
5399
5400         * marshal.c (emit_marshal_boolean): Add null checks to the new 
5401         native->managed marshalling code. Fixes #476247.
5402
5403 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
5404
5405         * class.c (mono_class_get_vtable_entry): Move the addition of
5406         static rgctx invoke wrappers for vtable methods here, this simplifies
5407         a lot of code and causes fewer rgctx wrappers to be created.
5408
5409         * marshal.c (mono_marshal_get_static_rgctx_invoke): Change the
5410         name of the statistics to begin with an uppercase.
5411
5412 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
5413
5414         * reflection.c: Revert previous change as it breaks the build.
5415         
5416 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
5417
5418         * verify.c: Properly handle SZARRAY element type.
5419
5420         Fixes #474271.
5421
5422 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
5423
5424         * reflection.c (mono_image_create_method_token): Correctly encode
5425         MethodDef MemberRefParent token.
5426
5427         Fixes #472845.
5428
5429 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
5430
5431         * image.c (mono_image_close): Delete the critical section before
5432         freeing the memory holding it.
5433
5434 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
5435
5436         * verify.c (mono_method_verify): rethrow opcode doesn not fall through.
5437         Fixes #476257.
5438
5439 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
5440
5441         * pedump.c (main): Call mono_marshal_init so pedump
5442         doesn't crash.
5443
5444 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
5445
5446         * loader.c (method_from_memberref): Properly fix #474271 and
5447         don't break the runtime bad.
5448
5449 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
5450
5451         * domain.c (mono_domain_alloc): Add locking so the caller doesn't have to.
5452         (mono_domain_alloc0): Ditto.
5453
5454 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
5455
5456         * loader.c (method_from_memberref): Don't abort if the array
5457         method is not found. A regular loader failure is more informative
5458         and correct.
5459
5460         Fixes #474271.
5461
5462 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
5463
5464         *loader.c: Guard MonoImage::method_cache/methodref_cache
5465         using the image lock instead of the loader lock.
5466
5467         * metadata.h: Add comments about which fields are protected by
5468         the image lock.
5469
5470 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
5471
5472         * appdomain.c (mono_set_private_bin_path_from_config): Fix a warning.
5473
5474         * generic-sharing.c (mono_method_construct_object_context): Remove the
5475         wrapper_type == NONE assert, it is not needed.
5476
5477 2009-02-15  Zoltan Varga  <vargaz@gmail.com>
5478
5479         * reflection.c (clear_cached_object): New helper function.
5480         (mono_method_clear_object): New function to clear the cached reflection
5481         objects for a dynamic method.
5482
5483         * object.c (mono_runtime_free_method): Call mono_method_clear_object ().
5484         Partly fixes # 463323.
5485         
5486 2009-02-14 Rodrigo Kumpera  <rkumpera@novell.com>
5487
5488         * class.c:
5489         * loader.c:
5490         * reflection.c: Remove all explicit uses of MonoImage::property_hash.
5491
5492 2009-02-14 Rodrigo Kumpera  <rkumpera@novell.com>
5493
5494         * image.c: Add mono_image_property_(lookup,insert,remove) functions that
5495         take the image lock instead of the loader lock.
5496
5497         * metadata-internals.h: Export new functions.
5498
5499 2009-02-12  Miguel de Icaza  <miguel@novell.com>
5500
5501         * domain.c (app_config_parse): Remove another use of stat that is
5502         not necessary as g_file_get_contents already does the presence
5503         check. 
5504
5505 2009-02-13  Zoltan Varga  <vargaz@gmail.com>
5506
5507         * cominterop.c icall-def.h: Fix the DISABLE_COM build.
5508
5509         * marshal.c: Move the bstr handling code to cominterop.c.
5510
5511         * marshal.c: Remove some COM interop code missed previously.
5512
5513 2009-02-12  Miguel de Icaza  <miguel@novell.com>
5514
5515         More Paolo patches from the Wii port:
5516         
5517         * security.c: Remove ves_icall_System_Environment_get_UserName
5518         from here.
5519
5520         * icall.c: And put ves_icall_System_Environment_get_UserName
5521         here. 
5522
5523         * appdomain.c (mono_set_private_bin_path_from_config): Remove
5524         redundant call to stat that was only used to test for the file
5525         existence.   Patch from Paolo.
5526
5527         * gc.c (run_finalize): If COM is disabled, do not link in
5528         mono_marshal_free_ccw.
5529
5530         * generic-sharing.c: Use alloca.h here as well.
5531
5532 2009-02-13 Rodrigo Kumpera  <rkumpera@novell.com>
5533
5534         * reflection.c (mono_reflection_lookup_dynamic_token): Do the locking properly.
5535
5536 2009-02-13  Zoltan Varga  <vargaz@gmail.com>
5537
5538         * cominterop.c cominterop.h: New files.
5539
5540         * marshal.c: Move the COM interop related code to cominterop.c. Make a few
5541         function/typedefs which are needed by cominterop.c global.
5542
5543 2009-02-12  Mark Probst  <mark.probst@gmail.com>
5544
5545         * generic-sharing.c: Don't take the loader lock to guard image
5546         mempool allocs.
5547
5548 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5549
5550         * reflection.c (mono_reflection_lookup_dynamic_token): This function might be
5551         called without the loader lock which is required to guard MonoImage:tokens.
5552
5553 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5554
5555         * class.c:
5556         * metadata.c:
5557         * method-builder.c:
5558         * marshal.c:
5559         * reflection.c: Don't take the loader lock to alloc memory from the image mempool.
5560
5561 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5562
5563         * metadata.c: Remove mono_image_alloc_lock and mono_image_alloc0_lock.
5564         Rework the code to use regular mono_image_alloc/0.
5565
5566         * loader.c: Rework the code to use regular mono_image_alloc/0.
5567
5568         * metadata-internals.h: Remove mono_image_alloc_lock and mono_image_alloc0_lock.
5569
5570 2009-02-12  Bill Holmes  <billholmes54@gmail.com>
5571
5572         * object-internals.h : Fixing a typo in the 
5573           MonoReflectionComVisibleAttribute struct.
5574
5575         * marshal.c (cominterop_com_visible): Check the implemented 
5576           interfaces for ComImport.
5577
5578         * marshal.c (cominterop_get_native_wrapper_adjusted): For COM calls 
5579           assume that bools should be treated as VARIANTBOOLs.
5580
5581         * marshal.c (emit_marshal_boolean): Adding cases for 
5582           MARSHAL_ACTION_MANAGED_CONV_IN and MARSHAL_ACTION_MANAGED_CONV_OUT.
5583
5584         * marshal.c (mono_marshal_emit_managed_wrapper): Adding calls to 
5585           emit_marshal MARSHAL_ACTION_MANAGED_CONV_IN and OUT for bools.
5586
5587         * marshal.c (cominterop_get_ccw): For COM calls assume that bools
5588           should be treated as VARIANTBOOLs.    
5589
5590         Code is contributed under MIT/X11 license.
5591
5592 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5593
5594         * image.c (mono_image_alloc, mono_image_alloc0, mono_image_strdup): Guard mempool
5595         allocation with the image lock.
5596
5597 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5598
5599         This patch is the last of a series to remove explicit reference of MonoImage::mempool
5600         and use mono_image_alloc set of functions instead. This time we finish with reflection.c
5601
5602         * object.c: Add mono_string_to_utf8_image.
5603
5604         * object-internals.h: Export mono_string_to_utf8_image.
5605
5606         * reflection.c: Rework all explicit references to the the image mempool to go thought
5607         the mono_image_alloc set of functions.
5608
5609 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5610
5611         This patch is the third of a series to remove explicit reference of MonoImage::mempool
5612         and use mono_image_alloc set of functions instead. This time we finish with marshal.c
5613         and generics-sharing.c.
5614
5615         * generics-sharing.c (set_other_info_templates): Take a MonoImage instead of a MonoMemPool
5616         as first argument. Note that this function remains broken as it doesn't perform locking around the
5617         mempool allocation.
5618
5619         * generics-sharing.c (rgctx_template_set_other_slot): Pass the image and not the mempool.
5620
5621         * image.c: Add g_slist_append_image.
5622
5623         * metadata.c (mono_metadata_field_info_with_mempool): Remove the mempool argument and use
5624         the supplied image for allocation. Move code into mono_metadata_field_info_full.
5625
5626         * metadata.c (mono_metadata_parse_marshal_spec_full): Take a MonoImage instead of a MonoMemPool.
5627         Fix all related code to do the same.
5628
5629         * marshal.c (mono_marshal_load_type_info): Pass the image instead of the mempool.
5630
5631         * metadata-internals.h: Fix the signatures.
5632
5633 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5634
5635         This patch is the second of a series to remove explicit reference of MonoImage::mempool
5636         and use mono_image_alloc set of functions instead. This time we rework mono_metadata_type_dup
5637         and similar to work using MonoImage.
5638
5639         * class.c (mono_mempool_dup): Rename to mono_image_memdup and take a MonoImage instead of a
5640         MonoMemPool.
5641
5642         * class.c (mono_dup_array_type): Take a MonoImage instead of a MonoMemPool as first argument.
5643
5644         * class.c (mono_metadata_signature_deep_dup): Same.
5645
5646         * class.c (inflate_generic_type): Same.
5647
5648         * class.c (mono_class_inflate_generic_type_with_mempool): Same.
5649
5650         * metadata.c (mono_metadata_signature_dup_full): Same.
5651
5652         * metadata.c: Add mono_metadata_signature_dup_mempool and extract common functionality from 
5653         mono_metadata_signature_dup_full.
5654
5655         * metadata.c (mono_metadata_type_dup): Same.
5656
5657         * marshal.c: Pass the image to calls to mono_metadata_type_dup.
5658
5659         * reflection.c: Same.
5660
5661         * generic-sharing.c: Pass the image to calls to mono_class_inflate_generic_type_with_mempool.
5662
5663         * metadata-internals.h: Fix the signatures.
5664
5665         * class-internals.h: Same.
5666
5667 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
5668
5669         This patch is the first of a series to remove explicit reference of MonoImage::mempool
5670         and use mono_image_alloc set of functions instead. 
5671
5672         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy):
5673         Rename to mono_class_inflate_generic_type_no_copy and take a MonoImage instead
5674         of a MonoMemPool.
5675
5676         * class.c (mono_class_setup_fields): Adapt to mono_class_inflate_generic_type_no_copy.
5677
5678         * class.c (g_list_prepend_mempool): Removed.
5679
5680         * class.c (mono_class_get_nested_types): Use g_list_prepend_image instead of g_list_prepend_mempool.
5681
5682         * image.c: Add g_list_prepend_image.
5683
5684         * metadata-internals.h (struct MonoImage): Fix comment. Export g_list_prepend_image as internal.
5685
5686         * reflection.c (mono_reflection_create_runtime_class): Use g_list_prepend_image instead of g_list_prepend_mempool.
5687
5688
5689 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
5690
5691         * metadata-internals.h (struct MonoImage): Add lock field. Export mono_image_lock and
5692         mono_image_unlock.
5693
5694         * image.c (mono_image_init): Init the lock field.
5695  
5696         * image.c (mono_image_init): Cleanup the lock field.
5697
5698         * image.c: Add mono_image_(un)lock functions.
5699
5700 2009-02-11  Mark Probst  <mark.probst@gmail.com>
5701
5702         * class.c, class-internals.h: mono_method_get_context_general()
5703         combines the functionality of mono_method_get_context() and
5704         mini_method_get_context().
5705
5706         * generic-sharing.c, domain-internals.h:
5707         mono_method_construct_object_context() and
5708         mono_domain_lookup_shared_generic() moved from mini.
5709
5710         * icall.c (ves_icall_InternalInvoke): Handle the case where the
5711         method doesn't have the correct instantiation because it's shared
5712         generic code.  Fixes #473999.
5713
5714 2009-02-11  Zoltan Varga  <vargaz@gmail.com>
5715
5716         * loader.c (mono_method_get_wrapper_data): Handle inflated methods as well.
5717
5718         * loader.c (mono_loader_lock): Add a comment pointing to the locking document.
5719         
5720 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
5721
5722         * metadata.c: Make mono_image_alloc_lock and mono_image_alloc0_lock non static.
5723
5724         * metadata-internals.h: Export mono_image_alloc_lock and mono_image_alloc0_lock.
5725
5726         * loader.c (mono_get_method_full): Drop the loader lock while constructing the method
5727         and recheck the cache for dups after it.
5728
5729         * loader.c (mono_get_method_from_token): Use _lock version of mono_image_alloc0.
5730
5731         Fixes one of the deadlocks found in #473150.
5732
5733 2009-02-11  Bill Holmes  <billholmes54@gmail.com>
5734
5735         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal):
5736           For Win32, add additional break conditions for accept.
5737
5738         Code is contributed under MIT/X11 license.
5739
5740 2009-02-10  Zoltan Varga  <vargaz@gmail.com>
5741
5742         * marshal.c (mono_marshal_get_native_func_wrapper): Use get_cache to
5743         lazily initialize the native wrapper cache.
5744         (mono_marshal_get_native_wrapper): Put aot-ed native wrappers into a separate
5745         cache, since they are different from the normal wrappers.
5746
5747         * image.c (mono_image_init): Initialize native_wrapper_cache lazily as well.
5748
5749         * metadata-internals.h (struct _MonoImage): Add a new wrapper for
5750         AOT compiled native wrappers.
5751
5752 2009-02-09  Geoff Norton  <gnorton@novell.com>
5753
5754         * appdomain.h:
5755         * security-core-clr.c: Allow enabling core-clr from the embedding
5756         API.
5757
5758 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
5759
5760         * socket-io.c: when requesting all the local ips, if there are no
5761         interfaces up and running, MS returns 127.0.0.1.
5762
5763 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
5764
5765         * mono-perfcounters-def.h: processor time is an inverse time.
5766         Fixes bug #468625.
5767
5768 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
5769
5770         * socket-io.c: an empty host name returns the list of local IPs.
5771         Fixes bug #386637 part 1/2.
5772
5773 2009-02-07  Zoltan Varga  <vargaz@gmail.com>
5774
5775         * verify.c (mono_class_interface_implements_interface): Call
5776         mono_class_setup_interfaces ().
5777         (merge_stacks): Ditto.
5778
5779 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
5780
5781         * class.c (mono_class_setup_interfaces): New function to lazily initalize
5782         klass->interfaces.
5783         (mono_generic_class_get_class): Don't initalize klass->interfaces.
5784         (mono_generic_class_get_class): Ditto.
5785
5786 2009-02-06  U-QUACK\miguel  <miguel@quack>
5787
5788         * icall-defs.h: Include also the Encrypt/Decrypt string methods as
5789         they live in security.c
5790
5791         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Integrated
5792         another bit from Paolo's code.
5793
5794 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
5795
5796         * object.c (build_imt_slots): Add a small optimization to avoid inflating
5797         methods which will be discarded by add_imt_builder_entry ().
5798
5799         * marshal.c (get_runtime_invoke_type): Avoid sharing enum types since they
5800         need to be boxed.
5801
5802         * loader.c: Add a statistics for the size of the memberref signature cache.
5803         
5804         * loader.c (find_cached_memberref_sig): New helper function.
5805         (cache_memberref_sig): Ditto.
5806
5807         * loader.c: Cache the result of parsing memberref signatures, since otherwise
5808         they will be parsed again for every generic instantiation, leading to unbounded
5809         memory growth.
5810
5811 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
5812
5813         * loader.c (mono_get_method_from_token): Avoid creating class for the generic
5814         parameters of generic methods.
5815
5816         * class.c (mono_class_inflate_generic_method_full): Set is_mb_open again
5817         after the original method is copied to the inflated method.
5818         (mono_class_get_vtable_entry): Handle rgctx invoke wrappers more efficiently.
5819
5820         * class-internals.h (struct _MonoMethodInflated): Move the is_mb_open
5821         field to MonoMethod since it only consumes 1 bit there, and 4/8 bytes here.
5822
5823         * class.c metadata.c: Update after the changes above.
5824
5825 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
5826
5827         * metadata-verify.c: Simplified error handling and added
5828         section table validation.
5829
5830 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
5831
5832         * class-internals.h (MonoClassExt): New structure containing rarely used
5833         fields of MonoClass.
5834         (struct _MonoClass): Move rarely used fields to MonoClassExt, accessed
5835         through a new 'ext' field.
5836
5837         * class.c (mono_class_alloc_ext): New helper function to allocate 
5838         class->ext.
5839
5840         * class.c metadata.c reflection.c: Update after MonoClass structure changes.
5841
5842 2009-02-05  Mark Probst  <mark.probst@gmail.com>
5843
5844         * object.c (mono_object_get_virtual_method): Properly inflate
5845         generic methods.  Fixes #472692.
5846
5847 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
5848
5849         * class.c (mono_class_create_from_typedef): The CLR supports SystemF
5850         recursive types such as List<T>:Cons<T,List<T>> so when doing the lookup
5851         for the parent type, the created type must be ready to be used on a generic
5852         instantiation.
5853         We fill this_arg/byval_arg if the parent is a generic instance to make sure
5854         we won't have duplicated entries in generic_inst_cache.
5855
5856         Fixes #469553.
5857
5858 2009-02-05  Miguel De Icaza  <miguel@novell.com>
5859
5860         * threadpool.c (socket_io_add_poll): Remove the BSD6 define and
5861         replace with plain BSD per the comments on the bug MONO77637.
5862
5863 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
5864
5865         * class.c (mono_class_get_generic_class): New accessor function.
5866         (mono_class_get_generic_container): Ditto.
5867
5868         * class-internals.h (struct _MonoClass): Add 'is_generic' and 'is_inflated'
5869         fields, similar to the ones in MonoMethod.
5870
5871         * class.c (mono_generic_class_get_class): Set klass->is_inflated.
5872         (mono_class_create_from_typedef): Set klass->is_generic if needed.
5873
5874         * reflection.c (mono_reflection_create_generic_class): Set klass->is_generic.
5875         
5876         * class-internals.h (struct _MonoClass): Remove enum_basetype, it contains
5877         the same information as element_class->byval_arg.
5878
5879         * class.c reflection.c: Remove references to class->byval_arg.
5880
5881         * class.c marshal.c: Use mono_class_enum_basetype () instead of accessing 
5882         klass->enum_basetype directly.
5883
5884         * verify.c metadata.c object.c icall.c reflection.c: Use 
5885         mono_class_enum_basetype () instead of accessing klass->enum_basetype 
5886         directly.
5887
5888 2009-02-04  Miguel de Icaza  <miguel@novell.com>
5889
5890         * icall-def.h: Remove internal calls for sockets when
5891         DISABLE_SOCKET is defined, file system writing features when the
5892         OS only support reading and not writing data and Policy support if
5893         the Policy is disabled.
5894         
5895         * image.c (do_mono_image_open): Apply Paolo's patches for using
5896         mono_file_map_ APIs here.
5897
5898         * assembly.c: Add support for platforms to avoid prefix
5899         auto-detection. 
5900
5901 2009-02-04  Zoltan Varga  <vargaz@gmail.com>
5902
5903         * generic-sharing.c (mono_method_fill_runtime_generic_context): Fix a
5904         warning.
5905
5906         * class.c (mono_class_inflate_generic_class): New helper function.
5907
5908         * class.c: Use mono_class_inflate_generic_class in a few places. Add
5909         statistics for inflated methods/classes.
5910
5911         * loader.c (inflate_generic_header): Use mono_class_inflate_generic_class.
5912
5913         * icall.c (ves_icall_Type_GetMethodsByName): Optimize the case when
5914         the call is made from Delegate.CreateDelegate () for the invoke method of
5915         a delegate.
5916
5917         * loader.c: Add a statistics for the memory occupied by inflated signatures.
5918
5919         * metadata.c (mono_metadata_signature_size): New helper function.
5920
5921         * class.c (mono_class_get_method_from_name_flags): Add an optimization for
5922         generic instances.
5923
5924         * metadata.c (inflated_method_in_image): Avoid calling 
5925         mono_method_signature () if the method does not already have a signature.
5926
5927 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
5928
5929         * verify.c (is_compatible_boxed_valuetype): When checking if the boxed 
5930         valuetype is compatible with target type, check by inheritance as a
5931         VT is not really compatible with System.ValueType, for example.
5932
5933         * verify.c (do_invoke_method): Improve error message.
5934
5935         * verify.c (do_box_value): If boxing a nullable, use the type argument
5936         on stack instead.
5937
5938         * verify.c (do_newobj): Improve error message.  
5939
5940         Fixes #469549.
5941
5942 2009-02-03  Miguel de Icaza  <miguel@novell.com>
5943
5944         * appdomain.c: Add support for DISABLE_SOCKETS and DISABLE_SHADOW_COPY
5945
5946 2009-02-03  Mark Probst  <mark.probst@gmail.com>
5947
5948         * generic-sharing.c: Don't hold domain lock when calling
5949         instantiate_other_info().  Fixes #471958.
5950
5951         * domain-internals.h, loader.c: Describe locking policy of domain
5952         lock vs loader lock.
5953
5954 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
5955
5956         * verify.c (mono_delegate_signature_equal): Make it possible to check
5957         first-arg-bound delegates to static method.
5958
5959         * verify.c (verify_delegate_compatibility): Correctly verify delegates to
5960         static methods with the first arg bound.
5961
5962         Fixes #469529.
5963
5964 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
5965
5966         * verify.c: Added stack_slot_full_name to provide decent and more meanfull
5967         errors.
5968
5969         * verify.c (is_compatible_boxed_valuetype): Be less restrictive when not
5970         under strict mode. Any type, when boxed can be seen as a reference type.
5971
5972         Fixes #469528.
5973
5974 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
5975
5976         * object.h: The lower bound of an array is a signed integer value.
5977         Introduce mono_array_lower_bound_t typedef. It should be used instead of
5978         gint32 as under MONO_BIG_ARRAYS it will be a gint64.
5979
5980         * icall.c: Cast MonoArrayBounds::length to a signed value so correctly
5981         calculate the upper bound.
5982         
5983         Fixes #471252.
5984
5985 2009-02-02  Miguel de Icaza  <miguel@novell.com>
5986
5987         From Paolo's work, refactored, cleared up:
5988         
5989         * threadpool.c, icall.c: ifdef code that requires a working socket
5990         stack.
5991
5992         * metadata.c (mono_metadata_field_info): Do not attempt to return
5993         a value from a function declared as void.
5994
5995         * console-io.c: Use MONO_NULL_TTYDRIVER to remove the tty driver
5996         from the console stack.
5997
5998         * assembly.c: use strrchr instead of rindex.
5999
6000         * class.c, object.c, marshal.c, icall.c, reflection.c: include
6001         alloca.h on systems that have it.
6002
6003         * environment.c: Avoid code that uses stuff from
6004         HAVE_SYS_UTSNAME_H
6005         
6006         * appdomain.c: Include sys/time.h.
6007
6008         * console-io.c: include sys/ioctl.h if it is available.
6009
6010 2009-02-03  Zoltan Varga  <vargaz@gmail.com>
6011
6012         * method-builder.h (_MonoMethodBuilder): Add a 'skip_visibility' flag.
6013
6014         * method-builder.c (mono_mb_create_method): Set method->skip_visibility from
6015         the method builder.
6016
6017         * marshal.c: Set mb->skip_visibility instead of setting it on the method
6018         after it was created and cached, as the later is not thread safe.
6019         
6020 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
6021
6022         * mono-debug.c (mono_debug_print_stack_frame): Avoid crashes when this is
6023         called while the debugging module is not initialized. Fixes #471669.
6024
6025 2009-02-02 Rodrigo Kumpera  <rkumpera@novell.com>
6026
6027         * icall.c (type_from_name): Ignore reflection frames to find out the real caller.
6028
6029         Fixes #471255.
6030
6031 2009-02-02  Mark Probst  <mark.probst@gmail.com>
6032
6033         * generic-sharing.c (lookup_or_register_other_info): Make sure the
6034         loader lock is not taken while the templates lock is held.  Fixes
6035         #471089.
6036
6037 2009-02-02  Mark Probst  <mark.probst@gmail.com>
6038
6039         * metadata.c (type_in_image): Added a check to fix a monodis
6040         crash.
6041
6042 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
6043
6044         * marshal.c (mono_marshal_get_runtime_invoke): Add support for byref
6045         nullable arguments.
6046
6047         * object.c (mono_runtime_invoke_array): Ditto.
6048         
6049         * marshal.c (mono_marshal_free_dynamic_wrappers): New function for
6050         freeing wrappers of dynamic methods.
6051
6052         * loader.c (mono_free_method): Call it. Fixes #463323.
6053         
6054         * marshal.c (mono_marshal_get_runtime_invoke): Disable sharing for
6055         methods taking vtype/byref arguments, to fix yet another bug caused by
6056         the sharing of runtime invoke wrappers. Partly fixes #471259.
6057
6058 2009-02-01  Zoltan Varga  <vargaz@gmail.com>
6059
6060         * debug-mono-symfile.c (check_line): Return NULL instead of returning
6061         <first file in file table>:1 when the IL offset does not have an associated
6062         line number.
6063
6064 2009-01-31  Zoltan Varga  <vargaz@gmail.com>
6065
6066         * mono-debug.c (mono_debug_lookup_locals): New function to return local
6067         variable info for a method.
6068
6069         * debug-mono-symfile.c (mono_debug_symfile_lookup_locals): Ditto.
6070         
6071 2009-01-30  Jb Evain  <jbevain@novell.com>
6072
6073         * pedump.c: reuse code from monodis to make sure pedump honors
6074         MONO_PATH, which is needed to verify net_2_1 assemblies.
6075
6076 2009-01-29  Zoltan Varga  <vargaz@gmail.com>
6077
6078         * mono-debug.c (mono_debug_print_stack_frame): Print the IL offset even when
6079         there is no line number info.
6080
6081 2009-01-29  Raja R Harinath  <harinath@hurrynot.org>
6082
6083         Avoid some MonoType allocations
6084         * reflection.c (mono_reflection_initialize_generic_parameter):
6085         Reuse MonoType from param->pklass rather than allocating one.
6086         (mono_dynamic_image_free): Update to changes.
6087
6088 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
6089
6090         Rearrange some code to improve consistency
6091         * reflection.c (mono_reflection_setup_generic_class): Move body ...
6092         (mono_reflection_initialize_generic_parameter): ... here.
6093
6094 2009-01-28  Zoltan Varga  <vargaz@gmail.com>
6095
6096         * generic-sharing.c (has_constraints): Enable gshared for methods/classes
6097         with type constraints as an experiment.
6098
6099         * boehm-gc.c (on_gc_notification): Update mono_stats.
6100
6101 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
6102
6103         Avoid some allocations
6104         * class-internals.h (_MonoGenericInst::type_argv): Convert from
6105         pointer to tail array to avoid extra allocation.
6106         * metadata.c (free_generic_inst): Update to changes.
6107         (mono_metadata_get_generic_inst): Likewise.  Use alloca instead of
6108         on-stack struct.
6109
6110 2009-01-27  Zoltan Varga  <vargaz@gmail.com>
6111
6112         * icall.c (ves_icall_System_Type_EqualsInternal): For user-defined types,
6113         return TRUE if the two type objects are the same.
6114
6115 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
6116
6117         * marshal.c (mono_marshal_load_type_info): Fill out info->min_align.
6118         (mono_class_native_size): Use klass->marshal_info->min_align instead of
6119         klass->min_align, since klass->min_align contains the managed alignment,
6120         while the native alignment can be different, like for longs on x86.
6121         Fixes #469135.
6122
6123         * class-internals.h (MonoMarshalType): Add a min_align field.
6124
6125 2009-01-26 Rodrigo Kumpera  <rkumpera@novell.com>
6126
6127         * assembly.c (mono_assembly_try_decode_skip_verification): Add a hack to check
6128         the 1.0 format.
6129
6130 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
6131
6132         * domain-internals.h (struct _MonoJitInfo): Add a 'from_aot' field plus
6133         some comments about the usage of the used_regs field.
6134
6135         * marshal.c (emit_marshal_ptr): Allow pointers to blittable structures.
6136         Fixes #469217.
6137
6138 2009-01-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
6139
6140         * appdomain.c: return NULL instead of throwing FileNotFoundException
6141         when LoadAssembly() fails.
6142
6143 2009-01-23  Mark Probst  <mark.probst@gmail.com>
6144
6145         * metadata.c (mono_metadata_generic_param_equal): Only compare the
6146         image if the owner is NULL.  Fixes the AOT failures.
6147
6148 2009-01-23  Zoltan Varga  <vargaz@gmail.com>
6149
6150         * metadata.c (mono_metadata_load_generic_params): Initialize the 
6151         MonoGenericParam structure using memset so the image field is initialized
6152         as well.
6153
6154 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
6155
6156         * appdomain.c (mono_domain_unload): Change the InterlockedIncrement to
6157         a plain store.
6158
6159 2009-01-21  Zoltan Varga  <vargaz@gmail.com>
6160
6161         * class.c (mono_class_setup_vtable_general): In the generic instance
6162         optimization, set method->slot for abstract virtual methods. Fixes part of
6163         #467834.
6164
6165 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
6166
6167         * domain-internals.h: Add new appdomain state MONO_APPDOMAIN_UNLOADING_START
6168         which signals that the unloading has started but all appdomain services must
6169         remain operational.
6170
6171         * appdomain.c (mono_domain_unload): The initial state for unloading now
6172         is unloading_start and we switch to unloading after the managed call to
6173         AppDomain::DomainUnload has finished.
6174
6175         The new unloading state has to be created because managed code in the
6176         DomainUnload event can depend on things like the threadpool still working.
6177         The domain must remain fully functional while the event executes.
6178
6179         This shown as an issue due to Process::WaitForExit, which waits for
6180         async reads of stdout and stderr to complete. Since those are processed
6181         in the threadpool the code deadlocks because the DomainUnload callback 
6182         waits for the async read finished event, which should have been set by a
6183         threadpool job but has been discarded due to the domain been in unload
6184         state.
6185
6186 2009-01-21  Mark Probst  <mark.probst@gmail.com>
6187
6188         * metadata.c (mono_metadata_generic_param_equal): Owner as well as
6189         image must match.
6190
6191 2009-01-21  Mark Probst  <mark.probst@gmail.com>
6192
6193         * reflection.c (resolve_object): For fields, inflate the class and
6194         then get the field in the inflated class.
6195
6196 2009-01-20  Mark Probst  <mark.probst@gmail.com>
6197
6198         * object-internals.h (struct _MonoException): Added a comment
6199         explaining the new use of trace_ips.
6200
6201 2009-01-20  Mark Probst  <mark.probst@gmail.com>
6202
6203         * generic-sharing.c (inflate_other_data): Inflate array methods
6204         correctly.
6205
6206         * loader.c, class-internals.h: Rename search_in_array_class() to
6207         mono_method_search_in_array_class() and make it non-static.
6208
6209 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
6210
6211         * metadata.c (inflated_signature_in_image): Call signature_in_image as well.
6212         Hopefully fixes #458168.
6213
6214 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
6215
6216         * object.c (mono_raise_exception): Remove call to InterlockedIncrement
6217         as it is performed elsewhere.
6218
6219         Code is contributed under MIT/X11 license
6220
6221 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
6222
6223         * mono-perfcounters-def.h: Add counters for asp.net requests total and
6224         requests queued.
6225         * object.c (mono_raise_exception): Increment the exceptions total
6226         counter when an exception is thrown.
6227         * class-internals.h: Add a location for storing the total number of
6228         asp.net requests served.
6229         * mono-perfcounters.c: Implement update support for asp.net counters
6230         from the class libraries. Implement read support for asp.net counters
6231         and exceptions total counter.
6232
6233 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
6234
6235         * loader.c (search_in_array_class): Call mono_class_setup_methods () before
6236         accessing klass->methods. Fixes #467385.
6237
6238 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
6239
6240         * marshal.c (emit_marshal_custom): Avoid calling MarshalNativeToManaged
6241         for byval arguments without an [Out] attribute. Fixes #467212.
6242
6243         * attach.c: Applied patch from Koushik Dutta (koush@koushikdutta.com). 
6244         Fix compilation under android.
6245         
6246         * sgen-gc.c: Instead of scanning gray objects after all roots have been 
6247         processed, scan them directly after they are copied, to achieve better locality
6248         and cache usage.
6249
6250         * socket-io.c: Applied patch from Koushik Dutta
6251         (koush@koushikdutta.com). Disable IPV6 when running under android.
6252
6253 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
6254
6255         * icall.c (ves_icall_InternalExecute): Add write barriers.
6256
6257         * marshal.c (mono_marshal_get_write_barrier): Remove, this is now done in
6258         the GC code.
6259
6260         * sgen-gc.c: Implement write barriers in IL code.
6261
6262 2009-01-17  Geoff Norton  <gnorton@novell.com>
6263
6264         * image.c: Avoid trying to walk the reference table of dynamic assemblies.
6265
6266 2009-01-17  Geoff Norton  <gnorton@novell.com>
6267
6268         * image.c: When unloading the image->references table, there can be gaps
6269         in it.  Ensure that we iterate every entry to avoid leaking assembly references
6270         when unloading an appdomain.
6271
6272 2009-01-16  Zoltan Varga  <vargaz@gmail.com>
6273
6274         * sgen-gc.c: Add support for allocating a nursery at an aligned address, to
6275         speed up ptr-in-nursery checks.
6276
6277         * threads.c (mono_threads_abort_appdomain_threads): Abort threads outside the
6278         threads_lock () to prevent deadlocks.
6279
6280         * sgen-gc.c gc-internal.h: Add a new root type root-with-wbarrier, which
6281         does not need to be scanned during minor collections, since writes to it
6282         must use write barriers.
6283
6284 2009-01-15 Rodrigo Kumpera  <rkumpera@novell.com>
6285
6286         * metadata-verify.c: Add pe nt header verification.
6287         
6288 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
6289
6290         * gc.c: Fix a few warnings when using SGEN.
6291
6292 2009-01-14 Rodrigo Kumpera  <rkumpera@novell.com>
6293
6294         * metadata-verify.c: Add pe optional header verification.
6295
6296 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
6297
6298         * sgen-gc.c: Add support for user defined marker functions, used by
6299         MonoGHashTable to avoid registering a GC root for every hash node.
6300
6301 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
6302
6303         * sgen-gc.c: Fix warnings. Optimize copy_object () a bit. Split pinned/
6304         non-pinned roots into separate hashes to avoid having to traverse them
6305         in functions which are only interested in one kind.
6306
6307 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
6308
6309         * metadata-verify.c: Add pe header machine field verification.
6310         
6311 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
6312
6313         * metadata-verify.c: Add pe header size verification.
6314
6315 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
6316
6317         * reflection.c (ALLOC_REFENTRY): Don't allocate the ReflectionEntry structures
6318         using the GC, they don't contain references.
6319
6320         * domain.c (mono_domain_create): Create ldstr_table using MONO_HASH_KEY_VALUE_GC.
6321
6322 2009-01-13  Geoff Norton  <gnorton@novell.com>
6323
6324         * appdomain.c|h: Expose mono_domain_unload to the embedding api so that 
6325         AppDomains created on the native side can be cleaned up on the native side.
6326
6327 2009-01-13  Geoff Norton  <gnorton@novell.com>
6328
6329         * appdomain.c: Ensure that we call mono_context_init for the embedding api
6330         as well as the managed api.
6331
6332 2009-01-13  Geoff Norton  <gnorton@novell.com>
6333
6334         * appdomain.h|c: New API for creating a MonoDomain in the embedding api
6335         with a MonoAppDomain initialized against it.
6336
6337 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
6338
6339         * reflection.c (MOVING_GC_REGISTER): Fix a warning.
6340         
6341         * reflection.c (mono_image_get_generic_param_info): Use MOVING_GC_REGISTER.
6342
6343         * marshal.c: Avoid setting the exception clauses after a method has been entered 
6344         into the wrapper caches. Fixes #465700.
6345
6346         * method-builder.c (mono_mb_set_clauses): New function to set the clauses of the
6347         method builder.
6348         (mono_mb_create_method): Set the clauses from the method builder.
6349
6350 2009-01-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
6351
6352         * threadpool.c: include sys/socket.h. Fixes compilation on FreeBSD.
6353         Patch from Makoto Kishimoto.
6354
6355 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
6356
6357         * sgen-gc.c (mono_gc_make_descr_from_bitmap): Handle large bitmaps by 
6358         encoding them as ROOT_DESC_COMPLEX.
6359         (precisely_scan_objects_from): Implement support for ROOT_DESC_COMPLEX.
6360
6361 2009-01-12  Zoltan Varga  <vargaz@gmail.com>
6362
6363         * sgen-gc.c (scan_from_remsets): Clear the global remset of pointers which
6364         no longer point to the nursery.
6365
6366         * sgen-gc.c: Add a few comments/FIXMEs.
6367         
6368         * sgen-gc.c: Implement scanning of the alloc_pinned objects.
6369
6370         * marshal.c (mono_marshal_get_synchronized_wrapper): Make the 
6371         initialization of the various _method variables thread safe. Fixes
6372         #465377.
6373
6374 2009-01-12  Mark Probst  <mark.probst@gmail.com>
6375
6376         * domain.c, domain-internals.h: Remove the shared_generics_hash
6377         and its lookup functions.
6378
6379 2009-01-12  Bill Holmes  <billholmes54@gmail.com>
6380
6381         * socket-io.c:  Fixing the MSVC build. 
6382
6383         Code is contributed under MIT/X11 license.
6384
6385 2009-01-12 Rodrigo Kumpera  <rkumpera@novell.com>
6386
6387         * metadata-verify.c: Add pe header watermark verification.
6388
6389 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
6390
6391         * metadata-verify.c: Add lfanew verification.
6392
6393 2009-01-12  Jb Evain  <jbevain@novell.com>
6394
6395         * tabldefs.h: rename METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE to
6396         METHOD_ATTRIBUTE_STRICT to match the ECMA terminology.
6397
6398 2009-01-10  Zoltan Varga  <vargaz@gmail.com>
6399
6400         * socket-io.c: Fix the build.
6401
6402         * environment.c: Fix an #ifdef.
6403
6404 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
6405
6406         * threadpool.c (async_invoke_thread): Handle the wait function returning
6407         WAIT_IO_COMPLETION as well.
6408         (async_invoke_io_thread): Ditto.
6409
6410 2009-01-09  Bill Holmes  <billholmes54@gmail.com>
6411
6412         * threads.c: Fixing the Windows build.
6413
6414         Code is contributed under MIT/X11 license.
6415
6416 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
6417  
6418         * threads.c (signal_thread_state_change): Call wapi_interrupt_thread () to
6419         interrupt a wait.
6420         (mono_thread_execute_interruption): Call wapi_clear_interruption () to enable
6421         the thread to wait again.
6422
6423 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
6424
6425         * metadata-verify.c: Initial skeleton of the metadata verifier.
6426
6427         * pedump.c: Add support for the metadata verifier.
6428
6429         * verify-internal.h: Export the whole assembly metadata verifier function.
6430
6431 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
6432
6433         * gc.c (mono_gc_init): Fix the comments about deadlock on windows.
6434
6435 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
6436
6437         * Makefile.am: Upgrade dtrace-prelink.sh location.
6438
6439 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
6440
6441         * gc.c (mono_gc_init): Wait for finalizer thread to init on windows as
6442         well. Otherwise the shutdown deadlock that happens on unix will can happen
6443         as well.
6444         If the main thread code finishes too fast it's possible that the finalizer
6445         thread won't have executed yet, won't record itself as the finalizer thread
6446         and the shutdown sequence will wait on it forever.
6447
6448 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
6449
6450         * threads.c (mono_thread_current): Make THREAD_DEBUG work on windows
6451         with MSVC.
6452
6453 2009-01-08  Miguel de Icaza  <miguel@novell.com>
6454
6455         * appdomain.c: Initialize the mono_strtod_mutex here, thanks to
6456         Robert Jordan for pointing this out.
6457
6458 2009-01-08  Christian Prochnow  <cproch@seculogix.de>
6459
6460         * icall.c
6461         * icall-def.h: added internal calls ves_icall_System_IO_DriveInfo_GetDiskFreeSpace,
6462         ves_icall_System_IO_DriveInfo_GetDriveType.
6463
6464 2009-01-07  Miguel de Icaza  <miguel@novell.com>
6465
6466         * icall.c: Wrap calls to mono_strtod in CriticalSection
6467         invocations when using eglib, to work around #464316.
6468
6469 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
6470
6471         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Double check the
6472         return value of GetCurrentDirectory to never access unitialized memory.
6473
6474 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
6475
6476         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Properly check the
6477         return value of GetCurrentDirectory and expand the buffer if needed.
6478
6479         Fixes #459094.
6480
6481 2009-10-07 Tom Hindle  <tom_hindle@sil.org>
6482
6483         * marshal.c (GetIUnknownForObjectInternal, GetIUnknownForObjectInternal) : 
6484           Adding a call to mono_init_com_types.
6485
6486         Code is contributed under MIT/X11 license.
6487
6488 2009-01-07  Geoff Norton  <gnorton@novell.com>
6489
6490         * socket-io.c: ioctlsocket(FIONREAD) returns the size of the UDP header as well on 
6491         darwin.  Use getsockopt SO_NREAD instead to get the right values for TCP and UDP.
6492         ai_canonname can be null in some cases on darwin, where the runtime assumes it will 
6493         be the value of the ip buffer.
6494
6495 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
6496
6497         * verify.c (mono_class_interface_implements_interface): Verify parents as we can't rely on
6498         interfaces_packed here.
6499
6500         Fixes part of #463294.
6501
6502 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
6503
6504         * verify.c (is_array_type_compatible): Ignore bounds and sizes when checking array compatibility.
6505
6506         Fixes part of #463294.
6507
6508 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
6509
6510         * verify.c (stack_slot_is_complex_type_not_reference_type): Check if the type
6511         is a boxed complex as well.
6512
6513         Fixes part of #463294.
6514
6515 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
6516
6517         * reflection.c (mono_image_get_methodref_token): Add an extra create_typespec parameter to
6518         control if a methodspec should be created for the generic method definition from external assemblies.
6519         Caching of methodspec is done using the handleref hash table.
6520
6521         Fixes #462592.
6522
6523 2009-01-05 Rodrigo Kumpera  <rkumpera@novell.com>
6524
6525         * loader.c (find_method): When searching the interfaces of a class
6526         check the transitive closure of implemented interfaces.
6527
6528         Fixes #463303.
6529
6530 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
6531
6532         * class.c (get_implicit_generic_array_interfaces): Improve debugging code.
6533         
6534 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
6535
6536         * class.c (get_implicit_generic_array_interfaces): Extract valuetype
6537         interfaces calculation to fill_valuetype_array_derived_types.
6538
6539         * class.c (get_implicit_generic_array_interfaces): Valuetypes need IList /
6540         ICollection / IEnumerator interfaces for their extra twin type - sbyte for byte
6541         for example.
6542
6543         * class.c (get_implicit_generic_array_interfaces): InternalEnumerator gets
6544         interfaces for valuetypes if needed.    
6545
6546         * class.c (fill_valuetype_array_derived_types): Enums should have interfaces
6547         for their basetype as well. Types are array expanded if rank is > 0.
6548
6549         Fixes #400716.
6550
6551 2008-12-30  Bill Holmes  <billholmes54@gmail.com>
6552
6553         * socket-io.h : Changing the signature of
6554           ves_icall_System_Net_Sockets_Socket_Accept_internal to pass
6555           the blocking state.
6556
6557         * icall-def.h :  Changing the signature of
6558           System.Net.Sockets.Socket.Accept_internal to pass the blocking state.
6559
6560         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal) :
6561           For Windows only.  Avoid blocking when calling accept by
6562           querying for a connection via select.  The loop also queries
6563           the thread state every 1000 micro seconds for the thread
6564           stop state.  This will avoid the process hanging on shutdown
6565           when using a TcpChannel that is never connected to.
6566
6567         Code is contributed under MIT/X11 license.
6568
6569 2008-12-30  Marek Safar  <marek.safar@gmail.com>
6570
6571         * tabledefs.h: Add METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE.
6572
6573 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
6574
6575         * class.c (get_implicit_generic_array_interfaces): Extract common
6576         code to a helper function making it a lot easier on the eyes.
6577
6578 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
6579
6580         * class.c (get_implicit_generic_array_interfaces): If the internal
6581         enumerator is an interface inflate System.Object instead of itself.
6582
6583         Fixes #461261.
6584
6585 2008-12-24 Rodrigo Kumpera  <rkumpera@novell.com>
6586
6587         * object.c (mono_runtime_invoke_array): Don't assert with
6588         byref nullable types.
6589
6590         * marshal.c (mono_marshal_get_runtime_invoke): To handle
6591         byref nullables we unbox the object and store it on the
6592         stack. 
6593         We can't use the boxed object since it is the T of Nullable<T>
6594         and the boxed representation of a nullable it's underlying type
6595         or null.
6596         We could cheat and create a boxed nullable and use the same
6597         machinery of other byref VTs but this feels like a hack and
6598         using the stack has the bonus of reducing heap pressure.
6599
6600         Fixes #461941.
6601
6602 2008-12-23 Rodrigo Kumpera  <rkumpera@novell.com>
6603
6604         * marshal.c (mono_marshal_emit_managed_wrapper): Handle char
6605         return value.
6606
6607         Fixes #461867.
6608
6609 2008-12-19  Bill Holmes  <billholmes54@gmail.com>
6610
6611         * icall-def.h : Adding an internal call definition for 
6612           System.Environment.internalBroadcastSettingChange.
6613
6614         * icall.c : Adding a Windows only implementation to broadcast a 
6615           WM_SETTINGCHANGE when an environment variable has changed.
6616
6617         Code is contributed under MIT/X11 license.
6618
6619 2008-12-19  Mark Probst  <mark.probst@gmail.com>
6620
6621         * class.c, class-internals.h: Made
6622         mono_class_has_parent_and_ignore_generics() non-static.
6623
6624 Thu Dec 18 16:35:22 CET 2008 Paolo Molaro <lupus@ximian.com>
6625
6626         * image.c: deal with the mmap failing when loading an image.
6627
6628 2008-12-17  Geoff Norton  <gnorton@novell.com>
6629
6630         * threadpool.c: Ensure that the io_queue_lock is initialized
6631         in all circumstances, as we always attempt to cleanup against it.
6632
6633 2008-12-17  Miguel de Icaza  <miguel@novell.com>
6634
6635         * icall.c (ves_icall_System_Environment_get_Platform): For
6636         compatibility reasons for existing client code we will keep
6637         returning 4 for a while.   
6638
6639         For how long will depend on the documentation being updated, and
6640         for us to give client code a chance to be updated.
6641
6642         This reverts the original decison on #433108 since we did not
6643         catch roughly 33 instances of the broken code in our own source
6644         code base, we did not catch failures on the buildbots, and QA did
6645         not bring this as a problem.
6646
6647         Only today I found some customer's code breaking due to our own
6648         class libraries not being fully updated and tracked it down to
6649         this change.  I am reverting it because if we could not even get
6650         our story straight in our own code base, how can we hope that our
6651         end user code be fixed?
6652
6653         As of this morning, our Wiki page that documents how to detect
6654         Unix had not been fixed.    
6655
6656 2008-12-16  Zoltan Varga  <vargaz@gmail.com>
6657
6658         * metadata.c (inflated_method_in_image): Add a workaround for #458168.
6659
6660         * class.c (mono_class_get_fields): Handle loading errors.
6661
6662 2008-12-12 Mark Mason <mmason@upwardaccess.com>
6663
6664         * metadata.c (mono_type_stack_size_internal): If SIZEOF_REGISTER > SIZEOF_VOID_P then use SIZEOF_REGISTER as the size and alignment of the stack slots.
6665         
6666 2008-12-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
6667
6668         * mono-perfcounters.c: avoid warning.
6669
6670 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
6671
6672         * reflection.c (ensure_runtime_vtable): Work on generic instances and
6673         make sure all interfaces have MonoClass::interface_id set.
6674
6675         * reflection.c (ensure_generic_class_runtime_vtable): Ensure the
6676         method table is property set.
6677
6678 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
6679
6680         * class.c: New function mono_class_setup_interface_id that setup
6681         MonoClass::interface_id if needed.
6682
6683         * class-internals.h: Export new function.
6684
6685 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
6686
6687         * class.c: Add code to sanity check the vtable after setup_vtable_general
6688         has done it's work.
6689
6690 2008-12-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
6691
6692         * icall.c: make Assembly.GetExecutingAssembly work properly when
6693         reflection is used to invoke the method.
6694         Bug #321781 fixed.
6695
6696 2008-12-11  Mark Probst  <mark.probst@gmail.com>
6697
6698         * metadata/generic-sharing.c: Look for constraints in all type
6699         arguments, not just the first one.
6700
6701 2008-12-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
6702
6703         * appdomain.c: return the correct CodeBase for an Assembly instance
6704         that was loaded from the shadow-copy directories.
6705         Bug #458190 fixed.
6706
6707 2008-12-10  Zoltan Varga  <vargaz@gmail.com>
6708
6709         * sgen-gc.c (build_nursery_fragments): Clear nursery_next/nursery_frag_real_end.
6710
6711         * sgen-gc.c (check_object): New debugging helper function.
6712
6713         * object.c: Fix calls to mono_value_copy_array ().
6714
6715 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
6716
6717         * class.c (mono_class_setup_fields): If working on an inflated class
6718         first check if the generic definition did init with success.
6719
6720         Fixes #445361.
6721
6722 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
6723
6724         pedump.c (main): Fix a warning.
6725
6726 2008-12-10  Bill Holmes  <billholmes54@gmail.com>
6727
6728         * object-internals.h : Adding a definition for 
6729           MonoReflectionComVisibleAttribute.
6730
6731         * marshal.c (cominterop_com_visible) :  Method added to check the 
6732           ComVisible attribute of a class.
6733
6734         * marshal.c (cominterop_raise_hr_exception, cominterop_get_interface) :  
6735           cominterop_raise_hr_exception added to consolidate common code 
6736           to raise hr exceptions.
6737
6738         * marshal.c (cominterop_can_support_dispatch) :  Method added to determine 
6739           if a managed class should support IDispatch.
6740
6741         * marshal.c 
6742           (cominterop_get_idispatch_for_objec, cominterop_ccw_queryinterfacet) :  
6743           Added additional checks for managed object when getting 
6744           an IDispatch interface.
6745
6746         Code is contributed under MIT/X11 license.
6747
6748 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
6749
6750         pedump.c (main): Handle mono_get_method () returning NULL. 
6751
6752 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
6753
6754         * marshal.h: Fix a warning.
6755
6756 2008-12-09  Bill Holmes  <billholmes54@gmail.com>
6757
6758         * marshal.c : Adding cominterop_release_all_rcws to release all
6759           runtime callable wrappers held by the runtime.
6760
6761         * marshal.h : Adding declaration for cominterop_release_all_rcws.
6762           
6763         Code is contributed under MIT/X11 license.
6764
6765 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
6766
6767         * metadata.c (mono_image_alloc_lock): New helper function.
6768         (mono_image_alloc0_lock): Ditto.
6769
6770         * metadata.c: Use the alloc_lock () helper functions for allocating
6771         memory from the image mempool.
6772
6773 2008-12-08 Rodrigo Kumpera  <rkumpera@novell.com>
6774
6775         * class.c (mono_class_from_generic_parameter): Document it's
6776         locking behavior. Fix double checked locking here, we stored in
6777         param->pklass a partially initialized MonoClass and no membar was used.
6778
6779 2008-12-05  Marek Habersack  <mhabersack@novell.com>
6780
6781         * sysmath.c (ves_icall_System_Math_Round2): if round (3) and rint
6782         (3) functions are present in the C library use them to do the
6783         job. If they are absent, make sure that the sum of int_part and
6784         dec_part is rounded before returning. This is necessary due to the
6785         division of dec_part by the power of 10 before the final addition
6786         is performed - if the result is not rounded in some cases it will
6787         yield invalid results.
6788
6789 2008-12-04  Zoltan Varga  <vargaz@gmail.com>
6790
6791         * marshal.c (mono_marshal_emit_native_wrapper): Add AOT support for pinvoke
6792         wrappers by emitting the function address using a CEE_MONO_ICALL_ADDR 
6793         instruction instead of a pointer constant.
6794
6795 2008-12-03  Zoltan Varga  <vargaz@gmail.com>
6796
6797         * loader.c (mono_method_get_header): Do most of the work outside the
6798         loader lock, to avoid assembly load hook deadlocks.
6799
6800         * metadata.c (mono_metadata_parse_mh_full): Use finer-grained locking.
6801         (mono_metadata_parse_type_full): Ditto.
6802
6803 2008-12-02 Rodrigo Kumpera  <rkumpera@novell.com>
6804
6805         * mempool.c (mono_backtrace): Take the number of allocated bytes as argument.
6806         Make the stack depth fixed. Ensure proper argument passing to the backtrace
6807         funtions. Finally, use a lock to produce well ordered output.
6808
6809         The lock looks silly, as all calls to the corlib mempool should be guarded
6810         with the loader lock, but for some reason this fact doesn't help. 
6811
6812         * mempool.c (mono_mempool_alloc0): Add support for TRACE_ALLOCATIONS.
6813
6814 2008-12-02  Mark Probst  <mark.probst@gmail.com>
6815
6816         * socket-io.c: 64 bit big-endian fixes.
6817
6818 2008-12-01 Rodrigo Kumpera  <rkumpera@novell.com>
6819
6820         * verify.c (is_compatible_boxed_valuetype): Rewrite function to work properly with
6821         targets that require strict compatibility between the types.
6822
6823         * verify.c (verify_stack_type_compatibility_full): Boxed values are not compatible
6824         to unboxed types. All cases that this is true are checked by is_compatible_boxed_valuetype.
6825         Kill the strict argument and create a new one valuetype_must_be_boxed.
6826
6827         * verify.c (verify_delegate_compatibility): Use verify_stack_type_compatibility_full to
6828         state that all valuetypes must be boxed.
6829
6830         Fixes #448560.
6831
6832 2008-11-29  Kornél Pál  <kornelpal@gmail.com>
6833
6834         * coree.c (MonoFixupExe): Use sizeof(IMAGE_BASE_RELOCATION) instead of
6835         IMAGE_SIZEOF_BASE_RELOCATION as newer Vista SDKs no longer define the latter.
6836
6837         Contributed under MIT/X11 license.
6838
6839 2008-11-28 Rodrigo Kumpera  <rkumpera@novell.com>
6840
6841         * class.c (mono_class_setup_fields): Don't copy MonoType::attrs as
6842         the inflate_generic_type machinery should handle it.
6843
6844         This avoids a crash when the field's flags is zero and it's type is
6845         a primitive.
6846         What happens is that mono_metadata_parse_type_full will see that opt_attrs
6847         is zero and will return one of the cached built-in primitive types. Since
6848         those types live in read-only memory, the code that copies it crashes.  
6849
6850 2008-11-28  Mark Probst  <mark.probst@gmail.com>
6851
6852         * object.c: Don't put function descriptors into generalized IMT
6853         thunks.
6854
6855 2008-11-28  Mark Probst  <mark.probst@gmail.com>
6856
6857         * class.c: Enable generic code sharing on PPC64.
6858
6859 2008-11-27  Mark Probst  <mark.probst@gmail.com>
6860
6861         * mempool.c, mempool-internals.h: Added g_slist_append_mempool()
6862         from mini/mini.c.
6863
6864         * generic-sharing.c: Allocate the method template slists from the
6865         image mempool so it doesn't leak.
6866
6867 2008-11-27 Rodrigo Kumpera  <rkumpera@novell.com>
6868
6869         * class.c (generic_array_methods): Release the linked list.
6870
6871 2008-11-27  Mark Probst  <mark.probst@gmail.com>
6872
6873         * marshal.c (mono_string_builder_to_utf8): Fixed a wrong
6874         invocation to g_utf16_to_utf8().
6875
6876 2008-11-26  Mark Probst  <mark.probst@gmail.com>
6877
6878         * icall.c (mono_ArgIterator_IntGetNextArg): Handle sub-word sized
6879         arguments on big endian archs.
6880
6881 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
6882
6883         * reflection.c: (_mono_reflection_parse_type) skip leading spaces in
6884         the type name (test added in corlib).
6885
6886 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
6887
6888         * pedump.c: initialize perf. counters. Fixes a segv.
6889
6890 2008-11-25  Martin Baulig  <martin@ximian.com>
6891
6892         * mono-debug-debugger.c
6893         (mono_debugger_runtime_invoke): Return the exception object if an
6894         exception was thrown.  Visual Studio displays the exception object
6895         in the locals window.
6896
6897 2008-11-24  Mark Probst  <mark.probst@gmail.com>
6898
6899         * mini-trampolines.c (mono_delegate_trampoline): Don't return a
6900         ftnptr.
6901
6902 2008-11-24  Mark Probst  <mark.probst@gmail.com>
6903
6904         * marshal.c (mono_type_native_stack_size): MONO_TYPE_I and
6905         MONO_TYPE_U are sizeof (gpointer), too.
6906
6907 2008-11-24  Mark Probst  <mark.probst@gmail.com>
6908
6909         * marshal.c (mono_type_native_stack_size): Fixed size and
6910         alignment for reference types.
6911
6912 2008-11-23  Mark Probst  <mark.probst@gmail.com>
6913
6914         * class.c (mono_class_generic_sharing_enabled): Disable generic
6915         code sharing for PPC64.
6916
6917 2008-11-21 Rodrigo Kumpera  <rkumpera@novell.com>
6918
6919         * icall.c (mono_method_get_equivalent_method): Make sure
6920         method->klass->methods is inited before looping over it.
6921
6922 2008-11-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
6923
6924         * object.c: when calling ExecuteAssembly in a newly created domain,
6925         the configuration file and application base are already set up.
6926         Bug #446353 take 2 fixed.
6927
6928 2008-11-20  Zoltan Varga  <vargaz@gmail.com>
6929
6930         * marshal.c: Add support for MONO_TYPE_GENERICINST to some functions.
6931         Fixes #444715. Fix a warning.
6932
6933 2008-11-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
6934
6935         * appdomain.c: write the full path of the assembly to the .ini file
6936         created when "shadow-copying"
6937         Bug #446353 fixed.
6938
6939 2008-11-18  Zoltan Varga  <vargaz@gmail.com>
6940
6941         * debug-helpers.c (mono_method_full_name): Stringify wrapper types even
6942         if signature==FALSE.
6943
6944 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
6945
6946         * marshal.h : Fix the cygwin build.
6947            marshal.c:12442: undefined reference to `_IID_IMarshal'
6948           
6949         Code is contributed under MIT/X11 license.
6950
6951 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
6952
6953         * marshal.h : cominterop_ccw_getfreethreadedmarshaler added to return the
6954           free threaded marshaler when QueryInterface is called on a COM callable
6955           wrapper requesting the IMarshal interface.
6956           
6957         Code is contributed under MIT/X11 license.
6958
6959 2008-11-14  Zoltan Varga  <vargaz@gmail.com>
6960
6961         * domain-internals.h (MonoDomain): Update MONO_DOMAIN_LAST_GC_TRACKED.
6962
6963         * reflection.c (mono_type_get_object): Special case the very common
6964         void type.
6965
6966         * domain-internals.h (struct _MonoDomain): Add 'typeof_void' field to
6967         hold typeof(void).
6968
6969 2008-11-13  Bill Holmes  <billholmes54@gmail.com>
6970
6971         * process.h : Adding method declaration for
6972           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
6973           
6974         * process.c : Adding implementation for
6975           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
6976           
6977         * icall-def.h : Registering ICALL Processs.WaitForInputIdle_internal
6978           to ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
6979
6980         Code is contributed under MIT/X11 license.
6981
6982 2008-11-10  Rodrigo Kumpera  <rkumpera@novell.com>
6983
6984         * appdomain.c (unload_thread_main): Clean up threadpool by
6985         calling mono_thread_pool_remove_domain_jobs.
6986
6987         * domain-internals.h (struct _MonoDomain): Add new fields to
6988         help coordinate the cleanup of the threadpool.
6989
6990         * threadpool.c (mono_thread_pool_remove_domain_jobs): New fuction
6991         that cleans up the threadpool of all jobs associated with an appdomain.
6992         It does that by cleaning up the queues and making sure all active
6993         threads are accounted.
6994
6995         * threadpool.c (async_invoke_io_thread): Ignore job if its domain is
6996         unloaded or in the process of. Take this is such way that there is
6997         no race condition between another thread starting the unload and the
6998         current thread acknowledging it.
6999
7000         * threadpool.c (async_invoke_thread): Same.
7001
7002         * threadpool.c (start_io_thread_or_queue): Increment threadpool_jobs before
7003         firing the new thread.
7004
7005         * threadpool.c (start_tpthread): Same.
7006
7007         * theadpool.c (append_job): Increment threadpool_jobs before queueing.
7008
7009         * threadpool.h: Add mono_thread_pool_remove_domain_jobs.
7010
7011 2008-11-06  Jonathan Chambers  <joncham@gmail.com>
7012
7013         * file-io.c (ves_icall_System_IO_MonoIO_DuplicateHandle): 
7014         Add support for DuplicateHandle.
7015         
7016         * file-io.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
7017         Add support for DuplicateHandle.
7018         
7019         * icall-def.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
7020         Add support for DuplicateHandle.
7021
7022         Code is contributed under MIT/X11 license.
7023
7024 2008-11-06  Mark Probst  <mark.probst@gmail.com>
7025
7026         * class-internals.h: Make min_align into a whole byte.
7027
7028         * class.c: Set min_align for SIMD types to 16.
7029
7030 2008-11-05  Geoff Norton  <gnorton@novell.com>
7031
7032         * attach.c: Default the attacher to enabled for all cases including
7033         embedded.
7034
7035 Wed Nov 5 16:33:41 CET 2008 Paolo Molaro <lupus@ximian.com>
7036
7037         * monitor.c, class-internals.h, wrapper-types.h: revert incorrect
7038         change r117650.
7039
7040 2008-11-04  Mark Probst  <mark.probst@gmail.com>
7041
7042         * monitor.c, monitor.h: New function for querying offsets of
7043         members of MonoThreadsSync.
7044
7045 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
7046
7047         * marshal.c (mono_marshal_get_runtime_invoke): Use runtime_invoke_direct_cache
7048         to speed up this function and to avoid the boundless memory growth caused by
7049         the signature_dup () calls.
7050
7051 2008-11-02  Zoltan Varga  <vargaz@gmail.com>
7052
7053         * monitor.c (mono_monitor_get_fast_enter_method): Add a proper type for the
7054         wrapper.
7055
7056         * class-internals.h (struct _MonoMethod): Increase the size of 'wrapper_type'
7057         by 1 bit.
7058
7059         * wrapper-types.h: Add MONO_WRAPPER_MONITOR_FAST_ENTER/EXIT.
7060
7061 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
7062
7063         * appdomain.c:
7064         * domain-internals.h: made mono_set_private_bin_path_from_config()
7065         "internal".
7066         * object.c: call the above function after setting the configuration
7067         file path for the root domain.
7068         Fixes bug #314478.
7069
7070 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
7071
7072         * assembly.c: when the assembly is loaded from an absolute path, end
7073         basedir with a directory separator.
7074         Bug #440781 fixed.
7075
7076 2008-10-30  Mark Probst  <mark.probst@gmail.com>
7077
7078         * monitor.c (mono_monitor_get_fast_enter_method): If
7079         CompareExchange is not available, don't create the fastpath
7080         instead of asserting.  (The method is missing in the 1.1 profile.)
7081
7082 2008-10-30  Mark Probst  <mark.probst@gmail.com>
7083
7084         * marshal.c, marshal.h: Rename signature_no_pinvoke() and make it non-static.
7085
7086         * monitor.c, monitor.h: Code for generating Monitor.Enter and
7087         Monitor.Exit IL fastpaths.
7088
7089 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
7090
7091         * class.c (mono_class_create_from_typedef): Added Vector2ul.
7092
7093 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
7094
7095         * class.c (mono_class_create_from_typedef): Added Vector2l.
7096
7097 2008-10-27  Rodrigo Kumpera  <rkumpera@novell.com>
7098
7099         * class.c (mono_class_create_from_typedef): Added Vector2d.
7100
7101 2008-10-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
7102
7103         * appdomain.c: translate \ into / for cache_path.
7104         * domain-internals.h: new mono_is_shadow_copy_enabled().
7105         * icall.c: (fill_reflection_assembly_name) do the same path
7106         manipulations that get_code_base does.
7107         (get_code_base) use mono_is_shadow_copy_enabled.
7108
7109 2008-10-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
7110
7111         * appdomain.c: shadow-copied assemblies go to CachePath +
7112         ApplicationName when both are set. DynamicBase has nothing to do with
7113         shadow copies.
7114         Bug #406877 fixed.
7115
7116 2008-10-26  Zoltan Varga  <vargaz@gmail.com>
7117
7118         * reflection.c (encode_locals): Use a cache to avoid duplicate entries in the
7119         STANDALONESIG table.
7120
7121         * metadata-internals.h (struct _MonoDynamicImage): Add cache for
7122         standalone signatures.
7123
7124         * marshal.c (mono_marshal_get_runtime_invoke): Rewrite the signature 
7125         comparison code: instead of comparing the signatures using a custom
7126         equals function, transform them to a common signature and compare that. This
7127         works better with AOT.
7128
7129 2008-10-25  Zoltan Varga  <vargaz@gmail.com>
7130
7131         * Reapply r116521 with (!mono_debug_using_mono_debugger ()) checks.
7132
7133         * class.c (mono_class_init): Remove unneccesary mono_class_setup_properties ()
7134         call for generic instances.
7135         (mono_class_setup_properties): Call setup_properties () before accessing
7136         gklass->properties.
7137
7138         * class.c (mono_class_get_virtual_methods): New helper function to iterate
7139         over the virtual methods of a class using metadata if possible, avoiding the
7140         creation of MonoMethod's for non-virtual methods.
7141         
7142         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
7143         get_virtual_methods () to iterate over the virtual methods of classes.
7144
7145 2008-10-25  Martin Baulig  <martin@ximian.com>
7146
7147         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_DEAD): New #define.
7148
7149 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
7150
7151         * class.c (mono_class_create_from_typedef): Added Vector4i.
7152
7153 2008-10-24  Mark Probst  <mark.probst@gmail.com>
7154
7155         * marshal.c (mono_marshal_get_synchronized_wrapper): Emit
7156         ldtoken+GetTypeFromHandle instead of i4+icall so that the JIT
7157         special-casing applies to eliminate the call completely.
7158
7159 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
7160
7161         * class.c (mono_class_create_from_typedef): Added Vector8s.
7162
7163 2008-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
7164
7165         * class.c (mono_class_create_from_typedef): Added Vector16sb.
7166
7167 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
7168
7169         * icall.c: get rid of annoying warning.
7170
7171 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
7172
7173         * threadpool.c: in 1.x, if you change the background status of the
7174         threadpool thread, it's not reset.
7175         Remove unnecessary calls to SetState.
7176
7177 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
7178
7179         * threadpool.c: asynchronously create a set of idle threads upon first
7180         use of the threadpool. SetMinThreads will now start the appropriate
7181         number of idle threads if they are not already running. The default is
7182         1 threadpool thread per CPU. Increased the maximum number of threads
7183         per CPU to 10.
7184
7185 2008-10-22  Martin Baulig  <martin@ximian.com>
7186
7187         Revert r116521 from Zoltan, it breaks the debugger:
7188
7189         * class.c (mono_class_get_virtual_methods): New helper function to iterate
7190         over the virtual methods of a class using metadata if possible, avoiding the
7191         creation of MonoMethod's for non-virtual methods.
7192         
7193         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
7194         get_virtual_methods () to iterate over the virtual methods of classes.
7195
7196 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
7197
7198         * threads.c: when creating a threadpool thread, set its state to
7199         'background'.
7200         * threadpool.c: reset the background state of a threadpool thread
7201         after finishing each work item
7202         Bug #437888 fixed.
7203
7204 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
7205
7206         * class.c (mono_class_get_vtable_entry): Add an optimization for szarrays.
7207         
7208         * class.c (mono_class_setup_vtable_general): Add an optimized version for
7209         generic instances which works by inflating the methods in the container
7210         class's vtable.
7211
7212         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy): New
7213         variant which doesn't make a copy if no inflation was done.
7214         (mono_class_setup_fields): Use it.
7215
7216         * metadata.c (mono_metadata_get_shared_type): New helper function to
7217         return a shared instance of a given MonoType.
7218
7219         * class.c (mono_class_inflate_generic_type_with_mempool): Avoid making
7220         a copy of most non-generic types.
7221
7222 Wed Oct 22 18:00:46 CEST 2008 Paolo Molaro <lupus@ximian.com>
7223
7224         * threadpool.c: remove one more GetSystemInfo () call.
7225
7226 Wed Oct 22 17:45:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
7227
7228         * mono-perfcounters.c, icall-def.h, environment.c, environment.h:
7229         use the code in mono-proclib.h to get processor information.
7230
7231 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
7232
7233         * appdomain.c: fixed the logic that determines whether assemblies in a
7234         directory are "shadow-copied" or not. Bug #433483 fixed.
7235
7236 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
7237
7238         * process.c (ves_icall_System_Diagnostics_Process_GetProcessData): Fix a
7239         warning.
7240
7241 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
7242
7243         * marshal.c (runtime_invoke_signature_equal): Don't shared wrappers
7244         returning a vtype.
7245
7246         * class.c debug-helpers.c object.c class-internals.h marshal.c icall.c
7247         reflection.c: Use mono_field_get_name () for accessing a field's name.
7248
7249         * class-internals.h (MONO_CLASS_HAS_STATIC_METADATA): Move this here from
7250         class.c
7251
7252         * class.c (mono_field_get_rva): Fix crash if this is called on a dynamic
7253         field.
7254
7255         * loader.c (find_method_in_class): Reenable the metadata optimization by
7256         not using it for generic instances.
7257
7258         * class-internals.h (MonoFieldDefaultValue): Extract the rarely used 
7259         data/def_type fields from MonoClassField into a separate structure.
7260         (struct MonoClassField): Remove data/def_type fields.
7261         (struct _MonoClass): Add a 'field_def_values' array to store the default
7262         values/RVA for fields.
7263
7264         * class.c reflection.c: Update after the changes.
7265         
7266         * object.c (mono_class_create_runtime_vtable): Use mono_field_get_data ()
7267         for accessing field->data.
7268
7269         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_InitializeArray): Ditto.
7270
7271         * loader.c (find_method_in_class): Revert the last change for now as
7272         it breaks Mono.C5 unit tests.
7273
7274         * class-internals.h (struct _MonoDynamicGenericClass): Add fields
7275         'field_generic_types' and 'field_objects' which contain the information
7276         previously stored in MonoInflatedField.
7277         (MonoInflatedField): Delete.
7278         (struct _MonoClassField): Delete 'generic_info' field.
7279
7280         * reflection.c: Store the information which was previously in 
7281         field->generic_info in MonoDynamicGenericClass instead.
7282
7283         * metadata.c (free_generic_class): Update after MonoDynamicGenericClass/
7284         MonoClassField changes.
7285
7286 Tue Oct 21 17:07:55 CEST 2008 Paolo Molaro <lupus@ximian.com>
7287
7288         * marshal.c, method-builder.c: get rid of wrapper_hash and instead
7289         store the value inside the data array of the MonoMethodWrapper.
7290         This saves memory, is faster and fixes the lifetime issues (methods
7291         were never removed from the hash previously). May also fix bug#436996.
7292
7293 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
7294
7295         * reflection.c (mono_image_get_fieldref_token): For fields of non-dynamic 
7296         generic instances, compute the type from the generic definition instead of
7297         looking in field->generic_info.
7298
7299         * class.c (mono_class_setup_fields): Don't create a MonoInflatedField
7300         for inflated fields, the only user was get_fieldref_token () which no
7301         longer needs it.
7302
7303         * class.c (mono_class_init): Revert the last change as it seems to cause
7304         crashes.
7305
7306         * class-internals.h (struct _MonoClassField): Reorder fields to save 4
7307         bytes on 64 bit platforms.
7308
7309         * object.c (mono_class_create_runtime_vtable): Fix a warning.
7310         
7311         * object.c (mono_class_create_runtime_vtable): Don't initalize
7312         field->data/field->def_type here, it is done lazily by 
7313         mono_class_get_field_default_value ().
7314
7315         * icall.c (ves_icall_get_enum_info): Call 
7316         mono_class_get_field_default_value () instead of directly accessing
7317         field->data and field->def_type.
7318
7319         * object.c (get_default_field_value): Ditto.
7320
7321         * class.c (mono_field_get_data): Ditto.
7322         
7323         * class.c (mono_class_init): Remove unneccesary mono_class_setup_methods ()
7324         call for generic instances.
7325
7326         * loader.c (find_method_in_class): If klass != from_class, then inflate
7327         the method with the context of from_class, since the caller assumes this.
7328
7329 2008-10-20  Zoltan Varga  <vargaz@gmail.com>
7330
7331         * class.c (mono_method_get_vtable_index): Use mono_method_get_vtable_slot ()
7332         for accessing method->slot.
7333
7334 2008-10-20  Cedric Vivier  <cedricv@neonux.com>
7335
7336         * icall-def.h, icall.c: Add icall for Debugger.IsAttached.
7337
7338 2008-10-19  Zoltan Varga  <vargaz@gmail.com>
7339
7340         * class.c (mono_method_get_vtable_index): Use
7341         mono_method_get_vtable_slot () for accessing method->slot.
7342
7343         * object.c (build_imt_slots): Use mono_class_get_method_by_index () for
7344         accessing klass->methods.
7345
7346         * class.c (mono_method_get_vtable_slot): New helper function.
7347         (mono_class_get_vtable_entry): Ditto.
7348         (mono_class_setup_vtable_general): Use mono_method_get_vtable_slot () for
7349         accessing method->slot.
7350
7351         * generic-sharing.c (mono_class_get_method_generic): Pass the declaring
7352         method to get_inflated_method ().
7353
7354         * class.c (mono_class_get_inflated_method): New helper method to obtain
7355         a method of an inflated class without calling setup_methods ().
7356         (mono_class_get_cctor): Use get_inflated_method.
7357
7358         * generic-sharing.c (mono_class_get_method_generic): Ditto.
7359         
7360         * marshal.c image.c: Lazily create all the marshal caches.
7361
7362         * image.c (mono_image_init): Move initialization of runtime_invoke
7363         caches to marshal.c.
7364
7365         * marshal.c (get_cache): New helper function to lazily initialize a 
7366         wrapper cache.
7367         (mono_marshal_get_runtime_invoke): Share more runtime invoke wrappers.
7368
7369         * debug-helpers.c (mono_method_full_name): Include generic arguments.
7370
7371 Fri Oct 17 10:51:32 CEST 2008 Paolo Molaro <lupus@ximian.com>
7372
7373         * loader.c: fixed check for interface type.
7374
7375 Thu Oct 16 20:59:11 CEST 2008 Paolo Molaro <lupus@ximian.com>
7376
7377         * appdomain.c: check for NULL setup before it's referenced.
7378
7379 p
7380 Thu Oct 16 16:12:23 CEST 2008 Paolo Molaro <lupus@ximian.com>
7381
7382         * class.c: remove the unused old vtable setup code.
7383
7384 Thu Oct 16 12:53:29 CEST 2008 Paolo Molaro <lupus@ximian.com>
7385
7386         * class.c: don't depend on interface order in
7387         setup_interface_offsets (bug #435777).
7388         * reflection.c: sort the InterfaceImpl table (patch from
7389         Jb Evain  <jbevain@novell.com>).
7390
7391 2008-10-13  Zoltan Varga  <vargaz@gmail.com>
7392
7393         * assembly.c (mono_assembly_open_full): Avoid loading images while holding
7394         the low level assemblies lock.
7395
7396 Mon Oct 13 16:35:26 CEST 2008 Paolo Molaro <lupus@ximian.com>
7397
7398         * domain-internals.h, domain.c, icall.c, image.c, marshal.c,
7399         object.c, reflection.c, socket-io.c, threads.c: introduced
7400         mono_framework_version () to return the major framewrok version,
7401         changed the code that was using more complex patterns to use it.
7402         Return the correct value for PlatformID for OSX.
7403
7404 Mon Oct 13 14:38:01 CEST 2008 Paolo Molaro <lupus@ximian.com>
7405
7406         * icall-def.h, process.h, process.c: added an icall to get info about
7407         processes using mono-proclib.
7408
7409 Mon Oct 13 11:14:44 CEST 2008 Paolo Molaro <lupus@ximian.com>
7410
7411         * mono-perfcounters.c: use the mono-proclib functions to
7412         access process information.
7413
7414 Mon Oct 13 11:00:49 CEST 2008 Paolo Molaro <lupus@ximian.com>
7415
7416         * domain.c, assembly.c, debug-mono-symfile.c, debug-mono-symfile.h,
7417         monosn.c, Makefile.am, pedump.c, image.c, metadata-internals.h,
7418         reflection.c: remove rawbuffer usage: mmap support is more sanely
7419         provided by utils/mono-mmap.
7420
7421 Sat Oct 11 19:46:19 CEST 2008 Paolo Molaro <lupus@ximian.com>
7422
7423         * gc.c: use posix semaphores when possible so that
7424         mono_gc_finalize_notify() is signal safe.
7425
7426 2008-10-11  Zoltan Varga  <vargaz@gmail.com>
7427
7428         * reflection.c: Implement DISABLE_REFLECTION_EMIT, remove some
7429         #ifdef DISABLE_REFLECTION_SAVE stuff, only the exported functions need to
7430         be #ifdef-ed out, the linker will remove the rest.
7431
7432         * marshal.c: Implement DISABLE_COM.
7433
7434         * reflection.c: Implement DISABLE_REFLECTION_EMIT_SAVE.
7435
7436 2008-10-11  Miguel de Icaza  <miguel@novell.com>
7437
7438         * locales.c (string_invariant_compare_char): Optimization: do not
7439         call g_unichar_type unless we actually need the information.
7440
7441 2008-10-10  Mark Probst  <mark.probst@gmail.com>
7442
7443         * object.c, class-internals.h: Also create remoting trampolines
7444         for generic methods.  Pass the domain to the remoting trampoline
7445         creation function, too.
7446
7447 2008-10-10  Zoltan Varga  <vargaz@gmail.com>
7448
7449         * class.c (mono_class_init): Fix+re-enable the finalize optimization.
7450
7451 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
7452
7453         * class.c (mono_class_create_from_typedef): Vector4u was renamed to
7454         Vector4ui.
7455
7456 2008-10-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
7457
7458         * assembly.c:
7459         * locales.c: remove the use of g_strdown. Fixes bug #322313.
7460
7461 Fri Oct 10 17:01:42 CEST 2008 Paolo Molaro <lupus@ximian.com>
7462
7463         * assembly.c: in mono_assembly_load_friends() take the assemblies lock
7464         for the least possible amount of time (extending the fix in r113458).
7465
7466 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
7467
7468         * class.c (mono_class_create_from_typedef): Retrofit to new type names.
7469
7470 2008-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
7471
7472         * class.c (mono_class_create_from_typedef): Added Vector8u and Vector16u
7473         as possible simd intrinsic types.
7474         Optimized the test to check for the common prefix first.
7475
7476 Thu Oct 9 17:38:24 CEST 2008 Paolo Molaro <lupus@ximian.com>
7477
7478         * class.c: back out part of a broken optimization committed on
7479         May 23th (bug #433908).
7480
7481 2008-10-09  Mark Probst  <mark.probst@gmail.com>
7482
7483         * profiler.c (simple_shutdown): Don't call mono_thread_attach() on
7484         Win32.  Should fix #432388 for most cases until we have the new
7485         profiler on Win32.
7486
7487 2008-10-08  Zoltan Varga  <vargaz@gmail.com>
7488
7489         * metadata.c (mono_metadata_generic_context_hash): Call generic_inst_hash
7490         instead of using inst->id so the hash is stable for AOT.
7491
7492 2008-10-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
7493
7494         * appdomain.c:
7495         * icall.c: create a .ini file for shadow-copied assemblies that
7496         contains the location of the original assembly. Use this to return the
7497         proper CodeBase for shadow-copied assemblies. Fixes bug #323606.
7498         Also fix the number of '/' for windows when returning the CodeBase.
7499         Fixes bug #430920.
7500
7501 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
7502
7503         * marshal.c (cominterop_get_ccw) : Fixing a copy paste error from r115126.
7504
7505         Code is contributed under MIT/X11 license.
7506
7507 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
7508
7509         * marshal.c (cominterop_get_native_wrapper) : Adding a call to mono_class_setup_vtable
7510           if if the class vtable needs initialized.
7511
7512         Code is contributed under MIT/X11 license.
7513
7514 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
7515
7516         * marshal.c (cominterop_get_native_wrapper_adjusted, cominterop_get_ccw) : 
7517           Adding default MonoMarshalSpecs for COM methods.  OBJECT->STRUCT,
7518           STRING->BSTR, and CLASS->INTERFACE.
7519
7520         Code is contributed under MIT/X11 license.
7521
7522 2008-10-07  Marek Habersack  <mhabersack@novell.com>
7523
7524         * sysmath.h: changed the declaration of the
7525         ves_icall_System_Math_Round2 icall by adding an extra
7526         away_from_zero parameter.
7527
7528         * sysmath.c (ves_icall_System_Math_Round2): added support for
7529         away from zero rounding. The icall now takes an extra boolean
7530         parameter to signal that away from zero operation is requested.
7531
7532 2008-10-06  Zoltan Varga  <vargaz@gmail.com>
7533
7534         * marshal.c (mono_marshal_get_delegate_begin_invoke): Put the wrapper in
7535         the delegate klass so it can work with full-aot.
7536         (mono_marshal_get_delegate_end_invoke): Ditto.
7537         (mono_marshal_get_delegate_invoke): Ditto.
7538
7539 Mon Oct 6 16:10:02 CEST 2008 Paolo Molaro <lupus@ximian.com>
7540
7541         * gc.c, attach.h, attach.c: remove a bad pattern:
7542         add_finalizer_callback () is not implemented correctly, it can't
7543         without adding more overhead to the finalizer loop and it's not
7544         even needed, since we know exactly what we need to call, so there is
7545         no need to do so through an expensive function pointer.
7546
7547 2008-10-04  Zoltan Varga  <vargaz@gmail.com>
7548
7549         * gc.c: Define a dummy version of mono_gc_add_finalizer_thread_callback ()
7550         for the no-gc case.
7551         * attach.c (mono_attach_init): Remove the #ifdef.
7552
7553 2008-10-04  Andreas Färber  <andreas.faerber@web.de>
7554
7555         * attach.c (mono_attach_init): Don't use
7556         mono_gc_add_finalizer_thread_callback when compiling without GC.
7557         Fixes #432306.
7558         
7559         Code is contributed under MIT/X11 license.
7560
7561 2008-10-03  Zoltan Varga  <vargaz@gmail.com>
7562
7563         * class.c (mono_class_create_from_typedef): Remove the 
7564         #ifndef DISABLE_SIMD stuff.
7565
7566 2008-10-03  Rodrigo Kumpera  <rkumpera@novell.com>
7567
7568         * class-internals.h (MonoClass): Added simd_type bit field.
7569
7570         * class.c (mono_class_create_from_typedef): Check if type is a simd
7571         intrinsic.
7572
7573 2008-10-03  Mark Probst  <mark.probst@gmail.com>
7574
7575         * object.c (mono_method_add_generic_virtual_invocation): Only add
7576         instantiations to the thunk whose count is at least as large as
7577         the threshold.
7578
7579 2008-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
7580
7581         * icall.c: changed the Type of the exception thrown when trying to
7582         invoke a constructor on an abstract class. Part of the fix for bug
7583         #324185.
7584
7585 2008-10-02  Mark Probst  <mark.probst@gmail.com>
7586
7587         * class.c, class-internals.h (mono_method_get_vtable_index): New
7588         function which returns the index into the vtable and properly
7589         handles inflated virtual generic methods.
7590
7591 2008-10-01  Mark Probst  <mark.probst@gmail.com>
7592
7593         * object.c, domain.c, object-internals.h, domain-internals.h:
7594         Generalize IMT thunk machinery to also handle thunks for virtual
7595         generic method invokes.  When a virtual generic method is invoked
7596         more than a number of times we insert it into the thunk so that it
7597         can be called without lookup in unmanaged code.
7598
7599         * generic-sharing.c, class-internals.h: Fetching a
7600         MonoGenericInst* for a method from an (M)RGCTX.
7601
7602 2008-10-01  Zoltan Varga  <vargaz@gmail.com>
7603
7604         * marshal.c (emit_marshal_string): Applied a variant of a patch by
7605         tom hindle <tom_hindle@sil.org>. Fix byref native-to-managed string
7606         marshalling. Fixes #431304.
7607
7608 2008-10-01  Bill Holmes  <billholmes54@gmail.com>
7609
7610         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
7611           handle when ref is specified without In or Out.
7612
7613         Code is contributed under MIT/X11 license.
7614
7615 2008-09-30  Mark Probst  <mark.probst@gmail.com>
7616
7617         * loader.c (mono_get_method_constrained): Don't expand method with
7618         the class's context, because it's already a method of that class.
7619
7620 2008-09-30  Atsushi Enomoto  <atsushi@ximian.com>
7621
7622         * attach.c : should be correct build fix.
7623
7624 2008-09-29  Zoltan Varga  <vargaz@gmail.com>
7625
7626         * attach.c: Fix the previous change.
7627
7628 2008-09-29  Atsushi Enomoto  <atsushi@ximian.com>
7629
7630         * attach.c : quick w32 build fix.
7631
7632 2008-09-27  Miguel de Icaza  <miguel@novell.com>
7633
7634         * Turn off MONO_GENERIC_SHARING=all and go back to corlib as it
7635         crashes MonoDevelop: #430455.
7636
7637 2008-09-27  Zoltan Varga  <vargaz@gmail.com>
7638
7639         * domain-internals.h (struct _MonoDomain): Move most fields used only by
7640         the JIT do MonoJitDomainInfo in ../mini/mini.h.
7641
7642         * domain.c: Remove initialization/cleanup of the removed fields.
7643
7644 2008-09-27  Mark Probst  <mark.probst@gmail.com>
7645
7646         * class.c (mono_class_generic_sharing_enabled): Enable generic
7647         code sharing for PPC.
7648
7649 2008-09-26  Bill Holmes  <billholmes54@gmail.com>
7650
7651         * attach.c : Fixing the Windows builds.
7652
7653         Code is contributed under MIT/X11 license.
7654
7655 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
7656
7657         * class.c (mono_class_generic_sharing_enabled): Experimentally change 
7658         the default generic sharing mode to 'all'.
7659
7660 2008-09-25  Mark Probst  <mark.probst@gmail.com>
7661
7662         * generic-sharing.c, class-internals.h: New function for checking
7663         whether a method needs a static RGCTX invoke wrapper.  A few
7664         funtions moved from mini/generic-sharing.c.
7665
7666         * icall.c: New function used.
7667
7668 2008-09-25  Mark Probst  <mark.probst@gmail.com>
7669
7670         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
7671         Static RGCTX invoke wrapping applies to value type methods, too.
7672
7673         * class.c (mono_class_setup_vtable_general): In generic-shared
7674         value types, wrap methods with a static RGCTX invoke wrapper.
7675
7676 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
7677
7678         * attach.c (ipc_connect): Use AF_UNIX instead of AF_FILE to fix the
7679         osx build.
7680
7681 2008-09-24  Zoltan Varga  <vargaz@gmail.com>
7682
7683         * gc.c (mono_gc_add_finalizer_thread_callback): New function to
7684         register a callback which is called when the finalizer thread is woken
7685         up.
7686         (finalizer_thread): Call the callback if it exists.
7687
7688         * attach.h attach.c: New files, implementing the attach mechanism.
7689
7690         * appdomain.c: Init/cleanup the attach mechanism on startup/shutdown.
7691         
7692         * object.c (mono_object_get_virtual_method): Fix an assertion introduced
7693         by the previous change.
7694
7695 Tue Sep 23 15:24:03 CEST 2008 Paolo Molaro <lupus@ximian.com>
7696
7697         * class.c, domain-internals.h, domain.c, generic-sharing.c, image.c,
7698         loader.c, marshal.c, metadata-internals.h, metadata.c,
7699         method-builder.c, object.c, reflection.c: introduced specific functions
7700         to allocate from the domain and image mempools and cleaned up most of
7701         the code to use them (still missing a few in reflection.c).
7702         Keep the loader bytes counter updated.
7703
7704 Mon Sep 22 17:33:12 CEST 2008 Paolo Molaro <lupus@ximian.com>
7705
7706         * domain.c, monitor.c, boehm-gc.c, gc.c: update some of the GC and
7707         loader-related counters.
7708
7709 Mon Sep 22 17:29:54 CEST 2008 Paolo Molaro <lupus@ximian.com>
7710
7711         * mono-perfcounters-def.h, mono-perfcounters.c, class-internals.h:
7712         added more MS-compatible counters.
7713
7714 2008-09-22  Zoltan Varga  <vargaz@gmail.com>
7715
7716         * class.c (mono_class_setup_fields): Call setup_fields before accessing
7717         class->blittable. Fixes #428217.
7718
7719 2008-09-21  Zoltan Varga  <vargaz@gmail.com>
7720
7721         * reflection.c (mono_image_get_field_on_inst_token): Call 
7722         field_encode_signature () since that handles custom modifiers too.
7723         Fixes #424663.
7724
7725 2008-09-20  Zoltan Varga  <vargaz@gmail.com>
7726
7727         * reflection.c (add_custom_modifiers): New helper function to merge custom
7728         modifiers stored in objects to a MonoType.
7729         (fieldref_encode_signature): Encode custom modifiers.
7730         (mono_image_get_generic_field_token): Call add_custom_modifiers ().
7731         (fieldbuilder_to_mono_class_field): Ditto. Fixes #424663.
7732
7733 2008-09-19  Kornél Pál  <kornelpal@gmail.com>
7734
7735         * coree.c (_CorValidateImage): Some 64-bit IL only images have entry point
7736         calling _CorDllMain imported from mscoree.dll. Set entry point RVA to 0 for
7737         64-bit IL only images because imports are not resolved for IL only images.
7738         Special thanks to Bill Holmes for finding this bug and testing the patch.
7739         Also fail for 64-bit images marked as CLI_FLAGS_32BITREQUIRED.
7740
7741         Contributed under MIT/X11 license.
7742
7743 2008-09-19  Miguel de Icaza  <miguel@novell.com>
7744
7745         * mono-config.c (dllmap_start): Add support for the bits keyword
7746         on dllentry and dllmap to easily detect 32 vs 64 bit systems.
7747
7748 2008-09-19  Mark Probst  <mark.probst@gmail.com>
7749
7750         * reflection.c (inflate_mono_method): When the class the method is
7751         to be inflated for is itself not inflated, just return the method.
7752
7753 Fri Sep 19 11:51:36 CEST 2008 Paolo Molaro <lupus@ximian.com>
7754
7755         * mono-perfcounters.c: use more user friendly process instance names.
7756
7757 2008-09-18  Bill Holmes  <billholmes54@gmail.com>
7758
7759         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
7760           handle "[in] ref" and "[in][out] ref" cases.
7761
7762         * marshal.c (cominterop_get_ccw) : The wrong signature was being passed
7763           to mono_mb_create_method.  This was causing problems calling native to
7764           managed passing Variants by value.
7765
7766         Code is contributed under MIT/X11 license.
7767
7768 2008-09-18  Zoltan Varga  <vargaz@gmail.com>
7769
7770         * class.c (can_access_internals): Call mono_assembly_load_friends ()
7771         before accessing the friend_assembly_names field.
7772
7773         * assembly.c (mono_assembly_load_friends): Make this callable multiple
7774         times.
7775         (mono_assembly_load_from_full): Avoid calling load_friends (), it is
7776         called lazily when it is needed.
7777
7778         * metadata-internals.h (struct _MonoAssembly): Add 
7779         'friend_assembly_names_inited' flag.
7780
7781 Thu Sep 18 18:18:47 CEST 2008 Paolo Molaro <lupus@ximian.com>
7782
7783         * mono-perfcounters-def.h: fix the types of a few counters.
7784         * mono-perfcounters.c: implemented the instance names getter
7785         and a few bugfixes.
7786
7787 2008-09-18  Atsushi Enomoot  <atsushi@ximian.com>
7788
7789         * culture-info-table.h : regenerated.
7790
7791 2008-09-17  Robert Jordan  <robertj@gmx.net>
7792
7793         * marshal.c (mono_marshal_get_ldflda_wrapper): Add support for
7794         context bound objects. Fixes #415577.
7795
7796         Code is contributed under MIT/X11 license.
7797
7798 Tue Sep 16 21:03:58 CEST 2008 Paolo Molaro <lupus@ximian.com>
7799
7800         * icall-def.h, threads-types.h, threads.c: fixed SpinWait()
7801         implementation (bug #423582).
7802
7803 2008-09-16  Zoltan Varga  <vargaz@gmail.com>
7804
7805         * object.c (mono_object_get_virtual_method): Handle the case method->slot
7806         is not set. Fixes #426309.
7807
7808 2008-09-16  Jb Evain  <jbevain@novell.com>
7809
7810         * class.c (mono_class_from_name): fix the exported type look up
7811         when the type is defined in a referenced assembly.
7812
7813 2008-09-16  Jb Evain  <jbevain@novell.com>
7814
7815         * reflection.c (mono_image_fill_export_table_from_type_forwarders):
7816         increment the next index counter on each iteration to make that work
7817         for more than one type forwarder. Unmanaged part to fix #422929.
7818
7819 2008-09-15  Mark Probst  <mark.probst@gmail.com>
7820
7821         * object-internals.h: enum ComInterfaceType in
7822         MonoInterfaceTypeAttribute is guint32, not guint16.
7823
7824 2008-09-12  Mark Probst  <mark.probst@gmail.com>
7825
7826         * cil-coff.h, image.c, reflection.c: Endianness fixes in image
7827         writing code.
7828
7829 2008-09-11  Mark Probst  <mark.probst@gmail.com>
7830
7831         * icall.c: Boolean arguments to a runtime invoke are MonoBoolean,
7832         not gboolean.
7833
7834 2008-09-11  Mark Probst  <mark.probst@gmail.com>
7835
7836         * debug-mono-symfile.c (mono_debug_symfile_lookup_location):
7837         Endianness fixes for MonoSymbolFileOffsetTable.
7838
7839 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
7840
7841         * process.c (complete_path) : Removing quotes from the 
7842           input path.  The glib file routines do not handle file paths
7843           that have quotes around them.
7844
7845         Code is contributed under MIT/X11 license.
7846
7847 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
7848
7849         * socket-io.h : Adding a comment to provide locations where 
7850           changes to MonoSocketAsyncResult need to be synced.
7851
7852         Code is contributed under MIT/X11 license.
7853
7854 2008-09-10  Zoltan Varga  <vargaz@gmail.com>
7855
7856         * marshal.c (emit_marshal_custom): Call NativeToManaged for non-out 
7857         parameters as well. Fixes #425001.
7858
7859 2008-09-08  Miguel de Icaza  <miguel@novell.com>
7860
7861         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Fix
7862         windows build.
7863
7864 2008-09-07  Miguel de Icaza  <miguel@novell.com>
7865
7866         * console-io.c: Add support for tracking the window size if it
7867         changes.
7868
7869         The setup is very simple: the TtySetup function will now return a
7870         pointer to a location in memory that tracks the current console
7871         size.  The managed code checks its current value every time its
7872         queried against the last value set, and updates accordingly.
7873
7874         With this setup we can work with multiple consoles, and we do not
7875         require to poke into managed code from a signal handler.
7876
7877         Additionally, the environment for COLUMNS and LINES is now handled
7878         in unmanaged code.
7879
7880         (ves_icall_System_ConsoleDriver_GetTtySize): This is now gone.
7881
7882 2008-09-07  Mark Probst  <mark.probst@gmail.com>
7883
7884         * marshal.c (mono_type_native_stack_size): Treat
7885         MONO_TYPE_TYPEDBYREF like MONO_TYPE_VALUETYPE.
7886
7887 2008-09-04  Jb Evain  <jbevain@novell.com>
7888
7889         * class.c (mono_class_is_assignable_from): fix assignability of nullables
7890         to nullables.
7891
7892 2008-09-03 Rodrigo Kumpera  <rkumpera@novell.com>
7893
7894         * verify.c (verify_type_compatibility_full): Revert change
7895         to allow converting a native int to unmanaged pointer be verifiable
7896         under non-strict mode.
7897         It turns out that "(IntPtr)null" is indeed unverifiable, go figure.
7898
7899         * verify.c: Added some TODOs.
7900
7901 2008-09-02  Bill Holmes  <billholmes54@gmail.com>
7902
7903         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi,
7904           ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni) :
7905           Changed to use GlobalAlloc for the memory returned on Windows platforms.
7906
7907         Code is contributed under MIT/X11 license.
7908
7909 2008-09-02  Jb Evain  <jbevain@novell.com>
7910
7911         * object.c (mono_ldstr_metdata_sig): renamed to mono_ldstr_metadata_sig.
7912
7913 2008-09-02 Rodrigo Kumpera  <rkumpera@novell.com>
7914
7915         reflection.c (typebuilder_setup_fields): Handle classes with
7916         explicit size.
7917
7918 2008-09-01 Rodrigo Kumpera  <rkumpera@novell.com>
7919
7920         class.c (mono_class_setup_events): Add memory barrier due to
7921         double checked locking.
7922         
7923         class.c (mono_class_setup_properties): Same.
7924
7925 2008-08-31  Zoltan Varga  <vargaz@gmail.com>
7926
7927         * class.c (mono_class_is_assignable_from): Fix the build.
7928         
7929         * class.c (mono_class_is_assignable_from): Call mono_class_setup_vtable ()
7930         before accessing klass->interface_bitmap. Fixes #421744.
7931
7932 2008-08-28  Zoltan Varga  <vargaz@gmail.com>
7933
7934         * appdomain.c (mono_runtime_set_no_exec): New internal function setting
7935         the runtime into no-exec mode, useful when running the AOT compiler.
7936
7937         * appdomain.c gc.c object.c: Avoid executing managed code when running
7938         in no-exec mode.
7939         
7940         * rawbuffer.c (mono_raw_buffer_load_mmap): Disable this on the iphone.
7941
7942         * reflection.c (_mono_reflection_get_type_from_info): Handle the 
7943         special case when the mono_assembly_loaded () returns NULL because the 
7944         search hook is not installed.
7945
7946 2008-08-25  Zoltan Varga  <vargaz@gmail.com>
7947
7948         * marshal.c: Applied patch from tom hindle (tom_hindle@sil.org) to fix
7949         crashes in bstr marshalling on linux.
7950
7951 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
7952
7953         * debug-helpers.c (mono_type_get_desc): Fix printing of generic instances
7954         with more than one parameter.
7955
7956 2008-08-24  Miguel de Icaza  <miguel@novell.com>
7957
7958         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Disable
7959         start/stop flow control as well when turning off ICANON (allows
7960         C-s and C-q to be read by Console.ReadKey).
7961
7962 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
7963
7964         * class.c (mono_class_init): Move the initialization of nested classes
7965         into mono_class_get_nested_types (). Fixes #418433.
7966
7967         * class-internals.h (struct _MonoClass): Add a new 'nested_classes_inited'
7968         flag.
7969
7970         * class.c reflection.c icall.c: Use mono_class_get_nested_types () for 
7971         iterating tough the nested classes of a class.
7972
7973 2008-08-23  Zoltan Varga  <vargaz@gmail.com>
7974
7975         * class.c (mono_class_generic_sharing_enabled): Enable generic sharing
7976         on arm.
7977
7978 2008-08-22  Miguel de Icaza  <miguel@novell.com>
7979
7980         * console-io.c (sigcont_handler): Support signal chaining for
7981         SIGCONT.
7982
7983         (console_set_signal_handlers): Use best practices with sigaction,
7984         clear the structure before using it. 
7985
7986 2008-08-22  Robert Jordan  <robertj@gmx.net>
7987
7988         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup):
7989         Fix the Windows build.
7990
7991 2008-08-22  Zoltan Varga  <vargaz@gmail.com>
7992
7993         * class.c (mono_class_generic_sharing_enabled): Make the default
7994         sharing mode 'corlib'.
7995
7996 2008-08-21  Zoltan Varga  <vargaz@gmail.com>
7997
7998         * console-io.c (console_set_signal_handlers): Fix a warning.
7999
8000         * marshal.c (mono_marshal_get_synchronized_wrapper): Call the wrapper
8001         method normally, the JIT will take care of avoiding recursion.
8002
8003 2008-08-20  Bill Holmes  <billholmes54@gmail.com>
8004
8005         * console-io.c : Fixing builds for platforms that do not have <termios.h>.
8006
8007         Code is contributed under MIT/X11 license.
8008
8009 2008-08-20  Miguel de Icaza  <miguel@novell.com>
8010
8011         * console-io.c (sigcont_handler): We need to restore the entire
8012         termios state, not only the original settings, as things like echo
8013         can be controlled after this (Booish exposes this issue with its
8014         own ReadLine implementation).
8015
8016         Additionally, we need to set the terminal back into keypad_xmit
8017         mode.
8018         
8019         (ves_icall_System_ConsoleDriver_TtySetup): Take the keypad xmit
8020         string as a paramter as well.   Otherwise we get different
8021         keyboard sequences.
8022
8023 2008-08-20  Zoltan Varga  <vargaz@gmail.com>
8024
8025         * marshal.c (emit_marshal_object): Avoid managed-to-native marshalling of
8026         delegates with byref out parameter passing. Fixes #351520.
8027
8028         * debug-helpers.c (mono_context_get_desc): New helper function to stringify
8029         a generic context.
8030         (mono_type_get_desc): Add the type arguments for GENERICINST.
8031         (mono_method_full_name): Stringify the class name using mono_type_full_name
8032         so it picks up generic arguments.
8033
8034 2008-08-19  Gert Driesen  <drieseng@users.sourceforge.net>
8035
8036         * console-io.c: Removed debug output.
8037
8038 2008-08-19 Rodrigo Kumpera  <rkumpera@novell.com>
8039
8040         reflection.c (mono_reflection_create_runtime_class): Alloc
8041         the nested classes linked list using the dynamic image mempool.
8042         Fixes leak in corlib compilation.
8043
8044 2008-08-19  Miguel de Icaza  <miguel@novell.com>
8045
8046         * console-io.c: Fix incredibly annoying behavior on the console
8047         after resuming execution after control-z.   This affected every
8048         console application.
8049
8050 2008-08-18 Rodrigo Kumpera  <rkumpera@novell.com>
8051
8052         * mempool-internals.h: Header for mono private mempool functions. The first
8053         two function are for allocating glib linked lists using pools.
8054
8055         * mempool.c: Added g_list_prepend_mempool and g_slist_prepend_mempool.
8056
8057         * Makefile.am: Added mempool-internals.h.
8058
8059 2008-08-16  Zoltan Varga  <vargaz@gmail.com>
8060
8061         * domain.c (mono_domain_create): Call the JIT domain hook if installed.
8062         (mono_domain_free): Ditto.
8063
8064         * domain-internals.h (struct _MonoDomain): Add 'runtime_info' field, this could
8065         be used by the JIT to store its domain-specific information, instead of putting
8066         it directly into MonoDomain.
8067
8068         * domain.c (mono_install_create_domain_hook): New helper function to install
8069         a hook which initializes domain->runtime_info.
8070
8071         * domain.c (mono_install_free_domain_hook): Ditto.
8072         
8073 2008-08-15  Zoltan Varga  <vargaz@gmail.com>
8074
8075         * marshal.c (mono_delegate_end_invoke): Raise an exception instead of
8076         asserting if the ares parameter is null.
8077
8078         * mono-perfcounters.c: Fix warnings.
8079
8080         * marshal.c (mono_marshal_get_delegate_begin_invoke): Don't set save_lmf, it
8081         is not needed, don't check for interruptions either.
8082         (mono_marshal_get_delegate_end_invoke): Ditto.
8083
8084 2008-08-15  Marek Habersack  <mhabersack@novell.com>
8085
8086         * mono-perfcounters.c (predef_readonly_counter): added support for
8087         reading the ASP.NET Requests Queued counter from another process.
8088
8089 2008-08-12  Zoltan Varga  <vargaz@gmail.com>
8090
8091         * metadata-internals.h: Move the 'aot_module' field from MonoAssembly to
8092         MonoImage to simplify the AOT code.
8093
8094 2008-08-10  Zoltan Varga  <vargaz@gmail.com>
8095
8096         * marshal.c (emit_marshal_object): Implement native-to-managed StringBuilder
8097         marshalling. Fixes #416078.
8098
8099 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
8100         
8101         * marshal.c (mono_marshal_get_native_wrapper): Add an 'aot' argument, when
8102         it is set, looking up the icall address is deferred to the JIT, since 
8103         in embedded scenarios, the icall might not be registered in the runtime
8104         doing the AOT compilation. Backported from the 2.0 branch.
8105
8106 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
8107
8108         * marshal.c (mono_remoting_wrapper): Handle nullable types correctly.
8109         Fixes #415621.
8110
8111 2008-08-05  Marek Habersack  <mhabersack@novell.com>
8112
8113         * Makefile.am: added support for cross-compilation.
8114
8115 2008-08-04  Zoltan Varga  <vargaz@gmail.com>
8116
8117         * socket-io.c (get_socket_assembly): Make 'moonlight' variable static.
8118
8119 Fri Aug 1 18:47:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
8120
8121         * mono-perfcounters.c: jitted methods and jitted bytes counters.
8122
8123 Fri Aug 1 16:07:09 CEST 2008 Paolo Molaro <lupus@ximian.com>
8124
8125         * class-internals.h, icall-def.h, mono-perfcounters-def.h,
8126         mono-perfcounters.c: performance counters implementation.
8127
8128 2008-07-31  Zoltan Varga  <vargaz@gmail.com>
8129
8130         * metadata-internals.h (struct _MonoAssembly): Change the type of 'aot_module'
8131         to gpointer, letting the AOT code decide what to store in it.
8132
8133 2008-07-31  Bill Holmes  <billholmes54@gmail.com>
8134
8135         * marshal.c (cominterop_get_native_wrapper) : Adding a call to 
8136           mono_class_setup_methods if the methods are not initialized.
8137
8138         Code is contributed under MIT/X11 license.
8139
8140 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
8141
8142         * verify.c: Remove some debug code I commited by accident.
8143
8144         * verify.c (mono_method_is_valid_in_context): Change the return value
8145         to make possible to distinguish between invalid and unverifiable.
8146
8147         * verify.c (verifier_load_method): Don't return NULL for unverifiable
8148         methods.
8149
8150 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
8151
8152         * verify.c (mono_generic_param_is_constraint_compatible): Inflate type
8153         constraints. Fixes regression in gtest-253.
8154
8155 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
8156
8157         * verify.c (mono_verifier_verify_class): Don't allow generic types
8158         with explicit layout.
8159
8160         * verify.c (mono_method_verify): Check locals and argument types.
8161
8162 2008-07-29  Zoltan Varga  <vargaz@gmail.com>
8163
8164         * monitor.c (mono_monitor_try_enter_internal): Allow nterruption of the
8165         wait if the thread is in StopRequested state.
8166
8167         * class.c (mono_class_from_name): Refactor the module searching code into
8168         a separate function so it can be reused in the AOT case too.
8169
8170 2008-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
8171
8172         * verify.c (mono_type_is_valid_in_context): Improve the error message.
8173         Check both the type and it's generic type definition for loader errors.
8174         
8175         * verify.c (mono_method_is_valid_in_context): Don't generate another
8176         error when a type errors occur, this leads to the wrong exception been
8177         thrown.
8178
8179 2008-07-28  Dick Porter  <dick@ximian.com>
8180
8181         * icall-def.h
8182         * process.c
8183         (ves_icall_System_Diagnostics_Process_ProcessHandle_duplicate):
8184         New internal calls to duplicate and close a process handle.
8185
8186 2008-07-27  Andreas Färber  <andreas.faerber@web.de>
8187
8188         * object.c (CHECK_ADD_OVERFLOW_UN): Add missing bracket. Fixes #412499.
8189
8190 2008-07-27  Zoltan Varga  <vargaz@gmail.com>
8191
8192         * appdomain.c (unload_thread_main): Attach the unload thread to the runtime.
8193
8194 2008-07-27  Robert Jordan  <robertj@gmx.net>
8195
8196         * class.c (mono_class_init): Don't compute class.has_finalize for
8197         valuetypes. Fixes #412477.
8198
8199 2008-07-25 Rodrigo Kumpera  <rkumpera@novell.com>
8200
8201         * verify.c: Implement constraint equivalence checking.
8202         This is required when a generic parameter is used as
8203         argument to a constrained one.
8204
8205         Fixes #410637.
8206
8207 2008-07-24  Zoltan Varga  <vargaz@gmail.com>
8208
8209         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
8210
8211         * domain-internals.h (struct _MonoDomain): Add 'method_code_hash' field.
8212
8213         * object-internals.h (struct _MonoDelegate): Add 'method_code' field,
8214         synch with managed object layout.
8215
8216 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
8217
8218         * verify.c (do_branch_op): Handle valuetypes and generic
8219         arguments properly.
8220
8221         * verify.c (do_cmp_op): Same.
8222
8223         Fixes #410383.
8224
8225 2008-07-24  Mark Probst  <mark.probst@gmail.com>
8226
8227         * generic-sharing.c: Fix memory leaks.
8228
8229         * class.c, class-internals.h: Make
8230         mono_class_inflate_generic_type_with_mempool() non-static.
8231
8232 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
8233
8234         * pedump.c (dump_verify_info): Dump full class name.
8235
8236 2008-07-24  Mark Probst  <mark.probst@gmail.com>
8237
8238         * generic-sharing.c: Removed some old code that didn't do anything.
8239
8240 2008-07-24  Massimiliano Mantione  <massi@ximian.com>
8241         * profiler.c: Added runtime_initialized_event,
8242         mono_profiler_install_runtime_initialized and
8243         mono_profiler_runtime_initialized. This new hook tells the profiler
8244         when the runtime is sufficiently initialized to be able to call
8245         mono_thread_attach on the root appdomain.
8246         * profiler.h, profiler-private.h: Likewise.
8247
8248 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
8249
8250         * verify.c (do_cast): Do boxing for generic arguments as well.
8251
8252         * class.c (is_nesting_type): Drop generic instantiations before
8253         checking for nesting.
8254
8255         * class.c (can_access_instantiation): Allow access to generic
8256         arguments.
8257
8258 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
8259
8260         * verify.c (verify_class_for_overlapping_reference_fields):
8261         On some cases, the field size might be zero, guard against that.
8262         Fix the explicit layout check to work as expected.
8263
8264 2008-07-23  Zoltan Varga  <vargaz@gmail.com>
8265
8266         * threads.c (ves_icall_System_Threading_Thread_Abort): Avoid calling 
8267         mono_thread_resume () during shutdown, since the thread we want to abort
8268         might be suspended.
8269
8270 2008-07-22  Zoltan Varga  <vargaz@gmail.com>
8271
8272         * mono-debug-debugger.c (mono_debugger_check_breakpoints): Fix a 
8273         warning.
8274
8275         * debug-mono-symfile.c: Fix a warning.
8276
8277         * mono-perfcounters.c (get_cpu_times): Fix a warning.
8278
8279         * object.c (mono_class_vtable): Check if exception_type is set, and return
8280         NULL as defined by the function comments.
8281
8282 2008-07-22  Mark Probst  <mark.probst@gmail.com>
8283
8284         * mempool.c: Use malloc for every single mempool allocation if the
8285         configure option is set.  This makes it easier to track mempool
8286         allocations with tools like Valgrind.
8287
8288 2008-07-22  Jb Evain  <jbevain@novell.com>
8289
8290         * reflection.c (create_dynamic_mono_image): emit the same
8291         metadata version that SL2 does when creating a SL2 image.
8292
8293 2008-07-21 Rodrigo Kumpera  <rkumpera@novell.com>
8294
8295         * icall-def.h:
8296         * icall.c: New icall System.Enum:get_hashcode. This function
8297         avoids the overhead of boxing the enum to the underlying type.
8298
8299 2008-07-21  Mark Probst  <mark.probst@gmail.com>
8300
8301         * reflection.c (mono_method_get_object): Don't let static RGCTX
8302         invoke wrappers get into MonoReflectionMethods.
8303
8304 2008-07-17 Rodrigo Kumpera  <rkumpera@novell.com>
8305
8306         * object-internals.h:
8307         * object.c: New mono_runtime_class_init_full function
8308         that makes throwing the exception optinal.
8309
8310         * class-internals.h: New exception type MONO_EXCEPTION_OBJECT_SUPPLIED
8311         for the case where the exception object is supplied.
8312
8313 2008-07-16  Kornél Pál  <kornelpal@gmail.com>
8314
8315         * coree.h: Define __ImageBase as _image_base__ on cygwin that fixes build with
8316         old ld versions.
8317
8318         Contributed under MIT/X11 license.
8319
8320 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
8321
8322         * string-icalls.c (ves_icall_System_String_InternalSplit):
8323         Optimize array allocation by caching the MonoClass of the
8324         array type.
8325
8326         * icall.c (ves_icall_Type_GetMethodsByName): Same.
8327
8328         * reflection.c (mono_param_get_objects): Same.
8329
8330 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
8331
8332         * icall-def.h:
8333         * icall.c: New ves_icall_MonoGenericClass_InflateType icall.
8334         It inflates the given type using the class context.
8335
8336 2008-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
8337
8338         * object.c (mono_class_try_get_vtable): New function. Tries to fetch
8339         the vtable if it already exists.
8340
8341         * object-internals.h: Add mono_class_try_get_vtable as part of the
8342         internal API.
8343
8344         * reflection.c (mono_type_get_object): Use the MonoObject from the
8345         vtable when possible. Reduces locking contention on reflection heavy
8346         code.
8347
8348 2008-07-15  Zoltan Varga  <vargaz@gmail.com>
8349
8350         * decimal.c (my_g_bit_nth_msf): Implement this directly without calling
8351         g_bit_nth_msf () since that macro is not implemented in eglib.
8352
8353 2008-07-13  Zoltan Varga  <vargaz@gmail.com>
8354
8355         * class.c (mono_class_generic_sharing_enabled): Always disable generic sharing
8356         on platforms which do not support it.
8357
8358 2008-07-12  Zoltan Varga  <vargaz@gmail.com>
8359
8360         * marshal.c (mono_signature_to_name): Encode sig->hasthis as well.
8361
8362 2008-07-11  Martin Baulig  <martin@ximian.com>
8363
8364         * mono-debug-debugger.h
8365         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_INTERRUPTION_REQUEST'.
8366
8367         * mono-debug-debugger.c
8368         (_mono_debugger_interruption_request): New global volatile variable.
8369         (mono_debugger_check_interruption): New public function.
8370
8371         * threads.c
8372         (mono_thread_current_check_pending_interrupt): Call
8373         mono_debugger_check_interruption().
8374         (mono_thread_interruption_checkpoint_request): Likewise.
8375
8376 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
8377
8378         * verify.c: Add more type checks for loaded types. Verify the result
8379         handle from ldtoken.
8380
8381 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
8382
8383         * loader.c (field_from_memberref): Don't crash if the field
8384         wasn't found.
8385
8386 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
8387
8388         * verify.c: Verify if type and method instantiations
8389         don't have invalid VAR or MVAR arguments.
8390
8391 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
8392
8393         * verify.c: Fix double free of function pointer list.
8394
8395 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
8396
8397         * object.c (mono_string_to_utf8): Comment the new code as it
8398         breaks under eglib.
8399
8400 2008-07-08 Rodrigo Kumpera  <rkumpera@novell.com>
8401
8402         * object.c (mono_string_to_utf8): Avoid allocating a temp array.
8403
8404 2008-07-07  Bill Holmes  <billholmes54@gmail.com>
8405
8406         * threads.c : Thread.Interrupt changes to ensure that ThreadInterruptedException
8407           is not throw too many times.
8408
8409         Code is contributed under MIT/X11 license.
8410
8411 2008-07-07  Zoltan Varga  <vargaz@gmail.com>
8412
8413         * mono-debug.c (mono_debug_find_method): Allow this to be called even when
8414         debugging is turned off.
8415
8416 2008-07-06  Zoltan Varga  <vargaz@gmail.com>
8417
8418         * generic-sharing.c (mono_method_lookup_rgctx): Fix a warning.
8419
8420 2008-07-04  Mark Probst  <mark.probst@gmail.com>
8421
8422         * class-internals.h, class.c: Added new generic sharing option:
8423         Share only stuff in System.Collections.Generic, which is now the
8424         default.
8425
8426 2008-07-04  Mark Probst  <mark.probst@gmail.com>
8427
8428         * generic-sharing.c, class-internals.h: New function for getting a
8429         generic method in a generic class given the corresponding method
8430         for a different instantiation of the class.  Partly refactored
8431         from mini-trampolines.c.
8432
8433         * class.c: Make sure generic methods have a class_inst if they are
8434         part of a generic class.
8435
8436         * metadata.c (mono_type_stack_size_internal): Handle type
8437         variables.
8438
8439 2008-07-04  Mark Probst  <mark.probst@gmail.com>
8440
8441         * domain-internals.h: New field (has_this) in MonoGenericJitInfo.
8442         Signifies whether information on the this/vtable/mrgctx variable
8443         is available.
8444
8445 2008-07-04  Mark Probst  <mark.probst@gmail.com>
8446
8447         * object.c, object-internals.h, icall.c: New function
8448         mono_delegate_ctor_with_method(), which does the same as
8449         mono_delegate_ctor(), but takes an explicit method argument
8450         instead of taking the method from the jit info.
8451
8452         * marshal.c: When creating a delegate with an inflated method take
8453         the "this" argument as the target class for the castclass.
8454
8455 2008-07-03  Mark Probst  <mark.probst@gmail.com>
8456
8457         * domain.c (mono_jit_info_table_find): Fixed a bug that caused
8458         mono_jit_info_table_find() to perform very badly in some cases.
8459
8460 2008-07-02  Zoltan Varga  <vargaz@gmail.com>
8461
8462         * icall.c (type_from_typename): Handle 'string'.
8463
8464         * marshal.c (mono_marshal_get_runtime_invoke): Don't insert runtime invoke
8465         wrappers into the wrapper_hash, since the key is not a MonoMethod.
8466
8467 2008-07-01  Zoltan Varga  <vargaz@gmail.com>
8468
8469         * icall.c (mono_get_jit_icall_info): New function to return the jit icall hash table.
8470
8471         * *-gc.c (mono_gc_get_managed_allocator_types): New function to return the
8472         number of available managed allocator types.
8473
8474         * marshal.c (mono_marshal_init): Register Thread:ResetAbort as an icall ().
8475         (mono_marshal_get_runtime_invoke): Call ResetAbort as an icall.
8476
8477 2008-06-30  Zoltan Varga  <vargaz@gmail.com>
8478
8479         * domain-internals.h (struct _MonoDomain): Add 'jit_code_hash_lock' field,
8480         which is a low level lock protecting just the 'jit_code_hash' hash table.
8481
8482         * domain.c: Initialize+cleanup jit_code_hash_lock.
8483         
8484 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
8485
8486         * coree.c (mono_load_coree): Set coree_module_handle global variable only
8487         after initialization.
8488
8489         * coree.h: Make MonoFixupExe internal.
8490
8491         Contributed under MIT/X11 license.
8492
8493 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
8494
8495         * coree.c (_CorValidateImage): Retain IMAGE_DIRECTORY_ENTRY_SECURITY
8496         because that is platform independent. Check NumberOfRvaAndSizes in PE32
8497         as well.
8498         (MonoLoadImage): New wrapper function around LoadLibrary to ensure that the
8499         image being loaded is a CLI image and _CorValidateImage gets called.
8500
8501         * coree.h: Add MonoLoadImage.
8502
8503         * image.c (mono_image_open_full): Load CLI images using MonoLoadImage
8504         instead of LoadLibrary.
8505
8506         Contributed under MIT/X11 license.
8507
8508 2008-06-29 Rodrigo Kumpera  <rkumpera@novell.com>
8509
8510         * icall.c (ves_icall_System_ValueType_Equals): Avoid allocating objects
8511         for any primitive type.
8512
8513 2008-06-29  Zoltan Varga  <vargaz@gmail.com>
8514
8515         * object.c (mono_array_new_specific): Optimize this and the other allocation
8516         functions a bit.
8517         
8518         * object.c (mono_class_create_runtime_vtable): Use typed allocation in other
8519         domains too if mono_dont_free_domains is set.
8520
8521         * domain-internals.h (mono_dont_free_domains): New internal option controlling
8522         whenever to free appdomain data after it has been unloaded.
8523
8524         * domain.c (mono_domain_free): Don't free appdomain data if the option is set.
8525         
8526 2008-06-28  Zoltan Varga  <vargaz@gmail.com>
8527
8528         * icall.c (ves_icall_System_Enum_get_underlying_type): New icall.
8529         (mono_method_get_equivalent_method): Fix a warning.
8530
8531         * object.c (mono_message_init): Avoid looking up array types for each call.
8532
8533 2008-06-27  Zoltan Varga  <vargaz@gmail.com>
8534
8535         * object.c (mono_message_invoke): Avoid looking up the object[] type for each
8536         call.
8537
8538         * icall.c (ves_icall_System_ValueType_Equals): Optimize the comparison of enums
8539         even more.
8540
8541         * class.c (mono_class_get_fields): Avoid calling setup_fields_locking () for
8542         each iteration.
8543
8544         * icall.c (ves_icall_System_ValueType_Equals): Avoid traversing all the static
8545         fields of an enum.
8546
8547 2008-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
8548
8549         * object.c (mono_value_box): Fix boxing of nullables.
8550
8551 2008-06-26  Kornél Pál  <kornelpal@gmail.com>
8552
8553         * assembly.c (mono_set_rootdir): Use __ImageBase instead of
8554         mono_module_handle that is defined by the linker; no initialization required.
8555         * coree.h: Remove mono_module_handle, add __ImageBase, update
8556         mono_image_open_from_module_handle.
8557         * coree.c (_CorValidateImage): Convert platform independent PE32 images to
8558         PE32+ on 64-bit Windows that makes the OS able to load CIL images as modules.
8559         (MonoFixupCorEE): Export Address Table RVAs are 32-bit unsigned integers so
8560         memory has to be allocated for trampolines (x64) or procedure labels (IA64) up
8561         to 4 GB away from image base address. IA64 version is not tested but was very
8562         easy to implement and should work if we ever need it.
8563         * domain.c (mono_init_internal): Avoid system error message boxes.
8564         * image.c (mono_image_open_from_module_handle): Replace ref_count argument
8565         with has_entry_point. Handle do_mono_image_load fauilre correctly.
8566         (mono_image_open_full, mono_image_close): Use has_entry_point instead of
8567         coff_attributes that is a more reliable way to detect if _CorDllMain was called.
8568         * metadata-internals.h: Add has_entry_point to _MonoImage on Windows.
8569
8570         Contributed under MIT/X11 license.
8571
8572 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
8573
8574         * class.c, class-internals.h: Export mono_class_get_generic_type_definition
8575         as part of the private mono API.
8576         
8577         * loader.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandleInternalType):
8578         Do proper argument checking for methods that belong to generic classes.
8579         Do proper type resolution for GMFH/2.
8580         Fixes #377324.
8581         
8582 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
8583
8584         * verify.c (do_switch): Fix a memory corruption bug with
8585         the jump index is out of bound.
8586
8587 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
8588
8589         * verify.c: Disable debug code.
8590
8591 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
8592
8593         * reflection.c (mono_image_get_methodbuilder_token): Use
8594         mono_image_get_methodspec_token_for_generic_method_definition
8595         instead of mono_image_get_memberref_token. We cache more memberef
8596         entries now.
8597
8598 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
8599
8600         * verify.c: Inflate exception clause types.
8601         Fixes #402606.
8602         
8603 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
8604
8605         * reflection.c (mono_image_get_methodbuilder_token): Don't leak
8606         name.
8607
8608         * reflection.c (mono_image_get_ctorbuilder_token): Same.
8609
8610         * reflection.c (mono_image_create_method_token): Same.
8611
8612 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
8613
8614         * reflection.c: Added mono_image_get_methodref_token_for_methodbuilder.
8615         It does the same as mono_image_get_methodref_token but works on
8616         MethodBuilder.
8617
8618         * reflection.c: Use mono_image_get_methodspec_token_for_generic_method_definition
8619         and always generate a methodspec. This follows the old behavior and fixes
8620         the regressions in System.Core. 
8621
8622 2008-06-24  Zoltan Varga  <vargaz@gmail.com>
8623
8624         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Collect exceptions for classes where 
8625         don't event mono_class_get () succeeds. Fixes #402182.
8626
8627 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
8628
8629         * metadata-internals.h: Added MonoDynamicImage::methodspec
8630         hashtable to store methodspec tokens created for MethodBuilders.
8631
8632         * reflection.c (mono_image_get_methodbuilder_token): Encode generic
8633         MethodBuilders as open instantiations if a methodspec was requested.
8634
8635         * reflection.c (fixup_method): Skip MethodBuilder with methodspec tokens.
8636
8637         * reflection.c (create_dynamic_mono_image): Create the methodspec hashtable.
8638
8639         * reflection.c (mono_dynamic_image_free): Release the methodspec hashtable.
8640
8641         Fixes bug #349190.
8642
8643 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
8644
8645         * loader.c (method_from_methodspec): Avoid crashing if the
8646         method lookup fails.
8647
8648 2008-06-20  Dick Porter  <dick@ximian.com>
8649
8650         * socket-io.c (get_socket_assembly): Cope with Moonlight network
8651         classes being in a different assembly.  Fixes bug 399184.
8652
8653 2008-06-20  Zoltan Varga  <vargaz@gmail.com>
8654
8655         * loader.c (mono_loader_init): Make this callable multiple times.
8656         (mono_dllmap_insert): Call mono_loader_init () so this works even before
8657         the runtime is initialized. Fixes #401755.
8658
8659 2008-06-19  Dick Porter  <dick@ximian.com>
8660
8661         * socket-io.c (convert_socketflags): Ignore SocketFlags.Partial.
8662         Fixes bug 349688.
8663
8664 2008-06-19  Dick Porter  <dick@ximian.com>
8665
8666         * socket-io.c:
8667         * icall-def.h: Implement Socket generic Send() and Receive()
8668         methods.  Fixes bug 395168.
8669
8670 2008-06-19  Kornél Pál  <kornelpal@gmail.com>
8671
8672         * icall-def.h, icall.c: Add ves_icall_System_Reflection_Module_GetHINSTANCE.
8673
8674         Contributed under MIT/X11 license.
8675
8676 2008-06-18  Martin Baulig  <martin@ximian.com>
8677
8678         * mono-debug.h (MONO_DEBUGGER_VERSION): Split into
8679         `MONO_DEBUGGER_MAJOR_VERSION' and `MONO_DEBUGGER_MINOR_VERSION';
8680         set to 80.0.  The debugger <-> runtime interface is now frozen as
8681         well.   
8682
8683         * mono-debug.c
8684         (mono_debug_debugger_version): Bump to 4.
8685
8686 2008-06-18  Martin Baulig  <martin@ximian.com>
8687
8688         * debug-mono-symfile.c
8689         (load_symfile): Don't check the minor version.
8690
8691         * debug-mono-symfile.h: Bump the version number to 50.0.
8692
8693 2008-06-18  Martin Baulig  <martin@ximian.com>
8694
8695         * debug-mono-symfile.c
8696         (load_symfile): Treat `MONO_SYMBOL_FILE_MINOR_VERSION' as a
8697         minimum required version.
8698
8699 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
8700
8701         * reflection.c (mono_custom_attrs_from_property): Fix support for
8702         retriveving cattrs of dynamic inflated generic types.
8703
8704         * reflection.c (mono_custom_attrs_from_event): Same.
8705
8706         * reflection.c (mono_custom_attrs_from_field): Same;
8707
8708         * reflection.c (typebuilder_setup_events): Same cattrs of events.
8709
8710         * loader.c (-mono_metadata_get_corresponding_field_from_generic_type_definition):
8711         Moved to metadata.c.
8712
8713         * metadata.c: New functions to retrive the equivalent field, event
8714         of property from the generic type definition.
8715
8716         * metadata-internals.h: Added new functions from metadata.c.
8717
8718 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
8719
8720         * reflection.c (mono_custom_attrs_from_builders): Mark MonoCustomAttrInfo
8721         to cached in a mempool is used.
8722
8723         * metadata.c (free_generic_class): In some situations field generic_info type
8724         is not properly dup'ed and leads to double free'ing.
8725
8726         Fixes #400643.
8727
8728 2008-06-17  Mark Probst  <mark.probst@gmail.com>
8729
8730         * marshal.c (mono_marshal_get_static_rgctx_invoke): Also handle
8731         this arguments (will be needed later for generic methods).
8732         Collect stats.
8733
8734 2008-06-17  Mark Probst  <mark.probst@gmail.com>
8735
8736         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
8737         Create a static RGCTX invoke wrapper for methods which require it.
8738
8739 2008-06-17  Mark Probst  <mark.probst@gmail.com>
8740
8741         * object.c, class-internals.h: New function for checking whether
8742         an individual field is special static.
8743
8744 2008-06-15  Zoltan Varga  <vargaz@gmail.com>
8745
8746         * metadata.c (mono_metadata_get_generic_param_row): Use bsearch instead of
8747         linear search since the table is sorted.
8748
8749         * gc.c (mono_gc_cleanup): Abort the finalizer thread more gracefully.
8750         Fixes #324180.
8751
8752 2008-06-14  Zoltan Varga  <vargaz@gmail.com>
8753
8754         * appdomain.c (unload_thread_main): Applied patch from Tim Howard 
8755         (timh@ict.om.org). Remove the timeouts when waiting for appdomains to unload.
8756
8757         * gc.c (mono_domain_finalize): Allow an infinite timeout.
8758
8759         * threads.c (mono_threads_abort_appdomain_threads): Ditto.
8760         
8761         * threads.c (mono_thread_request_interruption): Get rid of locking, use
8762         InterlockedCompareExchange to query and modify 
8763         thread->interruption_requested.
8764
8765         * object-internals.h (struct _MonoThread): Change interruption_requested
8766         to a gint32 so it can be modified by atomic operations. Add 
8767         'critical_region_level' from the managed side, change small_id to a guint32,
8768         add new set of 'unused' fields.
8769
8770         * appdomain.c: Bump corlib version.
8771
8772 2008-06-13  Zoltan Varga  <vargaz@gmail.com>
8773
8774         * class.c (mono_class_from_name): Search modules as well. Fixes
8775         #322332.
8776
8777 2008-06-13  Mark Probst  <mark.probst@gmail.com>
8778
8779         * generic-sharing.c: Code for maintaining the MRGCTX and MRGCTX
8780         templates.  Templates are generalized with an additional type_argc
8781         argument.  RGCTX templates have type_argc==0, MRGCTX templates
8782         have type_argc>0.
8783
8784         * domain-internals.h, domain.c: New hash table for looking up
8785         MRGCTXs.
8786
8787         * metadata.c, metadata-internals.h: Rename hash and equal
8788         functions for MonoGenericInst's and make them public.
8789
8790         * class-internals.h: New data structures for the MRGCTX.  Macros
8791         for distinguishing slots in the RGCTX and the MRGCTX.
8792
8793 2008-06-13  Mark Probst  <mark.probst@gmail.com>
8794
8795         * object.c (mono_method_get_imt_slot): Put the same methods of
8796         different instantiations of the same generic interface in the same
8797         IMT slots, to make generic sharing simpler.
8798
8799 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
8800
8801         * metadata-internals.h: Added mono_metadata_field_info_with_mempool.
8802
8803         * metadata.c (mono_metadata_field_info_with_mempool): Added.
8804         This function works just like mono_metadata_field_info, but
8805         accept a mempool as argument to be used allocating memory.
8806
8807         * marshal.c (mono_marshal_load_type_info): Use new function
8808         to load marshal data into image mempool.
8809
8810 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
8811
8812         * class.c (mono_class_inflate_generic_type_with_mempool):
8813         This function allows to inflate a generic type using
8814         a mempool.
8815
8816         * class.c (inflate_generic_type): Take a mempool as argument
8817         and use it to do type dup'ing.
8818
8819         * class.c (mono_class_setup_fields): Field type for generic
8820         generic classes are allocated from the image mempool.
8821
8822         * metadata.c (free_generic_class): Inflated field type is
8823         now allocated in the image mempool.
8824
8825 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
8826
8827         * threads.c (thread_cleanup): Free MonoThread::name.
8828
8829 2008-06-12  Marek Habersack  <mhabersack@novell.com>
8830
8831         * appdomain.c (ensure_directory_exists): avoid unnecessary
8832         mkdir(2) calls when the shadow directory already exists.
8833         (mono_make_shadow_copy): copy also satellite assemblies from the
8834         private bin directories.
8835
8836 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
8837
8838         * threads.c (mono_thread_get_stack_bounds): Align the stack in all cases.
8839         
8840         * threads.c (mono_thread_get_stack_bounds): Align the stack address to
8841         a page boundary. Fixes #396219.
8842
8843 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
8844
8845         * marshal.c (mono_marshal_load_type_info): Add a memory barrier
8846         due to double-checked locking.
8847
8848 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
8849
8850         * assembly.c (build_assembly_name): Release memory on failure.
8851
8852         * assembly.c (mono_assembly_name_parse_full): Release memory on failure.
8853
8854 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
8855
8856         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Release
8857         memory on failure.
8858
8859 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
8860
8861         * icall.c (ves_icall_System_Reflection_AssemblyName_ParseName): Release
8862         memory on failure.
8863
8864 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
8865
8866         * loader.c (field_from_memberref): Check if field signature type is equal
8867         to the non-inflated type of the field. Fixes #398980.
8868
8869 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
8870
8871         * assembly.c (mono_assembly_load_from_full): Call 
8872         mono_assembly_load_friends () outside the assemblies lock, since it can
8873         acquire the loader lock. Fixes #323696.
8874
8875         * reflection.c (resolve_object): Inflate the inst with the context for
8876         FieldOnTypeBuilderInst. Fixes #399010.
8877
8878 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
8879
8880         * reflection.c (mono_image_get_field_on_inst_token): Don't
8881         inflate the field to encode it's signature. If it's a
8882         VAR or MVAR it should stay that way in the signature.
8883         Fixes #399047.
8884
8885 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
8886
8887         * reflection.c (resolve_object): Release memory of inflated types.
8888
8889 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
8890
8891         * loader.c (mono_method_get_signature_full): Remove assert about
8892         loading a methodspec to a generic method. We have such methods, such as
8893         System.Threading.Interlocked::CompareExchange<T>.
8894         This assert was removed since it crashes the verifier when it checks
8895         methods calling CompareExchange<T>.
8896
8897 2008-06-10  Marek Safar  <marek.safar@gmail.com>
8898
8899         * icall.c (ves_icall_MonoMethod_GetGenericArguments): Creates an instance
8900         of Type array and not MonoType.
8901
8902 2008-06-10  Marek Habersack  <mhabersack@novell.com>
8903
8904         * profiler.c: fix a segfault on shutdown. Patch from Paolo Molaro
8905         <lupus@ximian.com>
8906
8907 2008-06-10  Martin Baulig  <martin@ximian.com>
8908
8909         * debug-mono-symfile.h
8910         (MONO_SYMBOL_FILE_MINOR_VERSION): Bump to 6.  There were no
8911         changes to the file format, but we were generating incorrect
8912         source file indices in the line number table due to a bug, which
8913         made backtraces report an incorrect source file.
8914
8915 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
8916
8917         * mono-debug.c: Moved mono_debug_free_method_jit_info from
8918         mini/debug-mini.c to here.
8919
8920         * mono-debug.c (il_offset_from_address): Free memory from find_method.
8921
8922         * mono-debug.h: Export mono_debug_free_method_jit_info, users should
8923         use it to release structs returned by mono_debug_find_method.
8924
8925 2008-06-10  Zoltan Varga  <vargaz@gmail.com>
8926
8927         * class.c (mono_class_setup_vtable): Call setup_methods even for interfaces
8928         since it needs to set method->slot for all interface methods.
8929
8930 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
8931
8932         * class-internals.h: Forgot to add.
8933
8934 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
8935
8936         * class-internals.h: Added MONO_PROP_DYNAMIC_CATTR.
8937
8938         * reflection.c (lookup_custom_attr): Added a MonoImage argument.
8939         Lookup the custom attributes from property_hash.
8940
8941         * reflection.c (mono_save_custom_attrs): Save the custom attributes
8942         in property_hash. Allocate all data using the image mempool.
8943
8944         * reflection.c: Removed dynamic_custom_attrs. Changed all checks
8945         for dynamic_custom_attrs to checks if the image is dynamic.
8946
8947 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
8948
8949         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Free the
8950         assemblies array.
8951         
8952         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid calling
8953         runtime functions while holding the domain assemblies lock.
8954
8955 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
8956
8957         * verify.c: Reapplied the last bit of the reverted changes.
8958
8959 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
8960
8961         * verify.c: Reapplied more of the reverted changes.
8962
8963 2008-06-09  Martin Baulig  <martin@ximian.com>
8964
8965         * debug-mono-symfile.c (load_symfile): Check the major version
8966         first; if it's wrong, don't print the minor version in the error message.
8967
8968 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
8969
8970         * appdomain.c (set_domain_search_path): Make this use the domain assemblies
8971         lock instead of the domain lock to avoid deadlocks, since the thread might
8972         already hold the loader lock.
8973
8974         * threads.c (start_wrapper): Call mono_monitor_init_tls ().
8975         (mono_thread_attach): Ditto.
8976
8977         * monitor.c: Use a TLS variable for holding the current thread id instead
8978         of calling pthread_self ().
8979         (mono_monitor_init_tls): New internal function to initialize the TLS
8980         variable.
8981         (mono_monitor_try_enter_internal): Put the owner == id check after the
8982         owner == 0 check.
8983
8984         * object-internals.h (_G_BOOLEAN_EXPR): Redefine this glib macro to avoid
8985         missed optimizations when using gcc-4.3.
8986
8987 2008-06-08 Rodrigo Kumpera  <rkumpera@novell.com>
8988
8989         * reflection.c (mono_dynamic_image_free): Free the memory
8990         used by MonoGenericParam in MonoDynamicImage::gen_param.
8991
8992         * reflection.c (mono_reflection_setup_generic_class): Allocate
8993         container from mempool.
8994
8995         * reflection.c (mono_reflection_initialize_generic_parameter): Allocate
8996         container from mempool.
8997
8998 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
8999
9000         * threads.c (mono_set_pending_exception): New internal function to set the
9001         pending exception of the current thread.
9002         (mono_thread_get_and_clear_pending_exception): Check for 
9003         thread->pending_exception as well.
9004
9005         * object-internals.h (struct _MonoThread): Add 'pending_exception' field.
9006
9007         * boehm-gc.c (mono_gc_base_init): Set GC_no_dls before calling GC_init () since
9008         it can trigger a collection.
9009
9010 2008-06-06  Martin Baulig  <martin@ximian.com>
9011
9012         Merged the `debugger-kahalo' branch.
9013
9014         * mono-debug.h
9015         (MONO_DEBUGGER_VERSION): Bumped to 72.
9016
9017         * debug-mono-symfile.h
9018         (MonoSymbolFileMethodIndexEntry): Removed.
9019         (MonoSymbolFileMethodEntry): New public typedef.
9020         (MonoSymbolFileOffsetTable): Added `_is_aspx_source'.
9021         (MonoSymbolFileSourceEntry): Remove everything except `index' and
9022         `data_offset'.
9023         (MonoSymbolFileMethodEntry): Removed.
9024         (MonoSymbolFileLexicalBlockEntry): Removed.
9025         (MonoSymbolFileLineNumberEntry): Removed.
9026         (MonoDebugLexicalBlockEntry): Removed.
9027         (MonoDebugMethodInfo): Replaced `entry' by `guint32 entry_offset';
9028         removed `num_il_offsets' and `il_offsets'.
9029         (MonoSymbolFile): Replace `version' with `major_version' and
9030         `minor_version'.
9031         (MONO_SYMBOL_FILE_VERSION): Replace with
9032         `MONO_SYMBOL_FILE_MAJOR_VERSION' and
9033         `MONO_SYMBOL_FILE_MINOR_VERSION'.
9034
9035         * debug-mono-symfile.c
9036         (mono_debug_symfile_lookup_location): Add support for the new line
9037         number table format.
9038
9039 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
9040
9041         * metadata.c (free_generic_class): Release the inflated
9042         MonoClass of dynamic generic classes if it's not a generic
9043         type definition.
9044
9045 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
9046
9047         * verify.c: Reapplied more of the reverted changes.
9048
9049 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
9050
9051         * reflection.c (lookup_custom_attr): Clean the cached flag or
9052         nobody will free it. Fixes a memleak in MonoCustomAttrs::IsDefinedInternal
9053         for SRE types.
9054
9055 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
9056
9057         * verify.c: Reapplied a small part of the reverted changes.
9058
9059 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
9060
9061         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
9062
9063         * monitor.c (mono_monitor_try_enter_internal): Add NULL check which was 
9064         previously in managed code.
9065         (mono_monitor_exit): Ditto.
9066         (ves_icall_System_Threading_Monitor_Monitor_exit): Removed, not needed anymore.
9067
9068         * icall-def.h: Rename the Enter/Exit icalls to simply Enter/Exit to match
9069         the managed definition.
9070
9071 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
9072
9073         * verify.c: Revert changes to see if it helps with weird buildbot crashes.
9074
9075 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
9076
9077         * monitor.c: Redefine GetCurrentThreadId () with a macro on !win32.
9078         
9079         * monitor.c: Add some micro optimizations.
9080
9081         * icall.c (type_from_typename): Handle 'bool'.
9082
9083 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
9084
9085         * verify.c: Implement constructor verification per P III 1.8.1.4.
9086         Fixes #396716.
9087
9088 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
9089
9090         * assembly.c (mono_assembly_loaded_full): Avoid calling the search hooks while
9091         holding the assemblies lock here too.
9092
9093 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
9094
9095         * verify.c: Kill stack_top function.
9096
9097 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
9098
9099         * verify.c: Kill stack_get function.
9100
9101 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
9102
9103         * verify.c (mono_method_verify): Last change broke the build. Fixed.
9104
9105 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
9106
9107         * verify.c (verify_type_compatibility_full): Make SZARRAY checks
9108         more reliable.
9109
9110         * verify.c (mono_method_verify): Inflate params and locals to avoid
9111         mismatch when checking for compatibility.
9112
9113 2008-06-05  Jonathan Chambers  <joncham@gmail.com>
9114
9115         * metadata.c (mono_string_from_bstr): Fix BSTR marshalling.
9116         Length prefix should be size in bytes. Fix bug #339530.
9117         
9118         * metadata.c (mono_string_to_bstr): Fix BSTR marshalling.
9119         Length prefix should be size in bytes. Fix bug #339530.
9120
9121         Code is contributed under MIT/X11 license.
9122
9123 2008-06-05  Bill Holmes <billholmes54@gmail.com>
9124
9125         * decimal.c:  Adding MSVC implementation to my_g_bit_nth_msf.
9126
9127         Contributed under MIT/X11 license.
9128
9129 2008-06-05  Martin Baulig  <martin@ximian.com>
9130
9131         * mono-debug-debugger.c
9132         (mono_debugger_check_breakpoints): Reflect latest runtime changes.
9133
9134 2008-06-05  Zoltan Varga  <vargaz@gmail.com>
9135
9136         * assembly.c (mono_assembly_load_from_full): Avoid calling the search hooks
9137         while holding the assemblies lock to prevent deadlocks. Handle the case
9138         where the search hook returns NULL but the assembly was still loaded.
9139         Fixes #323696.
9140
9141         * appdomain.c (set_domain_search_path): Acquire the domain lock since we
9142         modify domain state.
9143
9144 2008-06-05  Andreas Färber  <andreas.faerber@web.de>
9145
9146         * boehm-gc.c: Add DTrace probes gc-{begin,end}.
9147         * Makefile.am (pedump_LDADD): Post-process object files and
9148         add dtrace-generated object file, if necessary.
9149
9150         Code is contributed under MIT/X11 license.
9151
9152 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
9153
9154         * reflection.c (mono_dynamic_image_free): Free MonoDynamicImage::public_key.
9155
9156 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
9157
9158         * class.c (mono_type_get_full): Add a work-around for generic type definitions.
9159
9160 2008-06-04  Mark Probst  <mark.probst@gmail.com>
9161
9162         * threads.c: Try to free everything from the delayed free table
9163         when shutting down threads, and set the variable to NULL after the
9164         table is freed so that calling
9165         mono_thread_hazardous_try_free_all() when shutting down the root
9166         domain doesn't crash.
9167
9168 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
9169
9170         * class.c (mono_type_retrieve_from_typespec): Add an argument to inform
9171         the caller if resulting type was inflated.
9172
9173         * class.c (mono_class_create_from_typespec): Free the MonoType if it
9174         was inflated.
9175
9176         * class.c (mono_type_get_full): Free the MonoType if it was inflated.
9177
9178
9179 2008-06-04  Zoltan Varga  <vargaz@gmail.com>
9180
9181         * decimal.c (rescale128): Rework the code a bit so it no longer crashes the
9182         class library tests.
9183
9184         * icall.c (ves_icall_InternalInvoke): Applied patch from Andy Hume 
9185         (andyhume32@yahoo.co.uk). Add more useful exception messages. Fixes
9186         #396989.
9187
9188 2008-06-04  Mark Probst  <mark.probst@gmail.com>
9189
9190         * domain.c, domain-internals.h: The JIT infos are now freed by the
9191         JIT info table code.  They are freed immediately if there only a
9192         single JIT info table in circulation.  If there is more, the free
9193         is delayed via a queue.
9194
9195         * threads.c, threads-types.h: New hazard pointer function for
9196         freeing all freeable delayed items in one sitting.
9197
9198 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9199
9200         * reflection.c (typebuilder_setup_fields): Use mempool for allocations.
9201
9202         * reflection.c (typebuilder_setup_properties): Same.
9203
9204         * reflection.c (typebuilder_setup_events): Same.
9205
9206 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9207
9208         * reflection.c (mono_custom_attrs_from_builders): Receive a MonoMemPool
9209         and use it for allocating memory.
9210
9211         * reflection.c (mono_marshal_spec_from_builder): Same.
9212
9213         * reflection.c: Change code to use new signatures.
9214
9215         * metadata.c (mono_metadata_type_dup): Add a FIXME note.
9216
9217 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
9218
9219         * decimal.c (rescale128): Put back one line which was accidently commented
9220         out.
9221         
9222         * decimal.c (rescale128): Disable the code added by the last patch, as it seems
9223         to cause crashes.
9224
9225 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9226
9227         * reflection.c (mono_reflection_generic_class_initialize): Name must
9228         be always malloc'ed so we can free it later on. Do this for field, property
9229         and event.
9230
9231         * metadata.c (free_generic_class): Free field, property and event names.
9232
9233 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9234
9235         * reflection.c (fieldbuilder_to_mono_class_field): Use mono_metadata_type_dup
9236         instead of g_memdup.
9237
9238         * reflection.c (typebuilder_setup_fields): Same.
9239
9240 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
9241
9242         * decimal.c (rescale128): Optimize this function a bit more.
9243
9244 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9245
9246         * metadata.c (free_generic_class): Release some memory from
9247         SRE generic classes.
9248
9249 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9250
9251         * reflection.c (mono_image_get_generic_field_token): No reference
9252         to name is kept, free it.
9253
9254         * reflection.c (mono_reflection_generic_class_initialize): Free
9255         more memory of the inflated field.
9256
9257 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
9258
9259         * decimal.c (mono_decimalDiv): Moved equality checks here from managed
9260         code.
9261
9262 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
9263
9264         * reflection.c (mono_dynamic_image_free): Release memory used by
9265         MonoDynamicImage::array_methods elements.
9266
9267         * reflection.c (assembly_add_win32_resources): Release memory after
9268         encoding.
9269
9270 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
9271
9272         * decimal.c (log2_32): Use an optimized version for this function too.
9273         
9274         * decimal.c (log2_64): Fix this on 32 bit machines.
9275
9276 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
9277
9278         * class.c (mono_dup_array_type): Implement allocation using a mempool.
9279
9280         * class.c (mono_metadata_signature_deep_dup): Same.
9281
9282         * metadata.c (mono_metadata_signature_dup_full): Added, allow dup'ng with
9283         a mempool.
9284
9285         * metadata.c (mono_metadata_signature_dup): Delegate to the _full version.
9286
9287         * metadata.c (mono_metadata_type_dup): Remove asserts and FIXME.
9288
9289         * metadata-internals.h: Added mono_metadata_signature_dup_full.
9290
9291         * class-internals.h: Update signatures to take a MonoMemPool.
9292
9293 2008-06-02  Dick Porter  <dick@ximian.com>
9294
9295         * icall.c (ves_icall_System_ComponentModel_Win32Exception_W32ErrorMessage): 
9296         * icall-def.h: Add
9297         System.ComponentModel.Win32Exception.W32ErrorMessage, using the
9298         FormatMessage API to get the error text.  Fixes bug 321827.
9299
9300 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
9301
9302         * decimal.c: Add some micro optimizations to make decimal operations faster.
9303
9304 2008-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
9305
9306         * reflection.c (method_encode_clauses): Take a mempool
9307         as parameter and use it to allocate the clause array.
9308
9309         * reflection.c (mono_image_get_field_on_inst_token): Free
9310         the inflated type after encoding it.
9311
9312         * reflection.c (mono_dynamic_image_free): Free each element
9313         of MonoDynamicImage::gen_params.
9314
9315         * reflection.c (reflection_methodbuilder_to_mono_method):
9316         Allocate the generic param array from the mempool.
9317         Allocate signature params from the mempool.
9318
9319         * reflection.c (mono_reflection_generic_class_initialize):
9320         Free inflated fields after been used.
9321
9322 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
9323
9324         * icall.c: Reapply the memory leak fixes as they no
9325         longer make mono crash.
9326
9327 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
9328
9329         * reflection.c (mono_type_get_object): Don't store the suplied
9330         MonoType with type_hash. A caller which pass a type that
9331         was mono_metadata_type_dup'ed cannot free it reliably, as type_hash
9332         might end with a pointer to freed memory.
9333         The solution is to use byval_arg or this_arg from the associated
9334         MonoClass of the supplied type.
9335
9336 2008-05-29  Zoltan Varga  <vargaz@gmail.com>
9337
9338         * icall.c: Revert the rest of the last change as it breaks the build too.
9339
9340 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
9341
9342         * icall.c: Revert a leak fix as it's breaking the build.
9343
9344 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
9345
9346         * appdomain.c (mono_make_shadow_copy): Fix another leak of dir_name.
9347
9348 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
9349
9350         * appdomain.c (mono_make_shadow_copy): We leaked dir_name.
9351
9352 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
9353
9354         * icall.c: Fix some memory leaks.
9355
9356 2008-05-29  Dick Porter  <dick@ximian.com>
9357
9358         * threadpool.c (mono_thread_pool_remove_socket): Always remove the
9359         async socket operations from the pending list when a socket
9360         closes.  Leaving it until the threadpool services the event
9361         exposes a race condition when a socket descriptor is reused.
9362         Fixes bug 377589.
9363
9364 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
9365
9366         * object.c: Fix negative index check for array alocation.
9367
9368 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
9369
9370         * icall.c, marshal.c: Delegate wrappers should skip visibility.
9371         This check is performed by the verifier for IL created delegates
9372         and by Delegate::CreateDelegate for programatically created ones.
9373         Fixes #372406.
9374
9375 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
9376
9377         * sockey-io.c (ves_icall_System_Net_Sockets_Socket_Select_internal):
9378         Fix code to use mono_array_size_t instead of int.
9379
9380         Based on patch by Luis F. Ortiz.
9381         Contributed under X11 license.
9382         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
9383
9384 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
9385
9386         * icall.c: Added ves_icall_System_Array_GetLongLength and
9387         ves_icall_System_Array_CreateInstanceImpl64. Both allow handling big
9388         arrays.
9389
9390         * icall.h: Export both new functions.
9391
9392         Based on patch by Luis F. Ortiz.
9393         Contributed under X11 license.
9394         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
9395
9396 2008-05-28  Martin Baulig  <martin@ximian.com>
9397
9398         The debugger now requires exactly r103463.
9399
9400         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 71.
9401         This version is not supported by the debugger, wait for 72.
9402
9403 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
9404
9405         * object.h: Changed array related functions to use
9406         mono_array_size_t instead of guint32. Forgot to commit this file.
9407
9408         Patch by Luis F. Ortiz.
9409         Contributed under X11 license.
9410         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
9411
9412
9413 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
9414
9415         * object.h: Don't use G_MAXINT32 or G_MAXUINT32 as old glibs
9416         don't define it. Use the number literal instead.
9417
9418 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
9419
9420         * icall.c: Changed array related functions to use
9421         mono_array_size_t instead of guint32.
9422
9423         * icall.c (ves_icall_System_Array_GetLength): Check for length
9424         overflow under MONO_BIG_ARRAYS.
9425
9426         Based on patch by Luis F. Ortiz.
9427         Contributed under X11 license.
9428         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
9429
9430 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
9431
9432         * object.c: Add 64bits bounds check for arrays under MONO_BIG_ARRAYS.
9433
9434         Based on patch by Luis F. Ortiz.
9435         Contributed under X11 license.
9436         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
9437
9438 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
9439
9440         * object.c, object.h: Changed array related functions to use
9441         mono_array_size_t instead of guint32.
9442
9443         Patch by Luis F. Ortiz.
9444         Contributed under X11 license.
9445         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
9446
9447 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
9448
9449         * object.h: Introduced mono_array_size_t typedef. This must be used
9450         in all places an array length is expected. This is 64bits wide if
9451         MONO_BIG_ARRAYS is enabled.
9452
9453         Patch by Luis F. Ortiz.
9454         Contributed under X11 license.
9455         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
9456
9457 2008-05-27  Zoltan Varga  <vargaz@gmail.com>
9458
9459         * security-manager.c class.c: Set the class exception info by calling
9460         mono_class_set_failure ().
9461
9462         * class.c (mono_class_get_exception_data): New accessor function.
9463         (mono_class_set_failure): Store exception_data in the property hash.
9464
9465         * class-internals.h (struct _MonoClass): Store 'exception_data' outside
9466         the struct as a property.
9467
9468         * loader.c (mono_get_method_full): Store the lookup result for method
9469         tokens in method_cache, the others in methodref_cache to decrease the memory
9470         usage of hash tables.
9471
9472         * image.c (mono_image_close): Destroy method_cache and methodref_cache.
9473         (mono_image_init): method_cache is lazy inited now.
9474
9475         * metadata-internals.h (struct _MonoImage): Change method_cache to
9476         a MonoValueHashTable, add a separate methodref_cache.
9477
9478 2008-05-27  Eyal Alaluf <eyala@mainsoft.com>
9479
9480         * number-formatter.h: Fix tables to avoid arithemtic overflow in
9481           Double.ToString as exposed by Bug #383531.
9482
9483 2008-05-26  Zoltan Varga  <vargaz@gmail.com>
9484
9485         * number-formatter.h: Make some tables static.
9486
9487         * class.c (mono_method_set_generic_container): New accessor function.
9488         (mono_method_get_generic_container): Ditto.
9489
9490         * class-internals.h (struct _MonoMethod): Remove rarely used 
9491         'generic_container' field, store it in the property hash instead. Add 
9492         'is_generic' boolean field instead.
9493
9494         * image.c (mono_image_init): Initialize property_hash.
9495         (mono_image_close): Destroy property_hash.
9496
9497         * metadata-internals.h (struct _MonoImage): Add 'property_hash' hash table to
9498         hold rarely used fields of runtime structures belonging to this image.
9499
9500         * class.c loader.c verify.c icall.c reflection.c: Use the new accessor functions
9501         to get/set method->generic_container.
9502
9503         * loader.c (mono_get_method_from_token): Avoid loading the method header for
9504         generic methods.
9505
9506 2008-05-25  Zoltan Varga  <vargaz@gmail.com>
9507
9508         * class.c (mono_class_inflate_generic_method_full): Don't increase
9509         mono_stats.inflated_method_count for methods found in the cache.
9510
9511         * threads.c (mono_thread_request_interruption): Add a comment about 
9512         QueueUserAPC ().
9513
9514 2008-05-24  Zoltan Varga  <vargaz@gmail.com>
9515
9516         * class.c (setup_interface_offsets): Use sizeof (guint16) when allocating the
9517         interface_offsets_packed table.
9518         
9519         * class.c (mono_class_init): Remove some dead code.
9520
9521         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Call
9522         mono_class_setup_vtable () when CAS is active to detect security problems.
9523
9524 2008-05-23 Rodrigo Kumpera  <rkumpera@novell.com>
9525
9526         * verify.c (mono_delegate_type_equal): Handle VAR, MVAR and GENERICINST.
9527
9528         * verify.c (mono_delegate_signature_equal): Don't compar number of generic
9529         parameters as it's irrelevant for delegate checking.
9530
9531 2008-05-23  Zoltan Varga  <vargaz@gmail.com>
9532
9533         * class-internals.h class.c: Correct the name of the 'mono_no_setup_vtable_in_class_init' variable.
9534
9535         * class.c (mono_class_init): Control the creation of a generic vtable using
9536         a global which is true by default, but set to false by the runtime startup code.
9537         
9538         * class.c (mono_class_init): Avoid constructing a generic vtable in most cases.
9539         Disabled for now since it breaks the embedding API.
9540         Move the setup of class->methods for arrays to mono_class_setup_methods ().
9541         (mono_class_setup_methods): Add a memory barrier.
9542
9543         * object.c (mono_class_create_runtime_vtable): Add code to handle the case
9544         when mono_class_init () doesn't compute the generic vtable.
9545         
9546 2008-05-23  Massimiliano Mantione  <massi@ximian.com>
9547         * profiler.c: Added mono_profiler_install_statistical_call_chain,
9548         mono_profiler_stat_get_call_chain_depth and mono_profiler_stat_call_chain
9549         to support call chains (backtrace) in the stat profiler.
9550         * profiler.c, profiler-private.h: Likewise.
9551
9552 2008-05-22  Mark Probst  <mark.probst@gmail.com>
9553
9554         * generic-sharing.c: Init generic class when a method of it is
9555         requested via a runtime generic context.
9556
9557 2008-05-22  Zoltan Varga  <vargaz@gmail.com>
9558
9559         * class.c (mono_class_init): Add a comment about trying to avoid calling this.
9560
9561         * reflection.c (mono_type_get_object): Add a FIXME.
9562
9563         * loader.c (find_method_in_class): Use mono_class_get_method_by_index ().
9564
9565         * class.c (mono_class_get_method_by_index): New helper function, returning an
9566         entry in the class->methods array.
9567
9568 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
9569
9570         * class.c (mono_class_init): Only do the array optimization for szarrays. 
9571         Avoid creating a generic vtable for generic instances as well.
9572         (mono_class_get_method_from_name_flags): Don't search in the metadata for
9573         generic instances.
9574
9575 2008-05-21 Rodrigo Kumpera  <rkumpera@novell.com>
9576
9577         * loader.c (mono_get_method_constrained): Inflate the signature
9578         with class context. Fix #325283.
9579
9580 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
9581
9582         * object.c (mono_class_create_runtime_vtable): Add a comment.
9583
9584         * class.c (get_implicit_generic_array_interfaces): Call mono_class_init ()
9585         where needed.
9586         (setup_interface_offsets): Handle the case when this is called twice for arrays.
9587         (mono_class_setup_vtable_general): Add an assert.
9588         (mono_class_init): Avoid creating a generic vtable for arrays.
9589
9590         * class.c (mono_generic_class_get_class): Don't call setup_interface_offsets ()
9591         here, let mono_class_init () do that.
9592
9593         * class.c (mono_class_init): Avoid calling mono_class_setup_methods () for
9594         interfaces in mscorlib.
9595
9596         * class.c (mono_class_setup_vtable): Avoid calling setup_methods () for
9597         interfaces. Add some comments.
9598         (mono_class_init): Call mono_class_setup_methods () here since it is no
9599         longer called by mono_class_setup_vtable ().
9600
9601         * object.c (mono_class_proxy_vtable): Null out entries in pvt->vtable which are
9602         not set in class->vtable.
9603         (mono_class_create_runtime_vtable): Reenable the disabled code.
9604
9605         * object.c (mono_class_create_runtime_vtable): Disable the last change for
9606         now as it causes some test failures.
9607
9608         * object.c (mono_class_create_runtime_vtable): Avoid creating a generic vtable
9609         if using the vtable trampoline. Also remove some strange code which put the
9610         generic methods themselves into the vtable slots. Remove the AOT init_vtable
9611         stuff as it is no longer needed.
9612
9613 2008-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
9614
9615         * pedump.c: Give make --verify all option check code as well.
9616         Using --verify code won't check for metadata now.
9617
9618 2008-05-19  Martin Baulig  <martin@ximian.com>
9619
9620         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 70.
9621
9622         * mono-debug.c
9623         (_mono_debug_using_mono_debugger): New global variable; it's set
9624         directly by the debugger, so mono_debug_using_mono_debugger() also
9625         works after attaching.
9626
9627 2008-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
9628
9629         * object.c (mono_class_create_runtime_vtable): Use memory barriers
9630         as we do double checked locking on MonoClass::runtime_info and
9631         MonoClassRuntimeInfo::domain_vtables.
9632
9633 2008-05-18  Zoltan Varga  <vargaz@gmail.com>
9634
9635         * debug-helpers.c (print_field_value): Fix a warning.
9636
9637 2008-05-16  Zoltan Varga  <vargaz@gmail.com>
9638
9639         * object.c (mono_object_get_virtual_method): Fix a crash if method->slot is not
9640         set in the AOT case.
9641
9642 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
9643
9644         * class.c (mono_class_setup_vtable_general): Use memory barriers
9645         as we do double checked locking on MonoClass::vtable.
9646
9647 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
9648
9649         * reflection.c (resolve_object): Inflate only if the generic context
9650         is not null. Fixes #389886.
9651
9652 2008-05-15  Jonathan Chambers  <joncham@gmail.com>
9653
9654         * metadata.c (emit_marshal_string): Free return strings using mono_marshal_free
9655         instead of g_free.
9656
9657         Code is contributed under MIT/X11 license.
9658
9659 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
9660
9661         * class.c: Revert unrelated change.
9662
9663 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
9664
9665         * verify.c (check_is_valid_type_for_field_ops): Type on stack can be
9666         a generic instantiation, use mono_class_from_mono_type instead of playing
9667         with MonoType directly.
9668
9669 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
9670
9671         * class.c: Added mono_class_has_parent_and_ignore_generics. Visibility
9672         checks must ignore generic instantiations, so mono_class_has_parent is not
9673         suitable. Fixes #390128.
9674
9675 2008-05-14  Zoltan Varga  <vargaz@gmail.com>
9676
9677         * reflection.c (mono_image_create_token): Add a 'register_token' argument, and use
9678         it to avoid registering tokens during metadata generation. Fixes #390023.
9679
9680 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
9681
9682         * coree.c: Rename dwOldProtect to OldProtect that makes naming convention
9683         consistent.
9684
9685         Contributed under MIT/X11 license.
9686
9687 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
9688
9689         * domain.c (mono_init_internal): Enable LoadLibrary support. Load EXE image
9690         even when get_runtimes_from_exe didn't load it that allows mono_fixup_exe_image
9691         to fixup the EXE image.
9692         (mono_cleanup): Use mono_close_exe_image.
9693         (mono_close_exe_image): New function.
9694         * image.c: Include "marshal.h".
9695         (mono_image_open_from_module_handle): Add ref_count argument. Return the image.
9696         (mono_image_open_full, mono_image_close): Fix LoadLibrary/FreeLibrary reference
9697         counting when the image is loaded outside of mono_image_open_full. Set status
9698         based on GetLastError.
9699         * coree.c: Include required headers. Add init_from_coree.
9700         (_CorDllMain): Support fix in mono_image_open_full, mono_image_close. Call
9701         mono_assembly_open only when the image has vtfixups. Set init_from_coree.
9702         (_CorExeMain): Set init_from_coree.
9703         (CorExitProcess): Only call ExitProcess for now.
9704         (CorBindToRuntimeEx): New stub implementation.
9705         (CorBindToRuntime): New function.
9706         (MonoFixupCorEE): Fixup CorBindToRuntime and CorBindToRuntimeEx.
9707         (MonoFixupExe): ILONLY executables require no fixups.
9708         (mono_set_act_ctx): New function to set activation context.
9709         (mono_load_coree): Use init_from_coree. Call mono_set_act_ctx.  
9710         * coree.h: Move STATUS_SUCCESS and STATUS_INVALID_IMAGE_FORMAT to header.
9711         Declare mono_module_handle, coree_module_handle, mono_get_module_file_name,
9712         mono_load_coree, mono_fixup_exe_image and mono_image_open_from_module_handle
9713         as MONO_INTERNAL.
9714         * domain-internals.h: Add mono_close_exe_image.
9715
9716         Contributed under MIT/X11 license.
9717
9718 2008-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
9719
9720         * metadata.c (mono_metadata_compute_size): Correctly calculate field
9721         size for generic param and event tables. Fixes #388977.
9722
9723 2008-05-13  Zoltan Varga  <vargaz@gmail.com>
9724
9725         * loader.c (mono_method_signature): Use memory barriers because of the double
9726         checked locking pattern.
9727
9728         * threads.c (remove_and_abort_threads): Stop and wait for threads which are
9729         aborting or aborted as well. Fixes #376391.
9730         
9731         * threads.c (mono_thread_execute_interruption): Avoid depending on no longer
9732         existing runtime state in the Suspend handler during shutdown.
9733
9734 2008-05-12  Zoltan Varga  <vargaz@gmail.com>
9735
9736         * threads.c (mono_thread_request_interruption): Add some FIXMEs.
9737
9738         * threads.c (mono_thread_suspend_all_other_threads): Add support for threads 
9739         which are starting up or shutting down.
9740
9741         * threads.c (mono_threads_set_shutting_down): Don't return a value since
9742         this function never returns if the runtime is already shutting down.
9743
9744         * icall.c (ves_icall_System_Environment_Exit): Update after 
9745         mono_threads_set_shutting_down () signature change.
9746         
9747 2008-05-09 Rodrigo Kumpera  <rkumpera@novell.com>
9748
9749         * class.c: Added can_access_instantiation to verify if the instantiation
9750         is visible. Fix access check for nested types as they returned TRUE
9751         before doing type and generic instantiation visibility checks.
9752
9753 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
9754
9755         * reflection.c (mono_reflection_create_generic_class): The created type
9756         must have a different container from its TypeBuilder. Otherwise they
9757         will end sharing generic arguments, which is wrong.
9758
9759         Due to the sharing, making a generic instance of the created type using
9760         the TypeBuider generic arguments resulted in the generic type definition
9761         been returned, which is wrong as well.
9762
9763         As a bonus the code was leaking the type_params array. This memory should
9764         be allocated from the image mempool.
9765
9766         This fixes bug #354047.
9767
9768 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
9769
9770         * metadata-internals.h: Move MONO_SECMAN_FLAG macros from mini/declsec.h
9771         to here         as they are now used in assembly.c new code.
9772         Added a skipverification flag to MonoAssembly.
9773         New internal function mono_assembly_has_skip_verification.
9774
9775         * assembly.c: New function mono_assembly_has_skip_verification. It checks
9776         if an assembly has a version 2.0 SkipVerification security attribute. Fixes
9777         part of #387274.
9778
9779 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
9780
9781         * object.c (mono_object_get_virtual_method): Inflate the resulting method if
9782         needed. Fixes #387034.
9783
9784         * class.c (mono_class_inflate_generic_type): Avoid a crash if context is NULL.
9785
9786 2008-05-06  Miguel de Icaza  <miguel@novell.com>
9787
9788         * assembly.c (mono_assembly_load_reference): Prevent crash while
9789         disassembling Silverlight 2.0 executables while we still do not
9790         have GACed libraries.
9791
9792 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
9793
9794         * reflection.c: Special case generic type definitions as well. Fixes #383444.
9795
9796 2008-05-06  Zoltan Varga  <vargaz@gmail.com>
9797
9798         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Fix handling
9799         of the dynamic case. Fixes #387404.
9800
9801 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
9802
9803         *verify.c (mono_verifier_is_class_full_trust): If under
9804         verify_all and the verifier mode was not set, only
9805         gac and corlib types are fulltrust. This makes --verify-all
9806         usable to detect unverifiable code, which is the expected
9807         use case.
9808
9809 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
9810
9811         * verify.h: Ops, commited the header with debug
9812         enabled.
9813
9814 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
9815
9816         * verify.c (merge_stack): Use the new value on unverifiable
9817         stack merges.
9818
9819         * verify.c (verify_type_compatibility_full): Comparison
9820         of nullable types can't use mono_class_is_assignable_from.
9821
9822         * verify.c, verify.h: Added MONO_VERIFY_REPORT_ALL_ERRORS
9823         that makes all verification errors be reported.
9824
9825         * pedump.c: Pass MONO_VERIFY_REPORT_ALL_ERRORS to
9826         mono_method_verify.
9827
9828 2008-05-05  Robert Jordan  <robertj@gmx.net>
9829
9830         * marshal.c (mono_marshal_get_thunk_invoke_wrapper):
9831         support for value types. See #386415.
9832
9833         * object.c: comments.
9834
9835         Code is contributed under MIT/X11 license.
9836
9837 2008-05-05  Martin Baulig  <martin@ximian.com>
9838
9839         * debug-mono-symfile.h
9840         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): Removed; dropped support
9841         for old pre-terrania symbol files.
9842
9843 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
9844
9845         * mono-config.c: Add ppc64 architecture.
9846
9847         Code is contributed under MIT/X11 license.
9848
9849 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
9850
9851         * object.c (mono_create_ftnptr, mono_get_addr_from_ftnptr):
9852           PPC64 uses function descriptors as well.
9853
9854         Code is contributed under MIT/X11 license.
9855
9856 2008-05-04  Zoltan Varga  <vargaz@gmail.com>
9857
9858         * object.c (compute_class_bitmap): Ignore literal static fields.
9859
9860         * sgen-gc.c (mono_gc_base_init): Print some help when the MONO_GC_DEBUG env
9861         var has an invalid format.
9862         (describe_ptr): Add some sanity checks for the vtable.
9863         (add_nursery_frag): Clear unused nursery fragments.
9864         (major_collection): Clear all remaining nursery fragments.
9865
9866 2008-05-03  Robert Jordan  <robertj@gmx.net>
9867
9868         * image.c, metadata-internals.h: add thunk_invoke_cache.
9869
9870         * marshal.c, marshal.h: implement
9871         mono_marshal_get_thunk_invoke_wrapper ().
9872
9873         * object.c, object.h: implement mono_method_get_unmanaged_thunk ().
9874
9875         Code is contributed under MIT/X11 license.
9876
9877 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
9878
9879         * verify.c (do_leave): Empty the stack.
9880
9881 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
9882
9883         * class.c (mono_class_is_assignable_from): Variance
9884         doesn't work between reference and value types. For example,
9885         given type C<T+>, C<int32> is not assignable to C<object>.
9886         Break the argument checking loop on first error. 
9887
9888 2008-05-02  Atsushi Enomoto  <atsushi@ximian.com>
9889
9890         * icall.c : base64_to_byte_array() needs some more strict
9891           check for sequence of '=' characters. Patch by Santa
9892           Marta (http://deee.g.hatena.ne.jp/santamarta).
9893
9894           Contributed under MIT/X11 license.
9895           (see http://www.lingr.com/room/mono-jp/archives/2008/04/20)
9896
9897 2008-05-02  Jonathan Chambers  <joncham@gmail.com>
9898
9899         * domain.c: Disable LoadLibrary support to fix Win32 build.
9900
9901         Code is contributed under MIT/X11 license.
9902
9903 2008-05-02  Zoltan Varga  <vargaz@gmail.com>
9904
9905         * sgen-gc.c: Add support for clearing nursery memory when a tlab is allocated,
9906         to help with cache behaviour.
9907
9908 2008-05-01  Miguel de Icaza  <miguel@novell.com>
9909
9910         * appdomain.c (mono_domain_from_appdomain): Add new accessor
9911         method. 
9912
9913 2008-05-01  Zoltan Varga  <vargaz@gmail.com>
9914
9915         * sgen-gc.c: Implement thread-local allocation and a managed allocation routine.
9916
9917 2008-05-01  Dick Porter  <dick@ximian.com>
9918
9919         * process.c (process_get_fileversion): Only pass 16 bits of
9920         language ID to VerLanguageName.  Fixes bug 381204.
9921
9922 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
9923
9924         * verify.c (mono_method_verify): Fix the comparison
9925         operator for code bounds check.
9926
9927 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
9928
9929         * verify.c (mono_method_verify): Check the bounds of
9930         all access of the code array.
9931
9932 2008-04-29  Kornél Pál  <kornelpal@gmail.com>
9933
9934         * appdomain.c: Use HAVE_SYS_UTIME_H that fixes MSVC build.
9935
9936 2008-04-28  Zoltan Varga  <vargaz@gmail.com>
9937
9938         * image.c (mono_image_strong_name_position): Fix return value when the rva is
9939         not valid.
9940
9941 2008-04-28  Kornél Pál  <kornelpal@gmail.com>
9942
9943         * loader.c (mono_get_method_from_token, mono_method_signature): Add
9944         support for METHOD_IMPL_ATTRIBUTE_NATIVE.
9945         * domain.c (mono_init_internal): Load and fixup mscoree.dll on startup and
9946         fixup main EXE images when using mono.exe for mixed-mode assembly support.
9947         * domain-internals.h: Add MonoLoadFunc, mono_install_runtime_load and
9948         mono_runtime_load.
9949         * appdomain.c: Add mono_install_runtime_load, mono_runtime_load to support
9950         runtime initialization from metadata.
9951         * assembly.c: Remove obsolete ceGetModuleFileNameA.
9952         (mono_set_rootdir): Use mono_get_module_file_name.
9953         (mono_assembly_load_from_full): Call mono_image_fixup_vtable for module
9954         handles.
9955         * cil-coff.h: Add MonoVTableFixup. Update mono_cli_rva_image_map signature.
9956         * metadata-internals.h: Add is_module_handle to _MonoImage on Windows.
9957         * image.c (mono_cli_rva_image_map): Use MonoImage instead of
9958         MonoCLIImageInfo. Add support for module handles.
9959         (load_cli_header): Update mono_cli_rva_image_map signature.
9960         (load_metadata_ptrs): Update mono_cli_rva_image_map signature.
9961         (mono_image_strong_name_position): Use mono_cli_rva_image_map.
9962         (mono_image_rva_map): Add support for module handles.
9963         (mono_image_ensure_section_idx): Add support for module handles.
9964         (mono_image_close): Add support for module handles.
9965         (do_load_header): Add support for module handles.
9966         (mono_image_open_from_module_handle): New function for internal use.
9967         (mono_image_open_full): Load normal images using LoadLibrary on Windows.
9968         (mono_image_load_module): Call mono_image_fixup_vtable for module handles.
9969         (mono_image_load_file_for_image): Call mono_image_fixup_vtable for module
9970         handles.
9971         (mono_image_fixup_vtable): New function for mixed-mode assembly support.
9972         * image.h: Add mono_image_fixup_vtable.
9973         * coree.c: New file for mscoree.dll functions and mixed-mode assembly
9974         support.
9975         * coree.h: New file.
9976         * marshal.c (mono_marshal_get_native_wrapper): Throw exception for
9977         unsupported native code.
9978         (mono_marshal_set_callconv_from_modopt): New function splitted from
9979         mono_marshal_get_managed_wrapper.
9980         (mono_marshal_get_managed_wrapper): Use
9981         mono_marshal_set_callconv_from_modopt.
9982         (mono_marshal_get_vtfixup_ftnptr): New function for mixed-mode assembly support.
9983         * marshal.h: Add mono_marshal_get_vtfixup_ftnptr.
9984         * gc.c (mono_gc_init): Don't wait for the finalizer thread on Windows because
9985         that results in a deadlock when the runtime is loaded in _CorDllMain.
9986         * Makefile.am: Add coree.c and coree.h.
9987
9988         Contributed under MIT/X11 license.
9989
9990 2008-04-28  Mark Probst  <mark.probst@gmail.com>
9991
9992         * generic-sharing.c: Search for type arguments in array element
9993         types as well.
9994
9995 2008-04-28  Mark Probst  <mark.probst@gmail.com>
9996
9997         * class-internals.h, generic-sharing.c: New, small runtime generic context.
9998
9999         * metadata-internals.h, domain.c, image.c: Less bookkeeping is required for the new RGCTX.
10000
10001         * object.c: Don't setup the RGCTX when the vtable is created,
10002         because we're setting it up lazily now.
10003
10004 2008-04-26  Zoltan Varga  <vargaz@gmail.com>
10005
10006         * sgen-gc.c: Make the 'desc' variables an mword instead of a guint32 to fix 
10007         64 bit support.
10008
10009 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
10010
10011         * verify.c (verify_class_for_overlapping_reference_fields): 
10012         If class is under fulltrust allow reference types to overllap
10013         if they have the same RVA.
10014
10015 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
10016
10017         * pedump.c: Added new flag valid-only, that makes the verifier
10018         behaves just like --security=validil. It won't fail type load
10019         due to unverifiable restrictions.
10020
10021 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
10022
10023         * class-internals.h (struct MonoMethod): Added a verification_success
10024         field to cache verifier executions. Reduced MonoMethod:slot size by
10025         one bit.
10026
10027 2008-04-23  Zoltan Varga  <vargaz@gmail.com>
10028
10029         * sgen-gc.c (OBJ_RUN_LEN_SIZE): Make this and other macros take a 'desc' argument
10030         instead of a 'vt' argument to save an indirection and to allow these to be used
10031         for valuetypes.
10032         (scan_vtype): New helper function to scan an area using a gc descriptor.
10033         (mono_gc_wbarrier_value_copy): Implement this.
10034         (handle_remset): Add support for REMSET_VTYPE.
10035         (find_in_remset_loc): Ditto.
10036         (mono_gc_base_init): Allow some debugging options to be controlled through the
10037         use of the MONO_GC_DEBUG env variable.
10038         (mono_gc_alloc_obj): Add support the 'collect-before-allocs' debug option.
10039         (collect_nursery): Add support for the 'check-at-minor-collection' debug option.
10040
10041 2008-04-23  Martin Baulig  <martin@ximian.com>
10042
10043         * domain.c (mono_domain_create): Move the call to
10044         mono_debug_domain_create() down, after allocating the domain id.
10045
10046 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
10047
10048         verify.c (verify_class_for_overlapping_reference_fields): Skip
10049         static fields while verifying for overlapping fields as they
10050         don't matter at all.
10051
10052 2008-04-23  Marek Habersack  <mhabersack@novell.com>
10053
10054         * domain-internals.h: added a declaration of
10055         mono_make_shadow_copy.
10056
10057         * assembly.c (mono_assembly_open_full): shadow copying of
10058         assemblies moved to here, so that all the assemblies within the
10059         application domain's private binary directories can be
10060         processed. Fixes bug #380546
10061
10062         * appdomain.c (mono_make_shadow_copy): make_shadow_copy renamed to
10063         mono_make_shadow_copy and made non-static. The decision whether
10064         to shadow-copy an assembly is made based on its location - it's
10065         copied if it's in one of the private application domain binary
10066         directories and its different to the target file in the shadow
10067         directory. Fixes bug #380546
10068
10069 2008-04-22  Zoltan Varga  <vargaz@gmail.com>
10070
10071         * reflection.c (fixup_method): Handle {Method|Constructor}OnTypeBuilderInst.
10072
10073         * object-internals.h: Add MonoReflection{Method|Constructor}OnTypeBuilderInst
10074         types.
10075
10076         * reflection.c (mono_image_create_token): Handle 
10077         Method/ConstructorOnTypeBuilderInst.
10078         (resolve_object): Ditto.
10079         (inflate_mono_method): Receive the inflated class instead of a MonoGenericClass
10080         so it can be called from resolve_object. Also handle the case when the inflated
10081         class already has its methods setup.
10082
10083 2008-04-21  Martin Baulig  <martin@ximian.com>
10084
10085         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 69.
10086
10087 2008-04-20  Geoff Norton  <gnorton@novell.com>
10088
10089         * icall.c: Fix the _NSGetEnviron define to prevent an impropoer
10090         pointer dereference.
10091
10092 2008-04-15  Marek Habersack  <mhabersack@novell.com>
10093
10094         * appdomain.c (try_load_from): if IOMAP is in effect, call the
10095         portability API to look up the assembly file. Fixes behavior in
10096         situations when the application has a bin/ directory, but the
10097         assembly search patch refers to Bin/ (and thus the requested file
10098         name is Bin/SomeLibrary.dll). Fixes bug #379888
10099
10100 2008-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
10101
10102         verify.c (mono_type_is_generic_argument): Extracted this check
10103         from a dozen places to here.
10104
10105         verify.c: Fixed all issues related to boxing generic arguments
10106         and their constraints.
10107
10108 2008-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
10109
10110         verify.c (mono_class_interface_implements_interface): Fix win32 build.
10111
10112 2008-04-14  Zoltan Varga  <vargaz@gmail.com>
10113
10114         * reflection.c (mono_custom_attrs_construct): Fix crash when the cattr type
10115         isn't finished yet. Fixes #363447.
10116
10117 2008-04-13  Zoltan Varga  <vargaz@gmail.com>
10118
10119         * class.c (mono_bounded_array_class_get): Fix the name of bounded array types.
10120         Fixes #346419.
10121
10122 2008-04-13  Jb Evain  <jbevain@novell.com>
10123
10124         * domain.c: update the 2.1 profile versions.
10125         Merged from the Moonlight 2 branch.
10126
10127 2008-04-12  Zoltan Varga  <vargaz@gmail.com>
10128
10129         * assembly.c (mono_assembly_load_from_full): Do the check for loading other
10130         mscorlibs for the non-refonly case as well.
10131
10132         * image.c (do_mono_image_load): Remove the mscorlib check, it is already done
10133         in mono_assembly_load_from_full (). Fixes #378924.
10134
10135 2008-04-11  Geoff Norton  <gnorton@novell.com>
10136
10137         * icall.c: The global extern environ doesn't exist on Mac.  We
10138         need to call NSGetEnviron instead.
10139
10140 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
10141
10142         verify.c: Add generic method constraint verification.
10143
10144 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
10145
10146         class.c (mono_class_inflate_generic_method_full): Add a long
10147         explanation to the is_mb_open hack. Remove the FIXME.
10148
10149 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
10150
10151         * verify.c (mono_method_verify): Mark all unknown opcodes
10152         as invalid. Mark jmp as unverifiable.
10153
10154 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
10155
10156         * verify.c: Add code to do type constraint verification on class instances.
10157
10158         * verify.c (mono_verifier_verify_class): Use the type constraint 
10159         verification code.
10160
10161 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
10162
10163         * class.c (mono_class_get_field_default_value): Don't pass cindex
10164         as hint to mono_metadata_get_constant_index. The local is not initialized
10165         and should contain garbage most of the time. This could only work
10166         with a lot of luck.
10167
10168 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
10169
10170         * tokentype.h: Add MONO_TOKEN_GENERIC_PARAM.
10171
10172 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
10173
10174         * class-internals.h: Add generic_param_token to MonoClass::sizes union.
10175
10176         * class.c (mono_class_from_generic_parameter): Save the token of the
10177         generic param in MonoClass::sizes.generic_param_token.
10178
10179         * reflection.c (mono_custom_attrs_from_class): If the class type is
10180         VAR or MVAR retrieve the attributes of the generic param.
10181
10182 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
10183
10184         * class.c (mono_class_init): Do class verification if the verifier
10185         is enabled.
10186
10187 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
10188
10189         * verify-internal.h: Added mono_verifier_verify_class.
10190
10191         * verify.c: Added mono_verifier_verify_class. It checks for
10192         classes with explicit layout that have overlapping reference fields.
10193
10194         * pedump.c: Init the verifier state prior to verification. Fixed
10195         command line arguments.
10196
10197 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
10198
10199         * Makefile.am: Added verify-internals.h, hopefully fix the build.
10200
10201 2008-04-08  Zoltan Varga  <vargaz@gmail.com>
10202
10203         * verify-internals.h: Fix a warning.
10204
10205 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
10206
10207         * verify-internals.h: New header with the verifier configuration
10208         extracted from mini.c.
10209
10210         * verify.c: Implemented the new functions exported by verify-internals.h.
10211
10212 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
10213
10214         * verify.c: Add proper verification of ckfinite.
10215
10216 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
10217
10218         * verify.c (do_conversion): Improved error message to something
10219         more meanfull.
10220
10221         * verify.c (check_is_valid_type_for_field_ops): Fix to work
10222         with primitive types.
10223
10224 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
10225
10226         * verify.c: Added tail prefix checking. Marked icall
10227         as unverifible.
10228
10229 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
10230
10231         * verify.c: Fix the detection of branches to the middle
10232         of an instruction.
10233
10234 2008-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
10235
10236         * verify.c: Implemented verification of volatile. and
10237         unaligned. prefix. Check if a type is valid after retrieving it.
10238
10239 2008-04-01  Dick Porter  <dick@ximian.com>
10240
10241         * process.c (process_get_fileversion): If there's no string block,
10242         set the file language to en_US.  Fixes the other new part of bug
10243         374600.
10244
10245 2008-03-29 Rodrigo Kumpera  <rkumpera@novell.com>
10246
10247         * class.c: New functions mono_method_can_access_field_full and
10248         mono_method_can_access_method_full. They perform type visibility
10249         and type site check.
10250
10251         * class-internal.h: Added exported functions.
10252
10253         * verify.c: Use new functions to implement proper visibility checks.
10254
10255 2008-03-29  Zoltan Varga  <vargaz@gmail.com>
10256
10257         * mono-config.h: Add missing G_BEGIN_DECLS/G_END_DECLS. Fixes #375188.
10258
10259 2008-03-28  Dick Porter  <dick@ximian.com>
10260
10261         * process.c (process_get_fileversion): Use the first language ID
10262         we see, rather than insisting on an invariant language.  Fixes bug
10263         374600.
10264
10265 2008-03-28  Zoltan Varga  <vargaz@gmail.com>
10266
10267         * reflection.c (calc_section_size): Use add_stream_zero to align the size of
10268         the streams to fix reading of invalid memory later.
10269
10270         * metadata.h (MonoType): Use 'MonoTypeEnum' instead of int for the 'type' field
10271         to ease debugging.
10272
10273 2008-03-26  Zoltan Varga  <vargaz@gmail.com>
10274
10275         * marshal.c (signature_dup): Use mono_metadata_signature_alloc ().
10276         (cominterop_method_signature): Ditto. Fix the size passed to memcpy.
10277
10278 2008-03-26  Massimiliano Mantione  <massi@ximian.com>
10279         * threads.h: Added MonoThreadManageCallback type and
10280         mono_thread_set_manage_callback prototype
10281         * object-internals.h: In _MonoThread, renamed unused6 to manage_callback
10282         (used to store the mono_thread_manage callback).
10283         * threads.c: Added mono_thread_set_manage_callback, and handle
10284         "MonoThread->manage_callback" in build_wait_tids.
10285
10286 2008-03-26  Dick Porter  <dick@ximian.com>
10287
10288         * process.c (process_get_fileversion): Set FileVersionInfo strings
10289         to Empty when the resource doesn't have the particular info.
10290         Fixes bug 355717.
10291
10292 2008-03-25 Rodrigo Kumpera  <rkumpera@novell.com>
10293
10294         * verify.c (mono_method_verify): Proper prefix validation.
10295
10296 2008-03-25  Zoltan Varga  <vargaz@gmail.com>
10297
10298         * icall.c (ves_icall_InternalInvoke): Return exceptions thrown by the icall
10299         itself in a separate argument instead of throwing them. Fixes #373448.
10300
10301         * appdomain.c: Bump corlib version.
10302
10303 2008-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
10304
10305         * verify.c: Implemented readonly prefix and verify controled mutability pointers.
10306
10307 2008-03-20  Kornél Pál  <kornelpal@gmail.com>
10308
10309         * file-io.c, filewatcher.c, threadpool.c, threads.c: Removed Windows
10310         version macros.
10311
10312 2008-03-20  Mark Probst  <mark.probst@gmail.com>
10313
10314         * generic-sharing.c, class-internals.h: Code for putting
10315         reflection types into the runtime generic context.
10316
10317 2008-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
10318
10319         * icall.c (ves_icall_get_method_info): Return correct values for the call convention.
10320         Fixes #340662. 
10321
10322
10323 2008-03-17 Rodrigo Kumpera  <rkumpera@novell.com>
10324
10325         * verify.c (VerifyContext): Added instruction prefix data to the struct.
10326
10327         * verify.c (is_compatible_boxed_valuetype): Don't check if the type is a valuetype, been boxed is enough.
10328
10329         * verify.c (do_invoke): Support constrained callvirt form. Grouped similar checks together.
10330
10331         * verify.c (do_cast): Let the result value keep the boxed status.
10332
10333         * verify.c (mono_method_verify): Add proper support for prefixed and implement contrained.
10334
10335 2008-03-17  Jb Evain  <jbevain@novell.com>
10336
10337         * reflection.c: when running on a 2.0 runtime, emit
10338         unconditionally the #~ header version as 2.0, and the
10339         CLI header version as 2.5, for symmetry's sake with csc.
10340
10341 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
10342
10343         * class.c: Remove the unused cache_interface_offsets stuff.
10344
10345         * class.c loader.c domain.c verify.c metadata.c debug-helpers.c threadpool.c
10346         profiler.c: Fix warnings.
10347
10348 2008-03-16  Mark Probst  <mark.probst@gmail.com>
10349
10350         * generic-sharing.c, class-internals.h: Support for putting
10351         methods into the runtime generic context.
10352
10353 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
10354
10355         * class.c (mono_class_setup_fields): Ignore calls made to this function for
10356         classes which are generic instances of not-yet finished typebuilders. Fixes
10357         #351172.
10358
10359         * reflection.c (fixup_method): Add support for FieldOnTypeBuilderInst.
10360
10361 2008-03-15  Zoltan Varga  <vargaz@gmail.com>
10362
10363         * metadata-internals.h (MonoDynamicImage): Add 'generic_def_objects' hash table.
10364
10365         * class-internals.h (MonoMethodInflated): Remove the rarely used reflection_info
10366         field, replace it with a hash table in MonoDynamicImage.
10367
10368         * reflection.c (inflate_mono_method): Access the generic definition object from
10369         image->generic_def_objects instead of imethod->reflection_info.
10370
10371         * reflection.c (mono_reflection_bind_generic_method_parameters): Ditto. 
10372
10373         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition): Ditto.
10374         
10375         * image.c (mono_image_close): Move the dynamic image freeing code to a separate
10376         function in reflection.c so it is easier to keep in sync with the dynamic image
10377         creation code.
10378
10379         * reflection.c (mono_dynamic_image_free): New internal function, extracted from
10380         mono_image_close ().
10381
10382 2008-03-15  Mark Probst  <mark.probst@gmail.com>
10383
10384         * class.c (mono_class_generic_sharing_enabled): Disable generic
10385         sharing for all architectures except AMD64 and x86 to fix build.
10386
10387 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
10388
10389         * verify.c: Use the generic definition MonoGenericContext when available.
10390         Remove code for checking generics instance compatibility in favor of
10391         mono_class_is_assignable_from.
10392
10393 2008-03-14  Mark Probst  <mark.probst@gmail.com>
10394
10395         * marshal.c, marshal.h, metadata-internals.h, image.c,
10396         wrapper-types.h: New wrapper for invoking a shared static method
10397         without having to pass the runtime generic context argument.
10398
10399 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
10400
10401         * icall-def.h: Add missing function PerformanceCounterCategory::GetInstanceNames.
10402
10403 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
10404
10405         * reflection.c (mono_image_get_field_on_inst_token): Add caching.
10406         
10407         * reflection.c (mono_image_get_field_on_inst_token): New helper function to
10408         create a token from a FieldOnTypeBuilderInst.
10409         (mono_image_create_token): Handle FieldOnTypeBuilderInst.
10410         (resolve_object): Ditto.
10411
10412         * object-internals.h (MonoReflectionFieldOnTypeBuilderInst): New structure
10413         mirroring System.Reflection.Emit.FieldOnTypeBuilderInst.
10414
10415 2008-03-14  Martin Baulig  <martin@ximian.com>
10416
10417         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 68.
10418
10419         * debug-mono-symfile.h
10420         (MONO_SYMBOL_FILE_VERSION): Bump to 41.
10421         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): New #define.
10422
10423 2008-03-10  Martin Baulig  <martin@ximian.com>
10424
10425         * debug-mono-symfile.h
10426         (MonoSymbolFileMethodAddress): Removed `num_lexical_blocks' and
10427         `lexical_block_table_offset'.
10428         (MonoDebugMethodInfo): Removed `num_lexical_blocks' and
10429         `lexical_blocks'.
10430         (MonoSymbolFile): Added `version'.
10431
10432         * mono-debug.h
10433         (MonoDebugLexicalBlockEntry): Removed.
10434         (MonoDebugMethodJitInfo): Removed `num_lexical_blocks' and
10435         `lexical_blocks'.
10436
10437         * mono-debug.c (mono_debug_add_method): Don't compute lexical
10438         blocks here; the debugger now does this internally.
10439
10440 2008-02-27  Martin Baulig  <martin@ximian.com>
10441
10442         * object.c (mono_runtime_exec_main): Call
10443         `mono_debugger_event (MONO_DEBUGGER_EVENT_REACHED_MAIN)' and
10444         `mono_debugger_event (MONO_DEBUGGER_EVENT_MAIN_EXITED)' here.
10445
10446 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
10447
10448         * verify.c (verify_type_compatibility_full): Allow native int to be converted
10449         to native pointer in non-strict mode. Required to "(IntPtr)null" work.
10450
10451 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
10452
10453         * verify.c (verify_ldftn_delegate): Accept a sealed type when using
10454         ldftn with a virtual method.
10455
10456 2008-03-13  Geoff Norton  <gnorton@novell.com>
10457
10458         * decimal.c:  Only include memory.h if the platform has it.
10459
10460 Wed Mar 12 12:11:06 CET 2008 Paolo Molaro <lupus@ximian.com>
10461
10462         * assembly.c, class.c, metadata-internals.h: make sure public key
10463         tokesns are compared in a case-insensitive way. Also, all
10464         the lookups in the GAC use a lowercase public key token
10465         (gaacutil already does the lowercasing on install). Fixes
10466         bug #369541.
10467
10468 2008-03-11 Rodrigo Kumpera  <rkumpera@novell.com>
10469
10470         * verify.c (mono_delegate_signature_equal): Do proper variance check on arguments
10471         and return value.
10472
10473 Tue Mar 11 17:41:38 CET 2008 Paolo Molaro <lupus@ximian.com>
10474
10475         * image.c: when someone loads a mscorlib from a file, return the
10476         currently loaded mscorlib (fixes bug #369253).
10477
10478 Tue Mar 11 16:47:32 CET 2008 Paolo Molaro <lupus@ximian.com>
10479
10480         * class.c: handle types with no parents by forcing them to have
10481         System.Object as a parent and marking them as broken (this currently
10482         allows the first part of bug #369173 to work as well, likely because
10483         we don't check for typeload exceptions everywhere yet).
10484
10485 Tue Mar 11 15:23:54 CET 2008 Paolo Molaro <lupus@ximian.com>
10486
10487         * class.c: more complete check that types belong to corlib
10488         (fixes second part of bug #369173).
10489
10490 2007-03-10  Bill Holmes  <billholmes54@gmail.com>
10491
10492         * generic-sharing.c:  Including glib.h for the MSVC builds to define
10493           "inline" to "__inline" before including mono-membar.h.
10494           
10495         * mono-perfcounters.c:  Adding HAVE_SYS_TIME_H check for MSVC builds.
10496           Rename "Unknown" to "CatTypeUnknown" to avoid name collisions for 
10497           MSVC builds.
10498
10499         Contributed under MIT/X11 license.
10500
10501 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
10502
10503         * verify.c (do_invoke_method): Remove return type validation.
10504
10505         * verify.c (do_ret): Do return type validation at return site instead of
10506         call site.
10507
10508 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
10509
10510         * verify.c (do_invoke_method): Mark callvirt to static methods unverifiable.
10511
10512         * verify.c: Some todos cleaned and improved a few error messages.
10513
10514 2008-03-08  Zoltan Varga  <vargaz@gmail.com>
10515
10516         * class.c (mono_class_setup_mono_type): Improve the test for corlib.
10517
10518 2008-03-07  Zoltan Varga  <vargaz@gmail.com>
10519
10520         * class.c (mono_class_setup_mono_type): Handle types whose name clashes with
10521         system types correctly.
10522
10523         * exception.h exception.c (mono_exception_from_token_two_strings): New helper
10524         function.
10525
10526 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
10527
10528         * assembly.c (build_assembly_name): Fix a warning.
10529
10530 Thu Mar 6 19:43:41 CET 2008 Paolo Molaro <lupus@ximian.com>
10531
10532         * marshal.c: ldfld_remote and stfld_remote needs just one wrapper as
10533         the called function takes an object type argument. Fixes storing or
10534         valuetypes across remoting as well as reducing memory usage.
10535         * image.c, metadata-internals.h: remove now unused ldfld_remote and
10536         stfld_remote wrapper caches.
10537
10538 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
10539
10540         * icall.c (mono_lookup_internal_call): Update the exception message when an icall
10541         is not found.
10542
10543         * reflection.c (mono_image_register_token): New helper function to save
10544         a token->object mapping.        
10545
10546         * icall.c (ves_icall_ModuleBuilder_RegisterToken): New icall to access it from
10547         managed code.
10548
10549         * reflection.c (_mono_reflection_parse_type): Distinguish between vectors and
10550         one dimension arrays. Fixes #367670.
10551         (mono_reflection_get_type_internal): Ditto.
10552
10553 Tue Mar 4 19:04:02 CET 2008 Paolo Molaro <lupus@ximian.com>
10554
10555         * marshal.c: mono_load_remote_field_new() always returns object.
10556         so use the proper signature (fixes bug #366445).
10557
10558 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
10559         
10560         * class-internals.h (MonoMethod): Remove unused uses_this flag, 
10561         add an 'inline_failure' flag instead.
10562
10563 2008-03-04  Mark Probst  <mark.probst@gmail.com>
10564
10565         * domain-internals.h, domain.c: Replaced MonoGenericSharingContext
10566         with a new structure, MonoGenericJitInfo, in the MonoJitInfo.  It
10567         contains the location of "this", used for exception handling.
10568
10569 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
10570
10571         * class.c (mono_class_layout_fields): Set the min alignment of small structs to
10572         their size on all platforms for perf reasons.
10573
10574 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
10575
10576         * reflection.h: Move mono_reflection_is_valid_dynamic_token to
10577         object-internal.h
10578
10579         * object-internal.h: Same.
10580
10581 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
10582
10583         * reflection.h: Fix the build I just broke.
10584
10585 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
10586
10587         * reflection.c (mono_reflection_is_valid_dynamic_token): New function,
10588         Test if a token is valid, this remove explicit usage of 
10589         MonoDynamicImage::tokens from the verifier code.
10590
10591         * reflection.h: Added mono_reflection_is_valid_dynamic_token.
10592
10593         * verify.c (token_bounds_check): Use mono_reflection_is_valid_dynamic_token
10594         instead of direct access to MonoDynamicImage::tokens.
10595
10596 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
10597
10598         * verify.c (token_bounds_check): Fix the build I just broke.
10599
10600 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
10601
10602         * verify.c (token_bounds_check): Fix bounds check for dynamic images.
10603
10604         * verify.c (verifier_load_method): Fixed the errors message.
10605
10606         * verify.c (mono_method_verify): Fixed a debug message.
10607
10608 Thu Feb 28 19:49:45 CET 2008 Paolo Molaro <lupus@ximian.com>
10609
10610         * icall-def.h, domain.c, mono-perfcounters-def.h, mono-perfcounters.c,
10611         mono-perfcounters.h, class-internals.h: support for predefined
10612         writable counters, query of categories and counters, bugfixes.
10613
10614 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
10615
10616         * verify.c (do_refanytype): Verify the refanytype opcode.
10617
10618         * verify.c (mono_method_verify): Use do_refanytype.
10619
10620 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
10621
10622         * verify.c (do_mkrefany): Verify the mkrefany opcode.
10623
10624         * verify.c (mono_method_verify): Use do_mkrefany.
10625
10626 Wed Feb 27 19:49:16 CET 2008 Paolo Molaro <lupus@ximian.com>
10627
10628         * Makefile.am, icall-def.h, icall.c, mono-perfcounters-def.h,
10629         mono-perfcounters.c, mono-perfcounters.h: basic performance counter
10630         implementation.
10631
10632 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
10633
10634         * marshal.c (mono_marshal_get_synchronized_wrapper): Fix the code which throws
10635         the type load exception.
10636
10637 2008-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
10638
10639         * verify.c: Added a few FIXME for method signatures
10640
10641         * verify.c (do_invoke_method): Use mono_method_get_signature_full instead
10642         of mono_method_get_signature and get vararg call working. Removed unused
10643         checks for return value.
10644
10645         * verify.c (do_refanyval): Verify the refanyval opcode.
10646
10647         * verify.c (mono_method_verify): Implemented verification of arglist and
10648         use do_refanyval.
10649
10650 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
10651
10652         * class.c (mono_class_setup_methods): Move the check for synchronized methods on
10653         vtypes to marshal.c.
10654
10655         * marshal.c (mono_marshal_get_synchronized_wrapper): Do the vtype check here so
10656         it works for AOT as well.
10657
10658 Tue Feb 26 17:46:32 CET 2008 Paolo Molaro <lupus@ximian.com>
10659
10660         * monitor.c, threads.c, threadpool.c: replace the use of GetTickCount ()
10661         with mono_msec_ticks () which is monotonic and doesn't cause bugs when
10662         the system time is adjusted.
10663
10664 Tue Feb 26 17:40:10 CET 2008 Paolo Molaro <lupus@ximian.com>
10665
10666         * icall.c, icall-def.h: use the new time functions (fixes the
10667         non-monotonic behaviour of TickCount).
10668
10669 2008-02-26  Zoltan Varga  <vargaz@gmail.com>
10670
10671         * reflection.c (mono_custom_attrs_from_builders): Revert the last change as
10672         it breaks the build.
10673         
10674         * reflection.c (mono_custom_attrs_from_builders): Assert instead of a crash if the
10675         cattr is not finished yet.
10676
10677 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
10678
10679         * verify.c: Proper token validation for field, method and type.
10680
10681 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
10682
10683         * loader.c (field_from_memberref): Generate a loader error if the type is not found.
10684
10685         * loader.c (method_from_memberref): Generate type load error instead of method missing
10686         if the type is not found.
10687
10688 2008-02-23  Zoltan Varga  <vargaz@gmail.com>
10689
10690         * marshal.c (mono_marshal_emit_managed_wrapper): Avoid generating invalid IL if
10691         some of the conversions caused the generation of a marshal directive exception.
10692
10693 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
10694
10695         verify.c: Report which exception should be thrown by the JIT.
10696         Added a lot of FIXME notes.
10697
10698 2008-02-22  Mark Probst  <mark.probst@gmail.com>
10699
10700         * generic-sharing.c: Runtime generic context slots are not
10701         instantiated on init anymore.  Instead, provide function to do the
10702         instantiating on demand.
10703
10704         * class-internals.h: Added vtable to runtime generic context.
10705         Macros for encoding direct and indirect slot offsets in one
10706         guint32.
10707
10708 2008-02-21  Mark Probst  <mark.probst@gmail.com>
10709
10710         * object.c, generic-sharing.c: Moved some generic sharing code
10711         from object.c to generic-sharing.c.
10712
10713         * generic-sharing.c: Added support for extensible runtime generic
10714         context.
10715
10716         * metadata-internals.h: Two new hash tables in MonoImage for
10717         extensible runtime generic context support.
10718
10719         * domain.c: Unregister generic vtables upon domain unloading.
10720
10721         * image.c: Destroy new hash tables upon image unloading.
10722
10723         * metadata.c: Unregister generic subclasses upon image unloading.
10724
10725         * class-internals.h: New data structure for runtime generic
10726         context template.  New fields in the runtime generic context for
10727         extensible part.
10728
10729         * Makefile.am: Added generic-sharing.c.
10730
10731 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
10732
10733         icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): If
10734         there is a pending loader exception, raise it.
10735
10736         icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
10737         same.
10738
10739         icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): 
10740         same.
10741
10742         Fixes #363450.
10743
10744 2008-02-20  Zoltan Varga  <vargaz@gmail.com>
10745
10746         * icall.c (ves_icall_Type_GetPacking): Handle dynamic types.
10747
10748         * assembly.c (mono_assembly_load_from_full): Fix a leak in the previous patch.
10749         
10750         * assembly.c (mono_assembly_load_from_full): Return the non-refonly corlib for
10751         ref-only requests for compatibility with MS.
10752
10753 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
10754
10755         * reflection.c (mono_custom_attrs_from_method): Don't silently
10756         return an empty list for generic method instances.
10757         (mono_custom_attrs_from_param): Likewise.
10758
10759 2008-02-20  Rodrigo Kumpera  <rkumpera@novell.com>
10760             Raja R Harinath  <harinath@hurrynot.org>
10761
10762         Fix #354757
10763         * class-internals.h (struct _MonoMethodInflated.is_mb_open): Add.
10764         * class.c (mono_class_inflate_generic_method_full): Initialize it
10765         when a fully-open method is instantiated.
10766         * metadata.c (inflated_method_equal, inflated_method_hash): Update
10767         to new field.
10768         * reflection.c (inflate_mono_method): Don't create a temporary context.
10769
10770 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
10771
10772         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
10773         Compute correct value, to prepare for imethod->reflection_info going away.
10774
10775 2008-02-19  Zoltan Varga  <vargaz@gmail.com>
10776
10777         * class.c (mono_class_setup_vtable_general): Ignore static methods in interfaces.
10778
10779 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
10780
10781         * verify.c: Implement skip visibility flag.
10782
10783 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
10784
10785         * verify.h: Added MONO_VERIFY_SKIP_VISIBILITY and struct MonoVerifyInfoExtended
10786         which contains an extra field to tell the kind of exception that should be thrown.
10787
10788         * verify.c: Use MonoVerifyInfoExtended instead of MonoVerifyInfo.
10789
10790 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
10791
10792         * loader.c (mono_method_get_param_names): Initialize 'klass' after
10793         'method' is updated.
10794
10795 2008-02-11  Zoltan Varga  <vargaz@gmail.com>
10796
10797         * class.c (mono_class_layout_fields): Set class->min_align for classes using
10798         explicit layout as well. Fixes #360375.
10799
10800 2008-02-11  Geoff Norton  <gnorton@novell.com>
10801
10802         * loader.c: Guard and dereference against inflated generic methods
10803
10804 2008-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
10805
10806         * class.c: Include Retargetable spec in assembly name.
10807         * assembly.c: Always include PublicKeyToken spec in assembly name
10808         (with value "null" if assembly is not signed), and include
10809         Retargetable spec.
10810         * icall-def.h: Added icall for Assembly.get_fullname.
10811         * icall.c: Added icall returning the fullname of an assembly.
10812
10813 2008-02-09  Zoltan Varga  <vargaz@gmail.com>
10814
10815         * class.c (mono_class_setup_vtable_general): Add a missing call to
10816         mono_class_setup_methods () which is needed in the AOT case.
10817
10818 2008-02-08 Rodrigo Kumpera  <rkumpera@novell.com>
10819
10820         * verify.c (mono_type_get_stack_name): Added. Return the name for the
10821         stack type of the given MonoType.
10822
10823         * verify.c (verify_type_compatibility_full): Handle the void type.
10824
10825         * verify.c (is_compatible_boxed_valuetype): Changed to fit the
10826         way stack merging works.
10827
10828         * verify.c (store_local): Improved verification message.
10829
10830         * verify.c (do_branch_op): If the merging is invalid, the method
10831         is unverifiable and not invalid. Improved error message.
10832
10833         * verify.c (merge_stacks): Properly merge a boxed valuetype and
10834         a reference type diferent than System.Object. Improved error
10835         message.
10836
10837 2008-02-07 Rodrigo Kumpera  <rkumpera@novell.com>
10838
10839         * verify.c (mono_type_is_enum_type): Added. Test if a type is an enum.
10840
10841         * verify.c (mono_type_get_underlying_type_any): Added. Return the underlying
10842         type of an enum even if the argument is byref.
10843
10844         * verify.c: Replace all explicit uses of enumtype and enum_basetype
10845         to calls to mono_type_is_enum_type and mono_type_get_underlying_type_any.
10846
10847         * verify.c: Check for an enum in all cases of MONO_TYPE_GENERICINST.
10848
10849         *verify.c (verify_type_compatibility_full): Make enum types
10850         compatible with their base types.
10851
10852         * verify.c (is_compatible_boxed_valuetype): Added. Check if both
10853         types are compatible for the special case of a boxed valuetype and
10854         System.Object.
10855
10856         * verify.c (verify_stack_type_compatibility): The function
10857         is_compatible_boxed_valuetype was extracted from here.
10858
10859         * verify.c (push_arg): Only set ctx->has_this_store if the method
10860         is not static.
10861
10862         * verify.c (do_ldelem): Fixed a typo in an error message and added
10863         strict check for mixing int32 and native int as the array type
10864         and ldelem type.
10865
10866         * verify.c (merge_stacks): Consider boxed valuetypes in the
10867         compatibility checks.
10868
10869 2008-02-07  Massimiliano Mantione  <massi@ximian.com>
10870         * profiler.h: (MonoGCEvent): Added start-stop the world events.
10871
10872 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
10873         *class.c: use_new_interface_vtable_code: renamed the env var to have
10874         a "MONO_" prefix, and fix the logic to enable it by default.
10875
10876 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
10877         *class.c:
10878         mono_class_setup_vtable_general: rewrote the way in which interface
10879         methods are added to vtables. Makes bug-77127.exe pass, and hopefully
10880         makes the code more maintainable.
10881         For now the old code is still there, and can be activated setting
10882         the env var "USE_NEW_INTERFACE_VTABLE_CODE".
10883
10884 2008-02-06 Rodrigo Kumpera  <rkumpera@novell.com>
10885
10886         * verify.c: guarded some debug functions around and #ifdef.
10887
10888         * verify.c (merge_stacks): implement proper PIII 1.8.1.3 stack state merging.
10889
10890 2008-02-06  Zoltan Varga  <vargaz@gmail.com>
10891
10892         * marshal.c (mono_marshal_get_runtime_invoke): Revert the direct_wrapper
10893         changes for now since they seem to break too many things.
10894
10895 2008-02-05  Mark Probst  <mark.probst@gmail.com>
10896
10897         * marshal.c, marshal.h (mono_marshal_find_bitfield_offset,
10898         mono_marshal_find_nonzero_bit_offset): Added macro and function
10899         for finding the byte- and bit-offset of a bitfield within a
10900         struct.
10901
10902 2008-02-05  Zoltan Varga  <vargaz@gmail.com>
10903
10904         * marshal.c (mono_marshal_get_ptr_to_struct): Make the signature non-pinvoke.
10905         (mono_marshal_get_struct_to_ptr): Ditto.
10906
10907         * marshal.c (mono_marshal_get_runtime_invoke): Fix the signature of 
10908         cctor_signature.
10909
10910 2008-02-03  Zoltan Varga  <vargaz@gmail.com>
10911
10912         * marshal.c (mono_marshal_get_runtime_invoke): Fix sharing of runtime wrappers
10913         between methods for non-corlib types.
10914
10915 2008-02-02  Geoff Norton  <gnorton@novell.com>
10916
10917         * loader.c (mono_method_get_param_names): Populate the parameter name for 
10918         generic parameters as well. (Fixes #342536)
10919
10920 2008-01-31 Rodrigo Kumpera  <rkumpera@novell.com>
10921
10922         * verify.c (is_valid_bool_arg): Allow boxed values and null literals as well.
10923
10924         * verify.c (do_invoke_method): Fix for calling with byref structs.
10925
10926         * verify.c (do_cast): push a boxed value type based on the type token and not
10927         the type of stack.
10928
10929 2008-01-31  William Holmes  <billholmes54@gmail.com>
10930
10931         * process.c (process_module_string_read): Check the size returned form 
10932           VerQueryValue to avoid out of memory exception. 
10933
10934 2008-01-30  Zoltan Varga  <vargaz@gmail.com>
10935
10936         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
10937         Handle properly modules which are not in the moduleref table. Fixes
10938         #356938.
10939
10940 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
10941
10942         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Remove
10943         the dynamic case which is now in managed code.
10944         (ves_icall_System_Reflection_Assembly_GetTypes): Ditto.
10945
10946         * marshal.c (mono_string_to_bstr): Fix a warning.
10947         (init_com_provider_ms): Ditto.
10948
10949         * appdomain.c (ves_icall_System_AppDomain_createDomain): Add some FIXMEs.
10950
10951         * exception.c (mono_get_exception_out_of_memory): New helper function.
10952
10953 2008-01-28  Jonathan Chambers  <joncham@gmail.com>
10954
10955         * marshal.c: Add support for BSTR marshalling
10956         using other COM systems.
10957
10958         Code is contributed under MIT/X11 license.
10959
10960 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
10961
10962         * object.c (mono_runtime_invoke_array): reverted previous
10963         commit as it breaks the build.
10964
10965 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
10966
10967         * object.c (mono_runtime_invoke_array): Verify arguments for
10968         invalid types. Fixes #348522.
10969
10970 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
10971
10972         * verify.c: added IL_CODE_CALL_NONFINAL_VIRTUAL to track calls to
10973         non-final virtual calls using call. 
10974
10975         * verify.c (do_invoke): fixed some TODOs.
10976
10977         * verify.c (push_arg): set has_this_store for "ldarga 0".
10978
10979 2008-01-27  Zoltan Varga  <vargaz@gmail.com>
10980
10981         * reflection.c (reflection_methodbuilder_to_mono_method): Allow DynamicMethods
10982         which belong to an inflated class. Fixes #356531.
10983
10984 2008-01-26  Robert Jordan  <robertj@gmx.net>
10985
10986         * file-io.c: Implement and use wrappers for GetFileAttribute|Ex ()
10987         which resort to FindFirstFile when a certain error condition
10988         (ERROR_SHARING_VIOLATION) occured. Fixes bug #325212.
10989         Code is contributed under MIT/X11 license.
10990
10991 2008-01-24  Jonathan Chambers  <joncham@gmail.com>
10992
10993         * marshal.c (emit_marshal_string): Fix out string marshalling
10994         to use specified encoding. Fixes #323900.
10995
10996         Code is contributed under MIT/X11 license.
10997
10998 2008-01-24  Raja R Harinath  <harinath@hurrynot.org>
10999
11000         * class.c (mono_class_inflate_generic_method_full): Don't modify
11001         iresult->context after cache check.
11002
11003 2008-01-23  Zoltan Varga  <vargaz@gmail.com>
11004
11005         * class.c (mono_class_inflate_generic_method_full): Change the
11006         struct assignments to memcpy for better visibility and add some comments.
11007
11008 2008-01-23  Dick Porter  <dick@ximian.com>
11009
11010         * threads.c (mono_threads_set_shutting_down): Simplify shutdown
11011         procedure, and make it work on windows.
11012
11013 2008-01-22  Zoltan Varga  <vargaz@gmail.com>
11014
11015         * object-internals.h (MonoReflectionGenericClass): Make the 'generic_type' field
11016         a MonoReflectionTypeBuilder since it is always of that type.
11017
11018         * reflection.c (mono_type_get_object): Remove an unneccesary check.     
11019
11020         * reflection.c (mono_generic_class_get_object): Simplify this a bit.
11021
11022         * reflection.c (mono_reflection_bind_generic_parameters): Ditto.
11023         
11024         * icall.c (ves_icall_MonoGenericClass_GetParentType): Ditto.
11025
11026         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Ditto.
11027
11028         * reflection.c (mono_reflection_create_runtime_class): Remove already created
11029         instantiations from the type cache.
11030
11031 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
11032
11033         * verify.c (do_ldstr): fixed token verification. previous code was 100% broken.
11034
11035         * verify.c (do_unbox_value): push a controled mutability managed pointer.
11036
11037 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
11038
11039         * verify.c (do_ldstr): added, verifies if the #US token is valid.
11040
11041         * verify.c (mono_method_verify): removed old TODO
11042
11043 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
11044
11045         * verify.c (do_newobj): add visibility check.
11046
11047 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
11048
11049         * verify.c (do_load_function_ptr): add visibility check.
11050
11051 2008-01-21  Massimiliano Mantione  <massi@ximian.com>
11052         *class.c:
11053         mono_generic_class_get_class: hook profiler events.
11054         mono_field_get_offset: added to support heap-shot in the new profiler.
11055         *class.h: exported mono_field_get_offset.
11056         * reflection.c:
11057         mono_reflection_setup_internal_class: hook profiler events.
11058
11059 2008-01-20  Zoltan Varga  <vargaz@gmail.com>
11060
11061         * marshal.c (mono_marshal_emit_native_wrapper): Add a 'check_exceptions' 
11062         argument here too and use it to avoid checking for pending exceptions if 
11063         possible.
11064
11065 2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
11066
11067         * assembly.c (build_assembly_name): add arg for passing the assembly
11068         flags. Do not consider a PublicKey with value "null" valid.
11069         (mono_assembly_name_parse_full): added boolean argument that will be
11070         set if the assembly name contains a PublicKeyToken spec. Added support
11071         for the Retargetable spec for which only Yes or No are allowed as valid
11072         value. Consider assembly name invalid if Retargetable spec is set, but
11073         either version, culture or public key (token) are not specified.
11074         * metadata-internals.h: sync signature of mono_assembly_name_parse_full
11075         with implementation in assembly.c.
11076         * icall.c (fill_reflection_assembly_name): also copy assembly flags
11077         from MonoAssemblyName.
11078         (ves_icall_System_Reflection_AssemblyName_ParseName): use newly
11079         introduced argument for mono_assembly_name_parse_full to know if the
11080         assembly name has a PublicKeyToken spec, and if it has instruct
11081         fill_reflection_assembly_name to use default value for keyToken (if
11082         PublicKeyToken is null).
11083
11084 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
11085
11086         * verify.c (mono_method_verify): fixed ovf ops with
11087         float values. They are unverifiable now.
11088
11089 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
11090
11091         * class.c (set_failure_from_loader_error): add BadImageException to the
11092         list of exceptions that can cause a type to fail to load.
11093
11094         * class.c (mono_class_get_exception_for_failure): same.
11095
11096 2008-01-17  Rodrigo Kumpera  <rkumpera@novell.com>
11097
11098         * verify.c (in_any_exception_block): added, check if offset
11099         is part of any exception handling clause.
11100
11101         * verify.c (get_stack_type): added VAR and MVAR types.
11102
11103         * verify.c (do_stobj): better error messages.
11104
11105         * verify.c (do_cpobj): added, check cpobj.
11106
11107         * verify.c (do_initobj): added, check initobj.
11108
11109         * verify.c (do_sizeof): added, check sizeof.
11110
11111         * verify.c (do_localloc): added, check localloc.
11112
11113         * verify.c: adde proper verification for cpobj, initobj, sizeof and localloc.
11114
11115 2008-01-17  Zoltan Varga  <vargaz@gmail.com>
11116
11117         * method-builder.c (mono_mb_emit_native_call): Get rid of the unused
11118         save_lmf/restore_lmf opcodes.
11119
11120         * threads.c (mono_threads_install_notify_pending_exc): New function to
11121         install a callback notifying the JIT there is a pending exception on a thread.
11122         (mono_thread_request_interruption): Call the new callback.
11123         (mono_thread_get_and_clear_pending_exception): New function to return the
11124         exception pending on a thread.
11125
11126         * marshal.c (mono_marshal_get_icall_wrapper): Add a check_exceptions argument
11127         to turn off checking for pending exceptions.
11128         (mono_marshal_get_native_wrapper): Ditto.
11129
11130 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
11131
11132         * threads-types.h: Get rid of the unnecessary extern declarations.
11133
11134 2008-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
11135
11136         * icall.c (ves_icall_Type_GetField): if NonPublic flag is set, only
11137         return field from parent class if not private.
11138         (ves_icall_Type_GetFields_internal): if NonPublic flag is set, only
11139         returns fields from parent class if they are not private.
11140         (method_nonpublic): added function to determine if a given method
11141         should be considered non-public. Returns false for private methods
11142         on parent class, and internal methods from parent on the 1.0 profile.
11143         (ves_icall_Type_GetMethodsByName): if NonPublic flag is set, then
11144         use method_nonpublic function to determine whether method should be
11145         returned.
11146         (property_accessor_public): use newly introduced method_nonpublic
11147         function to determine whether accessor is non-public. 
11148         (ves_icall_MonoType_GetEvent): If NonPublic flag is set, only return
11149         event from parent class if not private. Only return static event if
11150         Static flag is set, and only return static event from parent class if
11151         FlattenHierarchy flag is set.
11152         (ves_icall_Type_GetEvents_internal): If NonPublic flag is set, only
11153         include non-private events from parent class.
11154
11155 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
11156
11157         * icall.c (ves_icall_System_NumberFormatter_GetFormatterTables): Fix a
11158         warning.
11159
11160 2008-01-16  Wade Berrier <wberrier@novell.com>
11161
11162         * security.c: Add assembly.h header to appease some warnings
11163
11164 2008-01-16  Dick Porter  <dick@ximian.com>
11165
11166         * process.c (process_module_string_read): Remove trailing null
11167         when saving string.
11168
11169 2008-01-16  Mark Probst  <mark.probst@gmail.com>
11170
11171         * class-internals.h: A new data structure describing the layout of
11172         a runtime generic context (MonoRuntimeGenericContextTemplate).
11173
11174         * metadata-internals.h: Added a hash table to MonoDomain that maps
11175         from open generic classes to their runtime generic context
11176         templates.
11177
11178         * object.c: Building of the runtime generic context, including
11179         proper handling of generic type arguments of superclasses.
11180         Building of the runtime generic context according to the template.
11181
11182 2008-01-15  Zoltan Varga  <vargaz@gmail.com>
11183
11184         * class.c (mono_class_setup_fields): Set field.count for generic instances.
11185         Fixes #350856.
11186
11187         * image.c (do_mono_image_open): Pass TRUE as last_exists to 
11188         mono_portability_find_file (). Fixes #325466.
11189         (mono_image_get_public_key): Fix a warning.
11190
11191 2008-01-14  Zoltan Varga  <vargaz@gmail.com>
11192
11193         * class.c (mono_class_from_name): Fix comments for NULL-ness of image parameter.
11194         Fixes #353550.
11195         (mono_class_from_name_case): Ditto.
11196
11197 2008-01-13  Eyal Alaluf <eyala@mainsoft.com>
11198
11199         * icall-def.h number-formatter.h icall.c: Implemented a cross app-domain
11200           common storage for the tables used in the System/NumberFormatter class.
11201
11202 2008-01-13  Zoltan Varga  <vargaz@gmail.com>
11203
11204         * marshal.c (mono_marshal_get_runtime_invoke): Fix a typo.
11205
11206 2008-01-11  Rodrigo Kumpera  <rkumpera@novell.com>
11207
11208         * verify.c (get_boxable_mono_type): check if the token is valid.
11209
11210         * verify.c (set_stack_value): changed to add an error if an
11211         invalid type is set on stack. Changed all callers due to signature change.
11212
11213         * verify.c (do_stobj): implement stobj validation.
11214
11215 2008-01-11  Zoltan Varga  <vargaz@gmail.com>
11216
11217         * reflection.c (reflection_methodbuilder_to_mono_method): No need to
11218         set container->is_method, it was set earlier.
11219
11220         * metadata.c (type_in_image): Handle MVARs which belong to not finished
11221         generic methods.
11222
11223         * reflection.c (mono_reflection_initialize_generic_parameter): Set
11224         is_method of the generic container to TRUE for methods.
11225
11226 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
11227
11228         * metadata.c (type_in_image): Handle type parameters properly.
11229
11230         * class-internals.h (MonoGenericParam): Add an 'image' argument to track
11231         memory ownership of this structure.
11232
11233 2008-01-10  Rodrigo Kumpera  <rkumpera@novell.com>
11234
11235         * verify.c (get_boxable_mono_type): make typedref types been just
11236         unverifiable. check for void type.
11237
11238         * verify.c (do_unbox_any): added, verify opcode unbox.any.
11239
11240         * verify.c (do_load_function_ptr): accept method spec tokens.
11241
11242 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
11243
11244         * marshal.c (mono_class_native_size): Always set *align even if this is called
11245         recursively.
11246
11247 2008-01-09  Zoltan Varga  <vargaz@gmail.com>
11248
11249         * verify.c (mono_verify_corlib): Remove this as it was not used and was 
11250         out-of-date.
11251
11252 2008-01-09  Rodrigo Kumpera  <rkumpera@novell.com>
11253
11254         * verify.c: removed some old unused tables. A huge bunch of small fixes
11255         to things found while testing the verifier with mono basic.
11256
11257         * verify.c (dump_stack_value): dump null literal flag to.
11258
11259         * verify.c (verify_type_compatibility_full): fix comparison
11260         for types that have a generic super type.
11261
11262         * verify.c (verify_stack_type_compatibility): fix compatibility
11263         between null literals and reference types. fix compatibility between
11264         boxed valuetypes and object. fix corner case test for enums.
11265
11266         * verify.c (do_cmp_op): proper verification of cgt.un in case
11267         of reference types.
11268
11269         * verify.c (do_invoke_method): fix error message.
11270
11271         * verify.c (do_store_indirect
11272
11273         * verify.c (check_is_valid_type_for_field_ops): proper verification
11274         of managed pointers to valuetypes and boxed valuetypes. proper verification
11275         of null literals.
11276
11277         * verify.c (do_unbox_value): expect valuetypes to be always boxed. don't
11278         allow token to be a reference type.
11279
11280         * verify.c (do_cast): proper handling of boxes valuetypes.
11281
11282         * verify.c (do_stelem): proper handling of storing a boxed valuetype
11283         in object[].
11284
11285         * verify.c (mono_method_verify): pass the opcode to do_cmp_op
11286         to handle cgt.un properly. Implement add/mul/sub ovf opcodes.
11287         fixed the decoding of unbox_any
11288
11289 2008-01-08  Zoltan Varga  <vargaz@gmail.com>
11290
11291         * boehm-gc.c (mono_gc_deregister_root): Fix the size passed to libgc.
11292
11293 2008-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
11294
11295         * verify.c (do_newobj): do delegate verification.
11296
11297         * verify.c (verify_delegate_compatibility): perform delegate
11298         verification.
11299
11300         * verify.c (verify_ldftn_delegate): perform tests related to
11301         ldftn delegates.
11302
11303         * verify.c (mono_delegate_signature_equal): perform the
11304         slightly diferent signature comparison required by delegates.
11305
11306         * metadata.c (mono_metadata_type_equal_full): added and exported
11307         as MONO_INTERNAL. This is a version of mono_metadata_type_equal that
11308         allows signature only comparison.
11309
11310         * metadata-internal.h (mono_metadata_type_equal_full): added and exported
11311         as MONO_INTERNAL.
11312
11313 2008-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
11314
11315         * verify.c: added a bunch of stack_slot_* functions to
11316         make access to stack slot type easier. This is required to
11317         allow optional flags, like null literal, boxed value and
11318         this pointer.
11319         All access paths to IlStackDesc::stype have been changed 
11320         to use these new funcions.
11321         Removed a bunch of unused functions and cleared all warnings.
11322         This patch introduces the usage of the this pointer and 
11323         boxed value flags.
11324
11325 2008-01-07  Zoltan Varga  <vargaz@gmail.com>
11326
11327         * boehm-gc.c (mono_gc_deregister_root): Fix win32 build.
11328
11329 2008-01-06  Zoltan Varga  <vargaz@gmail.com>
11330
11331         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Change signature to
11332         match managed version.
11333
11334         * appdomain.c: Bump corlib version.
11335         
11336         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Check for a null
11337         argument.
11338
11339 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
11340
11341         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies)
11342         Set public key token to zero-length byte array if assembly is not
11343         strongnamed.
11344
11345 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
11346
11347         * icall.c (ves_icall_System_Array_SetValueImpl): Use a write barrier when
11348         writing a vtype array elem.
11349
11350 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
11351
11352         * assembly.c (build_assembly_name): return FALSE if length of token is
11353         not 16 (if not "null").
11354         (mono_assembly_name_parse_full): return FALSE if value of version,
11355         culture, token or key is 0.
11356         * icall.c (fill_reflection_assembly_name): add boolean arguments to
11357         specify whether public key and public key token must be set to default
11358         value (zero-length byte array) if not available. Set versioncompat to
11359         SameMachine. If public key is available or the default is set, then
11360         set PublicKey flag.
11361         (ves_icall_System_Reflection_Assembly_FillName): if no public key
11362         is available, use empty byte array as default value. On the 2.0
11363         profile, use default value for public key token if not set.
11364         (ves_icall_System_Reflection_InternalGetAssemblyName): on the 1.0
11365         profile, use default value for public key if not set. On the 2.0
11366         profile, use default value for public key token if not set.
11367         (ves_icall_System_Reflection_AssemblyName_ParseName): do not set
11368         default values for public key and public key token.
11369
11370 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
11371
11372         * object-internals.h (MonoReflectionAssemblyName): Add 'processor_architecture'
11373         field to keep it in synch with the managed object.
11374
11375         * marshal.c (emit_marshal_object): Add support for byref marshalling of
11376         delegates. Fixes #351520.
11377
11378         * sgen-gc.c (conservatively_pin_objects_from): Tell valgrind that the pin queue
11379         contains defined memory.
11380         
11381         * sgen-gc.c: Fix 64 bit warnings. Fix some typos. Update GC stats in mono_stats.
11382
11383         * sgen-gc.c (build_nursery_fragments): Handle half-constructed objects correctly.
11384         
11385         * sgen-gc.c (check_consistency): New helper function to do a consistency check
11386         of the GC data structures.
11387
11388         * gc-internal.h: Moved the REGISTER/UNREGISTER macros here from os/gc_wrapper.h.
11389
11390         * *.c: Include metadata/gc-internal.h instead of os/gc_wrapper.h.
11391         
11392         * object.c (mono_array_full_copy): Fix detection of whenever to use a write
11393         barrier.
11394         (mono_array_clone_in_domain): Ditto.
11395         (mono_array_clone_in_domain): Ditto.
11396
11397         * threads.c (start_wrapper): Register the thread start argument as a GC root.
11398         (cache_culture): Use a write barrier.
11399
11400         * icall.c (ves_icall_System_Array_SetValueImpl): Call a write barrier.
11401         (ves_icall_get_property_info): Ditto.
11402
11403         * object.h (MONO_STRUCT_SETREF): New macro.
11404
11405         * class-internals.h (MonoStats): Add some GC statistics.
11406
11407         * boehm-gc.c null-gc.c: Define mono_gc_deregister_root ().
11408
11409 2008-01-04  Andreas Faerber  <andreas.faerber@web.de>
11410
11411         * exception.c (mono_exception_from_name_two_strings):
11412         Break from loop after method is found.
11413
11414 2008-01-04  Dick Porter  <dick@ximian.com>
11415
11416         * process.c (process_module_string_read): Rename variable to
11417         reflect correct usage, after fixing bug 345972.
11418
11419 2008-01-03  Rodrigo Kumpera  <rkumpera@novell.com>
11420
11421         * verify.c (mono_type_create_fnptr_from_mono_method): 
11422         created a MonoType function pointer instance to be used during
11423         verification. The verifier releases this memory at end.
11424
11425         * verify.c (mono_method_is_constructor): extracted repeated
11426         checks for constructor into a single class.
11427
11428         * verify.c (do_push_field): use new extracted method
11429         for constructor check.
11430
11431         * verify.c (do_newobj): same.
11432
11433         * verify.c (do_ldftn): renamed to do_load_function_ptr
11434         and make it verify ldvirtftn too.
11435
11436         * verify.c (mono_method_verify: proper verification
11437         of ldvirtftn. release created MonoMethod instances.
11438
11439 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
11440
11441         * verify.c (token_bounds_check): added.
11442
11443         * verify.c (do_ldftn): added.
11444
11445         * verify.c (mono_method_verify): proper verificartion of ldftn.
11446
11447 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
11448
11449         * metadata.c (mono_metadata_decode_row): Assert if index is bigger
11450         than the table row count. It's the resposibility of the caller to
11451         make the bounds check and raise the correct error.
11452
11453         * metadata.c (mono_metadata_decode_row_col): Same.
11454
11455         * loader.c (mono_get_method_from_token): perform bounds check
11456         on token for methoddef table.
11457
11458 2007-12-29  Miguel de Icaza  <miguel@novell.com>
11459
11460         * icall.c
11461         (ves_icall_System_CurrentSystemTimeZone_GetTimeZoneData): Turn the
11462         assert into a negative result, the managed code already coped with
11463         that.
11464
11465         Some folks on Windows reported this error. 
11466
11467 2007-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
11468
11469         * appdomain.c: Bump corlib version.
11470         * icall.c:
11471         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies): Use
11472         CultureInfo.CreateCulture to create CultureInfo for name.
11473         (fill_reflection_assembly_name): Use CultureInfo.CreateCulture to
11474         create CultureInfo for name. Fixes bug #347174.
11475
11476 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
11477
11478         * verify.c: added IL_CODE_FLAG_STACK_INITED and IL_CODE_STACK_MERGED
11479         flags.
11480
11481         * verify.c (is_valid_branch_instruction): allow branching to the
11482         first instruction of the protected block.
11483
11484         * verify.c (is_valid_cmp_branch_instruction): same.
11485
11486         * verify.c (stack_init): use IL_CODE_FLAG_STACK_INITED flag to
11487         avoid double initialization.
11488
11489         * verify.c (merge_stacks): use IL_CODE_STACK_MERGED to
11490         detect which cases the eval stack should just be copied.
11491
11492         * verify.c (mono_method_verify): check if the eval stack
11493         is empty when entering a protected block.
11494
11495 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
11496
11497         * verify.c: added is_clause_in_range, is_clause_inside_range,
11498         is_clause_nested and verify_clause_relationship. They perform
11499         the verifications stated in P1 12.4.2.7.
11500
11501         * verify.c (mono_method_verify): remove some unused variables,
11502         add the new exception clause checks, add instruction border
11503         checks for protected block start/end, improved some error 
11504         messages and fixed a bug in the way invalid instruction access
11505         is detected.
11506
11507 2007-12-26  Zoltan Varga  <vargaz@gmail.com>
11508
11509         * boehm-gc.c (mono_gc_register_thread): Use the new GC_register_my_thread () routine
11510         from GC 7.0 if available.
11511
11512         * object.c: Remove an unused define.
11513         
11514         * object.c (mono_class_compute_gc_descriptor): Fix a warning.
11515
11516         * boehm-gc.c (mono_gc_make_descr_for_array): Implement.
11517
11518         * null-gc.c (mono_gc_make_descr_for_array): Implement.
11519
11520         * object.c (mono_class_compute_gc_descriptor): Remove an #ifdef SGEN_GC.
11521
11522         * gc-internal.h: Change the signature of mono_gc_make_descr_for_string ()
11523         to take the same arguments as the other make_descr functions.
11524
11525         * boehm-gc.c null-gc.c: Add implementation for make_descr functions.
11526
11527         * objects.c: Get rid of the MAKE_DESCRIPTOR macros, call make_descr functions
11528         directly.
11529
11530         * boehm-gc.c (mono_gc_base_init): Moved the setting of GC_stackbottom here from
11531         mini.c.
11532
11533         * object.c (mono_class_compute_gc_descriptor): Move the GC_init_gcj_malloc () 
11534         call to boehm-gc.c.
11535
11536         * boehm-gc.c (mono_gc_register_root): Fix a warning.
11537
11538         * null-gc.c (mono_gc_register_root): Fix a warning.
11539
11540         * reflection.c (ALLOC_REFENTRY): Use mono_gc_alloc_fixed for boehm as well.
11541
11542         * boehm-gc.c (mono_gc_register_root): Moved definition here from gc_wrapper.h.
11543         (mono_gc_base_init): Call GC_init ().
11544
11545         * null-gc.c: Define mono_gc_register_root () as a no-op.
11546
11547         * domain.c appdomain.c: Call mono_gc_base_init () instead of MONO_GC_PRE_INIT ().
11548
11549 2007-12-24  Rodrigo Kumpera  <rkumpera@novell.com>
11550
11551         * verify.c: add prototype for merge_stacks at top
11552
11553         * verify.c (do_switch): added.
11554
11555         * verify.c (merge_stacks): on some cases the stack merging
11556         was not happening properly. Unequal stack sizes at merge
11557         points should be invalid.
11558
11559         * verify.c (mono_method_verify): added more debug info on stack state.
11560         verify switch properly.
11561
11562 2007-12-24  Zoltan Varga  <vargaz@gmail.com>
11563
11564         * method-builder.h: New file, moved the mono_mb_ declarations here from 
11565         marshal.h.
11566
11567         * boehm-gc.c marshal.c: Include method-builder.h.
11568
11569         * marshal.c: Use mono_mb_emit_branch_label () in a few places.
11570
11571         * marshal.c: Remove some code which is now in method-builder.c.
11572
11573 2007-12-23  Zoltan Varga  <vargaz@gmail.com>
11574
11575         * method-builder.c: New file, extraction of the method builder functionality 
11576         from marshal.c.
11577
11578         * marshal.c: Move the mb functions into method-builder.c.
11579
11580         * marshal.h marshal.c: Export some mono_mb_... functions.
11581
11582         * marshal.c: Use mono_mb_get_label () and mono_mb_patch_branch () in all places.
11583
11584         * loader.c (field_from_memberref): Remove the dynamic case, it is handled in
11585         the caller.
11586
11587         * class.c (mono_class_get_full): Check the token type in the dynamic case.
11588
11589         * loader.c (mono_field_from_token): Ditto.      
11590
11591         * loader.c (mono_get_method_from_token): Change the check so it checks memberref
11592         type as well.
11593         
11594         * loader.c (mono_get_method_from_token): Check the token type in the dynamic case.
11595         Fixes #342565.
11596
11597         * class-internals.h: Add new loader error type MONO_EXCEPTION_BAD_IMAGE plus
11598         a helper function for setting it.
11599
11600         * loader.c (mono_loader_error_prepare_exception): Handle MONO_EXCEPTION_BAD_IMAGE.
11601
11602         
11603         * assembly.c: Significally simplify code now that referenced assemblies are 
11604         loaded lazily. Get rid of the 'loading' hashtables. Hopefully fixes #347629.
11605
11606         * threads.h: Don't include  the internal threads-types.h header file. Fixes
11607         #349952.
11608
11609 2007-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
11610
11611         * verify.c: added enum value IL_CODE_FLAG_WAS_TARGET, to represent
11612         instructions that were target of branches or are at protected block boundaries.
11613
11614         * verify.c (in_same_block): handle filter clauses.
11615
11616         * verify.c (is_valid_branch_instruction): added. checks the target of
11617         instructions br or brtrue/false.
11618
11619         * verify.c (is_valid_cmp_branch_instruction): added. checks the target of
11620         binary branch instructions such as beq and bge.
11621
11622         * verify.c (init_stack_with_value): renamed to init_stack_with_value_at_exception_boundary
11623         and made it pin the instruction as been part of the exception block.
11624
11625         * verify.c (do_boolean_branch_op): use is_valid_branch_instruction instead
11626         of in_same_block.
11627
11628         * verify.c (do_branch_op): use is_valid_cmp_branch_instruction instead
11629         of in_same_block.
11630
11631         * verify.c (do_ret): ret from a protected block is unverifiable and
11632         not invalid.
11633
11634         * verify.c (do_static_branch): verify br and br.s instructions.
11635
11636         * verify.c (merge_stacks): add extra param to support detection
11637         of branches in the middle of instructions.
11638         
11639         * verify.c (mono_method_verify): verify branches and exception blocks
11640         that target the middle of instructions. Proper verification of br and br.s.
11641
11642 2007-12-21  Zoltan Varga  <vargaz@gmail.com>
11643
11644         * reflection.c (reflection_methodbuilder_from_ctor_builder): Initialize
11645         skip_visibility field.
11646         (reflection_methodbuilder_from_dynamic_method): Ditto.
11647
11648         * object.c (mono_class_compute_gc_descriptor): Remove more unused icall
11649         registrations. Fixes #348193.
11650
11651         * threads.h: Move the internal mono_thread_get_pending_exception () to
11652         threads-types.h and rename it to mono_thread_get_undeniable_exception ().
11653
11654 2007-12-20  Zoltan Varga  <vargaz@gmail.com>
11655
11656         * object.c (mono_class_compute_gc_descriptor): Remove unused GC_gcj_fast_malloc
11657         icall registration. Fixes #348193.
11658
11659         * marshal.c (mono_marshal_get_runtime_invoke): Put all runtime invoke wrappers
11660         for corlib classes into object. Fixes #349621.
11661
11662 2007-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
11663
11664         * icall.c (property_accessor_nonpublic): new function to determine
11665         whether an accessor allows a property to be considered non-public.
11666         Returns false for private accessor(s) from parent class, and internal
11667         accessor(s) from parent on 2.0 profile (and higher).
11668         (ves_icall_Type_GetPropertiesByName): Use newly introduced function
11669         to determine whether property should be included if NonPublic flag
11670         is set. Fixes bug #349078.
11671
11672 2007-12-20  Rodrigo Kumpera  <rkumpera@novell.com>
11673
11674         * verify.c (init_stack_with_value): added.
11675
11676         * verify.c (mono_method_verify): extracted common
11677         code for exception initialization into init_stack_with_value.
11678
11679         * verify.c (mono_method_verify): initialize the exception
11680         for handler clauses as well.
11681
11682         * verify.c (mono_method_verify): fix the exception clause
11683         ordering rules, it should use handler end offset and not
11684         start offset.
11685
11686 Thu Dec 20 12:27:24 CET 2007 Paolo Molaro <lupus@ximian.com>
11687
11688         * rawbuffer.c: remove useless warning.
11689
11690 Thu Dec 20 12:10:38 CET 2007 Paolo Molaro <lupus@ximian.com>
11691
11692         * threads.h, threads-types.h: move functions to the correct header
11693         (fixes bug#349952).
11694
11695 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
11696
11697         * verify.c (mono_method_verify): proper verification
11698         of exception handling clauses ranges and fallthru in
11699         and out of protected blocks.
11700
11701 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
11702
11703         * verify.c (mono_method_verify): fixed compilation issue.
11704
11705 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
11706
11707         * verify.c (mono_method_verify): a printf slipped in, changed
11708         to use verifier debug macro.
11709
11710 2007-12-18  Rodrigo Kumpera  <rkumpera@novell.com>
11711
11712         * verify.c (is_correct_leave): check for filter clauses.
11713
11714         * verify.c (do_filter): added.
11715
11716         * verify.c (mono_method_verify): property verification of leave.
11717
11718
11719 2007-12-18  Mark Probst  <mark.probst@gmail.com>
11720
11721         * threads.c: Disable calls to _wapi_thread_signal_self() to fix
11722         Win32 build, until we figure out how to do the proper thing on
11723         Win32.
11724
11725 2007-12-17  Zoltan Varga  <vargaz@gmail.com>
11726
11727         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Fix a crash introduced
11728         by the previous patch.
11729         
11730         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Avoid calling
11731         the assembly resolve handler for refonly assemblies.
11732
11733 2007-12-17  Mark Probst  <mark.probst@gmail.com>
11734
11735         * threads.c, thread-types.h, icall.c: New shutdown safeguards.
11736         Make sure only one thread is allowed to commence shutdown, and
11737         don't allow new threads to be started once shutdown is in
11738         progress.
11739
11740 2007-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
11741
11742         * verify.c (is_correct_endfilter): added.
11743
11744         * verify.c (is_unverifiable_endfilter): added.
11745
11746         * verify.c (do_endfilter): added.
11747
11748         * verify.c (mono_method_verify): property verification of endfilter
11749         and fixed a corner case or endfinally.
11750
11751 2007-12-13  Rodrigo Kumpera  <rkumpera@novell.com>
11752
11753         * verify.h: new flags to support fail fast of unverifiable code and
11754         do non-strict verification. Non-strict verification is required to
11755         have MS runtime compatibility. There are a huge amount of unverifiable
11756         code that it accepts as verifiable. The strict mode verifies the code
11757         as the specs says.
11758         Non-strict mode will be required in cases where code needs to be
11759         accepted as verifiable but fails under strict mode.
11760
11761         * pedump.c: added support to fail fast and non-strict verification.
11762
11763         * verify.c: added support for both fail fast and non-strict verification.
11764
11765 2007-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
11766
11767         * verify.c (is_correct_endfinally): added.
11768
11769         * verify.c (mono_method_verify): property verification of endfinally.
11770
11771 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
11772
11773         * verify.c (in_any_block): check for filter clauses.
11774
11775         * verify.c (is_correct_rethrow): added.
11776
11777         * verify.c (mono_method_verify): property verification of rethrow.
11778
11779         * metadata.h: added MONO_OFFSET_IN_FILTER macro.
11780
11781 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
11782
11783         * verify.c (do_throw): added.
11784
11785         * verify.c (mono_method_verify): property verification of throw
11786
11787 2007-12-11  Zoltan Varga  <vargaz@gmail.com>
11788
11789         * assembly.c (mono_assembly_load_reference): Try an assembly resolve for ref-only
11790         assemblies. Fixes #346425.
11791
11792 2007-12-10  Zoltan Varga  <vargaz@gmail.com>
11793
11794         * reflection.c (mono_reflection_get_token): Call mono_image_create_token () for
11795         FieldBuilders.
11796
11797         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Fix a warning.
11798
11799         * class.c (mono_lookup_dynamic_token_class): Add a 'valid token' argument to
11800         prevent asserts when this is called with a token which might not be valid.
11801
11802         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Call
11803         lookup_dynamic_token_class with valid_token == FALSE.
11804
11805         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.       
11806
11807         * icall.c (ves_icall_System_Reflection_Module_ResolveStringToken): Ditto.
11808
11809         * icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
11810         
11811 2007-12-10  Mark Probst  <mark.probst@gmail.com>
11812
11813         * gc.c: Don't delay threadpool thread finalization unless Mono is
11814         shutting down.
11815
11816 Mon Dec 10 11:06:23 CET 2007 Paolo Molaro <lupus@ximian.com>
11817
11818         * threads.c: turn an assert into a non-fatal warning.
11819
11820 2007-12-09  Robert Jordan  <robertj@gmx.net>
11821
11822         * icall.c (GetVirtualMethod): Add missing argument validation.
11823
11824 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
11825
11826         * verify.c (do_cast): added.
11827
11828         * verify.c (mono_method_verify): property verification of castclass and isinst.
11829
11830
11831 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
11832
11833         * verify.c (mono_type_from_opcode): added opcodes for stelem.X.
11834
11835         * verify.c (do_stelem): added.
11836
11837         * verify.c (mono_method_verify): property verification of stelem.X.
11838
11839 2007-12-07  Mark Probst  <mark.probst@gmail.com>
11840
11841         * class.c, class-internals.h: Introduce an environment variable
11842         (MONO_GENERIC_SHARING) through which the extent of generic code
11843         sharing can be controlled (share all classes, share only corlib
11844         classes, or share nothing).
11845
11846         * object.c: Only create runtime generic context for classes for
11847         which sharing is enabled.
11848
11849 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
11850
11851         * verify.c (do_ldelem): refactor it to work with ldelem.any.
11852
11853         * verify.c (mono_method_verify): property verification of ldelem.any.
11854
11855 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
11856
11857         * verify.c (get_indirect_op_mono_type): renamed to mono_type_from_opcode,
11858         added ldelem.X opcodes.
11859
11860         * verify.c (do_ldelema): fixed possible invalid usage of MonoType.
11861
11862         * verify.c: proper verification of ldelem.X 
11863
11864 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
11865
11866         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Allow interface cctors to be called too.
11867
11868 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
11869
11870         * verify.c (mono_method_verify): null literal requires special handling,
11871         the value pushed on stack need to be flagged as so.
11872
11873         * verify.c (do_ldelema): Verify ldelema properly.
11874
11875 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
11876
11877         * verify.c: Verify ldlen properly.
11878
11879 2007-12-05  Zoltan Varga  <vargaz@gmail.com>
11880
11881         * icall.c (ves_icall_MonoField_GetValueInternal): Check that the field belongs
11882         to the target object's type. Fixes #346160.
11883
11884 2007-12-05  Dick Porter  <dick@ximian.com>
11885
11886         * threadpool.c (socket_io_add_poll): Asynchronous connect() on
11887         Solaris needs the same workaround as BSD-derived systems.  Fixes
11888         bug 323524, patch by Burkhard Linke
11889         <burkhard.linke@CeBiTec.Uni-Bielefeld.DE>
11890
11891 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
11892
11893         * process.c: When ProcessStartInfo.ErrorDialog is true, pass window
11894         handle to use when error dialog is shown; otherwise, update mask
11895         to show no error dialog when an error occurs.
11896
11897 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
11898
11899         * icall.c (ves_icall_MonoField_GetRawConstantValue): New icall.
11900
11901         * class.c (mono_class_get_field_default_value): New helper function to initialize
11902         field->def_type and field->data.
11903
11904 2007-11-30  Zoltan Varga  <vargaz@gmail.com>
11905
11906         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Use the delegate trampoline instead of
11907         the general one.
11908
11909         * object.c (mono_runtime_create_delegate_trampoline): New helper function.
11910
11911         * marshal.c: Avoid depending on delegate->method_info being set.
11912
11913         * object.c (mono_delegate_ctor): Avoid initializing delegate->method_info.
11914         
11915         * object.c (mono_delegate_ctor): Set delegate->method.
11916
11917         * object-internals.h (struct _MonoDelegate): Add 'method' field.
11918
11919         * appdomain.c: Bump corlib version.
11920
11921 2007-11-27  Raja R Harinath  <harinath@gmail.com>
11922
11923         * metadata.c (mono_generic_inst_equal_full): Short-circuit
11924         equality check if we're comparing canonicalized MonoGenericInsts.
11925
11926 2007-11-23  Zoltan Varga  <vargaz@gmail.com>
11927
11928         * class.c (generic_array_methods): Call mono_class_setup_methods () before
11929         accessing class->methods.
11930
11931 2007-11-22  Dick Porter  <dick@ximian.com>
11932
11933         * threads.c: Ensure that the synch_cs is set before trying to use
11934         it.
11935
11936 Thu Nov 22 12:34:04 CET 2007 Paolo Molaro <lupus@ximian.com>
11937
11938         * profiler.c: r89126 broke the statistial profiler, unbreak.
11939
11940 2007-11-22  Martin Baulig  <martin@ximian.com>
11941
11942         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 66.
11943
11944         * mono-debug.c
11945         (mono_debug_debugger_version): Bump to 3.
11946         (mono_debug_init): Hook `mono_debugger_class_loaded_methods_func'
11947         -> mono_debugger_class_initialized().
11948
11949         * mono-debug-debugger.c
11950         (mono_debugger_add_type): Renamed into mono_debugger_class_initialized().
11951
11952         * class.c
11953         (mono_debugger_start_class_init_func): Removed.
11954         (mono_debugger_class_loaded_methods_func): Added.
11955         (mono_class_setup_methods): Call it here.
11956
11957 2007-11-22  Martin Baulig  <martin@ximian.com>
11958
11959         * mono-debug.c
11960         (mono_debug_add_delegate_trampoline): New public method.
11961         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_DELEGATE_TRAMPOLINE'.
11962
11963         * mono-debug.h
11964         (MonoSymbolTable): Added `global_data_table'.
11965         (MonoDebuggerTypeKind): Removed.
11966
11967 2007-11-21  Zoltan Varga  <vargaz@gmail.com>
11968
11969         * marshal.c (mono_marshal_get_generic_array_helper): Skip visibility checks for
11970         these methods.
11971
11972         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
11973         
11974 Tue Nov 20 23:10:41 CET 2007 Paolo Molaro <lupus@ximian.com>
11975
11976         * object.c: some fields don't have a valid rva: ignore them (bug #343083).
11977
11978 2007-11-20  Martin Baulig  <martin@ximian.com>
11979
11980         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 65.
11981
11982         * mono-debug-debugger.c
11983         (mono_debugger_insert_method_breakpoint): Moved here from debug-mini.c
11984         (mono_debugger_remove_breakpoint): Likewise.
11985         (mono_debugger_check_breakpoints): Likewise.
11986         (mono_debugger_register_class_init_callback): New public method.
11987         (mono_debugger_remove_class_init_callback): Likewise.
11988         (mono_debugger_add_type): Likewise.
11989
11990         * mono-debug-debugger.h
11991         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_CLASS_INITIALIZED'.
11992
11993 Tue Nov 20 20:54:12 CET 2007 Paolo Molaro <lupus@ximian.com>
11994
11995         * class.c: more interface implementations needed for the
11996         array enumerator (fixes bug #341112).
11997
11998 2007-11-18  Gert Driesen  <drieseng@users.sourceforge.net>
11999
12000         * icall.c: Renamed arguments for ves_icall_System_Enum_ToObject to
12001         fix ParamName of ArgumentNullExceptions.
12002
12003 2007-11-17  Miguel de Icaza  <miguel@novell.com>
12004
12005         * reflection.c (mono_reflection_encode_sighelper): Generate the
12006         modopts and modreqs.   I have a useless test that crashes monodis,
12007         but that shows the code working.
12008
12009 2007-11-17  Zoltan Varga  <vargaz@gmail.com>
12010
12011         * boehm-gc.c (create_allocator): Fix size calculation for the string allocator.
12012         (mono_gc_get_managed_allocator): Enable the string allocator on amd64.
12013
12014 2007-11-15  Dick Porter  <dick@ximian.com>
12015
12016         * threads.c (ves_icall_System_Threading_Thread_Join_internal):
12017         When joining a thread, it's the thread that's calling Join that
12018         gets WaitSleepJoin state not the target.  Fixes the standalone
12019         test case in bug 334740, and hopefully the whole bug too.
12020
12021 2007-11-15  Dick Porter  <dick@ximian.com>
12022
12023         * process.c: Read file version info from the files pointed at by
12024         process modules, not the current process.  Fixes bug 315969.
12025
12026         Use windows typedef names in some places to fix warnings on the
12027         windows build.
12028
12029 2007-11-15  Mark Probst  <mark.probst@gmail.com>
12030
12031         * image.c, metadata-internals.h: Added a generic_class_cache hash
12032         to MonoImage for looking up generic classes when sharing generics.
12033
12034 Thu Nov 15 16:11:30 CET 2007 Paolo Molaro <lupus@ximian.com>
12035
12036         * sgen-gc.c: warning cleanups.
12037
12038 2007-11-15  Zoltan Varga  <vargaz@gmail.com>
12039
12040         * icall.c (ves_icall_Type_GetPropertiesByName): Implement proper hiding of
12041         inherited properties.
12042
12043 2007-11-14  Mark Probst  <mark.probst@gmail.com>
12044
12045         * object.c, class-internals.h: Added more information to the
12046         runtime generic context.
12047
12048 2007-11-13  Zoltan Varga  <vargaz@gmail.com>
12049
12050         * marshal.c (mono_marshal_get_delegate_invoke): Take a delegate as argument
12051         instead of just the target method. Generalize the abstract method handling to
12052         handle any non-static method.
12053
12054         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
12055         mono_marshal_get_delegate_invoke () signature change.
12056
12057 2007-11-13  Mark Probst  <mark.probst@gmail.com>
12058
12059         * class.c, class-internals.h: Made
12060         mono_type_get_basic_type_from_generic () public.  Fixed member
12061         access check for shared generics.
12062
12063         * loader.c: Don't insert field into field cache if it's part of a
12064         non-inflated generic class.
12065
12066         * domain.c, domain-internals.h: The generic sharing context is now
12067         part of the jit info data structure.  Added two accessor
12068         functions.
12069
12070 2007-11-12  Zoltan Varga  <vargaz@gmail.com>
12071
12072         * marshal.c (mono_marshal_get_runtime_invoke): Create a non-shared wrapper for
12073         the array Get/Set/Address methods, since the JIT inlines them.
12074
12075         * metadata-internals.h (MonoImage): Add 'runtime_invoke_direct_cache'.
12076
12077         * image.c (mono_image_close): Free runtime_invoke_direct_cache.
12078         (mono_image_init): Initialize runtime_invoke_direct_cache.      
12079
12080         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
12081         mono_marshal_get_delegate_invoke signature change.
12082
12083         * marshal.c (mono_marshal_get_delegate_invoke): Receive the target_method as
12084         an additional argument. Add support for invoking abstract methods.
12085
12086         * metadata-internals.h (MonoImage): Add 'delegate_abstract_invoke_cache'.
12087
12088         * image.c (mono_image_close): Free delegate_abstract_invoke_cache.      
12089
12090 2007-11-09  Mark Probst  <mark.probst@gmail.com>
12091
12092         * class.c: Do field layout for open generic classes as well.
12093
12094 2007-11-09  Mark Probst  <mark.probst@gmail.com>
12095
12096         * gc.c, gc-internal.h: Don't finalize threadpool threads with
12097         other objects, because the threadpool is still around.  Put them
12098         in a list instead and after finalizing all other objects in the
12099         root domain shut down the thread pool and then finalize the
12100         threads.  Fixes bug #337383.
12101
12102         * threads.c, thread-types.h: New mono_thread_create_internal()
12103         function for marking a thread with the threadpool flag before it
12104         started.  Set synch_cs to NULL after freeing it.
12105
12106         * threadpool.c: Mark threadpool threads before they start.
12107
12108 Thu Nov 8 15:31:21 CET 2007 Paolo Molaro <lupus@ximian.com>
12109
12110         * reflection.h, reflection.c: don't export random functions
12111         and lazy load dbnull and missing objects.
12112
12113 2007-11-07  Jonathan Chambers <joncham@gmail.com>
12114
12115         * class.c: Initialize COM types if COM interfaces
12116         are present (not just COM classes).
12117         
12118         Code is contributed under MIT/X11 license.
12119
12120 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
12121         * reflection.c:
12122         create_dynamic_mono_image: hook module profiler events (dynamic case).
12123         mono_image_basic_init: hook assembly profiler events (dynamic case).
12124
12125 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
12126         * profiler.c:
12127         simple_appdomain_unload: completely terminate the profiler
12128         instead of only processing the statistical samples.
12129         simple_shutdown: make sure this is really called exactly once,
12130         even in multithreaded applications, and always listen to
12131         appdomain events.
12132         * gc.c (mono_domain_finalize): don't call mono_profiler_appdomain_event
12133         here, the "[un]load" functions will do it.
12134         Fixes bugs #333791 and #325261.
12135
12136 2007-11-07  Geoff Norton  <gnorton@novell.com>
12137
12138         * socket-io.c:  Use the configure defines for HAVE_SOCKADDR_IN(6)_SIN_LEN
12139         rather than depend on __APPLE__.
12140
12141 2007-11-07  Mark Probst  <mark.probst@gmail.com>
12142
12143         * icall.c: Safety checks in InitializeArray.  Fixes bug #324535.
12144
12145 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com> 
12146
12147         * object.c: Fix mono_string_to_utf8 to handle NULL values inside the
12148         UTF16 MonoString. Fix the crash from bug #335488
12149
12150 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com>
12151
12152         * marshal.c: Correct (for non-Win32 OS) length != size in 
12153         mono_string_from_bstr. Fix #339530.
12154
12155 2007-11-06  Geoff Norton  <gnorton@novell.com>
12156
12157         * socket-io.c: Apple requires sin(6)_len to be set for getnameinfo
12158         to succeed
12159
12160 2007-11-05  Kornél Pál  <kornelpal@gmail.com>
12161
12162         * process.c: Added run-time GetProcessId API detection for Windows.
12163
12164 2007-11-04  Miguel de Icaza  <miguel@novell.com>
12165
12166         * reflection.c  (mono_param_get_objects): If a parameter has the
12167         attribute [System.Runtime.InteropServices.Optional] we should
12168         set the DefaultValue of the ParameterInfo to be
12169         System.Reflection.Missing instead of DBNull.
12170
12171         See bug #339013.
12172
12173         (mono_get_reflection_missing_object): New method,
12174         returns the System.Reflection.Missing.Value singleton instance.
12175
12176 2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
12177
12178         * culture-info-table.h : regenerated.
12179
12180 2007-11-02  Jonathan Chambers <joncham@gmail.com>
12181
12182         * icall.c: Use GetEnvironmentStrings on windows
12183         so we are using the same environment block as 
12184         GetEnvironmentVariable/SetEnvironmentVariable. Fixes
12185         #333740.
12186         
12187         Code is contributed under MIT/X11 license.
12188
12189 2007-10-31  Martin Baulig  <martin@ximian.com>
12190
12191         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 64.
12192
12193         * mono-debug-debugger.h
12194         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
12195
12196 2007-10-30  Zoltan Varga  <vargaz@gmail.com>
12197
12198         * reflection.c (mono_custom_attrs_from_class): Add support for dynamic inflated 
12199         classes.
12200
12201 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
12202
12203         * culture-info-table.h : regenerated.
12204
12205 2007-10-30  Robert Jordan  <robertj@gmx.net>
12206
12207         * icall-def.h, icall.c:
12208         Add ves_icall_Remoting_RemotingServices_GetVirtualMethod ().
12209
12210         Code is contributed under MIT/X11 license.
12211
12212 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
12213
12214         * class.c (mono_class_setup_vtable): Find the inflated methods in the
12215         inflated class instead of inflating them again.
12216         
12217         * class.c (mono_class_setup_vtable): Inflate the override methods in the 
12218         dynamic case.
12219
12220         * class.c (mono_generic_class_get_class): Set klass->property.count as well.
12221         Call setup_supertypes () after klass->parent is set.
12222         (mono_class_setup_properties): Enable this to work on dynamic generic classes.
12223
12224         * reflection.c (mono_type_get_object): Only return a MonoGenericClass object
12225         for inflated instances of not yet created dynamic generic classes.
12226         (ctorbuilder_to_mono_method): Handle the case when this is called multiple
12227         times from inflated_method.
12228         (methodbuilder_to_mono_method): Ditto.
12229
12230 Mon Oct 29 21:02:53 CET 2007 Paolo Molaro <lupus@ximian.com>
12231
12232         * gc.c: code cleanup and removed old untested option of not creating the
12233         finalizer thread.
12234
12235 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
12236
12237         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
12238         creating a jump trampoline for dynamic methods.
12239
12240 2007-10-29 Rodrigo Kumpera <rkumpera@novell.com>
12241
12242         * reflection.c (mono_image_create_token): Correctly encode methods and constructors of
12243         generic TypeBuilders when called from another method of the same type (bug #335131).
12244
12245
12246 2007-10-27  Zoltan Varga  <vargaz@gmail.com>
12247
12248         * reflection.c (methodbuilder_to_mono_method): Revert the last change as it
12249         doesn't seem to work perfectly.
12250         
12251         * reflection.c (ctorbuilder_to_mono_method): Handle the case when this is
12252         called multiple times.
12253         (methodbuilder_to_mono_method): Ditto.
12254         (resolve_object): Inflate FieldBuilder's.
12255
12256 Fri Oct 26 19:38:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
12257
12258         * string-icalls.c, string-icalls.h, appdomain.c: patch from
12259         Tyler Larson <mono-devel@tlarson.com> to fix the handling of
12260         RemoveEmptyEntries in the string.Split implementation (bug #322375).
12261
12262 2007-10-26  Dick Porter  <dick@ximian.com>
12263
12264         * appdomain.c (MONO_CORLIB_VERSION): Bump version because of
12265         Thread initialisation changes
12266
12267 2007-10-26 Rodrigo Kumpera <rkumpera@novell.com>
12268
12269         * verify.c: fix compatibility check between arrays and System.Array
12270
12271 2007-10-26  Zoltan Varga  <vargaz@gmail.com>
12272
12273         * reflection.c (mono_reflection_get_custom_attrs_info): Handle MonoGenericClass
12274         too. Fixes #336999.
12275
12276 2007-10-25  Zoltan Varga  <vargaz@gmail.com>
12277
12278         * object.c (mono_value_box): Use typed allocation here.
12279
12280 2007-10-23  Zoltan Varga  <vargaz@gmail.com>
12281
12282         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Create a jump
12283         trampoline instead of compiling the method right away.
12284
12285         * class-internals.h object.c: Add a JIT callback to create a jump trampoline.
12286
12287 2007-10-21  Zoltan Varga  <vargaz@gmail.com>
12288
12289         * class.c (mono_generic_class_get_class): Avoid setting klass->size_inited and
12290         related fields for dynamic classes. Fixes #334493.
12291
12292 2007-10-20  Zoltan Varga  <vargaz@gmail.com>
12293
12294         * class.c (mono_generic_class_get_class): Set klass->field.count as well.
12295         
12296         * class.c (mono_class_layout_fields): Use 1 instead of TRUE for consistency.
12297
12298         * class.c (mono_class_layout_fields): Set size_inited for generic classes as well.
12299         (mono_class_setup_vtable): Obtain overrides for dynamic generic classes correctly.
12300
12301         * class.c (mono_class_setup_methods): Handle dynamic inflated classes correctly.
12302
12303         * reflection.c (create_generic_typespec): Initialize klass->generic_container
12304         if needed.
12305         (reflection_methodbuilder_to_mono_method): Set container->is_method to TRUE.
12306
12307 2007-10-18  Jonathan Chambers <joncham@gmail.com>
12308
12309         * marshal.c: Use correct key when removing item
12310         from ccw_hash.
12311         
12312         Code is contributed under MIT/X11 license.
12313
12314 2007-10-17  William Holmes  <billholmes54@gmail.com>
12315
12316         *marshal.c: Adding a case to marshal booleans to U1
12317
12318         Code is contributed under MIT/X11 license.
12319
12320 2007-10-18  Zoltan Varga  <vargaz@gmail.com>
12321
12322         * class.c (mono_class_from_name): Search the modules compromising dynamic
12323         assemblies. Fixes #331601.
12324
12325 2007-10-16  Zoltan Varga  <vargaz@gmail.com>
12326
12327         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Throw an
12328         exception if the type name contains an assembly component. Fixes #334203.
12329
12330         * reflection.c (mono_reflection_get_type_with_rootimage): Search all the
12331         modules inside dynamic assemblies. Fixes #334200.
12332         
12333         * reflection.c: Set image->public_key and image->public_key_length;
12334
12335         * metadata-internals.h (MonoDynamicImage): Add public_key and public_key_len
12336         fields.
12337
12338         * image.c (mono_image_get_public_key): Handle dynamic assemblies. Fixes #334173.        
12339         
12340 2007-10-16  Mark Probst  <mark.probst@gmail.com>
12341
12342         * metadata.c: Implemented correct comparing of generic classes.
12343         An inflated generic class can be equal to a non-inflated one if it
12344         is inflated with generic type variables as type arguments.  Fixes
12345         bug #333798.
12346
12347 2007-10-15  Dick Porter  <dick@ximian.com>
12348
12349         * monitor.c (mono_monitor_try_enter_internal): Set thread state to
12350         WaitSleepJoin while it is waiting to acquire a lock.  Fixes bug
12351         81646.
12352
12353         * threads.c: Turn the thread synch_lock into a CRITICAL_SECTION,
12354         instead of a monitor lock.  This means that monitor_try_enter and
12355         co can set the thread state safely.
12356         (ves_icall_System_Threading_Thread_Interrupt_internal): Always set
12357         thread_interrupt_requested, so interrupt actually works.
12358
12359         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal,
12360         ves_icall_System_Net_Sockets_Socket_Select_internal): Use thread
12361         state accessor function
12362
12363 2007-10-15  Martin Baulig  <martin@ximian.com>
12364
12365         * mono-debug.h
12366         (MONO_DEBUGGER_VERSION): Bump to 63 to make it impossible to use
12367         the debugger with the current runtime.
12368
12369 Mon Oct 15 10:20:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
12370
12371         * object.c, object-internals.h: added the ability to set a single
12372         trampoline for all the slots in a vtable.
12373
12374 Fri Oct 12 17:50:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
12375
12376         * marshal.c: deal with a possible race condition during multicast
12377         delegate invocation.
12378
12379 Fri Oct 12 13:31:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
12380
12381         * class.c: ensure value type methods don't have the synchronized
12382         flag set.
12383
12384 Fri Oct 12 08:10:59 CEST 2007 Paolo Molaro <lupus@ximian.com>
12385
12386         * string-icalls.c, string-icalls.h: reverted unapproved patch that
12387         breaks the build.
12388
12389 2007-10-11  Joel Reed  <joelwreed@comcast.com>
12390
12391         * string-icalls.c, string-icalls.h: modify System_String_InternalSplit
12392         to take an options parameter so that empty entries can be removed during
12393         the split procedure. Patch from: Tyler Larson <mono-devel@tlarson.com>
12394
12395 Thu Oct 11 20:16:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
12396
12397         * marshal.c: make sure we don't store the signature from a dynamic
12398         method into the runtime invoke cache (bug #327189).
12399
12400 Thu Oct 11 18:22:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
12401
12402         * marshal.c: make sure the wrapper methods are properly initialized.
12403
12404 2007-10-11  Mark Probst  <mark.probst@gmail.com>
12405
12406         * metadata.c, metadata-internals.h: Generalized
12407         mono_type_stack_size() to mono_type_stack_size_internal() which
12408         takes an additional argument specifying whether it allows open
12409         types.
12410
12411 2007-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
12412
12413         * verify.c (do_invoke_method): handle typedbyref params
12414         correctly and check for unverifiable return values.
12415
12416         * verify.c (do_newobj): fix a warning.
12417
12418 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
12419
12420         * verify.c: don't tread typedbyref as allways unverifable,
12421         so uses, like (ld/st)loc.0 are valid. verify for the cases
12422         that it matters, like boxing related operations.
12423
12424 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
12425
12426         * verify.c: add verification of the newobj opcode. verification
12427         of delegate instantation still missing due ldftn and virldftn not
12428         pushing the function type on stack
12429
12430 2007-10-08  Mark Probst  <mark.probst@gmail.com>
12431
12432         * class-internals.h: Runtime generic context data structure
12433         definition.
12434
12435         * object.c: Initialization of runtime generic context at runtime
12436         vtable creation time.
12437
12438 2007-10-08  Massimiliano Mantione  <massi@ximian.com>
12439         * class.c (mono_class_create_from_typedef,
12440         mono_class_from_generic_parameter, mono_ptr_class_get,
12441         mono_fnptr_class_get, mono_bounded_array_class_get)
12442         * domain.c (mono_domain_create, mono_domain_free)
12443         * assembly.c (mono_assembly_load_from_full, mono_assembly_close)
12444         * image.c (do_mono_image_load, mono_image_close):
12445         Hooked up load-unload profiler events.
12446
12447 Mon Oct 8 11:38:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
12448
12449         * domain.c: track statistics about the actual amount of native code
12450         allocated.
12451
12452 Sat Oct 6 10:01:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
12453
12454         * class.c: the valuetype enumerators don't have the additional
12455         supertypes interfaces.
12456
12457 Fri Oct 5 20:33:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
12458
12459         * class.c: need more interfaces setup for the IEnumerator<T>
12460         object created for arrays (tests/ienumerator-interfaces.2.cs).
12461
12462 2007-10-05  Zoltan Varga  <vargaz@gmail.com>
12463
12464         * class.c (mono_ldtoken): Handle methodspec tokens as well. Fixes #331097.
12465
12466 2007-10-05  Alp Toker  <alp@atoker.com>
12467
12468         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
12469         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
12470         #315863.
12471
12472 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
12473
12474         * verify.c (verify_type_compatibility_full): verification of
12475         compatibility improved, validates correctly non-strict checks between
12476         native int and I4 types different than (unsigned)int32.
12477
12478         * verify.c (do_store_indirect): added, do all verification of
12479         ldind.X opcodes. 
12480
12481         * verify.c (get_load_indirect_mono_type): renamed to
12482         get_indirect_op_mono_type, as it now returns the MonoType for 
12483         ldind.X and stind.X opcodes.
12484
12485 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
12486
12487         * reflection.c: Fix the encoding of generic type definition for
12488         TypeBuilders.
12489
12490         * reflection.c (mono_image_typedef_or_ref_full: do the same thing as
12491         mono_image_typedef_or_ref but allows to specify if typespec lookups should
12492         be made. Typespec check is done prior to typeref cache lookup.
12493
12494         * reflection.c (mono_image_typedef_or_ref): now just delegate to
12495         mono_image_typedef_or_ref_full.
12496
12497         * reflection.c (encode_generic_class): encode the generic class
12498         directly instead of calling encode_type.
12499
12500         * reflection.c (encode_type): encode the generic type definition
12501         MonoClass as a generic instantiation.
12502
12503         * reflection.c (create_typespec): cache typespec tokens in
12504         the assembly->typespec cache. Don't create typespec for a generic
12505         instance MonoClass. Create typespec for the generic type defintion.
12506
12507         * reflection.c (create_generic_typespec): encode the generic
12508         class directly instead of calling encode_type.
12509
12510         * reflection.c (mono_image_create_token): encode the generic
12511         type definition not using a typespec for MonoType instances.
12512
12513
12514 2007-10-04  Raja R Harinath  <rharinath@novell.com>
12515
12516         Fix #328812
12517         * class.c (mono_image_init_name_cache): Don't return nested
12518         'protected internal' classes.
12519         (mono_class_from_name_case): Likewise.
12520
12521 2007-10-04  Atsushi Enomoto  <atsushi@ximian.com>
12522
12523         * icall-def.h, icall.c : get_bundled_machine_config() is now the
12524           common function used by both DefaultConfig in System.dll and
12525           InternalConfigurationHost in System.Configuration.dll.
12526
12527 Wed Oct 3 17:26:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
12528
12529         * class.c: automatically add to vectors only a few essential explicit
12530         generic interfaces. The rest of the interfaces that arrays should
12531         provide are currently implicitly added (but still not lazily, see the
12532         design in the discussion of bug#325495 for the details of what is
12533         needed for that). Additionally, implicit interfaces are assigned the
12534         same vtable slot as the explicit interfaces (as they are compatible):
12535         this enables huge memory savings since we don't need to instantiate
12536         as many memthods and as large vtables anymore. Also, Since
12537         GetEnumerator<T> returns an instance of a type that is required to
12538         support a similarly large set of interfaces as arrays, we add
12539         implicit interfaces and interface offset sharing support to those
12540         types, too. This change adds all the required interfaces so that
12541         the anonarray.cs test case in the bug report works (we don't add
12542         all the interfaces to arrays of arrays 3-level deep and more because
12543         of the memory requirements explained in the bug and since they are much
12544         less common: the lazy-loading support will enabled them to work, too).
12545
12546 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
12547
12548         * verify.c (merge_stacks): major clean up, all type compatibility
12549         checks are done by verify_type_compatibility. This fix my earlier lack
12550         of understanding of the CLR type system and merge_stacks no longer looks
12551         scary.
12552
12553         * verify.c: fixed some bad spelling.
12554
12555 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
12556
12557         * verify.c (mono_type_from_stack_slot): added. returns the MonoType for
12558         a given stack slock.
12559         
12560         * verify.c: killed verify_type_compat in favor of verify_type_compatibility and
12561         verify_type_compatibility_full. This removed a near indentical function and fixed
12562         handling of Int32 and IntPtr across all opcodes.
12563
12564 Tue Oct 2 15:24:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
12565
12566         * class.c: only vectors have the additional generic interfaces.
12567
12568 2007-10-01  Jonathan Chambers <joncham@gmail.com>
12569
12570         * mono-config.c: Use g_strcasecmp instead of
12571         strcasecmp like everywhere else to fix
12572         compilation with MSVC.
12573         
12574         Code is contributed under MIT/X11 license.
12575
12576 Mon Oct 1 14:39:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
12577
12578         * object.c, object-internals.h: refactored the IMT code to enable
12579         building a single slot at a time and lazily creating the IMT trampolines
12580         and thunks.
12581
12582 2007-09-29  Zoltan Varga  <vargaz@gmail.com>
12583
12584         * loader.c (inflate_generic_signature): Allocate inflated signatures from the heap.
12585
12586         * metadata.c (mono_metadata_free_inflated_signature): Free the signature itself too.
12587         Fixes #328501.
12588         
12589 2007-09-29  Raja R Harinath  <harinath@gmail.com>
12590
12591         * loader.c (method_from_methodspec): Rearrange to avoid
12592         un-necessary exposition.  Don't assert out if the method's
12593         declaring type is a generic type definition.
12594
12595 2007-09-28  Martin Baulig  <martin@ximian.com>
12596
12597         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 61.
12598
12599 Fri Sep 28 20:15:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
12600
12601         * class-internals.h: optimize field layout of MonoClass to
12602         requires less cachelines at runtime and save a few bytes on 64 bit
12603         systems.
12604
12605 2007-09-28  Jb Evain  <jbevain@novell.com>
12606
12607         * reflection.c: when encoding type names in custom attributes,
12608         if the type is a closed generic type, its generic arguments
12609         have to be serialized as AssemblyQualifiedName, so that when
12610         they are deserialized, it's possible to re-create them properly.
12611         Fixes #329450.
12612
12613
12614 Fri Sep 28 19:19:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
12615
12616         * object.c, class-internals.h: added delegate-creation counter.
12617
12618 Fri Sep 28 18:07:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
12619
12620         * class.c: cleanup of the code that synthetizes interfaces for
12621         arrays in 2.0: saves quit a bit of corlib mempool memory.
12622         Code to fix bug #325495 ifdeffed out for now until the issues
12623         with memory usage and O(n^2) behaviour are fixed.
12624
12625 Fri Sep 28 17:19:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
12626
12627         * marshal.c: when possible, do not duplicate the name of the methods
12628         in the method builder and in the generated MonoMethod.
12629
12630 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
12631         * verify.c: added support for type checking ldind_* opcodes.
12632
12633 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
12634
12635         * class-internals.h (struct _MonoGenericClass): new field is_tb_open
12636         which is used to distinguish the fully open instantiation of a TypeBuilder
12637         with the rest. This temporary hack is required to restore the property that
12638         the fully open instantiation is the same type of the generic type definition.
12639
12640         * class-internals.h (mono_generic_class_is_generic_type_definition):
12641         new function as part of the internal API.
12642
12643         * class.c (inflate_generic_type): return NULL when the generic inst is
12644         fully open. The fully open generic type is now the same as the generic type
12645         definition for non TypeBuilder types.
12646
12647         * class.c (mono_generic_class_get_class): removed assert since it is
12648         no longer valid, gklass->cached_class can point to the generic type definition.
12649
12650         * class.c (mono_generic_class_is_generic_type_definition): new.
12651
12652         * metadata.c (mono_generic_class_hash): added is_tb_open field
12653         to the hash calculation.
12654
12655         * metadata.c (free_generic_class): if the generic class is associated
12656         with the generic type definition, its field will come from the mempool and
12657         must not be freed.
12658
12659         * metadata.c (mono_metadata_is_type_builder_generic_type_definition):
12660         new, this function identifies the corner case of a TypeBuilder fully open
12661         instantiation.
12662
12663         * metadata.c (mono_metadata_lookup_generic_class): use is_tb_open
12664         for lookup. Set gclass->cached_class to be the container class in case of
12665         the fully open instantiation of non TypeBuilder types.
12666
12667         * metadata.c (_mono_metadata_generic_class_equal): use is_tb_open
12668         to compare generic classes.
12669
12670         * reflection.c (method_encode_methodspec): remove assert that
12671         no longer is valid.
12672
12673         * reflection.c (mono_reflection_generic_class_initialize): add
12674         an aditional assert to ensure the proper type is used.
12675
12676 2007-09-26  Rodrigo Kumpera  <rkumpera@novell.com>
12677
12678         * verify.c: disabled all debug spew by default, define MONO_VERIFIER_DEBUG
12679         to enjoy it.
12680
12681 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
12682
12683         * verify.c (push_arg): Fixed support for ldarga
12684         * verify.c (set_stack_value): Removed superfluous parameter, fixed the
12685         MonoType used as first arg in case of instance calls.
12686
12687 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
12688
12689         * verify.c: Support for verifying VAR and MVAR types, 
12690
12691 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
12692
12693         * icall.c (ves_icall_get_property_info): Set the reflected type of the
12694         accessors correctly.
12695
12696 Tue Sep 25 14:56:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
12697
12698         * threads.c: support OSX and other systems in
12699         mono_thread_get_stack_bounds (bug #328026).
12700
12701 2007-09-25  Martin Baulig  <martin@ximian.com>
12702
12703         * mono-debug.h
12704         (MonoDebugVarInfo): Replace `MonoClass *klass' with `MonoType *type'.
12705
12706 2007-09-24  Martin Baulig  <martin@ximian.com>
12707
12708         * mono-debug.h
12709         (MonoDebugClassEntry): Moved the definition of this struct into
12710         mono-debug.c to make it private.
12711
12712         * mono-debug.c
12713         (MonoDebugClassEntry): Removed `symfile_id'; since we now use one
12714         type table per symbol file, we don't need to store the symfile id
12715         any longer.
12716
12717 2007-09-24  Martin Baulig  <martin@ximian.com>
12718
12719         Create one type table per symbol file, since a `MonoClass *' gets
12720         invalid when its image is unloaded.
12721
12722         * mono-debug.h (MonoSymbolTable): Removed `type_table'.
12723         (MonoDebugHandle): Added `type_table'.
12724
12725 Mon Sep 24 17:25:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
12726
12727         * mempool.c, mempool.h: added mono_mempool_new_size () API
12728         to be able to specify a smaller initial size for the pool.
12729         Adjusted the code to slowly increase pool size before using
12730         the previous default size.
12731         * image.c: use a small initial size for image mempools.
12732
12733 2007-09-23  Zoltan Varga  <vargaz@gmail.com>
12734
12735         * marshal.c (emit_marshal_array): Generate valid IL for byref array case.
12736         Fixes ##320990.
12737
12738         * icall.c (ves_icall_System_Reflection_Assembly_get_ManifestModuleInternal): 
12739         Rename this to ves_icall_System_Reflection_Assembly_GetManifestModuleInternal.
12740
12741 2007-09-22  Zoltan Varga  <vargaz@gmail.com>
12742
12743         * metadata.c (mono_type_create_from_typespec): Remove an invalid
12744         free. Fixes #327438.
12745
12746 2007-09-21  Raja R Harinath  <harinath@gmail.com>
12747
12748         * metadata.c (type_in_image) <MONO_TYPE_SZARRAY>: Handle arrays of
12749         generic instantiations, etc.
12750         <MONO_TYPE_ARRAY>: Likewise.
12751
12752 2007-09-21  Martin Baulig  <martin@ximian.com>
12753
12754         * mono-debug.h (MonoSymbolFilePriv, MonoDebugHandlePriv): Removed;
12755         these structs were never defined.
12756         (MonoDebugHandle): Removed the `_priv' field, it was never used.
12757
12758 2007-09-21  Martin Baulig  <martin@ximian.com>
12759
12760         * mono-debug.h (MonoDebugVarInfo): Add `MonoClass *klass'.
12761
12762 Fri Sep 21 14:39:45 CEST 2007 Paolo Molaro <lupus@ximian.com>
12763
12764         * image.c: removed the guid hash tables: we can get the same info
12765         without the additional memory usage hit (partially fixes also bug #327052).
12766
12767 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
12768
12769         * profiler.h, profiler-private.h, profiler.c: add a new profiler
12770         event to handle unloading methods. After the event is called, the
12771         corresponding MonoMethod* must be considered invalid.
12772         * loader.c (mono_free_method): call the new mono_profiler_method_free
12773         event.
12774
12775 2007-09-20  Mark Probst  <mark.probst@gmail.com>
12776
12777         * domain-internals.h: New flag in MonoJitInfo which marks shared
12778         generic methods.  New hash table (shared_generics_hash) in
12779         MonoDomain to keep track of shared generic methods.  Prototypes
12780         for functions to register and lookup shared generic methods.
12781
12782         * domain.c: Support for registering and looking up shared generic
12783         methods via a hash table (shared_generics_hash) in MonoDomain.
12784
12785         * class-internals.h: New exception to signal failure of shared
12786         compilation of a generic method.  New counters for generics
12787         sharing in MonoStats.
12788
12789 Thu Sep 20 16:59:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
12790
12791         * image.c, metadata-internals.h: don't keep a file descriptor open
12792         for loaded assemblies (bug#325988).
12793
12794 2007-09-19  Raja R Harinath  <rharinath@novell.com>
12795
12796         * metadata.c (signature_in_image): New.  Carve out of type_in_image.
12797         (ginst_in_image, gclass_in_image): Simplify.  Change signature to
12798         use the corresponding datatypes.
12799         (type_in_image): Update to changes.
12800         (CleanForImageUserData): Simplify.
12801         (steal_gclass_in_image): Carved out of old 'gclass_in_image'.
12802         Avoid quadratic behaviour in handling the "stolen" list by
12803         separating the filter predicate out, and by prepending the stolen
12804         items rather than appending them.
12805         (steal_ginst_in_image): Likewise.
12806         (mono_metadata_clean_for_image): Update to changes.
12807
12808 2007-09-19  Martin Baulig  <martin@ximian.com>
12809
12810         * domain.c (mono_cleanup): Call mono_debug_cleanup() here.
12811
12812 2007-09-19  Martin Baulig  <martin@ximian.com>
12813
12814         * mono-debug.c (mono_debug_cleanup): Don't call
12815         mono_debugger_cleanup(); this is now called earlier from mini_cleanup().
12816
12817 2007-09-19  Raja R Harinath  <harinath@gmail.com>
12818
12819         Fix crash on 'make run-test' in mcs/errors
12820         * metadata.c (type_in_image): New.  Carve out of ginst_in_image.
12821         Avoid more potential allocations in mono_class_from_mono_type.
12822         (ginst_in_image): Update to changes.
12823         (gclass_in_image): Rearrange slightly.
12824
12825 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
12826
12827         * class.c (mono_class_init): Move the code that sets up class->methods to 
12828         mono_class_setup_methods () for inflated generic classes too. Ditto for properties.
12829
12830         * metadata.c (mono_metadata_get_inflated_signature): New function to return a
12831         canonical instance of an inflated generic signature.
12832         (mono_type_create_from_typespec): Remove an invalid free.
12833
12834         * loader.c (mono_method_get_signature_full): Use mono_metadata_get_inflated_signature.  
12835
12836 2007-09-18  Marek Habersack  <mhabersack@novell.com>
12837
12838         * domain-internals.h: added a declaration of the
12839         mono_assembly_load_full_nosearch internal function.
12840
12841         * assembly.c (mono_assembly_load_with_partial_name): use
12842         mono_try_assembly_resolve return value properly.
12843         (mono_assembly_load_full_nosearch): copied the function body from
12844         mono_assembly_load_full, without the code to invoke assembly
12845         search hooks.
12846         (mono_assembly_load_full): calls the above new function and if the
12847         assembly is not resolved, invokes the search hooks.
12848
12849         * appdomain.c (mono_runtime_init): restore the global postload
12850         assembly search handlers.
12851
12852 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
12853
12854         * class.c (mono_class_init): Make sure class->methods and class->properties
12855         are never NULL in the generics case.
12856
12857         * metadata.c (free_generic_class): Enable this again, skip the dynamic case.
12858
12859 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
12860
12861         * metadata.c (free_generic_class): Disable some code to fix the build.
12862
12863         * domain.c (mono_cleanup): Fix a crash introduced by a previous patch.
12864
12865         * marshal.c (mono_marshal_get_xappdomain_dispatch): Allocate a piece of data
12866         from the image mempool.
12867
12868         * metadata.c (free_generic_class): Free more data from the inflated class.
12869
12870         * class.c (mono_class_from_generic_parameter): Allocate memory from the mempool.
12871
12872         * metadata.c (mono_metadata_parse_generic_param): Allocate memory from the image
12873         mempool.
12874         (mono_type_create_from_typespec): Ditto.
12875
12876         * domain.c (get_runtimes_from_exe): Add an out parameter to return the opened
12877         MonoImage to the caller.
12878         (mono_init_internal): Save the opened image in a global variable.
12879         (mono_cleanup): Close the image opened in get_runtimes_from_exe.
12880
12881         * reflection.c (resolve_object): Fix a leak.
12882
12883         * metadata.c: Fix the freeing of data in the generics caches.
12884         
12885         * metadata.c (free_generic_inst): Comment this out to fix the build.
12886         (free_generic_class): Ditto.
12887
12888         * metadata.c: Free cached generic methods, instantinations and classes when
12889         they are removed from the caches.
12890         (mono_metadata_free_type): Free the type itself.
12891
12892         * class.c: Free the result of mono_class_inflate_generic_type () in a few
12893         places.
12894
12895 Mon Sep 17 16:14:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
12896
12897         * boehm-gc.c: restrict managed allocs to __thread supporting
12898         architectures.
12899
12900 2007-09-16  Zoltan Varga  <vargaz@gmail.com>
12901
12902         * class.c (mono_class_inflate_generic_type): Add a comment describing memory ownership.
12903         (mono_generic_class_get_class): Fix a leak.
12904
12905         * metadata.c (do_mono_metadata_parse_type): Remove an unneccesary call to
12906         mono_metadata_free_type ().
12907         (mono_metadata_inflate_generic_inst): Fix a leak.
12908
12909 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
12910
12911         * mono-debug.c (free_header_data): Fix a leak missed earlier.
12912
12913         * metadata.c (mono_metadata_parse_array_full): Allocate memory from the image
12914         mempool.
12915
12916         * mono-debug.c (mono_debug_close_image): Fix call to 
12917         g_hash_table_remove ().
12918
12919 Fri Sep 14 19:36:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
12920
12921         * icall-def.h: redirect all the string ctor to the managed
12922         CreateString () methods.
12923         * string-icalls.c, string-icalls.h: removed dead code for string
12924         ctors and icalls.
12925
12926 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
12927
12928         * mono-debug.c: Fix memory leaks.
12929
12930 2007-09-14  Jonathan Chambers <joncham@gmail.com>
12931
12932         * threads-types.h: Implement mono_hazard_pointer_set and 
12933         mono_hazard_pointer_clear macros using do/while(0) to fix
12934         compilation with MSVC.
12935         
12936         Code is contributed under MIT/X11 license.
12937
12938 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
12939
12940         * gc.c (ves_icall_System_GCHandle_GetAddrOfPinnedObject): Use a return value of
12941         -2 to communicate to managed code that the handle is not pinned. Fixes #82848.
12942
12943 Fri Sep 14 14:04:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
12944
12945         * icall-def.h, string-icalls.c: get rid of old, no longer used, string
12946         icalls.
12947
12948 Fri Sep 14 11:41:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
12949
12950         * boehm-gc.c, gc-internal.h, object.c: allow strings to be
12951         managed-code allocated as well.
12952
12953 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
12954
12955         * class.c (mono_class_is_assignable_from): Add support for generic variance.
12956
12957 Thu Sep 13 11:55:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
12958
12959         * boehm-gc.c: fixed the build after the AOT changes.
12960
12961 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
12962
12963         * wrapper-types.h: Add an ALLOC wrapper type.
12964
12965         * gc-internals.h boehm-gc.c null-gc.c sgen-gc.c: Add functions needed by AOT to
12966         reference managed allocator methods.
12967
12968 2007-09-12  Marek Safar  <marek.safar@gmail.com>
12969
12970         * icall.c (ves_icall_MonoType_GetGenericArguments): Create an instance
12971         of Type array and not MonoType, a fix suggested by Hari.
12972         
12973 2007-09-12  Jonathan Chambers <joncham@gmail.com>
12974
12975         * domain-internals.h, domain.c : Remove delegate_invoke_impl_with_target_hash
12976         and delegate_invoke_impl_no_target_hash from _MonoDomain struct.
12977         
12978         Code is contributed under MIT/X11 license.
12979
12980 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
12981
12982         * domain.c, object.c, mono-config.c, object-internals.h: Fixed  #82416.
12983
12984 2007-09-12  Marek Habersack  <mhabersack@novell.com>
12985
12986         * image.c (do_mono_image_open): if assembly file fails to open and
12987         MONO_IOMAP is in effect, try to find the path in a
12988         case-insensitive way.
12989
12990         * appdomain.c (mono_runtime_init): do not install postload hooks -
12991         tests show that MS.NET doesn't use anything of that sort to
12992         trigger the AppDomain.AssemblyResolve event.
12993         (mono_try_assembly_resolve): renamed from try_assembly_resolve and
12994         made non-static.
12995         (mono_runtime_init): init portability helpers here.
12996
12997         * assembly.c (mono_assembly_load_with_partial_name): if other   
12998         attempts fail, trigger the AppDomain.AssemblyResolve event handler
12999         to resolve the assembly.
13000
13001         * domain-internals.h: added mono_try_assembly_resolve and marked
13002         it as internal.
13003
13004 2007-09-11  Jb Evain  <jbevain@novell.com>
13005
13006         * object-internals.h (MonoReflectionDynamicMethod): add
13007         a `MonoReflectionType *owner` field. The owner is used
13008         * reflection.c:
13009         (mono_reflection_create_dynamic_method): use the owner of the dynamic
13010         method as the class declaring the dynamic method.
13011         (reflection_methodbuilder_from_dynamic_method): copy the owner of the
13012         dynamic method to the declaring type of the methodbuilder.
13013
13014 2007-09-11  Mark Probst  <mark.probst@gmail.com>
13015
13016         * icall.c (ves_icall_InternalInvoke): Enforce CoreCLR security
13017         rules for calling methods via reflection.
13018
13019 2007-09-11  Zoltan Varga  <vargaz@gmail.com>
13020
13021         * reflection.c (resolve_object): Add support for MonoGenericClass. 
13022         Inflate MonoType's.
13023
13024 Tue Sep 11 16:08:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
13025
13026         * gc-internal.h, boehm-gc.c, null-gc.c, sgen-gc.c: allow the GC to
13027         provide a managed method that does fast allocations without needing
13028         a managed->unmanaged transition. Boehm GC implementation currently
13029         enabled for ptrfree objects on sane architectures.
13030
13031 Tue Sep 11 16:00:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
13032
13033         * marshal.c, marshal.h: exported a couple of useful functions and
13034         added mono_mb_get_label () to easily handle backward branches.
13035
13036 2007-09-10  Zoltan Varga  <vargaz@gmail.com>
13037
13038         * reflection.c (resolve_object): Inflate generic methods. Fixes #82782.
13039
13040 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
13041
13042         * loader.c (find_method): Fixed the regression introduced while
13043         fixing bug #81466.
13044
13045 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
13046
13047         * class.c (mono_lookup_dynamic_token_class): Pass along the context here as
13048         well.
13049         
13050         * class.c loader.c metadata.c object.c class-internals.h object-internals.h
13051         icall.c reflection.c: Pass a MonoGenericContext argument to 
13052         mono_lookup_dynamic_token ().
13053
13054         * reflection.c (resolve_object): Handle GenericTypeParameterBuilder. Fixes
13055         #82744.
13056         
13057 2007-09-09  Robert Jordan  <robertj@gmx.net>
13058
13059         * object.c (mono_class_proxy_vtable): Don't create remoting trampolines
13060         for generic methods.
13061
13062         * object.c (mono_object_get_virtual_method): Handle generic methods.
13063         Fixes bug #78882.
13064
13065         Code is contributed under MIT/X11 license.
13066
13067 Sat Sep 8 18:16:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
13068
13069         * image.c: fix locking in mono_image_load_file_for_image ().
13070
13071 Thu Sep 6 19:48:00 CEST 2007 Paolo Molaro <lupus@ximian.com>
13072
13073         * reflection.c, icall.c, icall-def.h: the methodinfos name field is
13074         used only as a cache: added an icall to fill it.
13075
13076 2007-09-16  Rodrigo Kumpera  <rkumpera@novell.com>
13077
13078         * reflection.h: exposed mono_reflection_free_type_info
13079         * reflection.c (mono_reflection_get_type_internal): type_args is always freed
13080         since mono_reflection_bind_generic_parameters makes a copy of it.
13081         * reflection.c (free_type_info): subinfos should be freed.
13082         * reflection.c (free_type_info): renamed to mono_reflection_free_type_info and 
13083         made non static.
13084         * icall.c (type_from_name and ves_icall_System_Reflection_Assembly_InternalGetType):
13085         replaced explicit cleanup of MonoTypeNameParse struct with a call to mono_reflection_free_type_info,
13086         this fixes #82695 and #81726.
13087    
13088
13089 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
13090
13091         * process.h, process.c:  added support for user profile/info in
13092           ProcessStartInfo. For now only Windows works.
13093
13094 Fri Aug 31 17:30:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
13095
13096         * metadata.c: consider the generic arguments when comparing
13097         signatures (bug #82614).
13098
13099 Thu Aug 30 18:34:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
13100
13101         * cil-coff.h, image.c: updated assembly loader to cope with the
13102         PE32+ 64 bit file format.
13103
13104 Thu Aug 30 16:47:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
13105
13106         * assembly.c, class.c, domain.c, loader.c: remove useless
13107         inclusion of cil-coff.h.
13108
13109 2007-08-29  Jonathan Chambers  <joncham@gmail.com>
13110
13111         * marshal.c (cominterop_get_ccw): Walk up interface hierarchy
13112         if interface is marked with CoClassAttribute. 
13113    
13114         Code is contributed under MIT/X11 license.
13115
13116 Wed Aug 29 19:27:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
13117
13118         * sgen-gc.c: ensure no object from the to space is copied again or finalized
13119         if it's seen twice in major collections.
13120
13121 Wed Aug 29 18:46:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
13122
13123         * sgen-gc.c: big objects are not copied to the gray area, but they
13124         need to be considered for scanning, too, if they are brought alive
13125         by an object ready for finalizations or a survived one.
13126
13127 Wed Aug 29 18:43:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
13128
13129         * sgen-gc.c: properly account the number of disappearing links when
13130         they are nullified.
13131
13132 Wed Aug 29 18:37:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
13133
13134         * sgen-gc.c: share the code to scan the registered roots between the
13135         different types of collections.
13136
13137 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
13138
13139         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor): New icall.
13140
13141 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
13142
13143         * object.c (mono_class_proxy_vtable): Use max_interface_id instead of
13144         class->max_interface_id in a one place. Fixes transparentproxy.exe test on ia64.
13145
13146 2007-08-28  Mark Probst  <mark.probst@gmail.com>
13147
13148         * security-manager.c (mono_security_manager_get_methods):
13149         LinkDemandSecurityException now has 2 arguments instead of 3.
13150
13151 2007-08-27  Zoltan Varga  <vargaz@gmail.com>
13152
13153         * class.c (mono_class_layout_fields): Only do the struct alignment hack on
13154         platforms which need it.
13155
13156 Mon Aug 27 18:29:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
13157
13158         * sgen-gc.c: unregister thread data structures with a pthread_key_t
13159         dtor.
13160
13161 Mon Aug 27 18:27:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
13162
13163         * threads.c: free the thread static data on thread exit.
13164
13165 Mon Aug 27 10:55:54 CEST 2007 Paolo Molaro <lupus@ximian.com>
13166
13167         * class.c: walk the hierarchy to find the generic definition for
13168         a class (fixes runtime part of bug #82498).
13169
13170 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
13171
13172         * assembly.c (mono_assembly_close): Move the closing of the referenced assemblies to
13173         ...
13174
13175         * image.c (mono_image_close): Here. Hopefully fixes #82510.
13176
13177 2007-08-24  Mark Probst  <mark.probst@gmail.com>
13178
13179         * monodiet.c (handle_cattrs): Fixed a custom attr leak.
13180
13181 2007-08-24  Robert Jordan  <robertj@gmx.net>
13182
13183         * appdomain.c: don't perform the ':'->';' substitution on Win32.
13184
13185 2007-08-24  Jb Evain  <jbevain@novell.com>
13186
13187         * class.c (mono_type_get_name_recurse): fix AssemblyQualifiedName
13188         for byref types.
13189
13190 2007-08-24  Mark Probst  <mark.probst@gmail.com>
13191
13192         * threads.c: Make sure a thread gets cleaned up only once.  Fixes
13193         #82286.
13194
13195 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
13196
13197         * assembly.c: Fix a warning.
13198         
13199 2007-08-23  Marek Habersack  <mhabersack@novell.com>
13200
13201         * appdomain.c: parse the <runtime> section looking for the probing
13202         element with the 'privatePath' attribute, which sets additional
13203         directories in which the runtime should look for assemblies.
13204
13205 2007-08-23  Robert Jordan  <robertj@gmx.net>
13206
13207         * marshal.c (Marshal_ReAllocHGlobal) : Fix GlobalReAlloc's flags.
13208         Fixes #82499.
13209
13210 2007-08-23  Martin Baulig  <martin@ximian.com>
13211
13212         * mono-debug.[ch]: Rename mono_debug_init_corlib() into
13213         _mono_debug_init_corlib() and remove it from the header file.
13214
13215 2007-08-23  Martin Baulig  <martin@ximian.com>
13216
13217         * mono-debug-debugger.c
13218         (mono_debugger_unhandled_exception): Ignore `ThreadAbortException';
13219         don't notify the debugger about it.
13220
13221         * mono-debug-debugger.h
13222         (MonoDebuggerEvent): Removed `THREAD_ABORT'.
13223
13224 2007-08-23  Robert Jordan  <robertj@gmx.net>
13225
13226         * icall-def.h, process.*: implemented Get|SetPriorityClass icalls.
13227         Code is contributed under MIT/X11 license.
13228
13229 Wed Aug 22 18:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
13230
13231         * sgen-gc.h, sgen-gc.c: abstracted most of the OS-specific code.
13232
13233 2007-08-22  Martin Baulig  <martin@ximian.com>
13234
13235         * mono-debug.c: Store debugging info on a per-domain basis and
13236         free it on domain unload.  Add support for unloading symbol files.
13237
13238         * mono-debug.h
13239         (MonoDebugList): New typedef.
13240         (MonoSymbolTable):
13241         - add `data_tables and `type_table'.
13242         - replace 'symbol_files' and `num_symbol_files' with a
13243           `MonoDebugList *'.
13244         (mono_debug_data_table): Removed.
13245         (mono_debug_list_add): New public function.
13246         (mono_debug_list_remove): New public function.
13247         (mono_debug_init_1): Renamed into mono_debug_init_corlib().
13248         (mono_debug_init_2_memory): Renamed into
13249         mono_debug_open_image_from_memory().
13250         (mono_debug_close_image): New public function.
13251         (mono_debug_domain_create): Likewise.
13252         (mono_debug_domain_unload): Likewise.
13253         (MONO_DEBUGGER_VERSION): Bump to 60.
13254
13255         * mono-debug-debugger.h
13256         (MonoDebuggerEvent):
13257         - remove `RELOAD_SYMTABS' and `METHOD_COMPILED'.
13258         - rename `ADD_MODULE' into `LOAD_MODULE'; add `UNLOAD_MODULE'.
13259         - add `DOMAIN_CREATE' and `DOMAIN_UNLOAD'.
13260         - rename `THREAD_CREATED' and `THREAD_EXITED' into
13261           `GC_THREAD_CREATED' and `GC_THREAD_EXITED'.
13262         - re-add `THREAD_CREATED' and `THREAD_EXITED'; with different
13263           meaning.
13264         (mono_debugger_add_symbol_file): Removed.
13265         (mono_debugger_add_type): Removed.
13266         (mono_debugger_lookup_type): Removed.
13267         (mono_debugger_lookup_assembly): Removed.
13268
13269         * domain.c
13270         (mono_domain_create): Call mono_debug_domain_create().
13271         (mono_init_internal): Call mono_debug_init_corlib().
13272
13273         * assembly.c
13274         (mono_assembly_close): Call mono_debug_close_image().
13275
13276 Wed Aug 22 17:26:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
13277
13278         * sgen-gc.c: use the mono-mmap facilitites instead of hard-coding the
13279         mmap call.
13280
13281 Wed Aug 22 17:17:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
13282
13283         * sgen-gc.c: ensure section->pin_queue_end is initialized
13284         correctly when non pinning objects in the section have been found.
13285
13286 2007-08-22  Marek Habersack  <mhabersack@novell.com>
13287
13288         * appdomain.c (set_domain_search_path): cope with PrivateBinPath
13289         containing a list of directories separated by ':'. MSDN docs say
13290         the directories should be separated with ';'. Part of a bugfix for
13291         bug #81446
13292
13293 2007-08-21  Rodrigo Kumpera  <rkumpera@novell.com>
13294
13295         * class.c (mono_type_retrieve_from_typespec) : fixed the return type
13296         it should MonoType and not MonoClass.
13297
13298 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
13299
13300         * culture-info-table.h : regenerated.
13301
13302 2007-08-20  William Holmes  <billholmes54@gmail.com>
13303
13304         *file-io.c: Added ves_icall_System_IO_MonoIO_ReplaceFile
13305          to call ReplaceFile Kernel32 on windows or in io-layer.
13306         *file-io.h: Added deceleration for ves_icall_System_IO_MonoIO_ReplaceFile
13307         *icall-def.h: Register ves_icall_System_IO_MonoIO_ReplaceFile
13308          as an internal call.
13309
13310         Code is contributed under MIT/X11 license.
13311
13312 2007-08-20  Jb Evain  <jbevain@novell.com>
13313
13314         * class-internals: add definitions for MONO_EXCEPTION_METHOD_ACCESS
13315         and MONO_EXCEPTION_FIELD_ACCESS.
13316
13317         * debug-helpers.[c|h]: new mono_field_full_name function.
13318
13319 2007-08-20  Mark Probst  <mark.probst@gmail.com>
13320
13321         * class.c: Removed class_security_level() and moved it to
13322         security-core-clr.c.
13323
13324         * security-core-clr.c, security-core-clr.h: class_security_level()
13325         is now public and renamed to mono_security_core_clr_class_level().
13326         It also looks for security attributes in the classes a class is
13327         nested in.
13328
13329 2007-08-20  Mark Probst  <mark.probst@gmail.com>
13330
13331         * security-core-clr.c, security-core-clr.h: CoreCLR security
13332         utility functions.
13333
13334         * Makefile.am: Added security-core-clr.[ch].
13335
13336         * security-manager.c, security-manager.h: Functions and enum for
13337         setting and getting the security mode.
13338
13339         * class.c: CoreCLR security checks.
13340
13341 Mon Aug 20 12:38:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
13342
13343         * icall-def.h, process.c, process.h: implemented icall to get
13344         user/system processor times.
13345
13346 2007-08-17  Mark Probst  <mark.probst@gmail.com>
13347
13348         * domain.c, threads.c, class-internals.h, domain-internals.h: New
13349         reader-lock-free jit_info_table.
13350
13351 2007-08-17  Zoltan Varga  <vargaz@gmail.com>
13352
13353         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_CUSTOM.
13354
13355         * marshal.c (mono_marshal_type_size): Ditto. Fixes #82465 and #82466.   
13356
13357         * object-internals.h (MonoException): Add missing _data member.
13358
13359 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
13360
13361         * loader.c (find_method, find_method_in_class): Fixed bug #81466,
13362         checking that only methods with matching qname or fqname are picked
13363         from implemented interfaces.
13364
13365 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
13366
13367         * verify.c (do_newarr):added, do type verification of
13368         newarr ops, push the right value on the eval stack.
13369         * verify.c (mono_method_verify): use do_newarr
13370
13371
13372 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
13373
13374         * verify.c (do_ldobj_value, do_unbox_value and do_box_value):
13375         factored the common code into get_boxable_mono_type, which
13376         is now using mono_type_get_full, this fixed byref related tests.
13377
13378 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
13379
13380         * class.c: added mono_type_get_full, this function has the same
13381         behavior of mono_class_get_full but the returned MonoType has
13382         all metadata of the associated token in case of a typespec token.
13383         * class.c: added mono_type_retrieve_from_typespec, used by 
13384         mono_type_get_full to retrieve the token type.
13385         * class.c (mono_class_create_from_typespec): changed to use
13386         mono_type_retrieve_from_typespec.
13387         * class.c (mono_ldtoken): changed to use mono_type_get_full
13388         for MONO_TOKEN_TYPE_(DEF|REF|SPEC).
13389         * class-internals.h: exported mono_type_get_full for internal use.
13390
13391 2007-08-16  Jb Evain  <jbevain@novell.com>
13392
13393         * domain.c (supported_runtimes): add entry for
13394         the 'moonlight' runtime version.
13395
13396 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
13397
13398         * verify.c (mono_method_verify): small typo sliped in.  
13399
13400 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
13401
13402         * verify.c (do_unbox_value): added, do type verification of
13403         unboxing ops
13404         * verify.c (mono_method_verify): use do_unbox_value
13405
13406
13407 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
13408
13409         * verify.c (dump_stack_value): fixed typo, was printing string
13410         instead of object on stack.
13411         * verify.c (do_box_value): moved the byref check up as it leads
13412         to invalid code and should be done earlier.
13413         * verify.c: improved error messages for and ldobj
13414
13415 2007-08-15  William Holmes  <billholmes54@gmail.com>
13416
13417         * marshal.c (emit_marshal_custom): Omit the call to 
13418           marshal_native_to_managed when calling native to managed 
13419           and the argument is specified as an out argument.
13420
13421         Code is contributed under MIT/X11 license.
13422
13423 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
13424
13425         * verify.c: fixed the type checks for generics, function pointers and vectors.
13426         Added type verification for ldobj and ldtoken. The verifier
13427         would segfault if header or signature of a method contained references
13428         to non-existant types.
13429
13430 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
13431
13432         * marshal.c (cominterop_get_ccw): Patch from
13433         Bill Holmes to no walk up interface hierarchy. 
13434         All parent methods should be present in the interface for COM.
13435    
13436         Code is contributed under MIT/X11 license.
13437
13438 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
13439
13440         * marshal.c (emit_marshal_com_interface): Patch from
13441         Bill Holmes to handle COM Interfaces as return values
13442         for native->managed calls.
13443    
13444         Code is contributed under MIT/X11 license.
13445
13446 2007-08-14  Jonathan Chambers  <joncham@gmail.com>
13447
13448         * marshal.c (cominterop_get_idispatch_for_object): Implement
13449         for runtime callable wrappers.
13450    
13451         Code is contributed under MIT/X11 license.
13452
13453 2007-08-13  Rodrigo Kumpera  <rkumpera@novell.com>
13454
13455         * pedump.c (main): changed from mono_init to mono_init_from_assembly
13456         so 2.0 types are accessible
13457
13458
13459 2007-08-13  Miguel de Icaza  <miguel@novell.com>
13460
13461         * domain.c (mono_init_internal): Call mono_assembly_load_friends
13462         once we load mscorlib.   Due to the order in which we initialize,
13463         the mono_assembly_load_full routine that loads mscorlib did not
13464         load friends.   We now load it once we load the
13465         mono_defaults.internals_visible_class class. 
13466
13467         * assembly.c: Expose the mono_load_friend_assemblies method.
13468
13469 2007-08-11  Rodrigo Kumpera  <rkumpera@novell.com>
13470
13471         * verify.c: improved the handling of boxing, better
13472         type checking for unary ops and conversion. Fix bug
13473         regarding managed pointer compatibility checking
13474
13475 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
13476
13477         * icall.c (ves_icall_System_Array_SetGenericValueImpl): New icall.
13478
13479         * threads.c threads-types.h: Export mono_thread_get_stack_bounds.
13480
13481 2007-08-09  Raja R Harinath  <rharinath@novell.com>
13482
13483         * reflection.c (dup_type): Remove.
13484         * class.c (dup_type): Remove.
13485         (mono_metadata_signature_deep_dup): Use 'mono_metadata_type_dup'
13486         instead of the dodgy 'dup_type'.
13487         (inflate_generic_type): Likewise.  Fix the VAR/MVAR cases to
13488         handle the case where 'dup_type' needed the second argument.
13489
13490 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
13491
13492         * domain.c: Fix a warning.
13493
13494 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
13495
13496         * class.c (mono_class_setup_vtable_general): Fixed bug #77127,
13497         checking that methods with the same fqname are not overridden
13498         with a method from an ancestor.
13499
13500 2007-08-07  Zoltan Varga  <vargaz@gmail.com>
13501
13502         * threads.c (free_thread_static_data_helper): Avoid a crash if
13503         thread->static_data is not yet set.
13504
13505 2007-08-07  Jonathan Chambers  <joncham@gmail.com>
13506
13507         * marshal.c: Use correct image when emitting
13508         native wrapper for COM calls.
13509    
13510         Code is contributed under MIT/X11 license.
13511
13512 2007-08-07  Atsushi Enomoto  <atsushi@ximian.com>
13513
13514         * icall-def.h, security.c, security.h :
13515           added icall wrapper to ProtectedMemory.[Unprotect|Protect]Data().
13516
13517 2007-08-07  Martin Baulig  <martin@ximian.com>
13518
13519         * mono-debug-debugger.h
13520         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD'.
13521
13522         * domain.c (mono_domain_free): Call
13523         `mono_debugger_event (MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD)'.
13524
13525 2007-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
13526
13527         * verify.c (check_underflow, check_overflow): error message now returns IL offset
13528         * verify.c (in_same_block): code should test if either offset is inside the clauses
13529         * verify.c (mono_method_verify): push the exception into the eval stack of exception
13530         and filter blocks
13531
13532 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
13533
13534         * image.c (mono_image_close): Fix a leak.
13535
13536         * object.c (mono_runtime_invoke_array): Avoid using alloca.
13537
13538         * icall.c (ves_icall_FieldInfo_SetValueInternal): Ditto.        
13539
13540 Fri Aug 3 19:54:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
13541
13542         * domain.c, threads.c, threads-types.h: fix memory retention issue
13543         with thread static variables not being cleared on domain unload.
13544         Reuse thread static slots after domain unload.
13545
13546 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
13547
13548         * object.c (mono_runtime_invoke_array): Handle the case when the receiver is a
13549         nullable type.
13550
13551         * marshal.c (mono_marshal_get_runtime_invoke): Revert the previous change, it is
13552         now done in mono_runtime_invoke_array.
13553
13554         * marshal.c (mono_marshal_get_runtime_invoke): Handle the case when the 
13555         receiver is a nullable type.
13556
13557         * class.c (mono_class_is_assignable_from): Handle the case when klass is a 
13558         generic parameter.
13559
13560 2007-08-03  Jonathan Chambers  <joncham@gmail.com>
13561
13562         * marshal.c: Implement COM Objects as return type for 
13563         managed->unmanaged calls. Added Release calls for COM Object
13564         out/return values in managed->unmanaged calls.
13565
13566         Code is contributed under MIT/X11 license.
13567
13568 Fri Aug 3 17:00:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
13569
13570         * threads.h, threads-type.h: move the hazard pointer declarations
13571         to the private header.
13572
13573 Fri Aug 3 13:13:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
13574
13575         * file-io.c, appdomain.c: memory leak fixes.
13576
13577 2007-08-02  Dick Porter  <dick@ximian.com>
13578
13579         * socket-io.c
13580         (ves_icall_System_Net_Sockets_Socket_Socket_internal): Move the
13581         SO_REUSEADDR setting into io-layer/sockets.c.
13582
13583 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
13584
13585         * icall.c (ves_icall_Type_GetMethodsByName): Return the members inherited
13586         from Object when called on a generic parameter. Fixes #82211.
13587
13588 2007-08-01  Dick Porter  <dick@ximian.com>
13589
13590         * file-io.c (convert_share): Test FileShare values bit-by-bit.
13591         Fixes bug 79250 yet again.
13592
13593 2007-07-30  Martin Baulig  <martin@ximian.com>
13594
13595         Merged the `debugger-dublin' branch.
13596
13597         * mono-debug.h
13598         (MonoDebugDataTable): New typedef.
13599         (MonoDebugMethodAddressList): New typedef.
13600         (MonoDebugWrapperData): Removed.
13601         (MonoDebugSymbolTable): Removed `current_data_table',
13602         `current_data_table_size', `current_data_table_offset'.
13603         (MonoDebugDataItemType): Moved into mono-debug.c.
13604         (MonoDebugMethodJitInfo): Remove `address'.
13605         (mono_debug_data_table): New global variable.
13606         (mono_debug_lookup_method_addresses): New public function.
13607         (mono_debug_find_method): Take a `MonoMethod *', not a
13608         `MonoDebugMethodInfo *'.
13609
13610         * mono-debug.c: Drop support for the old symbol tables.
13611
13612 2007-06-28  Martin Baulig  <martin@ximian.com>
13613
13614         * mono-debug.c (mono_debug_debugger_version): New public variable.
13615
13616 2007-07-31  William Holmes  <billholmes54@gmail.com>
13617
13618         * metadata.c Changed mono_type_create_from_typespec to not insert
13619           the type into the hash map until after
13620           do_mono_metadata_parse_type has completed.
13621         Fixes Bug #82194
13622         Code is contributed under MIT/X11 license.
13623
13624 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
13625
13626         * icall.c (ves_icall_Type_GetMethodsByName): Avoid a crash when called on a
13627         generic parameter. Fixes #82211.
13628
13629 2007-07-27  Jb Evain  <jbevain@novell.com>
13630
13631         * pedump.c (dump_metadata, dump_metadata_header): dump
13632         versions contained in the metadata header.
13633
13634 Fri Jul 27 17:07:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
13635
13636         * threads.c: register small_id_table with the GC.
13637
13638 2007-07-27  Mark Probst  <mark.probst@gmail.com>
13639
13640         * threads.c, threads.h, class-internals.h, object-internals.h:
13641         Hazard pointers, to be used by lock-free parallel algorithms.
13642
13643 2007-07-26  Dick Porter  <dick@ximian.com>
13644
13645         * appdomain.c (mono_runtime_cleanup): Invoke io-layer cleanup
13646         routine on non-windows platforms, as I've not managed to think of
13647         a non-kludgy way of doing this.  Finishes off bug 78739.
13648
13649 Wed Jul 25 18:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
13650
13651         * object.c: properly setup interface_bitmap in proxy vtables.
13652
13653 2007-07-25  Marek Habersack  <mhabersack@novell.com>
13654
13655         * appdomain.c (get_shadow_assembly_location): do not use TickCount
13656         to create unique shadow copy target directories, use the domain's
13657         serial number instead. Each domain gets a unique target directory
13658         that way.
13659
13660         * domain.c (mono_domain_create): added code to increment domain
13661         shadow copy serial number and cache the value in the current
13662         domain structure.
13663
13664         * domain-internals.h (struct _MonoDomain): added a new field -
13665         shadow_serial to hold the serial number used in generation of
13666         shadow-copy directories. This is to make sure that the directory
13667         name is unique for each and every domain created. We avoid a race
13668         condition with overriding assemblies already in use by other app
13669         domains.
13670
13671 2007-07-24  Rodrigo Kumpera  <rkumpera@novell.com>
13672
13673         * class.c (mono_bounded_array_class_get): fixed memory leak when 
13674         binding generic parameters.
13675
13676 2007-07-24  Raja R Harinath  <rharinath@novell.com>
13677
13678         * metadata.c (do_mono_metadata_parse_generic_class): Use
13679         mono_metadata_lookup_generic_class.  Don't g_assert on a metadata
13680         error.
13681
13682 Tue Jul 24 15:15:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
13683
13684         * loader.c, class-internals.h, reflection.c: removed the per-method
13685         generics hashtable: we use the global one through the call of
13686         mono_class_inflate_generic_method ().
13687
13688 Mon Jul 23 19:43:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
13689
13690         * class.c, metadata.c, class-internals.h: introduce yet another
13691         generics global cache for inflated methods (fixes 98% of the perf
13692         issue in bug #81806).
13693
13694 2007-07-23  Raja R Harinath  <rharinath@novell.com>
13695
13696         Fix #81035 -- avoid allocating MonoGenericInsts willy-nilly
13697         * metadata.c (mono_metadata_lookup_generic_inst): Kill.
13698         (mono_metadata_get_generic_inst): New.  Given a list of MonoType*,
13699         return a MonoGenericInst containing (a copy) of those types.
13700         (mono_metadata_inflate_generic_inst): Update to changes.
13701         (mono_metadata_parse_generic_inst): Likewise.
13702         (mono_get_shared_generic_inst): Likewise.
13703         * reflection.c (mono_class_bind_generic_parameters): Likewise.
13704         (mono_reflection_bind_generic_method_parameters): Likewise.
13705         * metadata-internals.h: Likewise.
13706         * icall.c (free_generic_context): Kill.
13707         (init_generic_context_from_args): Use mono_metadata_get_generic_inst.
13708
13709         * reflection.c (reflection_methodbuilder_to_mono_method): Use
13710         mono_metadata_type_dup.
13711         * marshal.c (mono_mb_create_method): Likewise.
13712
13713         * metadata.c (mono_metadata_type_dup): Rename from
13714         mono_metadata_type_dup_mp.  Take an optional mempool instead of a
13715         MonoImage.  Handle a few more cases, esp. when no mempool is given.
13716         * marshal.c, metadata-internals.h: Update to changes.
13717
13718 Mon Jul 23 11:43:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
13719
13720         * class.c: fixed a small leak for array classes and removed warning.
13721
13722 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
13723
13724         * loader.c (mono_method_get_param_token): Make this work on generic methods.
13725         Return 0x8000000 for return parameters. Fixes #82161.
13726
13727 2007-07-21  Marek Habersack  <grendello@gmail.com>
13728
13729         * appdomain.c (get_shadow_assembly_location): append the current
13730         ticks value to the path. Avoids overwriting the same assemblies by
13731         several threads at the same time.
13732
13733 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
13734         and Raja R Harinath  <rharinath@novell.com>
13735
13736         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
13737         Simplify slightly.
13738         (ves_icall_MonoMethod_GetGenericMethodDefinition): Update
13739         property for testing if a method is a generic method definition.
13740
13741 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
13742
13743         * domain-internals.h : added 2.0 member fields to MonoAppDomainSetup.
13744
13745 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
13746
13747         * verify.c: used function from private branch, reverted to the one in class.h 
13748
13749 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
13750
13751         * verify.c: a typo slipped in and the code wont compile
13752
13753 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
13754
13755         * verify.c: now all code use IS_MANAGED_POINTER and UNMASK_TYPE macros.
13756         disabled box instruction as it is doing the wrong thing
13757         improved stack dump messages, now it is easier to debug type related issues
13758
13759
13760 2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
13761
13762         * icall.c (ves_icall_System_MonoType_getFullName): Fix a leak. 
13763
13764 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
13765
13766         * verify.c: changed MONO_TYPE_TYPEDBYREF stack type from 
13767         TYPE_COMPLEX to TYPE_PTR, it did not make any sense to be
13768         grouped with class and valuetype. This change will simply 
13769         the code as it should be handled just like unmanaged pointers.
13770
13771 2007-07-19  Mark Probst  <mark.probst@gmail.com>
13772
13773         * class.c (concat_two_strings_with_zero): Fixed a silly bug.
13774
13775 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
13776
13777         * verify.c: several stack merge issues fixed, reference comparisons now
13778         check the type size. strict type check now works correctly.
13779         added more uses of IS_MANAGED_POINTER macro.
13780         fixed issues pointed by running the test suite against .net.
13781         
13782
13783 2007-07-19  Mark Probst  <mark.probst@gmail.com>
13784
13785         * class.c, loader.c, class-internals.h: Removed the
13786         MonoLoaderErrorKind enum and replaced it with the MONO_EXCEPTION_
13787         defines.
13788
13789         * icall.c: Better error checking in some internal reflection
13790         methods.
13791
13792 2007-07-18  William Holmes  <billholmes54@gmail.com>
13793
13794         * filewatcher.c : removed unused variable 'filename' in 
13795           ves_icall_System_IO_FSW_SupportsFSW
13796
13797 Mon Jul 16 19:36:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
13798
13799         * reflection.c, class.c, icall.c, loader.c: mono_get_inflated_method () is
13800         obsolete, removed.
13801
13802 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
13803
13804         * icall.c (ves_icall_System_Reflection_FieldInfo_GetTypeModifiers): New icall.
13805         
13806         * icall.c (ves_icall_System_Reflection_Module_ResolveSignature): New icall.
13807
13808 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
13809
13810         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
13811         Implement generics support.
13812         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
13813
13814         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Add new
13815         type_args and method_args arguments.
13816         (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.
13817         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
13818         (ves_icall_System_Reflection_Module_ResolveMemberToken): Ditto.
13819
13820 2007-07-13  Rodrigo Kumpera  <rkumpera@novell.com>
13821
13822         * reflection.c: patch from Thong Nguyen to fix atribute resolution.
13823           It adds a rootimage parameter to mono_reflection_get_type_internal,
13824           adds new function mono_reflection_get_type_with_rootimage and use
13825           the rootimage to resolve the types instead of the current image
13826
13827 2007-07-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
13828
13829         * culture-info-table.h: Forgot to update after r78304.
13830
13831 2007-07-13  Raja R Harinath  <rharinath@novell.com>
13832
13833         * class.c (mono_class_is_open_constructed_type)
13834         <MONO_TYPE_GENERICINST>: Don't recompute a computed field.
13835
13836 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
13837
13838         * class.c (mono_bounded_array_class_get):  method fails if used with
13839         an incomplete TypeBuilder enum (no basetype field), fixed it by 
13840         avoiding calculating the size for such array as it cannot be instantiated.
13841         Fix bug #82015
13842
13843 2007-07-12  Raja R Harinath  <rharinath@novell.com>
13844
13845         * class-internals.h (_MonoGenericInst::is_reference): Remove bogus
13846         field.
13847         * metadata.c, reflection.c: Update to changes.
13848
13849 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
13850
13851         * class.c, class-internal.h: added mono_type_is_valid_enum_basetype and
13852         mono_class_is_valid_enum, they are used to valide a enum when loading.
13853         * reflection.c: used new functions to throw TypeLoadException when and
13854         invalid enum is build with TypeBuilder. Fixes #82018
13855   
13856 Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
13857
13858         * object.c: forgot commit of mono_class_setup_methods () to access
13859         iface->methods.
13860         * object-internals.h: added a few more handy fields to
13861         MonoIMTCheckItem.
13862
13863 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
13864
13865         * object.c (build_imt): Call mono_class_setup_methods () before accessing 
13866         iface->methods.
13867
13868 Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
13869
13870         * class-internals.h, object-internals.h, object.c: IMT-based
13871         interface invocation core from Massimiliano Mantione
13872         (massi@ximian.com) with a reworked arch-specific interface,
13873         bsearch implementation and a few bugfixes and memory savings by me.
13874
13875 2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
13876
13877         * class.c (mono_class_create_from_typedef): mono would segfault if 
13878         an enum did not have a __value field. It now throws a TypeLoadException
13879         for such cases. Fix bug #82022
13880
13881 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
13882
13883         * marshal.c (mono_marshal_string_to_utf16_copy): Fix allocation size.
13884
13885 2007-07-09  Mark Probst  <mark.probst@gmail.com>
13886
13887         * class.c (mono_class_init): If a class is already inited but has
13888         an exception_type set, return FALSE, not TRUE.  Fixes: 82050.
13889
13890 2007-07-09  Mark Probst  <mark.probst@gmail.com>
13891
13892         * class.c: Properly handle the case of an unimplemented interface
13893         method.  Fixes: 81673.
13894
13895 Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
13896
13897         * class-internals.h, object.c: cleanup patch from massi: use
13898         MonoVTable->interface_bitmap since the vtable interfaces offset array
13899         is going away.
13900
13901 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
13902
13903         * icall-def.h icall.c: Remove Module:get_MDStreamVersion icall and add a new
13904         GetMDStreamVersion icall instead.
13905
13906 Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
13907
13908         * filewatcher.c: patch from Thong Nguyen <tum@veridicus.com> to
13909         not use mono_dl_build_path() with a full library name: makes
13910         fallbacks to libgaim and libfam work.
13911
13912 2007-07-06  William Holmes  <billholmes54@gmail.com>
13913
13914         * assembly.c: Added a continue statement in probe_for_partial_name when
13915          parse_assembly_directory_name fails.  Fixes : 82002
13916
13917 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
13918
13919         * verify.c (check_unmanaged_pointer_type): renamed to check_unverifiable_type
13920         and added a verification  for TYPEDBYREF.
13921         * verify.c (verify_stack_type_compatibility): fix handling of byref types,
13922         make native int interchangeable with int32 and some small cleanup and formating.
13923         * verify.c (push_arg): only ldarg on invalid argument is valid (but not verifiable) and
13924         handle byref of byref.
13925         * verify.c (push_local): handle byref of byref.
13926         * verify.c (do_binop): invalid mix of values is unverifiable
13927         * verify.c (do_invoke_method): fixed the handling of bad params on stack and
13928         added visibility checks
13929         * verify.c (field related method): added visibility checks
13930         * verify.c (do_push_field): cannot take the address of a temporary valuetype field
13931
13932 2007-07-06  Zoltan Varga  <vargaz@gmail.com>
13933
13934         * marshal.c (mono_marshal_string_to_utf16_copy): Null terminate the
13935         string.
13936
13937 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
13938
13939         * profiler.c (mono_profiler_load): Fix an off-by-one error.
13940
13941         * marshal.c (emit_marshal_string): When returning a string from managed code,
13942         allways make a copy even for unicode strings. Fixes #81990.
13943
13944 Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus@ximian.com>
13945
13946         * object.c: cleaned up mono_runtime_invoke_array () and fixed handling
13947         of byref generic inst types (bug #81997).
13948
13949 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
13950
13951         * class.c: moved methods mono_method_can_access_field and mono_method_can_access_method from mini/mini.c
13952         * class.h: added declarations of mono_method_can_access_field() and mono_method_can_access_method()
13953
13954 2007-07-02  Zoltan Varga  <vargaz@gmail.com>
13955
13956         * marshal.c (emit_marshal_string): Add support for unicode strings in
13957         MARSHAL_ACTION_MANAGED_CONV_RESULT. Fixes #81990.
13958
13959 2007-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
13960
13961         * verify.c: field load/store are now verified, missing only access checks now
13962
13963 2007-06-28  Martin Baulig  <martin@ximian.com>
13964
13965         * mono-debug.c (mono_debug_debugger_version): New public variable.
13966
13967 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
13968
13969         * locales.c: When constructing DateTimeFormat or NumberFormat for
13970         MonoCultureInfo, inherit readonly bit from MonoCultureInfo. The
13971         MonoCultureInfo contructed from the current locale is always
13972         read-only and has UseUserOverride set to true. All MonoCultureInfo
13973         instances returned for GetCultures have both IsReadOnly and
13974         UseUserOverride set to true. Fixes part of bug #81930.
13975
13976 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
13977
13978        * icall-def.h: Update System.__ComObject icalls
13979        * marshal.c: Avoid managed transition (and object creation)
13980        when looking up COM interface in RCW.
13981        * marshal.h: Ditto.
13982        
13983        Code is contributed under MIT/X11 license.
13984
13985 2007-06-22  Zoltan Varga  <vargaz@gmail.com>
13986
13987         * marshal.c (mono_marshal_get_runtime_invoke): Cache in the method image for now
13988         to avoid crashes during assembly unloading.
13989
13990 2007-06-22  Raja R Harinath  <rharinath@novell.com>
13991
13992         Fix MethodInfo.IsGenericMethodDefinition
13993         * reflection.c (mono_reflection_bind_generic_method_parameters):
13994         Rearrange code to ensure we always uses a generic method definition.
13995         * class.c (mono_class_inflate_generic_method_full): Set
13996         'generic_container' field only for generic method definitions.
13997         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
13998         Use presense of 'generic_container' field as indication of being a
13999         generic method definition.
14000
14001 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
14002
14003         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
14004
14005         * object-internals.h: Reflect changes in the layout of the managed Delegate
14006         class.
14007         
14008         * object-internals.h reflection.c icall-def.h: Applied patch from Robert
14009         Jordan (robertj@gmx.net). Add a dtor to dynamic methods which frees up the
14010         runtime memory used by the dynamic method. Fixes #77146.
14011
14012 2007-06-21  Dick Porter  <dick@ximian.com>
14013
14014         * file-io.h: 
14015         * file-io.c (convert_share): Cope with FileShare.Delete.  Patch
14016         from Wojtek Krawczyk <krawczyk.wojciech@gazeta.pl>, fixes bug
14017         81767.
14018
14019 2007-06-21  Raja R Harinath  <rharinath@novell.com>
14020
14021         * reflection.c (method_encode_methodspec): Add a tripwire.
14022         * class.c (inflate_generic_type): The fully open generic type is
14023         not the same as the generic type definition.
14024
14025 2007-06-21  Martin Baulig  <martin@ximian.com>
14026
14027         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 59.
14028
14029         * mono-debug-debugger.h
14030         (MonoDebuggerBreakpointInfo): Removed.
14031         (mono_debugger_insert_breakpoint_full): Moved to ../mini/debug-mini.h.
14032         (mono_debugger_remove_breakpoint): Likewise.
14033         (mono_debugger_breakpoint_callback): Likewise.
14034         (mono_debugger_start_add_type): Renamed into mono_debugger_add_type().
14035
14036 2007-06-21  Raja R Harinath  <rharinath@novell.com>
14037
14038         * metadata.c (mono_metadata_lookup_generic_class): The fully open
14039         generic type is not the same as the generic type definition.
14040         * class.c (mono_generic_class_get_class): Likewise.
14041
14042 2007-06-20  Geoff Norton  <gnorton@customerdna.com>
14043
14044         * icall.c: The second argument to 
14045         System.Reflection.MethodBase.GetMethodFromHandleInternalType
14046         is a MonoType not a MonoClass.
14047
14048 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
14049
14050         * verify.c: support for function pointers in the verifier
14051
14052 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
14053
14054         * verify.c: unmanaged pointer verification checks (loading unmanaged pointers is unverifiable)
14055
14056 Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
14057
14058         * assembly.c: removed Mono.Data.SqliteClient from the list of
14059         forward-compatible assemblies as it breaks the ABI (bug #81899).
14060
14061 2007-06-19  Raja R Harinath  <rharinath@novell.com>
14062
14063         * metadata.c (mono_metadata_lookup_generic_class): Protect cache
14064         lookup/update with the loader lock.
14065         * reflection.c (mono_class_bind_generic_parameters): No need to
14066         protect mono_metadata_lookup_* with the loader lock.
14067         * class.c (inflate_generic_type): Likewise.
14068         
14069         * metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
14070         on a generic instantiated type.
14071
14072 2007-06-18  Rodrigo Kumpera <kumpera@gmail.com>
14073
14074         *verify.c: produce meanfull error messages on verification error
14075         *verify.c: fixed some cases of verification errors reported as validation errors
14076         *pedump.c: fixed the error name array, now it shows validation errors properly
14077         *verify.h: fixed the contant that should be used for verification errors
14078
14079 Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
14080
14081         * metadata.c, image.c, metadata-internals.h: part of the fixes needed
14082         for bug #77596, 81858 and 80743 (generics data structures on domain
14083         unload).
14084
14085 2007-06-15  Raja R Harinath  <rharinath@novell.com>
14086
14087         Avoid allocating 'MonoGenericContext' on the heap.
14088         * class-internals (_MonoMethodInflated::context): Make field
14089         inline, not a pointer.
14090         * loader.c (method_from_methodspec): Allocate 'new_context' on the
14091         stack.  Use the context embedded within the inflated method as the
14092         hash key, rather than 'new_context'.
14093         * class.c (inflate_generic_context): Simplify.  Return a struct
14094         rather than allocating on the heap.
14095         (mono_class_inflate_generic_method_full): Update to changes.  Now,
14096         doesn't salt away a copy of the context -- simplifying the
14097         lifetime rules of a 'MonoGenericContext *'.
14098         (mono_method_get_context): Return pointer to embedded context.
14099         (setup_generic_array_ifaces): Allocate temporary context on stack.
14100         * reflection.c (inflate_mono_method): Likewise.
14101         (mono_reflection_bind_generic_method_parameters): Likewise.
14102         Use the context embedded within the inflated method as the hash key.
14103
14104         Avoid a source of allocation of 'MonoGenericContext'.
14105         * class-internals.h (_MonoGenericClass::context): Combine 'inst'
14106         and 'cached_context' fields into embedded 'MonoGenericContext' field.
14107         * class.c: Update to changes.
14108         (mono_generic_class_get_context): Simplify drastically.  Now just
14109         returns a pointer to the field.
14110         * metadata-internals.h (mono_metadata_generic_context_hash): Mark
14111         argument as a const pointer.
14112         (mono_metadata_generic_context_equal): Likewise.
14113         * metadata.c, loader.c, icall.c, reflection.c, verify.c:
14114         Update to changes.
14115
14116 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
14117
14118         * verify.c improved the handling of brtrue/brfalse, factored out common code
14119
14120 2007-06-14  Raja R Harinath  <rharinath@novell.com>
14121
14122         Kill MonoGenericMethod.
14123         * class-internals.h (MonoGenericContext::method_inst): Rename from
14124         'gmethod' and convert to a MonoGenericInst.
14125         (MonoGenericMethod): Remove.
14126         * metadata.h (MonoGenericMethod): Note that the name is obsolete.
14127         * loader.c (method_from_methodspec): Update to changes.  Use a
14128         MonoGenericContext as the key to the hashtable.
14129         * metadata.c (mono_metadata_generic_context_equal): Rename from 
14130         'mono_metadata_generic_method_equal' and take MonoGenericContext.
14131         (mono_metadata_generic_context_hash): Likewise from
14132         'mono_metadata_generic_method_hash'.  Change hash function.
14133         (mono_metadata_load_generic_params): Update to changes.
14134         (mono_get_shared_generic_method): Remove.
14135         * metadata-internals.h (mono_get_shared_generic_method): Remove.
14136         * class.c (inflate_generic_type) [MONO_TYPE_MVAR]: Update to changes.
14137         (inflate_generic_context): Likewise.
14138         (mono_class_inflate_generic_method_full): Likewise.
14139         (setup_generic_array_ifaces): Likewise.
14140         (mono_class_create_from_typespec): Likewise.
14141         * reflection.c (encode_generic_method_sig): Take a MonoGenericContext.
14142         (method_encode_methodspec): Update callsite.
14143         (reflection_methodbuilder_to_mono_method): Update to changes.
14144         (mono_reflection_bind_generic_method_parameters): Likewise.  Use a
14145         MonoGenericContext as the key to the hashtable.
14146         (inflate_mono_method): Update to changes.
14147
14148         * class-internals.h (MonoGenericMethod::container): Remove.
14149         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
14150
14151 Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
14152
14153         * profiler-private.h, profiler.c, profiler.h: added API to profile
14154         exception events.
14155
14156 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
14157
14158         * verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments 
14159
14160 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
14161
14162         * verify.c: method invocation is now validated, now we verify parameter types on stack.
14163         Fixed overflow and underflow not aborting the verification process.
14164
14165 2007-06-13  Mark Probst  <mark.probst@gmail.com>
14166
14167         * class-internals.h (MonoStats): Added stats entries for dynamic
14168         code allocations.
14169
14170 2007-06-12  Zoltan Varga  <vargaz@gmail.com>
14171
14172         * loader.c (mono_free_method): Free header->locals and header->clauses.
14173
14174         * marshal.c (mono_mb_create_method): Make a copy of the locals as well in the
14175         dynamic case.
14176
14177         * threads.c (mono_thread_get_stack_bounds): Fix memory leak.
14178
14179         * class.c (setup_interface_offsets): Allocate memory from the image mempool.
14180
14181 2007-06-12  Raja R Harinath  <rharinath@novell.com>
14182
14183         * verify.c (TYPE_MAX): Set it to 8 to match the dimensions of all
14184         the tables.
14185
14186 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
14187
14188         *pedump.c (main): return error code 4 if assembly cannot be loaded instead of segfaulting
14189
14190 2007-06-11  Raja R Harinath  <harinath@gmail.com>
14191
14192         MonoGenericMethod on a diet
14193         * class-internals.h (_MonoMethodInflated::reflection_info): Move
14194         here ...
14195         (_MonoGenericMethod::reflection_info): ... from here.
14196         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
14197         Update to changes.
14198         * reflection.c (inflate_mono_method): Likewise.
14199         (mono_reflection_bind_generic_method_parameters): Likewise.
14200
14201 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
14202
14203         *verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
14204         *verify.c: factored long ldarg forms to share code with short forms
14205
14206 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
14207
14208         *verify.c: fixed code formating factored some duplicate code
14209         into a new function
14210
14211         *verify.h: fixed binary incompatibility introduced earlier
14212
14213         *pedump.c: fixed formating
14214
14215 2007-06-11  Raja R Harinath  <harinath@gmail.com>
14216
14217         Fix assertion when disassembling Mono.C5.dll
14218         * loader.c (method_from_methodspec): Avoid inflating a method
14219         twice with the same context.  If the methodref is inflated, use
14220         the declaring method instead.
14221
14222         * class.c (mono_class_from_generic_parameter): Fix case similar to
14223         bug #81830 handled below, but for method containers.
14224
14225 2007-06-10  Raja R Harinath  <harinath@gmail.com>
14226
14227         * class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
14228         get_shared_generic_class.  Directly inflate the instance.
14229         [MONO_TYPE_GENERICINST]: Inline inflate_generic_class.
14230         (inflate_generic_class): Delete.
14231         (get_shared_generic_class): Delete.  Move setting of
14232         'cached_class' and 'cached_context' ...
14233         * metadata.c (mono_metadata_lookup_generic_class): ... here.
14234
14235         * metadata.c (mono_metadata_lookup_generic_class): Change
14236         signature to take the components of a MonoGenericClass rather than
14237         an allocated MonoGenericClass.  Change semantics to be intern-like.
14238         * reflection.c (mono_class_bind_generic_parameters): Update to
14239         changes.  Make locking region tighter.
14240         * class.c (inflate_generic_class): Update to changes.
14241         (get_shared_generic_class): Likewise.
14242         * metadata-internals.h: Likewise.
14243
14244         * reflection.c (mono_class_bind_generic_parameters): Take and
14245         return a MonoClass*, not a MonoType*.  Add 'is_dynamic' parameter.
14246         (mono_reflection_bind_generic_parameters): Use
14247         'mono_class_bind_generic_parameters' rather than duplicate the code.
14248         * class.c (mono_bounded_array_class_get): Update to changes.
14249         * object-internals.h: Likewise.
14250
14251         * reflection.c (mono_class_bind_generic_parameters): Only support
14252         parameterizing generic type definitions.  Remove support for other
14253         open types.
14254
14255 2007-06-08  Zoltan Varga  <vargaz@gmail.com>
14256
14257         * loader.c (mono_free_method): Free method->signature as well. Fixes #81832.
14258
14259         * marshal.c (mono_marshal_get_managed_wrapper): Allocate the signature using malloc
14260         in the dynamic case.
14261
14262 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
14263
14264         * threads.c: When cleaning up thread, reset the Background bit.
14265         Fixes bug #81720.
14266
14267 2007-06-08  Jonathan Chambers  <joncham@gmail.com>
14268
14269        * metadata.c: Move variable declarations to top of scope.
14270        * verify.c: Move variable declarations to top of scope.
14271
14272        Code is contributed under MIT/X11 license.
14273
14274 2007-06-08  Raja R Harinath  <rharinath@novell.com>
14275
14276         * reflection.c (mono_class_bind_generic_parameters): Replace
14277         open-coded loop with mono_metadata_inflate_generic_inst.
14278
14279         * class.c (get_shared_generic_class): Don't call
14280         mono_get_shared_generic_inst.  Use the container's own
14281         'class_inst'.
14282
14283         * metadata.c (mono_metadata_load_generic_params): Move
14284         initialization of 'context' field here from ...
14285         * class.c (mono_class_create_from_typedef): ... here, and ...
14286         * loader.c (mono_get_method_from_token): ... here.
14287
14288         * class.c (get_shared_generic_class): Rename from
14289         mono_get_shared_generic_class and make static.
14290         (mono_get_shared_generic_inst): Move to metadata.c.
14291         * loader.c (mono_get_shared_generic_method): Likewise.
14292         * class-internals.h, metadata-internals.h: Update to changes.
14293
14294         Fix #81830
14295         * class.c (mono_class_from_generic_parameter): Don't assume a
14296         generic container owner exists.  Generic containers from monodis
14297         don't have any.
14298
14299 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
14300
14301         * pedump.c: pedump exists with 2 if assembly is not verifiable and 3 if invalid
14302         * verify.h: new typedefs to returns the non-verifiable status
14303         * verify.c: initial implementation of generics, stack merging and object compatibility check
14304
14305 2007-06-06  Mark Probst  <mark.probst@gmail.com>
14306
14307         * class.c, image.c, class-internals.h (MonoImage): class_cache is
14308         a MonoInternalHashTable again (fixed bug in internal hash table
14309         code).
14310
14311 2007-06-06  Mark Probst  <mark.probst@gmail.com>
14312
14313         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
14314         MonoInternalHashTable again (fixed bug in internal hash table
14315         code).
14316
14317 2007-06-06  Mark Probst  <mark.probst@gmail.com>
14318
14319         * class.c, image.c, class-internals.h, domain.c,
14320         domain-internals.h (MonoImage): Reverting MonoInternalHashTable
14321         changes.  Have to figure out what makes them break the SWF
14322         regression.
14323
14324 2007-06-04  Mark Probst  <mark.probst@gmail.com>
14325
14326         * class.c, image.c, class-internals.h (MonoImage): class_cache is
14327         a MonoInternalHashTable now.
14328
14329 2007-06-04  Mark Probst  <mark.probst@gmail.com>
14330
14331         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
14332         MonoInternalHashTable now.
14333
14334 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
14335
14336         * domain-internals.h (MonoDomain): Add two new hash tables to store delegate
14337         invoke_impl code.
14338
14339         * object-internals.h (_MonoDelegate): Reflect changes to managed object layout.
14340
14341         * object.c (mono_delegate_ctor): Initialize invoke_impl field with an arch
14342         dependent trampoline.
14343
14344         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
14345
14346         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): New icall.
14347
14348 2007-05-29  Robert Jordan  <robertj@gmx.net>
14349
14350         * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754.
14351
14352 2007-05-28  Zoltan Varga  <vargaz@gmail.com>
14353
14354         * icall.c (ves_icall_get_method_info): Handle loader errors. Fixes #81724.
14355
14356 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
14357
14358        * marshal.c: Fix interface lookup loops for
14359        cominterop_get_com_slot_for_method and 
14360        cominterop_get_method_interface. Only need to lookup
14361        if type is a class, else use interface type method is on.
14362
14363        Code is contributed under MIT/X11 license.
14364
14365 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com>
14366
14367         * reflection.c: HasSecurity can be present even if no specially 
14368         encoded (CAS) attributes are available (e.g. SuppressUnmanagedCode
14369         SecurityAttribute). Fix CAS regression tests on buildbot.
14370
14371 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
14372
14373        * appdomain.c: Add configure checks for header files.
14374        * image.c: Add configure checks for header files.
14375        * file-io.c: Add configure checks for header files.
14376        * debug-mono-symfile.c: Add configure checks for header files.
14377        * threadpool.c: Add configure checks for header files.
14378        * console-io.c: Add configure checks for header files.
14379        * profiler.c: Add configure checks for header files.
14380        * rawbuffer.c: Add configure checks for header files.
14381        * icall.c: Add configure checks for header files.
14382        * rand.c: Add configure checks for header files.
14383        * socket-io.c: Add configure checks for header files.
14384
14385        Code is contributed under MIT/X11 license.
14386
14387 2007-05-24  Zoltan Varga  <vargaz@gmail.com>
14388
14389         * reflection.c (mono_custom_attrs_from_builders): Remove the 
14390         assertion as it breaks the build.
14391         
14392         * reflection.c (mono_custom_attrs_from_builders): Add an assertion.
14393
14394         * reflection.c (lookup_custom_attr): Make a copy here too.
14395
14396         * image.c (mono_image_check_for_module_cctor): Avoid accessing metadata in
14397         dynamic images.
14398
14399         * class.c (mono_class_init): Avoid accessing the metadata in dynamic
14400         images.
14401
14402         * reflection.c (mono_custom_attrs_from_param): Make a copy of the dynamic attr
14403         info.
14404
14405 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
14406
14407         * reflection.c (encode_cattr_value): Fix yet another object cattr encoding issue.
14408         (load_cattr_value): Ditto.
14409
14410 2007-05-20  Zoltan Varga  <vargaz@gmail.com>
14411
14412         * marshal.c (mono_marshal_get_delegate_invoke): Improve the generated IL a little.
14413
14414 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
14415
14416         * threads.c: In "start_wrapper", set apartment_state to MTA if
14417         apartment_state is Unknown and we're running on 2.0 profile or
14418         higher.
14419         * object.c: In "mono_runtime_exec_main", if STAThread is not applied
14420         to main method, then set apartment_state to Unknown on 1.0 profile,
14421         and MTA on 2.0 profile.
14422
14423 2007-05-16  Jb Evain  <jb@nurv.fr>
14424
14425         * class-internals.h (MonoDefaults): Add an attribute_class and
14426           customattribute_data_class.
14427         * domain.c (mono_init_internal): Populate them.
14428         * reflection.c: Use them to remove duplicates. Make a vew
14429         MonoClass variables `static'.
14430
14431 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
14432
14433         * class-internals.h: Added "MonoVTable.interface_bitmap" as a next
14434         step in implementing IMT, so that all isinst checks now can go
14435         through the bitmap.
14436         This was needed because vtables for TransparentProxy need to look
14437         like the vtable of the "target" class, so they need to point to
14438         its interface bitmap directly.
14439
14440         * object.c: inside "mono_class_create_runtime_vtable" and
14441         "mono_class_proxy_vtable", initialize "MonoVTable.interface_bitmap".
14442
14443 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
14444
14445         * object-internals.h
14446           culture-info.h : added territory field in MonoCulture and
14447           CultureInfoEntry foreach. Added lcid field in RegionInfoEntry.
14448         * locales.c : fill territory field above too.
14449         * culture-info-table.h : regenerated.
14450
14451 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
14452
14453         * class-internals.h (_MonoGenericContainer): Widen type_argc filed to 31 bits.
14454         Fixes #81599.
14455
14456 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
14457
14458         * object.c: Always initialize apartment, even if 
14459         there is no custom attributes on entry point.
14460         
14461         Code is contributed under MIT/X11 license.
14462
14463 2007-05-10  Jonathan Chambers  <joncham@gmail.com>
14464
14465         * marshal.c: LPTSTR == LPWSTR on Win32. Fixes #81370.
14466         * metadata.c: If no encoding is set, check for unicode
14467         on class.
14468         
14469         Code is contributed under MIT/X11 license.
14470
14471 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
14472
14473         * threads.c: Handle if mono_thread_current returns NULL 
14474         
14475         Code is contributed under MIT/X11 license.
14476
14477 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
14478
14479         * threads.c: Initialize Thread.AprtmentState and set on Thread.Start
14480         in start_wrapper. Added mono_thread_init_apartment_state and
14481         mono_thread_cleanup_apartment_state.
14482         * object.c: Initialize thread apartment state on main thread
14483         by checking for STAThreadAttribute on entry point.
14484         * object-internals.h: Add apartment_state field to MonoThread.
14485         * threads-types.h: Add unmanaged definition of 
14486         System.Threading.ApartmentState, MonoThreadApartmentState.
14487         
14488         Code is contributed under MIT/X11 license.
14489         
14490 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
14491
14492         * class.c: Fix windows build.
14493         * class-internals.h: Fix windows build.
14494         
14495         Code is contributed under MIT/X11 license.
14496
14497 2007-05-08  Robert Jordan  <robertj@gmx.net>
14498
14499         * process.c (CreateProcess_internal):
14500         Pass CREATE_NO_WINDOW to CreateProcess when ProcessStartupInfo
14501         .CreateNoWindow was specified. Fixes #81496.
14502
14503 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
14504
14505         * class-internals.h: Removed "MonoClass.interface_offsets" as a first
14506         step in implementing IMT, replaced it with two compact arrays
14507         (interfaces_packed and interface_offsets_packed) and a bitmap that
14508         is used for isinst checks (interface_bitmap).
14509
14510         * class.c: (compare_interface_ids): compare function to pass to
14511         bsearch when looking for an interface with a given id.
14512         (mono_class_interface_offset): reimplemented using bsearch on
14513         interfaces_packed, getting the offset from interface_offsets_packed.
14514         (print_implemented_interfaces): utility debugging function.
14515         (setup_interface_offsets): reworked to initialize interfaces_packed,
14516         interface_offsets_packed and interface_bitmap.
14517
14518         * object.c: replaced all accesses to "MonoClass.interface_offsets"
14519         with uses of interfaces_packed and interface_offsets_packed.
14520
14521 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
14522
14523         * class-internals.h: Added MONO_CLASS_IMPLEMENTS_INTERFACE macro and
14524         mono_class_interface_offset prototype to wrap all accesses to
14525         "MonoClass.interface_offsets".
14526
14527         * class.c: Implemented mono_class_interface_offset, and wrapped all
14528         accesses to "MonoClass.interface_offsets".
14529
14530         * monodiet.c, object.c, marshal.c, icall.c: wrapped all accesses to
14531         "MonoClass.interface_offsets".
14532
14533 Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
14534
14535         * icall.c, icall-def.h: implemented new GetFieldFromHandle and
14536         GetMethodFromHandle overloads (bug #78637).
14537
14538 Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
14539
14540         * assembly.c: parse ProcessorArchitecture in assembly name and ignore
14541         it for now (see mono-devel, from Marek Sieradzki <marek.sieradzki@gmail.com>).
14542
14543 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
14544
14545         * icall.c (custom_attrs_get_by_type): Handle loading errors gracefully. Fixes
14546         #81498.
14547
14548         * reflection.c (mono_reflection_get_custom_attrs_by_type): Handle loading errors
14549         gracefully.
14550         (mono_custom_attrs_from_index): Ditto.
14551
14552         * icall.c (ves_icall_InternalInvoke): Allow calling ctors of abstract classes. 
14553         Fixes #81501.
14554
14555 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
14556
14557         * metadata.c (mono_metadata_parse_type_full): Avoid an invalid free since the type
14558         is now allocated from a mempool.
14559
14560 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
14561
14562         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
14563         caller holds threads_lock, leading to deadlocks. Fixes #81476.
14564
14565 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
14566
14567         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
14568         mono_loader_clear_error () too late. Fixes #81463.
14569
14570 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
14571
14572         * culture-info-table.h : regenerated.
14573
14574 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
14575
14576         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
14577         is missing.
14578
14579 2007-04-25  Dick Porter  <dick@ximian.com>
14580
14581         * Makefile.am: Put the mingw enforced-optimisation back into the
14582         PLATFORM_WIN32 section.
14583
14584 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
14585
14586         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
14587         patch.
14588
14589         * image.c (mono_image_load_module): New API function to load a module reference.
14590
14591         * image.c (load_modules): Load modules lazily. Fixes #80812.
14592
14593         * class.c (mono_class_from_typeref): Use mono_image_load_module.
14594         
14595         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
14596
14597         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
14598         to mono_image_load_module_dynamic.
14599
14600 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
14601
14602         * marshal.c: Fix calling convention for CCW on non-windows
14603         platforms. STDCALL on windows, CDECL everywhere else to work 
14604         with XPCOM and MainWin COM.
14605         
14606         Code is contributed under MIT/X11 license.
14607
14608 2007-04-23  Martin Baulig  <martin@ximian.com>
14609
14610         Fix #80969.
14611
14612         * loader.c
14613         (method_from_memberref): Added `gboolean *used_context' argument.
14614         (mono_get_method_from_token): Likewise.
14615         (mono_get_method_full): Don't insert the method in the cache when
14616         `used_context' is true.
14617
14618 2007-04-23  Raja R Harinath  <rharinath@novell.com>
14619
14620         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
14621
14622         * reflection.c (mono_reflection_bind_generic_parameters): Don't
14623         create new MonoTypes for returned types.
14624         * class.c (mono_generic_class_get_class): Export mono-internal.
14625         * class-internals.h: Update to changes.
14626
14627 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
14628
14629         * threadpool.c, threadpool.h, icall-def.h: patch from
14630         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
14631
14632 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
14633
14634         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
14635         
14636         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
14637
14638         * threads.c (mono_thread_get_stack_bounds): New helper function.
14639
14640         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
14641         Correctly compute stack bounds when attaching. Fixes #81394.
14642
14643 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
14644
14645         * reflection.c: fix handling of doubles in custom attributes
14646         for the arm-fpa format (bug #81368).
14647
14648 2007-04-18  Raja R Harinath  <rharinath@novell.com>
14649
14650         * reflection.c (assembly_add_win32_resources): Mildly relax an
14651         bounds check to let the end pointer point just past the end of the
14652         allocated buffer.  (may fix #81384)
14653
14654 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
14655
14656         * culture-info-table.h : regenerated.
14657
14658 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
14659
14660         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
14661         the thread is aborted early.
14662
14663 2007-04-05  Dick Porter  <dick@ximian.com>
14664
14665         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
14666         FindFirstFile()/FindNextFile() to find entries.  This lets the
14667         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
14668         81038.
14669
14670         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
14671         the parameters of
14672         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
14673
14674 2007-04-04  Martin Baulig  <martin@ximian.com>
14675
14676         * debug-helpers.c
14677         (mono_method_desc_full_match): Add support for nested classes.
14678
14679 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
14680
14681         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
14682
14683 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
14684
14685         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
14686         waiting for too many threads.
14687
14688 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
14689
14690         * environment.c: Fix return value check on uname so we can get the 
14691         executing version on Solaris operating systems.
14692
14693 2007-03-28  Jb Evain  <jbevain@gmail.com>
14694
14695         * class.c (mono_type_get_name_recurse): Complete the
14696         fix for the creation of assembly qualified names for
14697         pointer types. Fixes #81208.
14698
14699 2007-03-27  Dick Porter  <dick@ximian.com>
14700
14701         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
14702         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
14703         changed.
14704
14705         * threads.c
14706         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
14707         the value of ReleaseMutex().
14708
14709 2007-03-27  Dick Porter  <dick@ximian.com>
14710
14711         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
14712         in little-endian order, not network endian, so must be converted
14713         to host endian here.  Fixes bug 80593.
14714
14715 2007-03-22  Jb Evain  <jbevain@gmail.com>
14716
14717         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
14718         qualified names for pointer types. Fixes #81208.
14719
14720 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
14721
14722         * marshal.c: Add support for PreserveSigAttribute. 
14723         
14724         Code is contributed under MIT/X11 license.
14725
14726 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
14727
14728         * process.c: Fix endianness issues. Fixes #81126.
14729
14730         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
14731         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
14732
14733         * image.c (mono_image_lookup_resource): Make this work on big-endian
14734         machines.Change API contract so the caller needs to free the return value.
14735         
14736         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
14737         API change.
14738         
14739 2007-03-14  Martin Baulig  <martin@ximian.com>
14740
14741         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
14742         mono_type_get_desc() as well.
14743
14744 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
14745
14746         * icall.c:  Fix environ access in VS.  
14747         
14748 2007-03-13  Alp Toker  <alp@atoker.com>
14749
14750         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
14751         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
14752         #63841.
14753
14754 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
14755
14756         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
14757         circular references among dynamic methods. Fixes #81091.
14758
14759         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
14760
14761 2007-03-09  Martin Baulig  <martin@ximian.com>
14762
14763         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
14764
14765 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
14766
14767         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
14768         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
14769         
14770         Code is contributed under MIT/X11 license.
14771         
14772 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
14773
14774         * loader.c: Reapply patch for bug #79424.
14775
14776 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
14777
14778         * metadata.c (mono_type_to_unmanaged): Only convert object to
14779         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
14780
14781 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
14782
14783         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
14784         (and incorrectly set) is_reference field from MonoGenericInst.
14785
14786 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
14787
14788         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
14789         a little earlier.
14790
14791         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
14792
14793         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
14794
14795 2007-03-05  Miguel de Icaza  <miguel@novell.com>
14796
14797         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
14798         FileOptions.1 value to mean "temporary", map that to
14799         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
14800
14801         Fixes 80688
14802
14803 2007-03-03  Marek Habersack  <mhabersack@novell.com>
14804
14805         * appdomain.c: implement MS .Net style shadow copying. Copies of
14806         the assemblies are made in a subdirectory of the dynamic base
14807         directory, the assembly names are preserved.
14808         Copy .mdb and .config files along with the assemblies being shadowed.
14809
14810 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
14811
14812         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
14813         (emit_marshal_handleref): Ditto.
14814
14815         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
14816         on Visual C++. Fixes #80671.
14817
14818 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
14819
14820         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
14821         for clone operations.
14822
14823 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
14824
14825         * marshal.c: Fix warnings.
14826
14827 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
14828
14829         * loader.c: allow case-insensitive matching of the dll name
14830         in dllmap handling when prefixed with "i:".
14831
14832 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
14833
14834         * threads.c: Fix #ifdef for dummy_apc function for VS.
14835
14836 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
14837
14838         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
14839
14840 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
14841         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
14842         giving precedence to the methods with a fully qualified name
14843         (InterfaceName.MethodName) when building the interface sections
14844         of the vtable.
14845
14846 2007-02-16  Dick Porter  <dick@ximian.com>
14847
14848         * threadpool.c (append_job): Fix fast-path array handling, so it's
14849         less likely the array will grow exponentially when the load is
14850         heavy.
14851
14852 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
14853
14854         * metadata-internals.h, loader.c: fix dllmap lookup order
14855         for non-function maps, too, and prepare for fallback code.
14856
14857 2007-02-12  Robert Jordan  <robertj@gmx.net>
14858
14859         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
14860         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
14861         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
14862         GlobalFree. Fixes a part of bug #77075.
14863
14864 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
14865
14866         * loader.c: implemented typedef parent in field memberref.
14867
14868 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
14869
14870         * marshal.c: Fix warnings and remember to call Release on
14871         IUnknown of RCW.
14872         
14873         Code is contributed under MIT/X11 license.
14874
14875 2007-02-10  Miguel de Icaza  <miguel@novell.com>
14876
14877         * class-internals.h: Add MonoHandleRef definition, and
14878         handleref_class to mono_defaults. 
14879
14880         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
14881         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
14882
14883         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
14884         (do nothing on this stage)
14885         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
14886         (emit_marshal_handleref): New method, used for argument handling
14887         of HandleRefs. 
14888
14889 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
14890
14891         * class.c (mono_class_setup_parent): Lazily init com types.
14892         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
14893         init com types.
14894         * object.c (mono_remote_class_vtable): Lazily init com types.
14895         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
14896         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
14897         * domain-internals.h: Expose mono_init_com_types.
14898         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
14899         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
14900         Add support for COM Callable Wrapper marshalling.
14901         * marshal.h: Add icall definitions.
14902         * gc.c: Handle freeing of CCWs in finalizer code.
14903         
14904         Code is contributed under MIT/X11 license.
14905
14906 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
14907
14908         * reflection.c: changed all the signature encoding code to use
14909         a variable-sized buffer.
14910
14911 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
14912
14913         * marshal.c: locking fixes: never take the loader lock
14914         or other runtime locks when holding the marshal lock
14915         (fixes bug#80664).
14916
14917 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
14918
14919         * marshal.c: make the delegate function pointer mapping
14920         work for the moving GC.
14921
14922 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
14923
14924         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
14925         for bug #80618.
14926
14927 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
14928
14929         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
14930         gmodule.
14931
14932 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
14933
14934         * threadpool.c: made the code moving-GC safe.
14935
14936 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
14937
14938         * assembly.c, boehm-gc.c, class-internals.h, class.c,
14939         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
14940         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
14941         warning cleanup.
14942         * reflection.c: warning cleanup, some threading and moving GC fixes.
14943
14944 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
14945
14946         * class.c, loader.c: create the needed Set/Get/Address array methods
14947         as well as the .ctors in mono_class_init (), fixes bug #80567.
14948
14949 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
14950
14951         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
14952         we doesn't decrease its alignment. Should fix the sparc build.
14953
14954 2007-01-24  Dick Porter  <dick@ximian.com>
14955
14956         * socket-io.c
14957         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
14958         Create the returned object if we need to ignore an unsupported
14959         socket option.  Fixes a segfault reported by Atsushi.
14960
14961 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
14962
14963         * class.c, object.c: restrict GC-tracked fields to
14964         UIntPtr fields used inside corlib, so we provide better
14965         type info to the GC and also allow broken packing as in
14966         bug #80580.
14967
14968 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
14969
14970         * sgen-gc.c: removed duplicated function.
14971
14972 2007-01-19  Miguel de Icaza  <miguel@novell.com>
14973
14974         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
14975         value that means that the value is not supported, but that we
14976         should not return a failure, but instead report this as a
14977         successful operation.
14978
14979 2007-01-19  Raja R Harinath  <rharinath@novell.com>
14980
14981         Fix tests/bug79956.2.il
14982         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
14983         (mono_generic_class_get_class): If the generic definition in an
14984         enum, copy over other fields related to it.
14985
14986 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
14987
14988         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
14989         genericinst enums (bug #79215).
14990
14991 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
14992         * class.c: Fix bug 80307.
14993
14994 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
14995
14996         * image.c: if the file table is not present, try to load
14997         all the modules, since we don't have info about them
14998         having or not metadata (bug #80517).
14999         * assembly.c: allow mono_assembly_load_references () to
15000         work for netmodules.
15001
15002 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
15003
15004         * image.c, metadata-internals.h, object.c: execute module
15005         cctors when running on the 2 runtime if present (bug #80487).
15006
15007 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
15008
15009         * icall.c: optimized InitializeArray() on bigendian.
15010
15011 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
15012
15013         * icall.c: fix for the broken ARM FPA double format.
15014
15015 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
15016
15017         * icall.c: handle endian issues for r4 and r8 types, too, in
15018         the InitializeArray() icall.
15019
15020 2007-01-15  Miguel de Icaza  <miguel@novell.com>
15021
15022         * loader.c (mono_loader_error_prepare_exception): Clear the error
15023         once we have extracted the information from it, do this before we
15024         call into the JIT's class loading mechanisms.
15025
15026         * object.c (mono_class_create_runtime_vtable): Do not clear the
15027         loader error before calling mono_class_get_exception_for_failure
15028         as the loader error is needed inside
15029         mono_class_get_exception_for_failure to throw the error (thinko).
15030
15031         Fixes #80521
15032         
15033 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
15034
15035         * reflection.c: align fields rva data so it's faster to load at
15036         runtime.
15037
15038 2007-01-12  Raja R Harinath  <rharinath@novell.com>
15039
15040         Prepare to simplify GenericMethod handling.
15041         * class-internals.h (mono_method_get_context): New accessor function.
15042         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
15043         rather than directly accessing '->context' field.
15044
15045         * class-internals.h (_MonoGenericParam.method): Move ...
15046         (_MonoGenericContainer): ... here.  Add into union with klass field.
15047         * class.c, icall.c, loader.c, metadata.c, reflection.c:
15048         Update to changes.
15049
15050 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
15051
15052         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
15053         the wrapper type enum and reduce relocations.
15054
15055 2007-01-12  Raja R Harinath  <rharinath@novell.com>
15056
15057         * reflection.c (inflate_mono_method): Reuse method instantiation
15058         from the generic method, if available.
15059
15060 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
15061
15062         * marshal.c (emit_marshal_variant): Fix conv_arg
15063         type in last commit, based on whether parameter is byref.
15064         
15065 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
15066
15067         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
15068         marshalling.
15069         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
15070         MONO_TYPE_OBJECT back for VARIANT support.
15071
15072 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
15073
15074         * marshal.c, marshal.h, icall-def.h: Implement 
15075         Marshal.ReAllocCoTaskMem.
15076
15077 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
15078
15079         * marshal.c: memory retention fixes: use the proper
15080         image cache for runtime_invoke method lookups.
15081
15082 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
15083
15084         * mempool.c: added code to help debug mempool allocations.
15085
15086 2007-01-11  Dick Porter  <dick@ximian.com>
15087
15088         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
15089         support (experimenting with faking it with IP_MTU_DISCOVER for
15090         systems that don't have IP_DONTFRAGMENT.)
15091         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
15092         icall.
15093
15094         * icall-def.h: new System.Net.Sockets.Disconnect icall.
15095
15096         * socket-io.h: Add new fields to MonoSocketAsyncResult
15097         corresponding to the new ones in Socket.cs.
15098
15099 2007-01-11  Raja R Harinath  <rharinath@novell.com>
15100
15101         Fix IronPython regression mentioned in #80249
15102         * metadata.c (do_mono_metadata_parse_generic_class): Clear
15103         'cached_context' field, since it may have been initialized as a
15104         side-effect of metadata parsing.
15105
15106         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
15107         (_MonoGenericClass.cached_class): Move here and rename from lone
15108         remaining field of ...
15109         (_MonoInflatedGenericClass): ... this.  Remove.
15110         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
15111         to changes.
15112
15113         Fix mcs/tests/test-128.cs regression.
15114         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
15115         2007-01-10 change below.
15116         [MONO_TYPE_OBJECT]: Recurse into array case.
15117
15118 2007-01-11  Raja R Harinath  <harinath@gmail.com>
15119
15120         * class-internals.h (mono_get_inflated_generic_class): Remove.
15121         * class.c (mono_get_inflated_generic_class): Remove.
15122         (mono_generic_class_get_class): Rename from
15123         mono_class_create_generic.
15124         (mono_class_from_mono_type) [GENERICINST]: Use it.
15125         * reflection.c, metadata.c: Update to changes.  Use
15126         'mono_class_from_mono_type'.
15127
15128 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
15129
15130         * reflection.c: use passed type when encoding an array element
15131         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
15132
15133 2007-01-09  Robert Jordan  <robertj@gmx.net>
15134
15135         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
15136         result arguments (someDelegate.EndInvoke (unrelatedAres)).
15137         Fixes bug #80392.
15138
15139 2007-01-09  Raja R Harinath  <rharinath@novell.com>
15140
15141         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
15142
15143         * object.c (set_value): Avoid aliasing between type->data.klass
15144         and type->data.generic_class.
15145
15146         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
15147
15148 2007-01-08  Raja R Harinath  <rharinath@novell.com>
15149
15150         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
15151         between type->data.klass and type->data.generic_class.
15152
15153 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
15154
15155         * marshal.c: In MS.NET, StringBuilder objects are not copied by
15156         value in out parameters.
15157
15158 2007-01-08  Raja R Harinath  <rharinath@novell.com>
15159
15160         Simplify invariant for MonoGenericClass::klass field.
15161         * class.c (mono_class_create_generic): Verify 'klass' is null.
15162         * metadata.c (do_mono_metadata_parse_generic_class): Don't
15163         initialize 'klass' field.
15164
15165 2007-01-05  Raja R Harinath  <rharinath@novell.com>
15166
15167         Ongoing work to avoid redundant data and simplify invariants.
15168         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
15169         'generic_class', and change type to a GenericInst.
15170         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
15171         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
15172
15173 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
15174
15175         * class.c : skip io-layer under PLATFORM_WIN32.
15176
15177 2007-01-03  Tor Lillqvist  <tml@novell.com>
15178
15179         Fix #80305: In a bundled executable, look in the bundled exe
15180         assembly to determine the runtime version. Add the possibility to
15181         bundle also the machine.config file.
15182         
15183         * assembly.c (mono_assembly_open_from_bundle): Make
15184         non-static. Allow being called even if we have no bundled
15185         assemblies, and return NULL right away in that case.
15186
15187         * domain-internals.h: Declare mono_assembly_open_from_bundle()
15188         here.
15189
15190         * domain.c (app_config_parse): Take an assembly exe file name as
15191         parameter instead of a config file name. Check for a bundled
15192         config file for that assembly by calling
15193         mono_config_string_for_assembly_file() (see below) before looking
15194         for one in the file system.
15195         (get_runtimes_from_exe): Corrsponding change to call of
15196         app_config_parse().
15197         (get_runtimes_from_exe): Check for bundled assembly exe file first
15198         by calling mono_assembly_open_from_bundle(). If no bundled
15199         assembly exe file is found, call mono_image_open() as before to
15200         look it up in the file system.
15201
15202         * mono-config.c: Add variable bundled_machinec_onfig.
15203         (mono_config_string_for_assembly_file): New function.
15204         (mono_config_for_assembly): Move code snippet that looks for a
15205         bundled assembly .config file into the above new function. Call
15206         it.
15207         (mono_register_machine_config, mono_get_machine_config): New
15208         functions to set and retrieve
15209
15210         * assembly.h: Declare mono_register_machine_config().
15211
15212         * mono-config.h: Declare mono_get_machine_config() and
15213         mono_config_string_for_assembly_file().
15214
15215         * icall.c: No declaration of environ necessary on Win32. It is
15216         declared (as a macro expanding to a function call) in stdlib.h.
15217         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
15218         New internal mono function. Returns the value of
15219         mono_get_machine_config() as a Mono string.
15220
15221         * icall-def.h: Add get_bundled_machine_config().
15222
15223 2007-01-04  Raja R Harinath  <rharinath@novell.com>
15224
15225         Remove redundant field
15226         * class-internals.h (_MonoGenericContext.container): Remove field.
15227         * loader.c (mono_method_get_signature_full): Don't parse a
15228         "container" for a signature parse when the signature is inflated
15229         immediately.
15230         (method_from_methodspec): Likewise, for a generic_inst.
15231         * class.c, metadata.c, reflection.c: Update to changes.
15232
15233 2006-01-04  Raja R Harinath  <rharinath@novell.com>
15234
15235         * class-internals.h (_MonoGenericClass): Rename 'context' field to
15236         'cached_context', and change semantics -- it starts off NULL, and
15237         is initialized on demand.
15238         * class.c (mono_generic_class_get_context): New accessor to
15239         replace 'context' field accesses.
15240         (mono_class_get_context): New helper.
15241         (*): Update to changes.
15242         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
15243
15244 2007-01-03  Miguel de Icaza  <miguel@novell.com>
15245
15246         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
15247         before the memcpy.   Fixes Marshal2 regression.
15248
15249 2007-01-02  Jb Evain  <jbevain@gmail.com>
15250
15251         * blob.h: add a MONO_TYPE_ENUM definition
15252         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
15253         fix the encoding of arrays of enums in custom attributes.
15254
15255         Fixes #79666.
15256
15257 2007-01-01  Miguel de Icaza  <miguel@novell.com>
15258
15259         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
15260         string is null terminated, but only cut the string short if it
15261         overflows the buffer.   
15262         
15263         (mono_string_to_byvalstr): Also fix this routine.   The code here
15264         was not properly terminating a string (it was only terminated
15265         because of the previous catch-all memset). 
15266
15267         I left the memset, because I do not know if applications expect
15268         the runtime to clear this region. 
15269
15270         Fixes #79944.
15271
15272         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
15273         Clear the error before returning to unmanaged code to prevent the
15274         runtime from being confused later on (fixes  80420).
15275         (ves_icall_type_from_name): Always call mono_loader_clear_error
15276         after parsing a type that could have failed.
15277         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
15278
15279         * loader.c (mono_loader_clear_error): Fix indentation.
15280
15281 2006-12-28  Martin Baulig  <martin@ximian.com>
15282
15283         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
15284
15285 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
15286
15287         * reflection.c: patch from Rolf Bjarne Kvinge to fix
15288         getting a token for an EnumBuilder.
15289
15290 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
15291
15292         * reflection.c: be more careful in case resource generation
15293         fails to create the data array.
15294
15295 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
15296
15297         * sgen-gc.c: write barrier for clone and fix unregister handles.
15298
15299 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
15300
15301         * reflection.c: some fixes needed in the generics code for the moving GC.
15302
15303 2006-12-22  Robert Jordan  <robertj@gmx.net>
15304
15305         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
15306         account. Fixes bug #80299.
15307
15308 2006-12-21  Raja R Harinath  <rharinath@novell.com>
15309
15310         Fix WaitHandle usage in delegates.
15311         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
15312         * object.c (mono_wait_handle_new): Use the property set method to
15313         initialize the handle.
15314         (mono_wait_handle_get_handle): New.
15315         * threadpool.c (mono_async_invoke): Use it.
15316         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
15317         Likewise.
15318         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
15319
15320 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
15321
15322         * marshal.c (emit_marshal): Call emit_marshal_variant and
15323         emit_marshal_com_interface when applicable.
15324         (emit_marshal_variant, emit_marshal_com_interface): Add
15325         methods for this case and remove if's from emit_marshal_object.
15326         
15327 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
15328
15329         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
15330
15331 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
15332
15333         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
15334         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
15335         and GlobalFree on Windows. Remove FIXME.
15336
15337 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
15338
15339         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
15340         implementation for managed objects.
15341
15342 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
15343
15344         * object.c: implemented code to be used for checking
15345         that no reference field overlaps with non-references.
15346
15347 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
15348
15349         * threadpool.c: fix queue code to be compatible with the
15350         moving GC.
15351
15352 2006-12-18  Miguel de Icaza  <miguel@novell.com>
15353
15354         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
15355         in structures by throwing ArgumentNullException.
15356
15357         (emit_marshal_safehandle): Also when they are null parameters.
15358
15359         (emit_marshal_safehandle): Add support for ref
15360         SafeHandles parameters
15361
15362 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
15363
15364         * profiler.c: updated to use the mono-dl API instead of
15365         gmodule.
15366
15367 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
15368
15369         * profiler.c: updated to use the mono-dl dynamic loading
15370         API instead of gmodule.
15371
15372 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
15373
15374         * profiler.c: use readlink, older versions of glib don't have
15375         g_file_read_link ().
15376
15377 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
15378
15379         * profiler.c: try to detect the path to mono if libc fails to provide
15380         a useful name (bug #80286).
15381
15382 2006-12-16  Raja R Harinath  <rharinath@novell.com>
15383
15384         Fix #80242
15385         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
15386         instance, use the generic type definition instead.
15387         (ves_icall_Type_GetNestedTypes): Likewise.
15388         * class.c (mono_class_create_generic): Always set the
15389         nested_classes of a generic instance to NULL, even if the generic
15390         type definition has nested types.
15391
15392 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
15393
15394         * marshal.c (mono_string_from_bstr): Revert previous Windows change
15395         and fix on Linux.
15396         
15397 2006-12-15  Miguel de Icaza  <miguel@novell.com>
15398
15399         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
15400         my arguments were in the wrong order.   I also fixed the Windows
15401         version which seems to have had the same issue.
15402
15403         (mono_free_bstr): On Unix, this is g_free.
15404         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
15405         conversions (for the tests in corlib to pass).
15406
15407 2006-12-14  Miguel de Icaza  <miguel@novell.com>
15408
15409         * marshal.c (emit_ptr_to_object_conv): For now, ignore
15410         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
15411         exception if a ref SafeHandle in a struct has changed).
15412         
15413         (emit_struct_conv): Do not perform layout checks for classes
15414         derived from SafeHandle, as those are specially handled. 
15415
15416         (emit_object_to_ptr_conv): Add support for
15417         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
15418
15419         (emit_marshal_safehandle): Implement conversion of return values
15420         of safehandles (MARSHAL_ACTION_CONV_RESULT).
15421         
15422         * threads.c: WaitHandle now is compiled with two different handles
15423         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
15424         for 2.0.
15425         
15426         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
15427         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
15428         these routines to cope with both kinds of fields.
15429
15430 2006-12-12  Miguel de Icaza  <miguel@novell.com>
15431
15432         * metadata.c (mono_type_to_unmanaged): Handle the case where
15433         type->data.klass is a SafeHandle, and in that case, return the
15434         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
15435         MONO_MARSHAL_CONV_SAFEHANDLE. 
15436
15437 2006-12-11  Miguel de Icaza  <miguel@novell.com>
15438
15439         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
15440         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
15441         calling emit_marshal_object.
15442
15443         (emit_marshal_safehandle): Implement marshalling of
15444         SafeHandle parameters (no ref support yet).
15445
15446         (MarshalAction): Document the defines as I implement
15447         them for SafeHandle.
15448
15449         (emit_marshal_object): indentation police.
15450
15451         * class-internals.h: Define MonoSafeHandle.
15452         Add safehandle_class to MonoDefaults type.
15453
15454         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
15455         list of classes to check for fields. 
15456
15457         * domain.c (mono_init_internal): Add SafeHandle to the list of
15458         mono_defaults loaded.
15459
15460 2006-12-15  Raja R Harinath  <rharinath@novell.com>
15461
15462         Fix #80253
15463         * reflection.c (mono_reflection_bind_generic_parameters): If the
15464         generic type definition is a type builder, ensure that it is fully
15465         initialized before instantiating it.  Kill some dead code.
15466
15467 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
15468
15469         * object.c: clear the loader_error () before loading
15470         more metadata stuff (bug #80258).
15471
15472 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
15473
15474         * icall.c, icall-defs.h: type modifiers icalls for
15475         parameters and properties.
15476
15477 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
15478
15479         * object.c, icall.c: fixed warnings.
15480
15481 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
15482
15483         * marshal.c: fixed a couple of leaks and coding style in a few places.
15484
15485 2006-12-08  Dick Porter  <dick@ximian.com>
15486
15487         * process.c: Cope with NULL ProcessStartInfo arguments on windows
15488         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
15489         80173.
15490
15491 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
15492
15493         * process.c: ProcessStartInfo may have only filename set and
15494         arguments can be NULL.
15495
15496 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
15497
15498         * icall.c: fix leak found by Robert Jordan.
15499
15500 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
15501
15502         * marshal.c, marshal.h: generate managed method to access an element
15503         of a multi-dimensional array.
15504
15505 2006-11-30  Paolo Molaro (lupus@ximian.com)
15506
15507         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
15508
15509 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
15510
15511         * icall.c: back out GetFields () fix until the serialization code is
15512         fixed to not depend on the incorrect behaviour.
15513
15514 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
15515
15516         * profiler.c: provide defaults if none are set.
15517
15518 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
15519
15520         * Makefile.am, attrdefs.h: new public header file with
15521         constants for attributes for use by embedders.
15522
15523 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
15524
15525         * icall.c: GetFields () fix for bug #80064.
15526
15527 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
15528
15529         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
15530         removed long unused icalls.
15531
15532 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
15533   
15534         * marshal.c: 
15535                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
15536                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
15537                 can be generated without a delegate class.
15538                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
15539         
15540         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
15541
15542 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15543
15544         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
15545         #80069.
15546
15547 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
15548
15549         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
15550         icall-def.h: added icalls needed by System.GC.
15551
15552 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
15553
15554         * loader.c: ensure the class in catch clauses is handled
15555         correctly for generics methods (fixes bug#79980).
15556
15557 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
15558
15559         * monitor.h, monitor.c: added mono_locks_dump () function
15560         to help debug deadlocks involving managed locks.
15561
15562 2006-11-13  Dick Porter  <dick@ximian.com>
15563
15564         * file-io.c (get_file_attributes): If the file is a symlink try
15565         and get the stat data for the target, but also add the
15566         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
15567         the specs for the windows symlink support, but will probably have
15568         to be reworked when I have test data from a vista machine.  Fixes
15569         bug 79887.
15570
15571 2006-11-13  Dick Porter  <dick@ximian.com>
15572
15573         * gc.c (mono_domain_finalize): 
15574         * marshal.c (mono_delegate_begin_invoke): 
15575         * threadpool.c (socket_io_init, mono_thread_pool_init)
15576         (mono_thread_pool_finish): 
15577         * monitor.c (mono_monitor_try_enter_internal): 
15578         * threads.c (mono_thread_resume, mono_thread_init)
15579         (mono_thread_suspend_all_other_threads)
15580         (mono_thread_execute_interruption): 
15581         * appdomain.c (mono_domain_unload): Check for NULL error returns
15582         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
15583         75733.
15584
15585 2006-11-11  Miguel de Icaza  <miguel@novell.com>
15586
15587         * process.c
15588         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
15589         Only close the handle if the value of the handle is not
15590         INVALID_HANDLE_VALUE.  This just makes the process a bit more
15591         robust.
15592
15593         Improvement for #75733, so that we do not run into this problem. 
15594
15595         
15596         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
15597         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
15598         internal variables.  Fixes #79462 
15599         
15600
15601 2006-11-09  Dick Porter  <dick@ximian.com>
15602
15603         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
15604         Use poll() not select().  Fixes bug 79397.
15605
15606 2006-11-09  Raja R Harinath  <rharinath@novell.com>
15607
15608         Fix #79872
15609         * assembly.c (mono_assembly_load_from_full): Check that the given
15610         image has an assembly manifest.
15611
15612 2006-11-09  Ankit Jain  <jankit@novell.com>
15613
15614         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
15615         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
15616         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
15617
15618 2006-11-07  Dick Porter  <dick@ximian.com>
15619
15620         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
15621         Put the old resolver behaviour back for pre-2.0 profiles.
15622
15623 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
15624
15625         * threadpool.c: precise GC and locking fixes.
15626
15627 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
15628
15629         * class.c: don't load types that have an explicit unaligned
15630         managed reference. Provide better info in the TypeLoad exception.
15631         Part of the fix for bug #79744.
15632         * object.c: use the correct check for class type load issues.
15633
15634 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
15635
15636         * class.c: enforce alignment of fields with managed references
15637         even when Pack=1 is forced by the user (bug #77788).
15638
15639 2006-11-03  Dick Porter  <dick@ximian.com>
15640
15641         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
15642         If the address reverse lookup fails, return it as the hostname
15643         anyway.  Fixes bug 79721.
15644
15645 2006-11-03  Dick Porter  <dick@ximian.com>
15646
15647         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
15648         Fix build on Windows.
15649
15650 2006-11-02  Dick Porter  <dick@ximian.com>
15651
15652         * icall-def.h: 
15653         * object-internals.h: 
15654         * exception.c (mono_get_exception_thread_interrupted): 
15655         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
15656         Fixes bug 74525.
15657
15658         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
15659         Check for pending Thread.Interrupt.
15660
15661 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
15662         * loader.c: Fixed bug 79684.
15663
15664 2006-10-27  Dick Porter  <dick@ximian.com>
15665
15666         * file-io.c (get_file_attributes): Force symlinks to directories
15667         to be returned as a regular file.  Fixes bug 79733.
15668 2006-10-26  Dick Porter  <dick@ximian.com>
15669
15670         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
15671         CreateFile to open a directory then we need to set the
15672         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
15673
15674 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
15675
15676         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
15677         friends.
15678
15679 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
15680
15681         * sgengc.c: small cleanup of timer code.
15682
15683 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
15684
15685         * sgen-gc.c: fix some warnings and start adding support for
15686         complete object removal on domain unload.
15687
15688 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
15689
15690         * assembly.c: build_assembly_name should not consider a version
15691         number without build or revision number invalid. Fixes bug #79715.
15692
15693 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
15694
15695         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
15696         call kernel32 function OutputDebugString directly.
15697         
15698         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
15699         
15700 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
15701
15702         * reflection.c: small cleanup, using a function to insert a MonoString
15703         in the string heap.
15704
15705 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
15706
15707         * reflection.c: moving GC fixes.
15708
15709 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
15710
15711         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
15712         all the objects with finalizers belonging to an unloading appdomain.
15713
15714 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
15715
15716         * sgen-gc.c: added ability to allocate even when the nursery is fully
15717         pinned and fixed a couple of bugs.
15718
15719 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
15720
15721         * threads.h: Revert the last change for now.
15722
15723         * threads.h (mono_thread_get_pending_exception): Rename this to
15724         mono_thread_get_undeniable_exception ().
15725
15726 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
15727
15728         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
15729         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
15730         when fname does not refer to valid assembly. This result in a more
15731         meaningful error message.
15732         * exception.c: added mono_get_exception_bad_image_format2 which 
15733         constructs a BadImageFormatException using the ctor taking a custom
15734         message and the file name. Passing in a NULL msg results in a default
15735         message.
15736         * exception.h: define mono_get_exception_bad_image_format2 function.
15737         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
15738         when file name pointed to an invalid IL image. Use 
15739         mono_get_exception_file_not_found2 to construct FileNotFoundException,
15740         as this results in a more meaningful error message.
15741
15742 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
15743
15744         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
15745         #79465.
15746
15747 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
15748
15749         * metadata.c (mono_type_size): Change the align parameter to guint32 for
15750         consistency with the other _size functions.
15751         (mono_type_stack_size): Ditto.
15752
15753         * class.c object.c icall.c: Fix warnings caused by the above change.
15754
15755         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
15756
15757         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
15758
15759         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
15760
15761 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
15762
15763         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
15764         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
15765         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
15766         threadpool.h, threads-types.h: mark more internal functions.
15767
15768 2006-10-11  Dick Porter  <dick@ximian.com>
15769
15770         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
15771         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
15772         reproduce the bug even before applying the fix.)
15773
15774 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
15775
15776         * reflection.c: allow retrieving attributes for arguments in generic
15777         methods (bug #79241).
15778
15779 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
15780
15781         * debug-mono-symfile.c: properly check fopen () result (found by
15782         coverity).
15783
15784 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
15785
15786         * reflection.c: make error message clearer and fixed two
15787         issuelets found by Coverity.
15788
15789 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
15790
15791         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
15792
15793 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
15794
15795         * object-internals.h, gc-internal.h, profiler-private.h:
15796         mark internal functions.
15797
15798 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
15799
15800         * reflection.c: put data in the text section.
15801         * icall.c: recognize more types in type_from_typename ().
15802         * process.c, marshal.c: added some GC FIXMEs.
15803
15804 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
15805
15806         * loader.c: check for NULL before initializing.
15807
15808 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
15809
15810         * gc.c (finalizer_thread): Use a non-alertable wait here.
15811
15812         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
15813         until the correct solution is found.
15814
15815 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
15816
15817         * reflection.c (mono_module_get_object): Avoid an assert when operating on
15818         modules with no metadata. Fixes #79596.
15819
15820         * image.c (load_metadata_ptrs): Put back the error message when
15821         the #- heap is encountered since the support is not complete yet.
15822
15823 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
15824
15825         * gc.c: do not allow the user to SuppressFinalize () a
15826         delegate because it would leak the trampoline if present.
15827
15828 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
15829
15830         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
15831         PropertyPtr table.
15832
15833 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
15834
15835         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
15836
15837         * metadata.c (mono_metadata_get_param_attrs): Ditto.
15838
15839         * row-indexes.h: Add definitions for *Ptr tables.
15840
15841         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
15842
15843         * metadata.c (mono_metadata_translate_token_index): New helper function to
15844         translate table indexes used in uncompressed metadata.
15845         (mono_metadata_decode_table_row): Ditto.
15846         (mono_metadata_decode_table_row_col): Ditto.
15847
15848         * metadata.c: Add table schema for *Ptr tables.
15849
15850         * class.c loader.c: Use the new helper function to access the affected metadata
15851         tables.
15852         
15853         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
15854         #38532.
15855         
15856 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
15857
15858         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
15859         sequences which can be unbounded in size. Fixes #79583.
15860
15861 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
15862
15863         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
15864         static initialization.
15865
15866         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
15867
15868         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
15869
15870         * domain.c (mono_domain_free): Free up type_init_exception_hash.
15871
15872         * object.c (mono_runtime_class_init): Implement correct semantics when a static
15873         ctor fails, i.e. throw the same exception on subsequent accesses.
15874         
15875 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
15876
15877         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
15878         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
15879         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
15880         Handle marshalling of interfaces and VARIANTs contained in structs.
15881         
15882         Code is contributed under MIT/X11 license.
15883         
15884 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
15885
15886         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
15887         
15888         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
15889         mempool.
15890
15891 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15892
15893         * console-io.c: ignore previous SIGINT handler.
15894
15895 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
15896
15897         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
15898         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
15899         #79460, #79461, #79485.
15900
15901         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
15902
15903         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
15904         #79217.
15905
15906 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
15907
15908         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
15909         could be generated from it.
15910
15911 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
15912
15913         * rand.c: fix read loop to correctly handle EINTR.
15914
15915 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
15916
15917         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
15918         internal calls are defined to keep methods closer to the declaring
15919         type and allow a significant reduction in runtime relocations and
15920         memory usage.
15921
15922 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
15923
15924         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
15925         exception message to have FileNotFoundException use the default
15926         assembly load error message. Fixes bug #79426.
15927         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
15928
15929 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15930
15931         * threadpool.c: (start_thread_or_queue) use the root domain when
15932         creating the thread instead of the async object one.
15933
15934 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
15935
15936         * class.c, object.c, class-internals.h, reflection.c:
15937         for arrays, store element_size inside MonoClass (speedup
15938         for array object creation).
15939
15940 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
15941
15942         * icall.c: fixed CodeBase to use the file name and not the module
15943         name (bug #79365).
15944
15945 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
15946
15947         * mono-debug.c, mono-debug.h: export find_method as
15948         mono_debug_find_method ().
15949
15950 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
15951
15952         * debug-helpers.c, class-internals.h: added a few functions useful
15953         when debugging under gdb.
15954
15955 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15956
15957         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
15958         characters that need special handling.
15959
15960 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
15961
15962         * mono-config.c: make the os/cpu specification more flexible,
15963         allowing lists and negation.
15964
15965 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
15966
15967         * marshal.c: COM Interop fixes. Handle case where method->klass.
15968         is interface. Handle BSTR/MonoString when null. Use CDECL as 
15969         calling convention on non-windows platforms. This is for
15970         compatibility with XPCOM and MainWin COM.
15971         
15972         Code is contributed under MIT/X11 license.
15973         
15974
15975 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
15976
15977         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
15978         correctly. Fixes #79217.
15979
15980         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
15981
15982 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
15983
15984         * mono-config.c: allow both an os and cpu attribute for dllmap
15985         and dllentry elemnets to enable a single config file to be used
15986         for multiple architectures.
15987
15988 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
15989
15990         * loader.c: MonoLoaderError was cleared too soon on load failure.
15991         Fixes bug #79424.
15992
15993 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
15994
15995         * icall.c: use the defining class vtable when accessing a
15996         static field, not a pobblibly derived class.
15997
15998 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
15999
16000         * icall.c string-icalls.c: Remove references to unicode.h.
16001
16002         * unicode.h unicode.c Makefile.am: Remove these unused source files.
16003
16004         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
16005
16006         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
16007         indicating the image where custom marshaller types should be looked up.
16008         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
16009         custom marshallers, instead of corlib. Fixes #79425.
16010
16011 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
16012
16013         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
16014
16015 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
16016
16017         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
16018         Implement Environment.ProcessorCount.
16019         
16020         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
16021         Implement Environment.ProcessorCount.
16022         
16023         * icall.c: 
16024         Add Environment.ProcessorCount icall.
16025         
16026         Patch by Jason McFall.
16027
16028 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16029
16030         * assembly.c: don't append .exe/.dll when the filename already contains
16031         one of those extensions.
16032
16033 2006-09-12  Martin Baulig  <martin@ximian.com>
16034
16035         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
16036         to array interfaces.
16037
16038 2006-09-11  Martin Baulig  <martin@ximian.com>
16039
16040         * reflection.c (mono_image_build_metadata): Create the
16041         MethodImpl's after emitting all types and methods, so we don't
16042         need another fixup pass for them.
16043
16044 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
16045
16046         * class.c (mono_class_from_name_case): Fix regression introduced by the last
16047         change.
16048
16049 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
16050
16051         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
16052         unload.
16053
16054 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
16055
16056         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
16057         args is not set. Fixes #78926.
16058
16059 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
16060
16061         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
16062
16063         * image.c (load_class_names): Move this to class.c, and rename it to 
16064         'mono_image_init_name_cache'.
16065         (load_modules): Fix a warning.
16066
16067         * class.c icall.c image.c: Initialize image->name_cache lazily.
16068
16069         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
16070         on its name using information in the AOT file.
16071
16072         * class.c (mono_class_from_name): Use the new hook function.
16073
16074 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
16075
16076         * reflection.c (mono_param_get_objects): Handle enum default parameter values
16077         correctly.
16078
16079         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
16080         Fixes #79289.
16081         
16082 2006-09-06  Martin Baulig  <martin@ximian.com>
16083
16084         * icall.c (mono_lookup_internal_call): Small fix.
16085
16086 2006-09-05  Raja R Harinath  <rharinath@novell.com>
16087
16088         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
16089         double g_free.
16090
16091 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
16092
16093         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
16094         when --debug is specified.
16095
16096 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
16097
16098         * class.c (setup_generic_array_ifaces): Fix a warning.
16099
16100 2006-09-04  Miguel de Icaza  <miguel@novell.com>
16101
16102         * Temporarily remove the patch to assemly.c that checks the
16103         assembly versions as it breaks our gacutil.
16104
16105 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
16106
16107         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
16108
16109         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
16110         a net 1.0 runtime.
16111
16112         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
16113         created using the default ctor. Fixes #79152.
16114         (mono_string_builder_to_utf16): Ditto.
16115
16116 2006-09-01  Martin Baulig  <martin@ximian.com>
16117
16118         Fix handling of the generic array interfaces.
16119
16120         * class-internals.h
16121         (MonoDefaults): Removed `generic_array_class' and added
16122         `generic_ilist' class.
16123
16124         * class.c
16125         (mono_bounded_array_class_get): Add the new generic array interfaces.
16126         (setup_generic_array_ifaces): New static method; create vtable
16127         entries for each method in the generic array interfaces.
16128
16129         * metadata.c
16130         (select_container): Allow "parent-less" generic methods.
16131
16132         * marshal.c
16133         (mono_marshal_get_generic_array_helper): New public method.
16134
16135         * icall.c
16136         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
16137         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
16138         moved the interncall into System.Array.
16139
16140 2006-09-01  Raja R Harinath  <rharinath@novell.com>
16141
16142         A few more cases of avoiding work on types with ->byref set.
16143         Has the real fix for #79238
16144         * icall.c (is_generic_parameter): New helper.
16145         (ves_icall_Type_GetGenericParameterPosition): Use it.
16146         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
16147         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
16148         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
16149         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
16150         reference types.
16151         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
16152         reference types.
16153         (ves_icall_Type_get_IsGenericInstance): Likewise.
16154         (ves_icall_Type_get_IsGenericType): Likewise.
16155
16156 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
16157
16158         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
16159         class if possible.
16160
16161         * mempool.h (mono_mempool_get_allocated): New helper function.
16162
16163         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
16164         change.
16165
16166         * mempool.c: Fix warnings and the calculation of stats.
16167
16168         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
16169
16170         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
16171
16172         * loader.c (mono_get_method_from_token): Update method_count stat.
16173
16174         * class-internals.h (MonoStats): Add some stats.
16175
16176 2006-08-31 Robert Jordan  <robertj@gmx.net>
16177
16178         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
16179         with managed variants.
16180         All code is contributed under the MIT/X11 license.
16181         
16182 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
16183
16184         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
16185         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
16186
16187         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
16188
16189         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
16190         with cycles in classes.
16191
16192         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
16193
16194         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
16195         missing a [MarshalAs] directive. Fixes #79203.
16196
16197         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
16198         klass->marshal_info. Fixes #79217.
16199
16200 2006-08-30  Martin Baulig  <martin@ximian.com>
16201
16202         Committing a patch from Joachim Ante <joe@otee.dk>:
16203         Add support for binary data symbol stores.
16204
16205         * debug-mono-symfile.c
16206         (mono_debug_open_mono_symbol_file): Renamed into
16207         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
16208         arguments.
16209
16210         * mono-debug.c
16211         (mono_debug_open_image): Added `raw_contents' and `size' args.
16212         (mono_debug_init_2_memory): New public function.
16213
16214 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
16215
16216         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
16217
16218 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16219
16220         * appdomain.c: implement support for ShadowCopyFiles.
16221
16222 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
16223
16224         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
16225         when value is NULL (and should remove CID #51).
16226
16227 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16228
16229         * image.c: moved 2 functions to ../utils.
16230
16231 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
16232
16233         * gc.c: cope with the target object of a GC handle being NULL
16234         (bug #78877).
16235
16236 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
16237
16238         * class.c: recursively check parent's explicit implementations
16239         of interface methods (fixes bug #79125).
16240
16241 2006-08-19  Miguel de Icaza  <miguel@novell.com>
16242
16243         * filewatcher.c: Avoid warnings when building, do not redefine
16244         constants that are defined.
16245
16246         Remove warnings.
16247
16248 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16249
16250         * image.c: don't fail when the link points to an absolute path.
16251
16252 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
16253
16254         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
16255         Fix CID #3.
16256
16257 2006-08-17  Miguel de Icaza  <miguel@novell.com>
16258
16259         * image.c (full_path): A new method used to obtain the actual path
16260         of an assembly even in the presence of symbolic links.  
16261
16262         This is necessary for the case where we are running a binary that
16263         has been GACed, but we are using the "published" path name
16264         ($prefix/mono/1.0/blah.exe) which happens to point to the real
16265         file in the GAC.
16266
16267         This was the source of the failure for the `xsp' command with the
16268         recent AppDomain changes, as far as the runtime was concerned,
16269         there were two different assemblies: $prefix/mono/1.0/blah.exe and
16270         $prefix/mono/gac/blah/version/blah.exe.
16271
16272         (do_mono_image_open): use full path
16273
16274 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
16275
16276         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
16277
16278 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
16279
16280         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
16281         domain_id is supplied. Fix CID #241 and corlib's unit tests.
16282
16283 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
16284
16285         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
16286         small structures. Fixes #78990.
16287
16288 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
16289
16290         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
16291
16292         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
16293
16294 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16295
16296         * appdomain.c:
16297         * marshal.c: don't load all the assemblies from a domain into newly
16298         created ones. The new domains might have different rules and load
16299         assemblies from different locations. Fixes bug #76757.
16300
16301         Patch by Lluis. Conflicts resolved by Brian Crowell.
16302
16303 2006-08-16  Alp Toker  <alp@atoker.com>
16304
16305         * socket-io.c: First half of the fix for #79084.
16306         Set sa_size to the length of the content, not that of the struct.
16307         Don't add NULL suffix to the content, this should be done in
16308         managed code if needed.
16309
16310 2006-08-14  Raja R Harinath  <rharinath@novell.com>
16311
16312         Fix part of #79012
16313         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
16314         mono_metadata_parse_type returns NULL.
16315
16316 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
16317
16318         * normalization-tables.h : new file for string normalization data.
16319         * locales.c, locales.h, icall.c :
16320           added load_normalization_resource() for string normalization,
16321           and icall as well.
16322         * Makefile.am : added normalization-tables.h to the sources.
16323
16324 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
16325
16326         * marshal.c: Add more helper functions to reduce code duplication and use them
16327         everywhere.
16328
16329 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
16330
16331         * marshal.c: Fix non-x86 stdcall warnings.
16332         
16333         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
16334         them everywhere.
16335
16336 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
16337
16338         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
16339         type check on multi-dimensional arrays. Fixes #79000.
16340
16341 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
16342
16343         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
16344         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
16345         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
16346         * class-internals.h: add is_com_object to class structure.
16347         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
16348         null checks to COM object marshalling. Fix .ctor call on RCW.
16349         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
16350         
16351         All code is contributed under the MIT/X11 license.
16352
16353 2006-08-09  Dick Porter  <dick@ximian.com>
16354
16355         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
16356         racing mono_monitor_allocator_lock() somewhere, so don't delete
16357         the critical section for now.  Found by running and exiting
16358         monodevelop.
16359
16360 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
16361
16362         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
16363         (ves_icall_System_ComObject_FindInterface): Ditto.
16364         (ves_icall_System_ComObject_CacheInterface): Ditto.
16365
16366         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
16367         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
16368
16369 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16370
16371         * threadpool.c: treat pipes from process asynchronous reads as sockets
16372         when reading from them, so we get select/poll or epoll to wait for
16373         data.
16374
16375 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
16376
16377         * loader.c: Fix a typo (CID #233) in the null check.
16378
16379 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
16380
16381         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
16382         Hopefully fixes #78949.
16383         
16384         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
16385         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
16386         bytes. Fixes #78972.
16387
16388 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16389
16390         * filewatcher.c: we need to set errno here.
16391
16392 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16393
16394         * filewatcher.c: let Win32Exception get the error value.
16395
16396 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16397
16398         * filewatcher.c: translate errno into win32 errors for Win32Exception
16399         to know what happened.
16400
16401 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
16402
16403         * threadpool.c: Fix more warnings.
16404
16405         * assembly.c (search_loaded): Fix warnings.
16406
16407         * threadpool.c (mono_thread_pool_finish): Fix warnings.
16408         (mono_async_invoke): Ditto.
16409
16410 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
16411
16412         * object.c (mono_remote_class_vtable): Need to create proxy vtable
16413         entries for __ComObject type in addition to ComImport types.
16414         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
16415         about hash table.
16416         
16417         All code is contributed under the MIT/X11 license.
16418
16419 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
16420
16421         * image.c: avoid tentative loading of modulerefs that contain
16422         no metadata (P/Invoke library names).
16423
16424 2006-07-28  Dick Porter  <dick@ximian.com>
16425
16426         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
16427         mono_loader_lock() somewhere, so don't delete the critical section
16428         for now.  Found by running and exiting monodevelop.
16429
16430 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16431
16432         * filewatcher.c: define the inotify syscalls when we're building on
16433         linux and have sys/syscall.h. The build system might not have support
16434         for inotify but the target system might have it.
16435
16436 2006-07-26  Miguel de Icaza  <miguel@novell.com>
16437
16438         * domain.c: Documentation updates.
16439
16440         * loader.c (mono_free_method): Do not release the method
16441         information if we are being profiled, as profilers will use this
16442         information at shut down to present some data to the user.
16443
16444         This is needed so that the profiler does not crash, as the
16445         profiler tends to keep MonoMethods around, and they might become
16446         invalid if we free these.
16447
16448         (mono_get_method_constrained): Return the original CIL stream
16449         method as well, so verification can be performed against it.
16450
16451 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16452
16453         * filewatcher.[ch]: support for inotify file system watcher.
16454         * icall.c: add new internal calls for the inotify file system watcher.
16455
16456 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16457
16458         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
16459         #78888.
16460
16461 2006-07-20  Dick Porter  <dick@ximian.com>
16462
16463         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
16464         warning.
16465
16466 2006-07-20  Dick Porter  <dick@ximian.com>
16467
16468         * threads.c (start_wrapper): Do the thread cleanup while we still
16469         hold a reference to its object.  Fixes bug 78123.
16470
16471 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
16472
16473         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
16474         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
16475           "managed-to-managed".
16476         * icall.c: Redirect string constructors that take sbyte* to
16477           ves_icall_System_String_ctor_RedirectToCreateString.
16478         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
16479           to CreateString () methods with matching signature.
16480         * reflection.c: Use original security informations for
16481           MONO_WRAPPER_MANAGED_TO_MANAGED.
16482         * security-manager.c: Use original security informations for
16483           MONO_WRAPPER_MANAGED_TO_MANAGED.
16484         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
16485           that is a placeholder and only its address should be used.
16486         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
16487           that is a placeholder and only its address should be used.
16488
16489 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
16490
16491         Begin implementing COM Interop.
16492         * appdomain.c: Increment corlib version.
16493         * class.c: Set ComImport classes' parent to __ComObject.
16494         * loader.c: Mark cominterop methods as such.
16495         * domain.c: Add __ComObject class to MonoDefaults structure.
16496         * image.c: Add 2 hashtables to the image for COM Interop related methods
16497         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
16498         using the mempool allocator
16499         
16500         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
16501         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
16502         declaration for mono_metadata_type_dup_mp.
16503         
16504         * debug-helpers.c: Added strings for two additional wrapper types
16505         * object.c: Create proxy objects for ComImport classes
16506         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
16507         and added __ComObject class to MonoDefaults structure.
16508         
16509         * object-internals.h: Finish MonoRealProxy definition, and add definition of
16510         MonoComInteropProxy and MonoComObject.
16511         
16512         * marshal.c: Added support for COM Interop
16513         (signature_cominterop): Converts managed signature to corresponding
16514         unmanaged COM signature.
16515         (cominterop_get_function_pointer): gets unmanaged function pointer via
16516         COM object vtable
16517         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
16518         (cominterop_get_method_interface): returns interface type that method is defined on
16519         (mono_mb_emit_cominterop_call): emits native call to function pointer
16520         gotten from vtable
16521         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
16522         that matches signature of unmanaged function.
16523         (cominterop_get_native_wrapper): wrapper around adjusted method call.
16524         (cominterop_get_invoke): forwards call from proxy to __ComObject
16525         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
16526         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
16527         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
16528         
16529         * marshal.h: Added Marshal icall declarations.
16530         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
16531         so we can access them in finalizer
16532         
16533 2006-07-14  Dick Porter  <dick@ximian.com>
16534
16535         * object.c (mono_type_initialization_cleanup): Fix a race
16536         condition by temporarily commenting out the critical section
16537         deletion.
16538
16539 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
16540
16541         * reflection.c (create_custom_attr): Fix some warnings.
16542         (create_custom_attr_data): Ditto.
16543         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
16544         types. Fixes #78855.
16545
16546 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
16547
16548         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
16549
16550         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
16551
16552 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
16553
16554         * reflection.c (resolve_object): Add support for DynamicMethod.
16555
16556         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
16557         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
16558
16559 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
16560
16561         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
16562         don't leak GPtrArray's pdata has we have no use (nor free) for it.
16563
16564 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
16565
16566         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
16567         Fixes #77888.
16568
16569 2006-06-30  Raja R Harinath  <rharinath@novell.com>
16570
16571         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
16572         slightly: remove a shadow local variable.
16573
16574 2006-06-29  Raja R Harinath  <rharinath@novell.com>
16575
16576         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
16577         definition that introduces the virtual function slot.
16578         Also fix Coverity #105.
16579
16580 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
16581
16582         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
16583         for dynamic assemblies. Fixes #78724.
16584
16585 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
16586
16587         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
16588         Fixes #78722.
16589
16590 2006-06-21  Martin Baulig  <martin@ximian.com>
16591
16592         * reflection.c
16593         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
16594         fixes #76484.
16595
16596 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
16597
16598         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
16599
16600 2006-06-20  Raja R Harinath  <rharinath@novell.com>
16601
16602         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
16603         nor TYPEREFs.
16604         * class.c (mono_class_create_from_typespec): Add 'context' argument.
16605         Inflate result if necessary.
16606         (mono_class_get_full): Remove old version.  Rename from
16607         'mono_class_get' and add 'context' argument.  Pass it to
16608         ..._create_from_typespec.
16609         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
16610         (mono_ldtoken): Revert change below.
16611
16612 2006-06-20  Martin Baulig  <martin@ximian.com>
16613
16614         * class.c (mono_ldtoken): Don't pass the generic context to
16615         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
16616
16617 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
16618
16619         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
16620         and later freeing it. Fixes #78638.
16621
16622 2006-06-15  Miguel de Icaza  <miguel@novell.com>
16623
16624         * icall.c (mono_class_get_throw): Revert over-zealous error
16625         throwing, the caller for mono_class_get_throw will cope with
16626         errors when classes are not properly initialized already.
16627
16628         The code still copes with loader exceptions though.
16629
16630         Fixes the regression in reftype1 and reftype3 from the CAS tests.
16631         
16632 2006-06-14  Miguel de Icaza  <miguel@novell.com>
16633
16634         Fixes the `make run1' version of RuntimeAbort (to be commited,
16635         source is in Bugzilla).
16636         
16637         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
16638         FALSE on class loading failure instead of returning true.
16639
16640         * class.c (mono_class_create_from_typedef): It is possible for
16641         mono_metadata_interfaces_from_typedef_full to fail if a class is
16642         not found, cope with this.
16643         
16644
16645 2006-06-14  Dick Porter  <dick@ximian.com>
16646
16647         * socket-io.c: 
16648         * process.c: Fix a bunch of signed/unsigned warnings from gcc
16649         4.1.1
16650
16651 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
16652
16653         * culture-info-table.h : oops, forgot to make it nsync with r61548.
16654
16655 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
16656
16657         * icall.c: Another fix for building mono in Visual Studio.
16658
16659 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
16660
16661         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
16662         
16663 2006-06-09  Martin Baulig  <martin@ximian.com>
16664
16665         * debug-mono-symfile.c: Put this back and really fix it this
16666         time. Sorry for all the trouble.
16667
16668 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
16669
16670         * icall.c (mono_class_get_throw): Fix a warning.
16671         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
16672         ReflectionTypeLoadException if needed. Fixes #78606.
16673
16674         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
16675         (mono_class_init): Ditto.
16676
16677         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
16678         ref_only exceptions.
16679         (mono_loader_clear_error): Make this work even if there is no error.
16680
16681 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
16682
16683         * object-internals.h marshal.c marshal.h icall.c: Implement method 
16684         Marshal.GetComSlotForMethodInfo using internal call.
16685
16686 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
16687
16688         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
16689         a function for signalling it.
16690
16691         * class.c (mono_class_from_typeref): Use the new kind of loader error when
16692         a referenced assembly is not found.
16693
16694         * loader.c (mono_loader_error_prepare_exception): Add support for 
16695         LOADER_ERROR_ASSEMBLY. Fix formatting.
16696
16697 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
16698
16699         * domain.c appdomain.c class-internals.h marshal.c: Add support 
16700         for VARIANT marshalling on windows and increment corlib version
16701         since Variant struct was added.
16702
16703 2006-06-03  Miguel de Icaza  <miguel@novell.com>
16704
16705         * debug-mono-symfile.c: Revert Martin's previous patch which broke
16706         stack trace line information:
16707
16708         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
16709         (Martin) when looking up B which is between A and C, return A not C.
16710
16711         Bug is #78573.
16712
16713         Thanks to Alexander Olk for tracking this down.
16714
16715 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
16716
16717         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
16718         
16719         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
16720         avoid clobbering its value.
16721         (mono_string_to_lpstr): Fix a warning on windows.
16722
16723 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
16724
16725         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
16726
16727         * reflection.c loader.c: Removed references to 'dummy' flag.
16728
16729         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
16730
16731         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
16732         it gets GC tracking.
16733
16734         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
16735         GC tracking.
16736         
16737         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
16738
16739         * marshal.c threadpool.c: Update callers of mono_async_result_new.
16740
16741         * appdomain.c: Bump corlib version.
16742
16743 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
16744
16745         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
16746         CEE_STIND_REF when working with object references.
16747
16748 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
16749
16750         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
16751         Fixes #78539.
16752
16753 2006-05-30  Miguel de Icaza  <miguel@novell.com>
16754
16755         * loader.c (method_from_memberref): Fix argument value for
16756         mono_loader_set_error_method_load (I was passing the MonoClass
16757         instead of the class name char *).
16758
16759 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
16760
16761         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
16762         CEE_STIND_REF when working with object references.
16763
16764 2006-05-30  Martin Baulig  <martin@ximian.com>
16765
16766         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
16767         mono_method_full_name() change and replace the ':' with a '.'
16768         here.
16769
16770 2006-05-30  Martin Baulig  <martin@ximian.com>
16771
16772         * debug-mono-symfile.c
16773         (mono_debug_symfile_lookup_location): Fix the algorithm:
16774         when looking up B which is between A and C, return A not C.
16775
16776 2006-05-29  Martin Baulig  <martin@ximian.com>
16777
16778         * mono-debug.h
16779         (MonoDebugMethodInfo): Make the typedef public.
16780         (MonoDebugSourceLocation): New public struct.
16781
16782         * mono-debug.c
16783         (mono_debug_source_location_from_address): Removed.
16784         (mono_debug_source_location_from_il_offset): Removed.
16785         (mono_debug_il_offset_from_address): Removed.
16786         (mono_debug_address_from_il_offset): Removed.
16787         (mono_debug_lookup_method): New public function.
16788         (mono_debug_lookup_source_location): New public function; replaces
16789         the old mono_debug_source_location_from_*() functions; see the
16790         inline documentation.
16791         (mono_debug_free_source_location): New public function.
16792         (mono_debug_print_stack_frame): New public function; see the
16793         inline documentation.
16794
16795         * debug-mono-symfile.c
16796         (mono_debug_find_source_location): Renamed into
16797         mono_debug_symfile_lookup_location(); only take a
16798         `MonoDebugMethodInfo *' and an `offset' argument; added inline
16799         documentation.
16800         (mono_debug_find_method): Renamed into
16801         mono_debug_symfile_lookup_method().
16802
16803 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
16804
16805         * assembly.c (mono_assembly_open_full): Dont overwrite the status
16806         returned by mono_image_open_full ().
16807
16808         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
16809         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
16810         #78517.
16811
16812         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
16813         #78518.
16814
16815 2006-05-27  Miguel de Icaza  <miguel@novell.com>
16816
16817         * class.c (mono_class_from_typeref): handle missing images
16818         earlier, deals with bug #78418.   Refactor code; 
16819
16820         Fix a warning introduced in my previous commit (some stale code
16821         from before I revisited my patch).
16822
16823         * class.c (mono_class_create_from_typedef): On failure, remove the
16824         class from the MonoImage->class_cache as the class is not
16825         initialized;   Fixes the leak pointed out by Paolo.
16826
16827 2006-05-25  Dick Porter  <dick@ximian.com>
16828
16829         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
16830         DeleteCriticalSections until I figure out which one may still be
16831         sometimes locked when mono_thread_cleanup is called.
16832
16833 2006-05-24  Dick Porter  <dick@ximian.com>
16834
16835         * threads.c (mono_thread_cleanup): Move the threading cleanup out
16836         of mono_thread_manage and back into its own function, so it can be
16837         called after the finalizer thread has finished.
16838
16839         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
16840
16841 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
16842
16843         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
16844         Fixes #78495.
16845
16846         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
16847         with non-blittable elements.
16848         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
16849
16850 2006-05-24  Martin Baulig  <martin@ximian.com>
16851
16852         * mono-debug-debugger.h (MonoDebuggerEvent): Added
16853         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
16854
16855         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
16856         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
16857         `mono_debugger_event_handler' to NULL.
16858
16859 2006-05-24  Martin Baulig  <martin@ximian.com>
16860
16861         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
16862
16863 2006-05-24  Martin Baulig  <martin@ximian.com>
16864
16865         * mono-debug-debugger.h
16866         (mono_debugger_create_notification_function): Added
16867         `MonoCodeManager *' argument.
16868
16869 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
16870
16871         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
16872
16873 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
16874
16875         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
16876         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
16877         implementation.
16878
16879 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
16880
16881         * icall.c: precise GC support: objects can't be stored in unmanaged
16882         memory anymore, even if they are kept alive by other references: since
16883         they can move the GC needs to be able to always find them.
16884
16885 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
16886
16887         * object.c: precise GC support for static fields. Support
16888         for moving GCs: write barriers and pinned allocation for interned
16889         strings.
16890
16891 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
16892
16893         * domain.c, domain-internals.h: precise GC support for the MonoDomain
16894         structure.
16895
16896 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
16897
16898         * class.c, gc.c: sgen and precise GC updates.
16899
16900 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
16901
16902         * marshal.h, marshal.c: added write barrier wrapper and precise type
16903         fixes.
16904
16905 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
16906
16907         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
16908         support.
16909
16910 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
16911
16912         * reflection.c: precise and sgen GC updates.
16913
16914 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
16915
16916         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
16917
16918 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
16919
16920         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
16921
16922 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
16923
16924         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
16925         MONO_TYPE_OBJECT. Fixes #78462.
16926
16927 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
16928
16929         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
16930         and blittable types.
16931
16932 2006-05-17  Miguel de Icaza  <miguel@novell.com>
16933
16934         * class.c (mono_class_get_exception_for_failure): Implement parts
16935         of a TODO: if the loader error is set (instead of the class
16936         error), we return a Loader exception that can be properly thrown
16937         elsewhere.
16938
16939         This was exposed by some Winforms 2.0 code that I tried to run
16940         (Atsushi pointed me to it).
16941
16942 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
16943
16944         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
16945         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
16946         
16947         * marshal.c (emit_marshal_vtype): Add limited support for 
16948         UnmanagedType.LPStruct. Fixes #78427.
16949
16950         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
16951         Applied a patch from kangaroo to fix #77523.
16952
16953 2006-05-17  Martin Baulig  <martin@ximian.com>
16954
16955         * threads.c
16956         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
16957         (debugger_thread_created): Removed.
16958         (debugger_thread_exited): Removed.
16959
16960 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
16961
16962         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
16963
16964         * object-internals.h (MonoReflectionResource): Sync with managed version.
16965
16966 2006-05-12  Wade Berrier <wberrier@novell.com>
16967
16968         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
16969
16970 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
16971
16972         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
16973         functions try to allocate from the image mempool.
16974
16975 2006-05-12  Dick Porter  <dick@ximian.com>
16976
16977         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
16978
16979 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
16980
16981         * object.c: The FieldGetter and FieldSetter methods require the full
16982         name of the class, not only the name. Fixes bug #78277.
16983
16984 2006-05-11  Miguel de Icaza  <miguel@novell.com>
16985
16986         * loader.c (method_from_memberref): Do not pass the NULL klass to
16987         mono_loader_set_error_() methods.  Pass the non-NULL value
16988         (class). 
16989
16990 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
16991
16992         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
16993         (mono_assembly_close): Null out assembly->image->references after freeing it.
16994
16995         * image.c (mono_image_close): Free image->references.
16996         
16997         * reflection.c (mono_image_basic_init): Fix a small memory leak.
16998
16999 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
17000
17001         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
17002         before checking if it's NULL (g_assert).
17003
17004 2006-05-10  Martin Baulig  <martin@ximian.com>
17005
17006         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
17007         I thought I already killed that two months ago, but now it somehow reappeared.
17008
17009 2006-05-10  Martin Baulig  <martin@ximian.com>
17010
17011         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
17012
17013 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
17014
17015         * reflection.c: Allocate memory for dynamically created methods in the image
17016         mempools.
17017
17018 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
17019
17020         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
17021         don't use the ad pointer before checking if it's NULL (g_assert).
17022
17023 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
17024
17025         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
17026         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
17027
17028         * marshal.c: Allocate all signatures from mempools.
17029
17030         * marshal.c: Allocate some more signatures from mempools.
17031
17032 2006-05-09  Miguel de Icaza  <miguel@novell.com>
17033
17034         * object.c (mono_load_remote_field): The code used to provide a
17035         temporary variable for returning results if the user did not
17036         provide a result pointer.  But our temporary variable was allocted
17037         on the satck.
17038
17039         Fix calling code to always pass a result area.   Coverity ID 103.
17040
17041 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
17042
17043         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
17044         value, not the old. Fixes #78312.
17045         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
17046
17047         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
17048         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
17049         per-image cache.
17050
17051         * assembly.c (mono_assembly_close): Free image->references.
17052
17053         * assembly.c (mono_assembly_names_equal): Fix a warning.
17054         (mono_assemblies_cleanup): Cleanup more global data.
17055
17056         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
17057
17058         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
17059         ptr_cache and image->modules.
17060
17061         * image.c (mono_image_init): Allocate array_cache lazily.
17062         
17063 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17064
17065         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
17066         behavior was changed recently and has bad side effects.
17067
17068 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
17069
17070         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
17071         
17072         * assembly.c (mono_assembly_close): Remove a debug printf.
17073
17074         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
17075
17076         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
17077         to also allow for temporary references between mono_image_open ()/close ().
17078
17079         * domain.c (get_runtimes_from_exe): Add a FIXME.        
17080
17081 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
17082
17083         * marshal.c: Fix support for dynamic methods.
17084
17085         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
17086
17087         * marshal.c (mono_marshal_cleanup): New cleanup function.
17088
17089         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
17090         image mempools.
17091
17092         * class.c (mono_class_init): Fix leaking class->nested_classes.
17093
17094         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
17095
17096         * image.c (mono_image_init): Initialize the new cashes.
17097
17098         * image.c (mono_image_close): Destroy the new cashes.
17099
17100         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
17101
17102         * mempool.c (mono_mempool_strdup): New helper function.
17103
17104         * class-internals.h: Add prototype for mono_loader_unlock ().
17105
17106         * domain.c (mono_jit_info_table_find): Fix a warning.
17107         (mono_debugger_check_runtime_version): Ditto.
17108
17109         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
17110         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
17111         functions to these modules.
17112
17113         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
17114         metadata modules.
17115         
17116         * marshal.c (mono_free_bstr): Fix a warning.
17117
17118         * assembly.c (mono_assembly_open_full): Fix another small leak.
17119
17120         * object.c: Fix some unload leaks in the remoting code.
17121
17122         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
17123         function.
17124
17125         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
17126
17127         * reflection.c: Fix some unload leaks in dynamic assemblies.
17128
17129 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
17130
17131         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
17132         * marshal.h: Add BSTR support on Win32
17133         * icall.c: Add BSTR icalls
17134         * metadata.h: Add BSTR enums
17135
17136 2006-04-28  Miguel de Icaza  <miguel@novell.com>
17137
17138         Work to catch the crash from #76795 and turn it into an
17139         exception.   As I stubbed out pieces of the VisualBasic support,
17140         I found a number of places where the code was failing and I added
17141         checks to those places. 
17142         
17143         * metadata.c (do_mono_metadata_parse_generic_class): Make this
17144         function return a status code.  If we fail to parse the signature
17145         from mono_metadata_parse_generic_inst, return FALSE.
17146
17147         * loader.c (mono_get_method_from_token): If we fail to load the
17148         method (mono_class_get) return NULL.   
17149
17150         * (method_from_memberref): Return NULL if we are unable to parse
17151         the method signature
17152
17153         (mono_loader_error_prepare_exception): Since we now use the
17154         loader_error flag internally to stop processing, and obtaining
17155         exceptions that might be thrown will walk this code path the
17156         proper way of going from a MonoLoaderError into a
17157         MonoException was convoluted.   This new routine encapsulates the
17158         process of turning the error into an exception and *clearing* the
17159         error afterwards.
17160         
17161 2006-04-27  Miguel de Icaza  <miguel@novell.com>
17162
17163         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
17164         with missing assemblies), and to cope with:
17165
17166                 * Missing fieldref from a non-existing assembly.
17167                 * Missing methodref from a non-existing assembly.
17168
17169         The first batch of work to address *some* of the issues from 76661.
17170         
17171         * object.c (mono_class_create_runtime_vtable): If we fail to
17172         initialize the class raise the exception here. 
17173
17174         * metadata.c (mono_class_get_overrides_full): If any methods fail
17175         to load return the failure to the caller.
17176
17177         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
17178         flagging assemblies that failed to load.   
17179
17180         Do not crash if we are unable to load the assembly.
17181
17182         (mono_assembly_close): Do nothing with REFERENCE_MISSING
17183         assemblies. 
17184
17185         * loader.c (mono_loader_set_error_type_load): Change the
17186         convention to always pass unallocated strings, so we make our own
17187         copies (I know our own code had duplicated strings before, but
17188         this keeps the normal conventions).
17189         (method_from_memberref): Call mono_loader_set_error_method_load
17190         for all possible failures of loading the class. 
17191         Remove assert, turn into a loader error.
17192
17193         (mono_loader_error_to_exception): Move this routine from mini
17194         (mini_loader_error_to_exception) there was no need to have that in
17195         mini. 
17196
17197         * class.c (mono_class_from_typeref): If we were not able to load
17198         the assembly with mono_assembly_load_reference, call the
17199         mono_loader_set_error_type_load to register the problem.
17200
17201         (mono_class_setup_fields): If we fail to load the type from
17202         mono_metadata_parse_type_full, call mono_class_set_failure and
17203         break from the loop.
17204
17205         If class->exception_type is set, we do not layout the fields as
17206         that might crash the runtime, and instead return (from breaking
17207         from the previous loop).
17208
17209         (mono_class_setup_vtable): This now returns a boolean indicating
17210         whether the table was properly setup.   The decision is driven by
17211         mono_class_get_overrides_full which might run into non-existing
17212         methods. 
17213         
17214         (mono_class_init): Returns TRUE on success or FALSE if there was a
17215         problem in loading the type (incorrect assemblies, missing
17216         assemblies, methods, etc).
17217
17218         When we call mono_class_setup_fields we also check for a potential
17219         error inside this call (either a class exception or a general
17220         loader exception).
17221
17222         (mono_class_create_from_typedef): If the parent fails to load
17223         (calling mono_class_get_full) return NULL.
17224         
17225         ** Important **
17226
17227         calls to mono_metadata_parse_type_full should be checked
17228         everywhere and set the mono_class_set_failure
17229         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
17230
17231         The current patch checks the places where my manually constructed
17232         tests show the errors are showing up, but we should do it
17233         everywhere. 
17234
17235         ** Important2 **
17236
17237         mono_class_init return values should be tested everywhere, like
17238         the previous case this is something that we should audit
17239         everywhere and not only on the cases exposed by the tests I
17240         created. 
17241
17242 2006-04-26  Miguel de Icaza  <miguel@novell.com>
17243
17244         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
17245         boolean parameter and instead pass the information on `options'
17246         parameter (FileOptions).
17247
17248         * icall.c: Register the new signature for MonoIO.Open.
17249
17250         * debug-helpers.c (dis_one): Trying to understand how coverity
17251         works.  Fix Run 5, item 78.
17252
17253 2006-04-26  Dick Porter  <dick@ximian.com>
17254
17255         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
17256         dereference.
17257
17258 2006-04-25  Martin Baulig  <martin@ximian.com>
17259
17260         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
17261
17262         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
17263         debugger_thread_created().
17264         (debugger_gc_push_all_stacks): Don't handle the main thread in any
17265         special way.
17266         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
17267         (mono_debugger_finalize_threads): New function; undo the effects
17268         of mono_debugger_init_threads().
17269         (mono_debugger_create_all_threads): Removed.
17270
17271 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
17272
17273         * image.c (mono_image_close): Tidy up trace messages.
17274
17275         * assembly.c (mono_assembly_close): Ditto.
17276
17277         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
17278         no longer references an already freed assembly. Fixes #78168.
17279
17280 2006-04-21  Dick Porter  <dick@ximian.com>
17281
17282         * threads.c (mono_thread_detach): Fix reference counting when
17283         detaching threads.
17284
17285 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
17286
17287         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
17288         #78155.
17289
17290 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
17291
17292         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
17293         (mono_type_to_stind): Ditto.
17294
17295         * marshal.c: Use the new helper functions to simplify code.
17296
17297         * image.c (mono_image_close): Add some code for help debug assembly unloading
17298         problems.
17299
17300         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
17301         image mempool.
17302
17303         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
17304         assembly was already loaded in another appdomain. Fixes #78083.
17305
17306 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
17307
17308         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
17309         referenced assemblies.
17310         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
17311
17312         * domain.c (mono_domain_free): Add a trace message.
17313
17314         * appdomain.c (add_assemblies_to_domain): Ditto.        
17315
17316         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
17317         field.  
17318
17319 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
17320
17321         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
17322
17323 2006-04-12  Martin Baulig  <martin@ximian.com>
17324
17325         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
17326         `USE_INCLUDED_LIBGC'.   
17327
17328 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
17329
17330         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
17331         the patch contains ../ and a small directory name later. Hopefully fixes
17332         #78035.
17333
17334 2006-04-10  Martin Baulig  <martin@ximian.com>
17335
17336         Clean up the debugger's thread-handling code.
17337
17338         The debugger's thread-handling code has been moved from
17339         ../mini/debug-debugger.c to threads.c.  We now iterate directly
17340         over the `threads' hash, keep track of exiting threads and also
17341         use proper locking.
17342
17343         We can now debug XSP and XSP based applications with the debugger.
17344
17345         * object-internals.h (MonoThread): Added `gpointer end_stack'.
17346
17347         * threads.h
17348         (MonoThreadCallbacks): Removed; this was only used by the debugger.
17349         (mono_install_thread_callbacks): Likewise.      
17350
17351         * threads.c (mono_thread_callbacks): Removed.
17352         (debugger_thread_created, debugger_thread_exited): New static functions.
17353         (start_wrapper): Call debugger_thread_created().
17354         (thread_cleanup): Call debugger_thread_exited().
17355         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
17356         (mono_debugger_init_threads): New public function.
17357         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
17358         iterate directly over the `threads' hash and also use proper locking.
17359
17360         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
17361
17362         * mono-debug-debugger.h
17363         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
17364
17365 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
17366
17367         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
17368         argument type=array. Fixes #78057.
17369
17370 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
17371
17372         * culture-info-table.h : regenerated. Fixed bug #69652.
17373
17374 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
17375
17376         * loader.c metadata.c: Reapply a variant r59116.
17377         
17378         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
17379
17380         * class.c (mono_class_setup_interface_offsets): New internal function.
17381
17382         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
17383         interfaces too. Fixes #77398.
17384
17385         * reflection.c (encode_cattr_value): Add support for 
17386         parameter type=object, argument type=array.
17387         (load_cattr_value): Ditto. Fixes #77916.
17388
17389         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
17390         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
17391
17392         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
17393         a byval char array and CharSet is Ansi.
17394
17395         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
17396
17397 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
17398
17399         * metadata.c: Add some locking comments.
17400         
17401         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
17402         mempool.
17403         (mono_metadata_free_method_signature): Don't free the signature itself.
17404
17405         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
17406
17407         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
17408         reference the same MonoImage.
17409         (mono_assembly_load_from_full): Add an assert.
17410
17411 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
17412
17413         * image.c (mono_image_close): Don't put the image we are about to free into the
17414         loaded_images_guid_hash.
17415
17416         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
17417         to reduce code duplication.
17418
17419         * marshal.c: Register the native functions called by this module as icalls, to
17420         somewhat centralize the creation of MonoMethodSignature's.
17421
17422         * loader.c (mono_method_signature): Add a cache for method signatures.
17423
17424         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
17425         the parameter attributes of a method.
17426         (mono_metadata_parse_method_signature_full): Refactored the computation of
17427         parameter attributes into a separate function. Also avoid one allocation in
17428         most cases.
17429
17430         * assembly.c (mono_assembly_close): Ditto.
17431
17432         * image.c (mono_image_close): Log trace messages with INFO level.
17433
17434         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
17435
17436         * image.c reflection.c: Correct reference counting of image modules.
17437         
17438         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
17439         of this function from the image mempool.
17440         
17441         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
17442         to allow more cached types to be used.
17443
17444         * mono-debug.c (mono_debug_add_method): Appled patch from
17445         David S. Miller  <davem@sunset.davemloft.net>: Access 
17446         minfo->lexical_blocks[] entry elements using read32().
17447
17448 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
17449
17450         * loader.c (mono_free_method): No longer free the method header for non-dynamic
17451         methods as it is allocated from the mempool.
17452
17453         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
17454         image mempool.
17455
17456         * metadata-internals.h: Add comments describing the reference counting scheme
17457         used for MonoImage and MonoAssembly.
17458
17459         * image.c assembly.c reflection.c: Rework reference counting of images and 
17460         assemblies so they are freed when the runtime is shut down. Free some 
17461         additional memory structures when an image is unloaded.
17462         
17463 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
17464
17465         * class.c loader.c reflection.c: Allocate more data structures in
17466         the image mempool.
17467
17468 2006-03-31  Miguel de Icaza  <miguel@novell.com>
17469
17470         * icall.c
17471         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
17472         build on pre glib 2.4 systems.
17473
17474 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
17475
17476         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
17477
17478         * icall.c: Fix some warnings.
17479
17480 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
17481
17482         * culture-info-table.h : regenerated.
17483
17484 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
17485
17486         * threads.c, object-internals.h, verify.c: changed the culture caching
17487         code to use a normal MonoArray for storage so the GC can keep track of
17488         them easily. Fixed bits of the cache logic, too and simplified the
17489         code.
17490
17491 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
17492
17493         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
17494         thread for non-Boehm GCs.
17495
17496 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
17497
17498         * domain.c, object.c, domain-internals.h: reduce the amount of memory
17499         needed to keep track of the data for static fields.
17500
17501 2006-03-29  Raja R Harinath  <rharinath@novell.com>
17502
17503         Fix #75172
17504         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
17505         for interface classes.  Use 'num_methods' instead.
17506         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
17507         before using '->vtable_size' field.
17508
17509 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
17510
17511         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
17512         doesn't contain managed pointers, so use a normal hashtable.
17513
17514 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
17515
17516         * reflection.c, class-internals.h, domain.c: fixed handling of types
17517         used as values for objects in custom attributes (bug #77915):
17518
17519 2006-03-24  Martin Baulig  <martin@ximian.com>
17520
17521         * class.c (mono_class_setup_fields): Added support for generic
17522         instances; fixes #77580.
17523
17524 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17525
17526         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
17527
17528 2006-03-24  Dick Porter  <dick@ximian.com>
17529
17530         * file-io.c (get_file_attributes): More stat macro breakage.
17531         Fixes bug 77759.
17532
17533 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
17534
17535         * profiler.c: added the file=filename option in the default profiler
17536         to output the profile data to filename.
17537
17538 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17539
17540         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
17541         bug #77877.
17542
17543 2006-03-22  Martin Baulig  <martin@ximian.com>
17544
17545         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
17546         allocated `MonoClassField *' in `fb->handle'.
17547
17548 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
17549
17550         * class.c, image.c, metadata-internals.h: implemented new mechanism to
17551         allocate interface ID to save memory and allow better ID reuse on
17552         appdomain unload. setup_generic_vtable () removal from Martin.
17553
17554 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
17555
17556         * object.h, appdomain.c, domain.c, exception.c, icall.c,
17557         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
17558         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
17559         write barriers for reference stores with managed objects accessed with
17560         C structures in the runtime and in embedding programs.
17561
17562 2006-03-20  Raja R Harinath  <rharinath@novell.com>
17563
17564         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
17565         'interface_id' and 'max_interface_id' fields of MonoClasses
17566         representing open generic types.
17567
17568 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
17569
17570         * object.h, object.c, icall.c: added functions to deal with
17571         storing valuetypes that contain references in managed objects.
17572         * reflection.c, string-icalls.c, threads.c, marshal.c: small
17573         fixes and comments around uses of mono_array_addr ().
17574
17575 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
17576
17577         * object.h, icall.c, monitor.c: object.GetHashCode ()
17578         implementation that supports the moving garbage collector.
17579
17580 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
17581
17582         * icall.c, threads-types.h, threads.c: implemented finalizer for
17583         LocalDataStoreSlot.
17584
17585 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
17586
17587         * metadata.c (mono_type_size): Add a fixme.
17588         (mono_type_stack_size): Ditto.
17589
17590         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
17591         'type_forwarders' field.
17592
17593         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
17594         attribute from net 2.0.
17595
17596         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
17597         from class.c.
17598
17599         * class.c (mono_class_setup_fields): Fix a warning.
17600         
17601         * class.c (mono_class_from_name): Add support for assemblyref entries
17602         in the EXPORTEDTYPE table.
17603
17604         * reflection.c: Add support for handling type forwarders under net 2.0.
17605
17606         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
17607         
17608 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
17609
17610         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
17611         overwriting entries in ModuleBuild->types, also clean up the code
17612         a little. Fixes #77774.
17613
17614 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
17615
17616         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
17617         load friend assembly info when present.
17618
17619 2006-03-14  Raja R Harinath  <rharinath@novell.com>
17620
17621         Fix crasher on gtest-158.cs.
17622         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
17623         the return value if the MonoClass we want is yet in an
17624         inconsistent state.
17625         * class.c (mono_class_create_from_typedef): Add an comment
17626         explaining an order dependency between mono_class_setup_parent and
17627         mono_class_setup_mono_type.
17628
17629 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
17630
17631         * class.c: documentation updates and events bug fix.
17632
17633 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
17634
17635         * class.c: some cleanup, locking fixes.
17636
17637 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
17638
17639         * class.c: fix the generics code to setup nested
17640         type info to the instantiated type (bug #77770).
17641
17642 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
17643
17644         * marshal.c: fixed a few type correctness issues.
17645
17646 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
17647
17648         * loader.c: the Set/Get/Addrtess array methods should be public.
17649
17650 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
17651
17652         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
17653         
17654         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
17655         info->wrapper.
17656
17657 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
17658
17659         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
17660
17661         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
17662
17663         * mempool.c (mono_mempool_alloc): Speed this up a bit.
17664         (mono_mempool_alloc0): Ditto.
17665
17666 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17667
17668         * socket-io.c:
17669         (create_object_from_sockaddr): it was allocating 4 extra bytes
17670         for the AF_UNIX data. Fixes bug #77747.
17671
17672 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
17673
17674         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
17675
17676 2006-03-09  Dick Porter  <dick@ximian.com>
17677
17678         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
17679         Fixes bug 76966 again.
17680
17681 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
17682
17683         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
17684         names from r57532
17685         * appdomain.c: Bumped corlib version to 48 (due to r57532)
17686
17687 2006-03-07  Martin Baulig  <martin@ximian.com>
17688
17689         * object.c
17690         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
17691
17692 2006-03-07  Martin Baulig  <martin@ximian.com>
17693
17694         * class.c
17695         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
17696         regression introduced in r56970; see gtest-252.cs.
17697
17698         * loader.c (mono_get_method_constrained): Correctly handle generic
17699         methods; see gtest-253.cs.
17700
17701 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
17702
17703         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
17704
17705 2006-03-04  Martin Baulig  <martin@ximian.com>
17706
17707         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
17708         compute the parent type at runtime, just like we're already doing
17709         it for interfaces.
17710
17711         * reflection.c
17712         (mono_reflection_bind_generic_parameters): Don't compute the
17713         parent type anymore.
17714
17715         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
17716
17717 2006-03-04  Martin Baulig  <martin@ximian.com>
17718
17719         * mono-debug-debugger.h
17720         (mono_debugger_create_notification_function): Allocate memory at
17721         runtime and return a pointer to it.
17722
17723 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
17724
17725         * assembly.c: Fix windows build.
17726         
17727         * assembly.c: Fix build.
17728
17729         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
17730
17731         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
17732         
17733 2006-03-03  Dick Porter  <dick@ximian.com>
17734
17735         * process.c
17736         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
17737         Check parameters before dereferencing them.  Fixes Aaron's part of
17738         bug 77393.
17739
17740 2006-03-03  Raja R Harinath  <rharinath@novell.com>
17741
17742         Fix performance regression.
17743         * loader.c (find_method_in_class): Add 'from_class' argument.
17744         Rename 'klass' argument to 'in_class'.  The signature is compared
17745         against the method in 'in_class', and the corresponding method is
17746         returned from 'from_class'.
17747         (find_method): Walk both 'in_class' and 'from_class' in parallel.
17748         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
17749         type definition and generic instantiation in parallel.
17750         (mono_get_method_constrained): Update to changes.
17751
17752 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
17753
17754         * threads.c: make sure the domain is correct, too when doing
17755         mono_thread_attach ().
17756
17757 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
17758
17759         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
17760         windows. Fixes #77683.
17761
17762 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
17763
17764         * object.h, *: introduced specific way to set elements of an array
17765         of references to be used as write barrier. Still need to audit the
17766         uses of mono_array_addr.
17767
17768 2006-03-01  Miguel de Icaza  <miguel@novell.com>
17769
17770         * object-internals.h: New field to cache the assmebly name, patch
17771         from Tambet Ingo (tambet@ximian.com)
17772
17773 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
17774
17775         * decimal.h, class-internals.h, metadata-internals.h,
17776         file-io.h: mark a few function declarations as internal, to
17777         reduce the number of PLT entries.
17778
17779 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17780
17781         * file-io.c: fix typo in warning message.
17782
17783 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
17784
17785         * loader.c: on unix, lookup the "*A" version of a function
17786         if charset is auto as a second option before failing.
17787
17788 2006-02-28  Raja R Harinath  <rharinath@novell.com>
17789
17790         * class.h (mono_class_inflate_generic_method): Revert to two
17791         argument version.
17792         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
17793         (mono_class_inflate_generic_method_full): Add.
17794         * class.c (mono_class_inflate_generic_method_full): Rename from
17795         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
17796         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
17797         * loader.c, reflection.c: Update to changes.
17798
17799 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
17800
17801         * icall.c: const fixes and small improvements.
17802
17803 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17804
17805         * threadpool.c: for asynchronous connect(), enable the same workaround
17806         for BSD 6 as for the Mac. Fixes bug #77637.
17807
17808 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
17809
17810         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
17811         formatted classes. Fixes #77524.
17812
17813 2006-02-24  Raja R Harinath  <rharinath@novell.com>
17814
17815         * class.c (inflate_generic_type): Add a couple more
17816         micro-optimizations.
17817         (inflate_generic_context): Don't use the 'gmethod' from
17818         'inflate_with'.
17819         (mono_class_inflate_generic_method): If the method has generic
17820         parameters, but the passed-in context doesn't have a 'gmethod',
17821         create one.  Use the possibly simplified generic instantiation
17822         from the declaring class instead of the one passed in.
17823
17824 2006-02-24  Raja R Harinath  <harinath@gmail.com>
17825
17826         Make generic method signature and method header handling lazy.
17827         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
17828         (inflate_generic_header): Likewise.
17829         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
17830         parameter to avoid inflating types.
17831         (mono_get_inflated_method): Empty out.
17832         * class.h (mono_class_inflate_generic_method): Update to changes.
17833         * loader.c (mono_get_method_from_token): Don't parse signature for
17834         generic methods, nor methods of generic classes.
17835         (mono_method_signature): Rename from 'mono_method_signature'.
17836         Inflate signature on demand.
17837         (mono_method_get_header): Inflate method header on demand.
17838         * reflection.c: Update to changes.
17839
17840 2006-02-23  Raja R Harinath  <rharinath@novell.com>
17841
17842         * metadata.c (mono_metadata_inflate_generic_inst): If the
17843         instantiation is closed, don't bother expanding it in the new
17844         context.
17845         * class.c (inflate_generic_class): If the generic instantiation
17846         doesn't change after inflation, return the argument itself.
17847         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
17848         Add bounds checks.
17849         (inflate_generic_context): If neither the generic class nor the
17850         generic method instantiations change, return the original context.
17851         * reflection.c (mono_method_get_object): Do
17852         'mono_get_inflated_method' before accessing the ->klass field.
17853         (inflate_mono_method): Don't create a MonoGenericMethod unless
17854         necessary.
17855         (inflate_method): Don't pass a constructed type as the declaring
17856         type of a methodbuilder.
17857
17858 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
17859
17860         * object.c: fix memory overwrite.
17861
17862 2006-02-22  Dick Porter  <dick@ximian.com>
17863
17864         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
17865         it doesn't work any more.
17866         (mono_threads_request_thread_dump): Fix unused variable warnings.
17867
17868 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
17869
17870         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
17871         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
17872         the public header file.
17873
17874 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
17875
17876         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
17877
17878 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
17879
17880         * class-internals.h, object.c: reduce the size of MonoVTable
17881         and store the interface_offsets array at negative offsets.
17882
17883 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
17884
17885         * metadata.c: tweak table descriptors data structures to reduce
17886         size and runtime relocations.
17887
17888 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
17889
17890         * marshal.c: fix some types and opcodes to be type-safe
17891         in marshaling wrappers.
17892
17893 2006-02-21  Ankit Jain  <jankit@novell.com>
17894
17895         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
17896
17897 2006-02-21  Raja R Harinath  <rharinath@novell.com>
17898
17899         * metadata.c (get_constraints): Relax debugging checks for monodis.
17900
17901 2006-02-21  Ankit Jain  <jankit@novell.com>
17902
17903         * metadata.c (mono_metadata_load_generic_params): Move the code
17904         checking for ambiguous generic params from here to mono/dis/get.c
17905         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
17906
17907 2006-02-21  Raja R Harinath  <harinath@gmail.com>
17908
17909         Fix assertion triggered when compiling nemerle.
17910         * class.c (mono_get_shared_generic_inst): Rename from
17911         get_shared_inst and make non-static.
17912         * loader.c (mono_get_shared_generic_method): New.  Used to create
17913         the MonoGenericContext-equivalent of a MonoGenericContainer.
17914         (mono_get_method_from_token): Initialize the 'context' field of
17915         the created MonoGenericContainer.
17916         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
17917         * metadata.c (get_constraints): Add sanity check.
17918         * class-internals.h: Add new internal methods.
17919
17920         * reflection.c (verify_safe_for_managed_space): New sanity check.
17921         Currently checks that owner-less generic parameters aren't allowed
17922         in managed space.
17923         (mono_type_get_object): Use it.
17924         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
17925         that are now in mono_type_get_object.
17926         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
17927
17928 2006-02-19  Raja R Harinath  <harinath@gmail.com>
17929
17930         * metadata.c (mono_type_create_from_typespec): Rename from
17931         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
17932         argument and caching of types in the generic container.
17933         (unwrap_arrays, find_generic_param): Remove.
17934         * metadata-internals.h: Update.
17935         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
17936
17937 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
17938
17939         * class.c (mono_class_get_exception_for_failure): Fix a warning.
17940
17941         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
17942         return values. Fixes #77581.
17943
17944         * class.c (mono_fnptr_class_get): Switch name and name_space.
17945
17946         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
17947         classes and add support for [In, Out] attributes.
17948         (mono_marshal_free_asany): Ditto. Fixes #77524.
17949
17950 2006-02-18  Raja R Harinath  <harinath@gmail.com>
17951
17952         * class.c (mono_class_from_generic_parameter): Make more robust to
17953         incomplete MonoGenericContainers from monodis.
17954
17955 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
17956
17957         * class-internals.h: added some more exception types.
17958         * class.c, metadata.c: added a few checks to handle missing
17959         types.
17960
17961 2006-02-17  Raja R Harinath  <rharinath@novell.com>
17962
17963         Use owner-less generic-params some more.
17964         * class.c (my_mono_class_from_generic_parameter): Remove.
17965         (mono_class_from_generic_parameter): Handle null image,
17966         param->name and param->owner.
17967         (mono_class_from_mono_type): Update.
17968         (mono_class_create_from_typespec): Remove 'container' parameter.
17969         If that parameter is non-null, the result is always inflated by
17970         'mono_class_get_full' anyway.
17971         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
17972         parameter.
17973         (mono_class_get_full): Update.
17974
17975         * class.c (inflate_generic_type) [GENERICINST]: If the generic
17976         instance is not open, don't bother inflating.
17977         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
17978         parse metadata for inflated classes.
17979         (_mono_class_get): Change GenericContext* parameter to
17980         GenericContainer*.
17981         (mono_class_create_from_typespec): Likewise.  Simplify, and
17982         implement trivially.  All the cases are handled in
17983         mono_class_from_mono_type.  Don't inflate returned class.
17984         (mono_class_get_full): Delegate GENERICINST optimization to
17985         inflate_generic_type.
17986         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
17987
17988 2006-02-16  Dick Porter  <dick@ximian.com>
17989
17990         * socket-io.c (create_object_from_sockaddr): Fix typo.
17991         (create_sockaddr_from_object): Check array lengths before
17992         potentially accessing items off the end.
17993         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
17994         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
17995         (ves_icall_System_Net_Sockets_Socket_Send_internal)
17996         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
17997         length checks to avoid wraparound overflows.
17998         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
17999         contents of the array of sockets
18000         (hostent_to_IPHostEntry2)
18001         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
18002         Check return value of inet_ntop ().
18003         (addrinfo_to_IPHostEntry): Fix typo
18004
18005 2006-02-16  Raja R Harinath  <rharinath@novell.com>
18006
18007         Type metadata parsing doesn't use generic-instantiation information.
18008         * metadata.c (mono_metadata_parse_array_full): Change
18009         MonoGenericContext* parameter to MonoGenericContainer*.
18010         (mono_metadata_parse_type_full): Likewise.
18011         (mono_type_create_from_typespec_full): Likewise.
18012         (mono_metadata_parse_mh_full): Likewise.
18013         (mono_metadata_parse_generic_inst): Likewise.
18014         (do_mono_metadata_parse_generic_class): Likewise.
18015         (do_mono_metadata_parse_type): Likewise.
18016         * metadata-internals.h: Update to changes.
18017         * class.c (mono_class_find_enum_basetype): Likewise.
18018         (mono_class_setup_fields): Likewise.
18019         (mono_class_create_from_typespec): Likewise.
18020         * loader.c (method_from_methodspec): Likewise.
18021         (mono_get_method_from_token): Likewise.
18022         (mono_method_get_header): Likewise.
18023
18024 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
18025
18026         * marshal.c: handle additional GENERICINST case (patch from
18027         Thong Nguyen <tum@veridicus.com>).
18028         Fix a few cases where LDIND_I/STIND_I was used for references.
18029
18030 2006-02-16  Raja R Harinath  <rharinath@novell.com>
18031
18032         * reflection.c (mono_reflection_get_token): Remove unused variable.
18033
18034 2006-02-16  Martin Baulig  <martin@ximian.com>
18035
18036         * reflection.c (mono_reflection_get_token): Add support for fields
18037         in instantiated generic types.
18038
18039         * icall.c
18040         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
18041
18042 2006-02-15  Martin Baulig  <martin@ximian.com>
18043
18044         * icall.c
18045         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
18046         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
18047         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
18048         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
18049
18050 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
18051
18052         * class.c, metadata.c, metadata.h, object.c, icall.c,
18053         marshal.c: changed mono_type_get_underlying_type () to do
18054         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
18055         Fixed handling of instantiated generic valuetypes (bug #75479).
18056
18057 2006-02-15  Raja R Harinath  <rharinath@novell.com>
18058
18059         * metadata.c (mono_metadata_decode_signed_value): Simplify.
18060         Delegate to mono_metadata_decode_value, and work on the returned value.
18061
18062         * icall.c (ves_icall_MonoType_GetGenericArguments):
18063         Add consistency check here too.
18064         
18065 2006-02-15  Ankit Jain  <jankit@novell.com>
18066
18067         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
18068         char/short etc.
18069
18070 2006-02-15  Ankit Jain  <jankit@novell.com>
18071
18072         * metadata.c (mono_metadata_decode_signed_value): New function to decode
18073         signed values, used only for representing lower bounds of arrays.
18074         (mono_metadata_parse_array_full): Use new
18075         mono_metadata_decode_signed_value to decode lower bounds.
18076
18077 2006-02-14  Martin Baulig  <martin@ximian.com>
18078
18079         * reflection.c
18080         (mono_reflection_get_token): Support "MonoGenericMethod" and
18081         "MonoGenericCMethod" and allow generic instances / methods.
18082
18083 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
18084
18085         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
18086         to obtain the terminal size using an ioctl.
18087
18088         * object.c (mono_nullable_init): Revert this as nullable reference
18089         types are not valid.
18090         (mono_nullable_box): Ditto.
18091
18092 2006-02-09  Dick Porter  <dick@ximian.com>
18093
18094         * threads.c (mono_thread_detach): Drop a reference to the thread
18095         we're detaching.
18096
18097 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
18098
18099         * object.c (mono_nullable_init): Handle nullable reference types.
18100         (mono_nullable_box): Ditto. Fixes #77446.
18101
18102 2006-02-07  Martin Baulig  <martin@ximian.com>
18103
18104         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
18105
18106 2006-02-07  Ankit Jain  <jankit@novell.com>
18107
18108         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
18109         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
18110         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
18111         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
18112         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
18113         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
18114
18115 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
18116
18117         * class.c (mono_class_create_generic): Set type_token as well.
18118
18119         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
18120         compatible with MS.
18121
18122 2006-02-02  Martin Baulig  <martin@ximian.com>
18123
18124         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
18125         has never been used so far.
18126
18127 2006-02-02  Martin Baulig  <martin@ximian.com>
18128
18129         * mono-debug-debugger.h: Changed comment at the top of this file;
18130         the header is not installed, but it's safe to #include it from
18131         within the JIT.
18132
18133         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
18134         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
18135
18136 2006-02-02  Martin Baulig  <martin@ximian.com>
18137
18138         * mono-debug.h
18139         (MonoSymbolTable): Removed the `metadata_info' field.
18140
18141         * mono-debug.c
18142         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
18143
18144         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
18145         (mono_debugger_add_builtin_types): Removed.
18146         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
18147         (mono_debugger_create_notification_function): We now operate on a
18148         pre-allocated area; take a `gpointer' and return `void'.
18149
18150         * mono-debug-debugger.c
18151         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
18152         (mono_debugger_add_builtin_types): Removed.
18153
18154 2006-02-02  Martin Baulig  <martin@ximian.com>
18155
18156         * threads.c (mono_debugger_create_all_threads): New public method.
18157
18158 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
18159
18160         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
18161         breaks on several platforms.
18162
18163 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
18164
18165         * assembly.c: the VS.NET build doesn't supply default values for
18166         MONO_ASSEMBLIES and MONO_CFG_DIR.
18167
18168 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
18169
18170         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
18171         helper function.
18172
18173         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
18174
18175         * loader.c (method_from_memberref): Fix a warning.
18176
18177         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
18178
18179         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
18180         with explicit layout. Fixes #77433.
18181
18182 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
18183
18184         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
18185         max_interface_id is initialized before using it. Fixes #77398.
18186         (ves_icall_Type_GetInterfaces): Ditto.
18187
18188 2006-01-30  Raja R Harinath  <rharinath@novell.com>
18189
18190         * metadata.c (mono_metadata_parse_method_signature_full): Don't
18191         allocate memory for parameter attributes when parsing memberref
18192         signatures.
18193         * loader.c (mono_loader_set_error_method_load): Don't warn.
18194         (method_from_memberref): Ensure MissingMethodException gets thrown
18195         if method is not found.  Make warning more informative.
18196
18197 2006-01-29  Raja R Harinath  <harinath@gmail.com>
18198
18199         Fix #77397
18200         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
18201         return true if is byref.
18202         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
18203         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
18204         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
18205
18206 2006-01-27  Raja R Harinath  <rharinath@novell.com>
18207
18208         Fix tests/find-method.2.il
18209         * loader.c (find_method, find_method_in_class): Remove is_inflated
18210         argument.  Revert 2006-01-18 change.
18211         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
18212         is generic, search for method in its generic definition.
18213         * class.c (mono_class_setup_vtable_general): Print generic
18214         arguments of generic types in debugging printf.
18215
18216 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
18217
18218         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
18219
18220         * threads.c (mono_threads_request_thread_dump): New helper function.
18221
18222 2006-01-25  Raja R Harinath  <rharinath@novell.com>
18223
18224         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
18225
18226 2006-01-25  Ankit Jain  <jankit@novell.com>
18227
18228         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
18229         move definition to ..
18230         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
18231         
18232 2006-01-25  Ankit Jain  <jankit@novell.com>
18233             Raja R Harinath  <rharinath@novell.com>
18234
18235         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
18236         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
18237         as necessary.
18238
18239 2006-01-25  Martin Baulig  <martin@ximian.com>
18240
18241         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
18242         `MonoDebuggerThread' into debug-debugger.c.
18243
18244 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
18245
18246         * profiler.c: fix printing of data.
18247
18248 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
18249
18250         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
18251           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
18252
18253 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
18254
18255         * object.c: fix deadlock related to string interning.
18256
18257 2006-01-23  Martin Baulig  <martin@ximian.com>
18258
18259         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
18260
18261         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
18262
18263 2006-01-23  Martin Baulig  <martin@ximian.com>
18264
18265         * mono-debug.h: Moved the prototypes of some functions which are
18266         used by the JIT here from mono-debug-debugger.h.
18267
18268 2006-01-21  Martin Baulig  <martin@ximian.com>
18269
18270         * Makefile.am: Don't install mono-debug-debugger.h.
18271
18272 2006-01-21  Martin Baulig  <martin@ximian.com>
18273
18274         * mono-debug-debugger.h: Enforce the private status of this header
18275         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
18276         Moved some stuff from mono-debugger-jit-wrapper.h here.
18277
18278 2006-01-20  Raja R Harinath  <rharinath@novell.com>
18279
18280         * class.c (mono_class_from_typeref): Add a sanity test to help
18281         catch lack of assembly load/search hooks.
18282
18283 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
18284
18285         * marshal.c (emit_struct_conv): Relax the fields with same offset
18286         check even more. Fixes #77230.
18287
18288 2006-01-18  Martin Baulig  <martin@ximian.com>
18289
18290         * loader.c (find_method_in_class): Added `gboolean is_inflated'
18291         argument; if false, we compare the uninstantiated signatures.
18292         (method_from_memberref): Compare the uninstantiated signatures;
18293         fixes #76417.
18294
18295 2006-01-18  Robert Jordan  <robertj@gmx.net>
18296
18297         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
18298         Clear the weak link. Fixes bug #77170.
18299
18300         * gc.c (mono_gchandle_free):
18301         Reflect *-gc.c changes (tiny optimization).
18302
18303 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
18304
18305         * metadata.c (mono_metadata_signature_dup): Applied patch from
18306         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
18307         Fixes #77288.
18308
18309 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
18310
18311         * marshal.c (emit_struct_conv): Allow fields with the same offset when
18312         marshalling from native to managed code. Fixes #77230.
18313
18314 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18315
18316         * threadpool.c: fix problem (Mac only) when more than one asynchronous
18317         connect. Fixes bug #77020.
18318
18319 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
18320
18321         * class.c: fixed id assignement for nested interfaces (bug #77275).
18322         Added also better info for --print-vtable debugging.
18323
18324 2006-01-12  Martin Baulig  <martin@ximian.com>
18325
18326         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
18327         interfaces on-the-fly; fixes #76625.
18328
18329         * class-internals.h
18330         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
18331         don't need that anymore.
18332
18333 2006-01-12  Miguel de Icaza  <miguel@novell.com>
18334
18335         * socket-io.c
18336         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
18337         To avoid initing the nested_classes when not needed I turned the
18338         PeerCredData as a toplevel internal class, as it has to be shared
18339         anyways. 
18340
18341         Fixes the CASA issue.
18342
18343 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
18344
18345         * domain.c: Accessors for MonoJitInfo
18346
18347         * profiler-private.h: Add jitinfo to the end jit hook
18348
18349         * profiler.[ch]: Define new hooks, called after jitting which give
18350         the MonoJitInfo that was compiled
18351
18352 2006-01-10  Martin Baulig  <martin@ximian.com>
18353
18354         * class.c (mono_class_setup_events): Add support for generic
18355         classes; fixes #76440.
18356
18357 2006-01-06  Raja R Harinath  <rharinath@novell.com>
18358
18359         Fix #77160.
18360         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
18361         on passed-in method.
18362
18363 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
18364
18365         * object.c (mono_runtime_invoke_array): Add Nullable support.
18366
18367         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
18368
18369 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
18370
18371         * file-io.c: Don't consider sockets as directory and avoid an endless
18372         loop. Fix bug #76966.
18373
18374 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
18375
18376         * object.c (mono_nullable_init): New helper function.
18377         (mono_nullable_box): Ditto.
18378
18379         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
18380
18381         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
18382
18383         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
18384         
18385 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
18386
18387         * class.c (mono_class_is_assignable_from): Make T assignable to 
18388         Nullable<T>.
18389
18390 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
18391
18392         * appdomain.c: Bump corlib version to 46.
18393         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
18394         serialization purpose) and changed ves_icall_System_Reflection_
18395         Assembly_get_code_base signature to accept a boolean (to escape, or 
18396         not, the assembly code base).
18397
18398 2005-12-23  Dick Porter  <dick@ximian.com>
18399
18400         * icall.c: 
18401         * threads-types.h: 
18402         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
18403         CreateEvent icall now returns "created" boolean parameter.
18404
18405 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
18406
18407         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
18408         #76967.
18409
18410         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
18411         when attr_klass is an interface. Fixes #77045.
18412
18413 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
18414
18415         * marshal.c (emit_struct_conv): Fix previous patch.
18416         
18417         * marshal.c (emit_struct_conv): Add a check for fields with the same
18418         offset.
18419
18420 2005-12-20  Raja R Harinath  <rharinath@novell.com>
18421
18422         Fix regression in Mono.C5.
18423         * class.c (mono_class_create_generic): If 'klass' is an interface
18424         set up the interface offsets.
18425         (mono_class_is_assignable_from): Don't throw away generic arguments.
18426
18427 2005-12-19  Raja R Harinath  <rharinath@novell.com>
18428
18429         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
18430         type parameters.
18431
18432 2005-12-15  Raja R Harinath  <rharinath@novell.com>
18433
18434         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
18435         dead store.
18436         (do_mono_metadata_parse_generic_class): Don't pass the current
18437         generic context when parsing the type being instantiated: it
18438         cannot use it, anyway.
18439
18440         * loader.c (method_from_memberref): Don't inflate a signature if
18441         it doesn't contain any type parameters.
18442
18443 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
18444
18445         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
18446
18447 2005-12-14  Martin Baulig  <martin@ximian.com>
18448
18449         * class.c
18450         (mono_type_get_name_recurse): Don't return null for type
18451         parameters and open generic classes.
18452         (mono_class_setup_methods): Don't exclude generic instances.
18453         (mono_get_unique_iid): Use different IDs for different
18454         instantiations of the same generic type.
18455         (mono_class_setup_vtable): Only use setup_generic_vtable() for
18456         open generic instances; create a normal vtable for closed generic
18457         instances.
18458         (mono_class_setup_vtable_general): We're now also called for
18459         closed generic instances.
18460
18461         * reflection.c
18462         (mono_reflection_bind_generic_parameters): Correctly use
18463         mono_metadata_lookup_generic_inst() everywhere.
18464
18465 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
18466
18467         * object.c (mono_class_create_runtime_vtable): Call 
18468         mono_class_setup_vtable ().
18469
18470         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
18471         function.
18472         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
18473         #76959.
18474
18475         * loader.c (mono_loader_set_error_type_load): Print the type load
18476         warnings to the console so they are more visible to the user.
18477         (mono_loader_set_error_method_load): Ditto.
18478
18479         * reflection.c (ensure_runtime_vtable): Revert the last change as it
18480         is still broken.
18481         
18482         * reflection.c (ensure_runtime_vtable): Fix build.
18483
18484         * reflection.c (ensure_runtime_vtable): Disable an optimization which
18485         doesn't work in all cases.
18486
18487 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
18488
18489         * object.c (mono_array_new_full): Treat a single dimensional array
18490         with 0 lower bounds as an szarray. Fixes #76973.
18491
18492         * reflection.c (custom_attr_visible): Really fix this.
18493
18494 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
18495
18496         * reflection.c (custom_attr_visible): Allow nested public attributes
18497         as well.
18498
18499         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
18500         interface check.
18501
18502 2005-12-12  Raja R Harinath  <harinath@gmail.com>
18503
18504         * class.c (set_generic_param_owner): Delete.
18505         (mono_class_create_from_typedef): Don't set ->owner field of
18506         generic parameters to "param containers" of enclosing classes.
18507         * reflection.c (mono_reflection_initialize_generic_parameter):
18508         Likewise.
18509
18510 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
18511
18512         * reflection.c (custom_attr_visible): Fix build.
18513
18514 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
18515
18516         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
18517         private attributes.
18518         
18519         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
18520         handling of null parameter defaults.
18521
18522 2005-12-09  Raja R Harinath  <rharinath@novell.com>
18523
18524         * class.c (mono_class_from_generic_parameter): Don't set
18525         klass->generic_container.
18526         (my_mono_class_from_generic_parameter): Likewise.
18527
18528 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
18529
18530         * reflection.c (load_public_key): Fix a warning.
18531         (method_encode_code): Fix unaligned accesses.
18532
18533 2005-12-07  Martin Baulig  <martin@ximian.com>
18534
18535         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
18536
18537         * reflection.c
18538         (write_generic_param_entry): Encode our custom attrs.
18539
18540         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
18541
18542 2005-12-07  Martin Baulig  <martin@ximian.com>
18543
18544         * reflection.c (encode_new_constraint): Removed; we don't use the
18545         `NewConstraintAttribute' anymore.
18546
18547 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
18548
18549         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
18550         not fire a TypeResolve event when Assembly.GetType () is called.
18551
18552 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
18553
18554         Beginning of support for nullable types in the runtime. Parts of
18555         this patch are from Martin.
18556
18557         * appdomain.c (MONO_CORLIB_VERSION): Bump
18558
18559         * domain.c (mono_init_internal): get the nullable type
18560
18561         * class.c (mono_class_is_nullable): New method
18562         (mono_class_get_nullable_param): New mehod
18563         (mono_class_create_generic): In types T? set cast_class to T
18564
18565         * class-internals.h (MonoDefaults): new nullable default class
18566         (mono_class_get_nullable_param, mono_class_get_nullable_param):
18567         new methods.
18568
18569 2005-12-05  Raja R Harinath  <rharinath@novell.com>
18570
18571         * metadata.c (select_container): New.  Refactor code to select the
18572         appropriate GenericContainer given the type of generic parameter
18573         we are looking for.
18574         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
18575         not a MonoGenericContext.  Use select_container.  Update parameters.
18576         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
18577         and MONO_TYPE_MVAR.
18578         (unwrap_arrays): Remove duplicate tests.
18579         (find_generic_param): Rename from 'has_same_context'.  Now walks a
18580         generic instantiated class to find any arguments that are generic
18581         parameters.
18582         (mono_type_create_from_typespec_full): Use find_generic_param to
18583         avoid evicting some generic instantiations from the typespec
18584         cache.
18585
18586 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
18587
18588         * reflection.c: fixed writing of doubles on ARM FPA.
18589
18590 2005-12-02  Robert Jordan  <robertj@gmx.net>
18591
18592         * icall.c: Fixed EventInfo.ReflectedType (#76829).
18593
18594 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18595
18596         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
18597         least on SUSE 10 they are not the same (on debian, they are just the
18598         same thing).
18599
18600 2005-12-01  Raja R Harinath  <rharinath@novell.com>
18601
18602         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
18603         DeclaringType for VARs and MVARs.
18604         * class.c (set_generic_param_owner): Fix initialization of owner
18605         fields.
18606
18607 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
18608
18609         * icall.c: fixed Enum.ToObject() to correctly convert the values.
18610
18611 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18612
18613         * threadpool.c: workaround for a bug that shows up on the Mac:
18614         select()+connect() on a blocking socket is not like it should
18615         be, so we proceed to connect() in that case, wasting the I/O
18616         threadpool thread until connect succeedes. Fixes bug #75436.
18617
18618 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18619
18620         * threadpool.c: fix typo when setting file descriptor states.
18621
18622 2005-11-28  Raja R Harinath  <rharinath@novell.com>
18623
18624         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
18625         * metadata.c (mono_metadata_parse_method_signature_full): Don't
18626         create a temporary signature container.
18627         (mono_metadata_parse_generic_param): Update to changes.
18628         (mono_type_create_from_typespec_full): Update to changes.
18629         * loader.c (method_from_memberref): Don't use a
18630         MonoGenericContainer while parsing a memberref signature.
18631         (method_from_methodspec): Remove dead-store of the 'container'
18632         variable.  It's overwritten before use.
18633
18634         * metadata.c (mono_type_create_from_typespec_full): Make debugging
18635         checks tighter.
18636         (mono_metadata_parse_generic_param): Likewise.
18637         * loader.c (find_method_in_class): Does not need a
18638         MonoGenericContainer.  Use 'mono_method_signature' rather than
18639         'mono_method_signature_full'.
18640         (find_method, mono_get_method_constrained, method_from_memberref):
18641         Update to changes.
18642
18643         * metadata.c (mono_type_create_from_typespec_full): Ensure that
18644         owner-less generic-parameters are never evicted from the typespec
18645         cache.
18646
18647         * loader.c (method_from_memberref): Don't use the current context
18648         when parsing signatures.
18649         (method_from_methodspec, mono_get_method_from_token): Update to changes.
18650
18651         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
18652         side-effects in g_assert.
18653         * loader.c (mono_get_method_from_token): Resolve klass earlier so
18654         that we don't potentially lose information.
18655
18656 2005-11-26  Dick Porter  <dick@ximian.com>
18657
18658         * icall.c:
18659         * threads.c: icalls to implement basic (ie, not named)
18660         System.Threading.Semaphore.
18661
18662 2005-11-24  Dick Porter  <dick@ximian.com>
18663
18664         * process.c
18665         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
18666         Use GetProcessId() if it's available.
18667
18668 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
18669
18670         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
18671
18672 2005-11-23  Raja R Harinath  <rharinath@novell.com>
18673             Ankit Jain  <jankit@novell.com>
18674
18675         * loader.c (mono_get_method_from_token): Initialize 'method' field
18676         of all generic parameters before parsing the signature.  Remove
18677         code that "fixed"-up MVAR references.
18678
18679 2005-11-23  Ankit Jain  <jankit@novell.com>
18680
18681         * metadata.c (mono_metadata_has_generic_params):
18682         (mono_metadata_load_generic_param_constraints):
18683         (mono_metadata_load_generic_params): Move duplicate code ...
18684         (mono_metadata_get_generic_param_row): ... here. Returns the
18685         first row-id in GenericParam table for a given owner (token).
18686         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
18687         prototype.
18688
18689 2005-11-23  Raja R Harinath  <rharinath@novell.com>
18690             Ankit Jain  <jankit@novell.com>
18691
18692         * metadata.c (mono_metadata_class_equal): Pass signature_only when
18693         comparing VARs too.
18694         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
18695         type->data.generic_param only if the type is an MVAR.
18696         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
18697         leak owner-less VARs and MVARs into managed space.
18698
18699 2005-11-21  Martin Baulig  <martin@ximian.com>
18700
18701         * class-internals.h
18702         (MonoMethod): Moved the `generic_container' here from
18703         `MonoMethodNormal' since we now also need it for
18704         `MonoMethodPInvoke';
18705         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
18706         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
18707         an union containing both `MonoMethodNormal' and
18708         `MonoMethodPInvoke'.
18709
18710         * loader.c
18711         (mono_get_method_from_token): Allow implementing generic methods
18712         as interncalls.
18713
18714         * threads.c
18715         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
18716         icall.
18717
18718 2005-11-17  Dick Porter  <dick@ximian.com>
18719
18720         * icall.c: 
18721         * process.h: 
18722         * process.c: Split the Process Start_internal icall into
18723         ShellExecuteEx_internal and CreateProcess_internal, which are
18724         called depending on whether UseShellExecute is true.  Fixes bug
18725         76670.
18726
18727         * appdomain.c (MONO_CORLIB_VERSION): Incremented
18728
18729 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
18730
18731         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
18732         'msize' parameters, use the information in 'mspec' instead.
18733         (emit_object_to_ptr_conv): Ditto.
18734
18735         * marshal.c (emit_struct_conv): Handle explicit layout structs with
18736         fields out of order. Fixes #76733.
18737
18738 2005-11-17  Ankit Jain  <jankit@novell.com>
18739
18740         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
18741
18742 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
18743
18744         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
18745           bug #76575.
18746
18747 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
18748
18749         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
18750         for types with non-auto layout. Fixes #76717.
18751
18752 2005-11-16  Ankit Jain  <jankit@novell.com>
18753
18754         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
18755         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
18756         if generic_context is null.
18757           (mono_metadata_generic_param_equal): param->owner can be null.
18758           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
18759         null.
18760
18761 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
18762
18763         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
18764         the correct value.
18765
18766 2005-11-15  Martin Baulig  <martin@ximian.com>
18767
18768         * object.c (set_value): Use mono_class_from_mono_type() instead of
18769         the hack for generic instances; fixes #76136.
18770
18771 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
18772
18773         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
18774         fields.
18775
18776         * image.c (load_metadata_ptrs): Initialize the new fields.
18777
18778         * reflection.c (create_dynamic_mono_image): Ditto.
18779
18780         * reflection.c (build_compressed_metadata): Use the new fields.
18781
18782         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
18783         icall.
18784
18785         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
18786         icall.
18787         
18788 2005-11-15  Ankit Jain  <jankit@novell.com>
18789             Raja R Harinath  <harinath@gmail.com>
18790
18791         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
18792         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
18793         new per-generic_container cache if the cached MonoType's context matches
18794         the current context.
18795           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
18796         to the expected context.
18797           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
18798
18799 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
18800
18801         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
18802         we changed the signature of an icall.
18803         * icall.c: Modify to mono_double_ParseImpl return true/false 
18804         depending on the success, instead of throwing the exception. This will
18805         help us in Double.TryParse methods.
18806         
18807 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
18808
18809         * marshal.c (emit_marshal_object): Throw an exception when
18810         marshalling 'object' instead of crashing. Fixes #76696.
18811
18812 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
18813
18814         * class-internals.h: Add prototype for mono_type_get_full_name ().
18815
18816 2005-11-11  Dick Porter  <dick@ximian.com>
18817
18818         * threads.c (mono_thread_manage): Make sure the main thread has
18819         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
18820
18821 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
18822
18823         * loader.c (mono_loader_set_error_type_load): Log a warning to the
18824         console about the missing type.
18825         (mono_loader_set_error_method_load): Ditto.
18826
18827 2005-11-09  Miguel de Icaza  <miguel@novell.com>
18828
18829         * mono-config.c (mono_get_config_dir): Set the system defaults if
18830         none is specified.
18831
18832         * assembly.c (mono_set_dirs): New API entry point to set the
18833         assembly and the config directory in one call
18834
18835 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
18836
18837         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
18838         the ftnptr was created from a delegate in a domain other than the
18839         current domain. Fixes #75377.
18840
18841         * exception.h exception.c: Add mono_get_exception_not_supported ().
18842
18843 2005-11-08  Martin Baulig  <martin@ximian.com>
18844
18845         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
18846
18847 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
18848
18849         * security-manager.h: Added definitions to deal with strongname key 
18850         pairs bigger (and smaller) than 1024 bits.
18851         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
18852         adjust wrt the public key length being used.
18853
18854 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
18855
18856         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
18857           Windows build (r51396-51397).
18858
18859 2005-11-03  Martin Baulig  <martin@ximian.com>
18860
18861         * class.c (mono_class_setup_vtable_general): Also add generic
18862         methods to the vtable; fixes #76581.
18863
18864 2005-11-01  Miguel de Icaza  <miguel@novell.com>
18865
18866         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
18867         sure that we lookup GetString method from the System.Text.Encoding
18868         class, not the derived class or we get an empty method.
18869
18870         Fixed class #76612.
18871
18872 2005-10-25  Miguel de Icaza  <miguel@novell.com>
18873
18874         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
18875         if it has been previously set (embedders). 
18876
18877         Make mono_set_rootdir available also on Unix.
18878
18879 005-10-24  Robert Jordan  <robertj@gmx.net>
18880
18881         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
18882
18883 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
18884
18885         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
18886         only calls which are made to native code use this flag.
18887
18888         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
18889
18890 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
18891
18892         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
18893         Add support for FieldBuilders.
18894
18895 2005-10-29  Martin Baulig  <martin@ximian.com>
18896
18897         * mono-debug.c
18898         (mono_debug_using_mono_debugger): New public method; returns
18899         whether we're running inside the debugger.
18900
18901 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
18902
18903         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
18904         for Method/Constructor/FieldBuilders.
18905
18906 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
18907
18908         * reflection.c (module_add_cattrs): Save custom attributes for global methods
18909         and fields as well.
18910
18911 2005-10-26  Martin Baulig  <martin@ximian.com>
18912
18913         * mono-debug-debugger.c
18914         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
18915
18916 2005-10-24  Raja R Harinath  <harinath@gmail.com>
18917
18918         * icall.c (base64_to_byte_array): Don't pass an out-of-range
18919         integer to isspace.
18920
18921 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
18922
18923         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
18924         when passing valuetypes byref. Fixes #76502.
18925
18926 2005-10-19  Jackson Harper  <jackson@ximian.com>
18927
18928         * profiler.c: Don't put a . in front of types that are not in a
18929         namespace.
18930
18931 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
18932
18933         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
18934
18935 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
18936
18937         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
18938         #76436.
18939         (mono_marshal_get_ldflda_wrapper): Fix a warning.
18940
18941 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
18942
18943         * assembly.c metadata-internals.h icall.c: Define an additional
18944         parameter for mono_assembly_name_parse_full, so we can avoid creating
18945         S.R.AssemblyName.Version when no version info wasn't passed.
18946         
18947 2005-10-09  Miguel de Icaza  <miguel@novell.com>
18948
18949         * class.c (mono_type_get_full_name): Reimplement method that was
18950         removed. 
18951
18952         * image.c: Some docs
18953
18954 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
18955
18956         * profiler.c (output_newobj_profile): Fix printing of Total memory
18957         on x86.
18958
18959 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
18960
18961         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
18962
18963 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
18964
18965         * threads.c: remove debug output.
18966
18967 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
18968
18969         * threads.c (mono_thread_manage): Fix crashes if more than 64
18970         threads need to be aborted. Hopefully fixes #75899.
18971
18972         * assembly.c (mono_stringify_assembly_name): New helper function.
18973
18974         * class.c: Use mono_stringify_assembly_name instead of the similar
18975         static function.
18976
18977         * assembly.h assembly.c: Add support for calling a postload search 
18978         hook if an assembly cannot be loaded.
18979
18980         * appdomain.c: Register new search hooks which call the AssemblyResolve
18981         events in AppDomain. Fixes #75231
18982
18983 2005-10-07  Martin Baulig  <martin@ximian.com>
18984
18985         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
18986         methods without debug info.
18987
18988 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
18989
18990         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
18991         wrappers.
18992
18993 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18994
18995         * file-io.c: now that we return symlinks, use lstat and, when the file
18996         is a symbolic link, stat, to get the file attributes. Also avoid the
18997         conversion to/from utf16/external.
18998
18999 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
19000
19001         * class.c (mono_class_layout_fields): Compute klass->has_references
19002         correctly if an embedded valuetype is not yet initialized. Fixes
19003         #76331.
19004
19005 2005-10-04  Martin Baulig  <martin@ximian.com>
19006
19007         * metadata.c
19008         (mono_metadata_load_generic_param_constraints): New public
19009         function; splitted the constraints loading out from
19010         mono_metadata_load_generic_params().
19011
19012         * class.c (mono_class_create_from_typedef): Call
19013         mono_metadata_load_generic_param_constraints() after setting up
19014         the type and creating our parent; fixes #75329.
19015
19016 2005-10-04  Martin Baulig  <martin@ximian.com>
19017
19018         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
19019         non-dynamic parent classes.
19020
19021 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
19022
19023         * file-io.c : win32 build fix (ETXTBSY seems not found).
19024
19025 2005-10-04  Martin Baulig  <martin@ximian.com>
19026
19027         * reflection.c
19028         (mono_image_get_methodspec_token): Make the cache actually work;
19029         fixes #75974.
19030
19031 2005-10-04  Martin Baulig  <martin@ximian.com>
19032
19033         * class.c (mono_class_name_from_token): Removed the unneccessary
19034         `MonoGenericContext *' argument.
19035
19036 2005-10-04  Martin Baulig  <martin@ximian.com>
19037
19038         * loader.c
19039         (method_from_methodspec): Make the caching work again; fixes the
19040         performance regression from #76262.
19041
19042 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19043
19044         * file-io.c:
19045         * file-io.h:
19046         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
19047         GetFileSystemEntries that performs the same work but without going
19048         into io-layer, locking, etc.
19049
19050 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
19051
19052         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
19053         ThreadState_Stopped as well. Fixes #76047.
19054
19055 2005-09-29  Martin Baulig  <martin@ximian.com>
19056
19057         * class.c
19058         (inflate_generic_context): If the new context has a `gmethod', set
19059         its `container' that that gmethod's `container'.
19060
19061         * metadata.c
19062         (mono_metadata_parse_generic_param): Simplify things;
19063         `generic_container = generic_context->container;' is just fine.
19064
19065         * loader.c (method_from_methodspec): Code cleanups.
19066
19067 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
19068
19069         * decimal.c: fix warning (and let gcc generate correct
19070         code on ARM with optimizations).
19071
19072 2005-09-28  Martin Baulig  <martin@ximian.com>
19073
19074         * loader.c
19075         (method_from_memberref): Added `MonoGenericContext *class_context'
19076         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
19077         (method_from_methodspec): If we're a memberref, use the enclosing
19078         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
19079
19080 2005-09-28  Martin Baulig  <martin@ximian.com>
19081
19082         * object.c (mono_runtime_invoke_array): Added support for
19083         MONO_TYPE_GENERICINST; fixes #75917.
19084
19085 2005-09-27  Martin Baulig  <martin@ximian.com>
19086
19087         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
19088         `k->byval_arg.type' to determine the actual type.
19089
19090         * loader.c (method_from_methodspec): Removed some hacks.
19091
19092 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
19093
19094         * class-internals.h (mono_field_is_deleted): Do the test for
19095         rtspecialname before we check the actual name of the field. This
19096         prevents us from dereferencing a pointer into the string table,
19097         saving us from accessing a few pages
19098
19099         * *.c: Replace the use of {Enter,Leave}CriticalSection with
19100         macros. This will allow a deadlock debugger to easily be plugged
19101         in.
19102
19103 2005-09-27  Martin Baulig  <martin@ximian.com>
19104
19105         * loader.c (method_from_methodspec): Create a "signature"
19106         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
19107
19108 2005-09-27  Martin Baulig  <martin@ximian.com>
19109
19110         * class.c
19111         (inflate_generic_class): Correctly set the new context's
19112         container.
19113
19114         * loader.c
19115         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
19116         instead of a `MonoGenericContext *'.
19117         (mono_method_signature_full): Take a `MonoGenericContainer *'
19118         instead of a `MonoGenericContext *'.
19119
19120         * metadata.c
19121         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
19122         instead of a `MonoGenericContext *'.
19123         (mono_metadata_parse_method_signature_full): Likewise.
19124
19125 2005-09-26  Martin Baulig  <martin@ximian.com>
19126
19127         * class.c
19128         (mono_class_from_generic_parameter): Set `klass->generic_container'
19129         (mono_class_from_generic_parameter): Likewise.
19130         (mono_bounded_array_class_get): We inherit the generic container
19131         from the element class.
19132
19133         * loader.c
19134         (find_method, find_method_in_class): Take a `MonoGenericContext *'
19135         argument rather than computing it here.
19136         (method_from_memberref): Correctly set the generic context before
19137         parsing the signature.  Fixes #75681.
19138
19139 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
19140
19141         * object.c (mono_class_has_special_static_fields): Fix warnings.
19142
19143 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19144
19145         * assembly.c: Add parse_public_key function, to
19146         par the public keys. Also added mono_assembly_name_parse_full,
19147         to define it the parsed key should be freed or not.
19148         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
19149         to parse a long format assembly name.
19150         * metadata-internals.h: Keep mono_assembly_name_parse_full as
19151         private, since calling it to preserve the key requires
19152         freeing it manually.
19153         
19154 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
19155
19156         * locales.c : removed HAVE_ICU part.
19157
19158 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
19159
19160         * object.c (mono_class_create_runtime_vtable): Avoid calling 
19161         field_is_special_static if the klass has no special static fields.
19162
19163         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
19164         (MonoCachedClassInfo): Likewise.
19165
19166         * object.c (mono_class_has_special_static_fields): New helper function.
19167
19168 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
19169
19170         * class.c (mono_class_create_from_typedef): Don't call 
19171         interfaces_from_typedef_full for enums.
19172         (mono_class_create_from_typedef): Compute the base types of enums directly
19173         without calling mono_class_setup_fields ().
19174         (mono_class_find_enum_basetype): New helper function.
19175
19176         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
19177         one place inside the string heap.
19178         
19179 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
19180
19181         * class.c: locking fixes, code cleanups, some docs added.
19182         Allocate some data structures in the image mempool.
19183
19184 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
19185
19186         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
19187         the example code.
19188         
19189 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
19190
19191         * class-internals.h, class.c, reflection.c: reduce memory taken by
19192         MonoClass.
19193
19194 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
19195
19196         * metadata.c, metadata.h, loader.h: documentation updates, code and
19197         API cleanups.
19198
19199 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
19200
19201         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
19202         the example code.
19203
19204         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
19205         page faults caused by the runtime while reading metadata.
19206
19207 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19208
19209         * socket-io.c: the field names were changed 3 months ago and no one
19210         realized until bug #76077 got filed!
19211
19212 2005-09-20  Martin Baulig  <martin@ximian.com>
19213
19214         * icall.c (assembly_icalls): Removed some unused debugger icalls.
19215
19216 2005-09-20  Martin Baulig  <martin@ximian.com>
19217
19218         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
19219         write the rank into the class entry.
19220
19221 2005-09-20  Martin Baulig  <martin@ximian.com>
19222
19223         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
19224
19225 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
19226
19227         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
19228
19229         * icall.c (custom_attrs_defined_internal): New icall.
19230
19231         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
19232         function.
19233         (mono_custom_attrs_construct_by_type): New helper function.
19234
19235 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
19236
19237         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
19238         terminate the resulting string. Fixes #76123.
19239
19240 2005-09-16  Martin Baulig  <martin@ximian.com>
19241
19242         * mono-debug.c
19243         (mono_debug_add_method): Ignore inflated methods for the moment.
19244
19245 2005-09-14  Martin Baulig  <martin@ximian.com>
19246
19247         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
19248
19249 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
19250
19251         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
19252         return a success/failure indication.
19253         (mono_metadata_interfaces_from_typedef_full): Ditto.
19254         (get_constraints): Ditto.
19255
19256 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
19257
19258         * marshal.c (emit_marshal_array): Fix handling of null arrays.
19259         
19260         * marshal.c (emit_marshal_array): Add support for returning string
19261         arrays from delegates. Fixes #76063.
19262
19263         * marshal.c: Use the emit_ldloc/stloc macros where possible.
19264
19265 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
19266
19267         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
19268         icall.
19269
19270 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
19271
19272         * reflection.c icall.c: Fix after mono_get_exception_type_load
19273         signature change.
19274
19275         * assembly.c (mono_assembly_get_assemblyref): New helper function.
19276         (mono_assembly_load_reference): Use the new helper.
19277
19278         * class-internals.h (MonoLoaderError): New structure containing 
19279         information about type loading errors.
19280
19281         * class-internals.h loader.c: Add APIs to store per-thread loader
19282         error information.
19283
19284         * loader.c class.c: Set the loader error if needed.
19285
19286         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
19287
19288 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
19289
19290         * decimal.c: fixed to handle the broken ARM fp format.
19291
19292 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
19293
19294         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
19295         broken.
19296
19297 2005-09-06  Martin Baulig  <martin@ximian.com>
19298
19299         * domain.c (supported_runtimes): Added v2.0.50727.
19300
19301 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
19302
19303         * culture-info.h: reduce the size of some structures.
19304
19305 2005-09-05  Martin Baulig  <martin@ximian.com>
19306
19307         Reflect latest API changes in the August CTP.
19308
19309         * icall.c
19310         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
19311         ("MonoType.HasGenericArguments"): Removed.
19312         ("MonoMethod.BindGenericParameters"): Renamed to
19313         "MakeGenericMethod".
19314         ("MethodBuilder.BindGenericParameters"): Renamed to
19315         "MakeGenericMethod".    
19316
19317 2005-09-05  Martin Baulig  <martin@ximian.com>
19318
19319         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
19320
19321 2005-09-05  Martin Baulig  <martin@ximian.com>
19322
19323         Applying a patch from Michal Moskal <malekith@nemerle.org>.
19324
19325         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
19326         generic_container is non-NULL.
19327
19328 2005-09-05  Martin Baulig  <martin@ximian.com>
19329
19330         Applying a patch from Michal Moskal <malekith@nemerle.org>.
19331
19332         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
19333
19334 2005-08-29  Michal Moskal  <malekith@nemerle.org>
19335
19336         * reflection.c (encode_locals,
19337         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
19338         for large generic types.
19339
19340 2005-09-05  Martin Baulig  <martin@ximian.com>
19341
19342         Applying a patch from Michal Moskal <malekith@nemerle.org>.
19343
19344         * class.c (mono_dup_array_type): New public method.
19345         (mono_metadata_signature_deep_dup): New public method.
19346         (dup_type): Correctly duplicate array and function types.
19347
19348 2005-09-05  Martin Baulig  <martin@ximian.com>
19349
19350         Applying a patch from Michal Moskal <malekith@nemerle.org>.
19351
19352         * reflection.c (get_default_param_value_blobs): Handle generic types
19353         and generic methods.
19354
19355 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
19356
19357         * class.c: Fixed error reporting (method/class were inversed) for 
19358         inheritance demands.
19359         * security-manager.c|h: Added the AppDomain when calling the managed
19360         System.Security.SecurityManager.InheritanceDemand method.
19361
19362 2005-09-01  Raja R Harinath  <rharinath@novell.com>
19363
19364         * reflection.c (encode_marshal_blob): 'marshaltype' and
19365         'marshaltyperef' are alternate sources for the custom marshaler
19366         name.
19367
19368 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
19369
19370         * class.c: fix creation of array classes with rank == 1
19371         (patch by Ankit Jain <jankit@novell.com>).
19372
19373 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
19374
19375         * object.c: fix check for creating the bound data for arrays vs
19376         szarrays.
19377
19378 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19379
19380         * object.c: configuration file name is now based on the executable name,
19381         not the image name. Fixes bug #75931.
19382
19383 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
19384
19385         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
19386         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
19387
19388 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
19389
19390         * rand.c: Use wincrypt.h instead of WinCrypt.h.
19391
19392 2005-08-24  Ankit Jain  <jankit@novell.com>
19393             Raja R Harinath  <rharinath@novell.com>
19394
19395         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
19396           called by it recursively.
19397           (mono_class_init): Remove special case in pending_init handling, since it's
19398           superseded by the fix to mono_class_from_typeref.
19399
19400 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
19401
19402         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
19403         BROKEN_THREAD_START stuff.
19404
19405 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
19406
19407         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
19408         trampoline.
19409
19410         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
19411         
19412         * object.c (mono_delegate_ctor): Replace the original function address with
19413         a delegate trampoline.
19414
19415 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
19416
19417         * icall.c: add boolean argument to base64_to_byte_array and 
19418         InternalFromBase64String to control whether a whitespace-only string
19419         is allowed (or should casue a FormatException to be thrown). We need
19420         this as the behavior has changed between MS.NET 1.x and 2.0, and we
19421         to match the MS behaviour in both profiles.
19422         * appdomain.c: Bump corlib version.
19423
19424 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19425
19426         This patch implements a big portion of publisher policy
19427         support, used to bind assembly versions and redirect
19428         one assembly from version A to version B.
19429
19430         * assembly.c:
19431         New GSList loaded_assembly_bindings, for storing the cached
19432         assembly bindings.
19433         (assembly_binding_maps_name): New static function for checking if a 
19434         assembly binding information maps an assembly name.
19435         (mono_assembly_binding_info_free): New function for freeing
19436         assembly binding information resources.
19437         (get_publisher_policy_info): New static function for retrieving 
19438         assembly binding information from a MonoImage.
19439         (compare_versions): New static function for comparing an assembly
19440         binding information data and the version of an assembly name.
19441         (check_policy_versions): New static function for checking if an
19442         assembly binding info mapping an assembly name is valid for it.
19443         (mono_assembly_load_publisher_policy): New static function for
19444         loading the 'policy.major.minor.MyAssembly' image for an assembly
19445         with an assembly name 'aname'.
19446         (mono_assembly_bind_version): New static function for updating
19447         assembly redirection.
19448         (mono_assembly_apply_binding): New static function for applying
19449         assembly binding.
19450         (search_binding_loaded): New static function for searching 
19451         loaded assembly binding infos in the cache domain.
19452         (mono_assembly_load_full): Don't apply assembly binding for
19453         reflection only assemblies.
19454
19455         * metadata-internals.h: Add MonoAssemblyBindingInfo,
19456         which contains information about assembly binding. Also
19457         declare signature for mono_config_parse_publisher_policy ()
19458         function, used to retrieve pub policy info.
19459         
19460         * mono-config.c:
19461         (publisher_policy_start): New static function used to parse publisher 
19462         policy config files.
19463         (publisher_policy_parser): New static MonoParseHandler containing 
19464         the functions used when parsing config files.
19465         (mono_config_parse_publisher_policy): New function for parsing
19466         publisher policy files.
19467         
19468 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
19469
19470         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
19471
19472         * marshal.c (mono_delegate_free_ftnptr): Ditto.
19473
19474         * object.c (mono_get_addr_from_ftnptr): New helper function.
19475
19476         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
19477
19478         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
19479
19480 2005-08-19  Dick Porter  <dick@ximian.com>
19481
19482         * threads.c, threads.h, appdomain.c, appdomain.h,
19483         profiler-private.h, monitor.c, object.c, object-internals.h,
19484         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
19485         store the thread ID, so it can hold a 64 bit value if needed.
19486
19487 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
19488
19489         * reflection.c (mono_reflection_create_dynamic_method): Store the
19490         handle class into the method references as well so ldtoken works in
19491         dynamic methods.
19492
19493         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
19494         types.
19495
19496 2005-08-19  Ankit Jain <jankit@novell.com>
19497
19498         Fix #75847.
19499         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
19500           here rather than using the method signature of a arbitrary function
19501           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
19502           two arguments.
19503           Hack done with Harinath.
19504
19505 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19506
19507         * threadpool.c: disable printing stack traces when we get a exception
19508         in a threadpool thread. I need to do more testing to figure out which
19509         cases actually print this. Fixes bug #75828.
19510
19511 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19512
19513         * icall.c: there might be ignored whitespace after the last '='. This
19514         fixes length computation and bug #75840.
19515
19516 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
19517
19518         * assembly.c (mono_assembly_load_full): Consider .exe extension as
19519         well. Fixes #75809.
19520
19521         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
19522         #75784.
19523         
19524         * reflection.c (create_custom_attr_data): Ditto.
19525
19526 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
19527
19528         * locales.c, culture-info.h : removed RegionLCIDMap.
19529         * culture-info-tables.h : regenerated.
19530
19531 2005-08-16  Martin Baulig  <martin@ximian.com>
19532
19533         * class.c (mono_type_get_name_recurse): Small fix.
19534
19535 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
19536
19537         * locales.c : indentation fixie.
19538
19539 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
19540
19541         * object-internals.h,
19542           locales.h,
19543           locales.c,
19544           culture-info.h,
19545           icall.c : added RegionInfo table support.
19546         * culture-info-table.h : regenerated for region support.
19547
19548 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
19549
19550         * reflection.c (resolve_object): handle all kinds of MonoMethod
19551         including generic ones
19552
19553 2005-08-12  Ankit Jain <jankit@novell.com>
19554
19555         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
19556           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
19557
19558 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
19559
19560         * process.c: Don't close a thread handle when it's NULL. This is a
19561         workaround for bug #75733.
19562
19563 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
19564
19565         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
19566
19567 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
19568
19569         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
19570
19571 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19572
19573         * threadpool.c: if a work item in the thread pool has a callback that
19574         catches a exception, don't propagate it after invoking the callback.
19575         Fixes bug #75336.
19576
19577 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
19578
19579         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
19580
19581         * class-internals.h (MonoCachedClassInfo): Add some new fields.
19582
19583         * class.c (mono_class_init): Load field info lazily in the AOT case.    
19584
19585         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
19586
19587 2005-08-03  Ankit Jain  <jankit@novell.com>
19588
19589         Fix #75683.
19590         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
19591           PInvoke calling convention is 0.
19592
19593 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
19594
19595         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
19596         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
19597
19598 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
19599
19600         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
19601         to handle threads not started by the GC (patch by Michael Meeks
19602         <michael.meeks@novell.com>).
19603
19604 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
19605
19606         * reflection.c: Make buffer used in emitting types larger for some
19607         big generic types (patch by Michal Moskal).
19608
19609 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
19610
19611         * mono-debug.c: Fix some (not all) alignment problems.
19612
19613 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19614
19615         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
19616         Invoke mono_image_load_from_data_full passing the refonly
19617         parameter.
19618
19619         * assembly.c
19620         (mono_assembly_open_from_bundle): Add the refonly argument, 
19621         in order to pass it to other methods it calls to.
19622         (do_mono_assembly_open): Add the refonly argument, in order 
19623         to pass it to other methods it calls to.
19624         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
19625         the refonly parameter to it.
19626
19627         * image.c: Add loaded_images_refonly_hash and
19628         loaded_images_refonly_guid_hash to cache the reflection
19629         only loaded images.
19630         (mono_images_init): Initialize the hash tables used for
19631         caching the reflection only images.
19632         (load_modules): Invoke mono_image_open_full passing the refonly
19633         parameter to load the modules the correct way.
19634         (build_guid_table): Add the refonly argument, to re-build the 
19635         correct hash table.
19636         (do_mono_image_open): Added the refonly argument, in order to
19637         define it for the loaded image.
19638         (mono_image_loaded_full): New function, which receives an
19639         additional parameter to look for the image in the refonly or
19640         non-refonly section.
19641         (mono_image_loaded): Updated, using mono_image_loaded_full.
19642         (mono_image_loaded_by_guid_full): The same case that happens
19643         with mono_image_loaded_full.
19644         (mono_image_loaded_by_guid): Likewise.
19645         (register_image): Use the ref_only variable inside MonoImage
19646         to decide in which hash table store the current image.
19647         (mono_image_open_from_data_full): Rename
19648         mono_image_open_from_data to mono_image_open_from_data_full,
19649         adding the refonly argument, to define the ref_only variable 
19650         inside MonoImage.
19651         (mono_image_open_from_data): Return 
19652         mono_image_open_from_data_full.
19653         (mono_image_open_full): Rename mono_image_open to
19654         mono_image_open_full, receiving the new refonly argument,
19655         to pass it to inner methods.
19656         (mono_pe_file_open): Update this function, to open
19657         a MonoImage as a non-refonly image.
19658         (mono_image_close): Use the refonly variable inside
19659         MonoImage to remove the image from the correct caches.
19660
19661         * image.h: Add the signatures of mono_image_open_full,
19662         mono_image_open_from_data_full, mono_image_loaded_full,
19663         mono_image_loaded_by_guid_full.
19664
19665         * metadata-internals.h: Add the ref_only field to 
19666         MonoImage.
19667         
19668 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19669
19670         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
19671         Fix the last behavior, which used to load the assemblies and
19672         extract MonoReflectionAssemblyName information, instead of
19673         extract it from the metadata tables. Needed for Reflection
19674         Only assemblies.
19675         
19676 2005-07-29  Martin Baulig  <martin@ximian.com>
19677
19678         * mono-debug-debugger.c
19679         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
19680         not initialized.
19681
19682         * mono-debug.c
19683         (mono_debug_address_from_il_offset): Check whether we have
19684         debugging support before attempting to take the lock.
19685         (mono_debug_source_location_from_address): Likewise.
19686         (mono_debug_source_location_from_il_offset): Likewise.
19687         (mono_debug_il_offset_from_address): Likewise.
19688         (mono_debug_address_from_il_offset): Likewise.
19689
19690 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
19691
19692         * class.c (mono_class_from_name_case): Add support for dynamic images.
19693         Fixes #75650.
19694
19695         * object.c (mono_class_compute_gc_descriptor): Add a workaround
19696         for #75479.
19697
19698 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
19699         
19700         * reflection.c (mono_method_get_object): Fix warning.
19701
19702 2005-07-28  Martin Baulig  <martin@ximian.com>
19703
19704         * mono-debug.c
19705         (mono_debug_add_wrapper): Also write the wrapper type.
19706
19707 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
19708
19709         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
19710         
19711         * class.c (mono_class_init): Avoid reading nested classes if the AOT
19712         data indicates the class has none.
19713
19714 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
19715
19716         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
19717         loader lock with the debugger lock. Prevents deadlocks for beagle.
19718
19719         Beagle can now run on an smp box for a weekend without any
19720         issues. Woohoo!
19721
19722 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
19723
19724         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
19725         in a module. Fixes #75629.
19726
19727 2005-07-26  Martin Baulig  <martin@ximian.com>
19728
19729         * mono-debug.c (mono_debug_add_wrapper): New static method.
19730         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
19731         interncall or a wrapper.
19732
19733         * mono-debug.h (MonoDebugWrapperData): New public typedef.
19734         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
19735         (MONO_DEBUGGER_VERSION): Bump to 51.
19736
19737         * mono-debug-debugger.c
19738         (mono_debugger_add_type): Removed this empty function.
19739         (mono_debugger_add_method): Likewise.
19740
19741 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
19742
19743         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
19744         before accessing method->slot.
19745
19746 2005-07-21  Jb Evain  <jbevain@gmail.com>
19747
19748         * reflection.c (method_encode_clauses/class): Handle filters clauses.
19749         Fixes #75010.
19750
19751 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
19752
19753         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
19754         #75587.
19755
19756 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
19757
19758         * image.h image.c: Add mono_image_get_guid () API function.
19759
19760 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
19761
19762         There were issues when multiple threads tried to load
19763         assemblies. A deadlock was created between assemblies_mutex and
19764         mono_domain_assemblies_lock. This fixes the issue by making the
19765         assembly ref counting be lock free. See bug 75586.
19766         
19767         * image.c (mono_image_close): The add ref function here was using
19768         Interlocked operations while the unref was using a mutex and a
19769         --. I don't think this was ever a bug that would be exposed in a
19770         non-pendantic way (ie, by an embedder doing a ref on one thread
19771         and an unref on another), but for the sake of correctness, this is
19772         now Interlocked.
19773
19774         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
19775         (mono_assembly_load_reference): Call mono_assembly_addref rather
19776         than touching the refcount ourselves.
19777         (mono_assembly_close): Use InterlockedDecrement to unref the
19778         assembly. Don't acquire the lock unless it is actually needed.
19779
19780 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
19781
19782         * class.c (mono_class_layout_fields): Fix calculation of has_references
19783         for generic types.
19784
19785 2005-07-12  Martin Baulig  <martin@ximian.com>
19786
19787         Applying a patch from Michal Moskal <malekith@nemerle.org>.
19788
19789         * metadata.c
19790         (mono_type_hash): Provide better hashing for generic instances.
19791         (mono_generic_inst_hash): Improve hashing.
19792         (mono_generic_class_hash): Likewise.
19793
19794         * reflection.c (mymono_metadata_type_hash): Improve hashing for
19795         generic instances.
19796
19797 2005-07-12  Martin Baulig  <martin@ximian.com>
19798
19799         * reflection.c (mono_reflection_create_runtime_class): Remove the
19800         hack for generic type definitions and non-`Run' assemblies.
19801         (mono_reflection_bind_generic_parameters): Also use
19802         `klass->wastypebuilder' to check for TypeBuilders.
19803
19804 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
19805
19806         * class.c (mono_class_layout_fields): Fix calculation of has_references
19807         for generic types.
19808
19809         * class.c (inflate_generic_class): Fix a leak.
19810         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
19811         for generic types.
19812
19813 2005-07-11  Martin Baulig  <martin@ximian.com>
19814
19815         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
19816         on error.
19817
19818 2005-07-11  Martin Baulig  <martin@ximian.com>
19819
19820         * loader.c (find_method): Also lookup in
19821         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
19822
19823 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
19824
19825         * appdomain.c (mono_domain_unload): Don't free the error message
19826         before passing it to mono_get_exception_...
19827
19828         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
19829         
19830 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
19831
19832         * threads.c: try to better guess an available RT signal (bug #75387).
19833
19834 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
19835
19836         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
19837         and CACHE_OBJECT.
19838
19839 2005-07-07  Martin Baulig  <martin@ximian.com>
19840
19841         * class.c (mono_type_get_name_full): Return NULL for
19842         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
19843         fixes #75408.
19844
19845 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
19846
19847         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
19848         exit the appdomain as well being aborted.
19849
19850         * threadpool.c: Create all threadpool threads inside the root appdomain, and
19851         change back to the root domain after calling managed code. This enables
19852         appdomains using threadpools to be unloaded.
19853
19854 2005-07-07  Martin Baulig  <martin@ximian.com>
19855
19856         * class-internals.h
19857         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
19858         into `MonoDynamicGenericClass' since we only need it for dynamic
19859         types.
19860
19861         * reflection.c (mono_class_bind_generic_parameters): We don't need
19862         to compute the `parent' here.
19863
19864 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
19865
19866         * culture-info-table.h : regenerated.
19867
19868 2005-07-06  Martin Baulig  <martin@ximian.com>
19869
19870         * icall.c
19871         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
19872
19873         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
19874
19875 2005-07-06  Martin Baulig  <martin@ximian.com>
19876
19877         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
19878         we're doing a signature-only comparision; fixes #74945.
19879
19880 2005-07-06  Martin Baulig  <martin@ximian.com>
19881
19882         * class-internals.h (MonoGenericClass): Moved some things out into
19883         a new `MonoInflatedGenericClass' type.  
19884         (MonoInflatedGenericClass): New type; the `klass' of a
19885         `MonoGenericClass' is now computed lazyly in
19886         mono_get_inflated_generic_class().      
19887
19888         * class.c (mono_get_inflated_generic_class): New public function.
19889         (mono_class_inflate_generic_method): Removed the unused
19890         `MonoClass *' argument.
19891         (setup_generic_vtable): Don't call mono_get_inflated_method() on
19892         all the methods.
19893         (mono_class_create_generic): Make this static and merge it with
19894         mono_class_create_generic_2(); we're now called automatically from
19895         mono_get_inflated_generic_class().
19896
19897         * loader.c (mono_method_signature): Call
19898         mono_get_inflated_method() here.
19899
19900 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
19901
19902         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
19903         type of fields with RVA.
19904
19905         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
19906         for this pseudo class.
19907         (my_mono_class_from_generic_parameter): Likewise.
19908         (mono_class_init): Allow interfaces to have cctors.
19909
19910 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
19911
19912         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
19913         lazily for AOT methods.
19914
19915 2005-07-05  Martin Baulig  <martin@ximian.com>
19916
19917         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
19918         returns FALSE for a successful match, not TRUE.
19919
19920 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
19921
19922         * loader.c (mono_method_get_index): Optimize this a bit.
19923
19924 2005-07-04  Martin Baulig  <martin@ximian.com>
19925
19926         * class.c
19927         (class_compute_field_layout): Move the check for generic type
19928         definitions into mono_class_layout_fields().  Fixes #74684.
19929         (mono_class_from_generic_parameter): Correctly compute
19930         `klass->parent'; fixes #75457.
19931
19932         * reflection.c (register_assembly, register_module): Make sure
19933         `domain->rejobject_hash' is already created.
19934
19935 2005-07-02  Martin Baulig  <martin@ximian.com>
19936
19937         * class-internals.h
19938         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
19939         `MonoDynamicGenericClass'.      
19940
19941 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
19942
19943         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
19944         returned by a field getter is null, since null is a valid value.
19945
19946 2005-07-01  Martin Baulig  <martin@ximian.com>
19947
19948         * reflection.c (mono_reflection_generic_class_initialize): Update
19949         the `dgclass->fields [i].parent' to the correct class.
19950         (mono_image_get_fieldref_token): Use the declaring type, not the
19951         reflected type.
19952
19953 2005-07-01  Martin Baulig  <martin@ximian.com>
19954
19955         * loader.c (find_method): Also look in the interfaces; fixes #75429.
19956
19957 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
19958
19959         * threads.c (thread_cleanup): assert that thread != NULL
19960         (wait_for_tids_or_state_change): We were using the wrong variable
19961         when accessing wait->threads. `i' was always out of the bounds of
19962         the array.
19963
19964 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19965
19966         * loader.c: map user32 and kernel32 to libMonoSupportW
19967
19968 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
19969
19970         * appdomain.c (unload_thread_main): Mark this as WINAPI.
19971
19972 2005-06-28  Martin Baulig  <martin@ximian.com>
19973
19974         * loader.c (method_from_methodspec): Fix #75334.
19975
19976 2005-06-28  Martin Baulig  <martin@ximian.com>
19977
19978         Fix #74953 - Arrays now implement the generic IList<T> interface
19979         on the 2.0 platform.
19980
19981         * class-internals.h (MonoDefaults): Added `generic_array_class'.
19982
19983         * reflection.c (mono_class_bind_generic_parameters): New public
19984         function; similar to mono_reflection_bind_generic_parameters(),
19985         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
19986
19987         * domain.c (mono_init_internal): Try to initialize.
19988         `mono_defaults.generic_array_class' here; this'll only succeed if
19989         we're using the 2.0 corlib.
19990
19991         * icall.c
19992         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
19993         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
19994         (mono_lookup_internal_call): Added support for nested classes.
19995
19996         * loader.c
19997         (mono_get_method_from_token): Set `result->signature->pinvoke' if
19998         we're an interncall and have generic arguments.
19999
20000         * class.c
20001         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
20002         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
20003         instance of System.Array.InternalArray<T> for arrays, so they
20004         implement the generic IList<T> interface.
20005
20006 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
20007
20008         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
20009         (chastamar@yahoo.com). Fixes #75374.    
20010
20011 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
20012
20013         * culture-info-table.h: regenerated.
20014
20015 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20016
20017         * icall.c: handle spaces correctly for base64 strings.
20018
20019 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
20020
20021         * *.c: Kill some warnings.
20022
20023 2005-06-23  Duncan Mak  <duncan@novell.com>
20024
20025         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
20026         that this builds on Solaris 10 (x86).
20027
20028 2005-06-23  Martin Baulig  <martin@ximian.com>
20029
20030         * class.c
20031         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
20032         generic type definitions.
20033
20034 2005-06-23  Martin Baulig  <martin@ximian.com>
20035
20036         Fix #75331.
20037
20038         * metadata.c (mono_class_get_overrides): Renamed to
20039         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
20040         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
20041         pass it to mono_get_method_full().
20042
20043 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
20044
20045         * reflection.c (mono_reflection_create_runtime_class): take the
20046         mono_domain_lock in this method. Prevents deadlocks
20047
20048 2005-06-22  Martin Baulig  <martin@ximian.com>
20049
20050         * loader.c (method_from_methodspec): Fix #75330.
20051
20052 2005-06-22  Martin Baulig  <martin@ximian.com>
20053
20054         * reflection.c (type_get_qualified_name): Use
20055         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
20056         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
20057         argument; use it if we don't have an assembly name.
20058
20059 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
20060
20061         * object.c: In mono_message_init, set "copy out" flag for in
20062         parameters with the [Out] flag.
20063
20064 2005-06-21  Martin Baulig  <martin@ximian.com>
20065
20066         * class.c
20067         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
20068         and MONO_TYPE_PTR.
20069
20070 2005-06-21  Martin Baulig  <martin@ximian.com>
20071
20072         * class.c (mono_class_init): Don't initialize `class->fields' for
20073         generic instances since they're initialized again in
20074         compute_field_layout(). 
20075         (compute_field_layout): Set the field's `generic_info' here; fix
20076         #75320. 
20077
20078 2005-06-21  Martin Baulig  <martin@ximian.com>
20079
20080         * class-internals.h
20081         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
20082
20083         * metadata.c (mono_metadata_generic_method_equal): Also
20084         distinguish the `generic_class'; fixes #75334.
20085
20086 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20087
20088         * domain.c:
20089         * appdomain.c:
20090         * domain-internals.h:
20091         * reflection.c: 'domain_assemblies' field is now protected by its own
20092         lock. Don't call into managed code to run the AssemblyLoad event if we
20093         now there are no registered delegates for it.
20094
20095 2005-06-20  Martin Baulig  <martin@ximian.com>
20096
20097         * class.c (mono_class_is_assignable_from): Use a custom version of
20098         mono_class_has_parent() to make things work for generic instances;
20099         fix #75300.
20100
20101 2005-06-20  Martin Baulig  <martin@ximian.com>
20102
20103         * loader.c (method_from_methodspec): Apply a patch from
20104         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
20105
20106 2005-06-20  Martin Baulig  <martin@ximian.com>
20107
20108         * class.c (mono_class_init): Reverted Zoltan's last change; it
20109         breaks generics.
20110
20111 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
20112
20113         * threads.c (wait_for_tids_or_state_change): Add missing locking.
20114
20115 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20116
20117         * socket-io.c: fix the index in the socket array for writable/error
20118         sockets. Fixes bug #75306.
20119
20120 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
20121
20122         * class.c (mono_class_init): Allow interfaces to have static ctors.
20123
20124 2005-06-17  Martin Baulig  <martin@ximian.com>
20125
20126         * loader.c (method_from_methodspec): Use `context->container' when
20127         parsing the `gmethod->inst'.
20128
20129 2005-06-17  Martin Baulig  <martin@ximian.com>
20130
20131         * class.c (mono_type_get_name_recurse): Don't add the assembly
20132         name for type arguments.
20133
20134 2005-06-15  Martin Baulig  <martin@ximian.com>
20135
20136         * reflection.c (mono_image_get_inflated_method_token): Encode
20137         correct klass; fixes #75260.
20138
20139 2005-06-13 Michal Moskal <malekith@nemerle.org>
20140
20141         * icall.c: Make GetCorrespondingMethod/Constructor take
20142         MonoReflectionMethod method not MonoMethod. Removed
20143         MonoType.GetCorrespondingField, and make
20144         MonoGenericType.GetCorrespondingField take name not
20145         MonoClassField.
20146
20147 2005-06-13  Michal Moskal <malekith@nemerle.org>
20148
20149         * reflection.c (field_encode_signature, encode_locals):
20150          Make sizes of buffers for types larger (for big generic types).
20151          (create_generic_typespec,
20152          mono_reflection_sighelper_get_signature_local,
20153          mono_reflection_sighelper_get_signature_field):
20154          Add asserts for too small buffers.
20155
20156 2005-06-15  Martin Baulig  <martin@ximian.com>
20157
20158         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
20159         if our parent is not a dynamic type.
20160
20161 2005-06-15  Martin Baulig  <martin@ximian.com>
20162
20163         * class-internals.h (MonoTypeNameFormat): New enum.
20164
20165         * class.c
20166         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
20167         (mono_type_get_full_name): Removed.
20168         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
20169         argument instead of the boolean's.
20170
20171         * icall.c (ves_icall_System_MonoType_getFullName):
20172         Added `gboolean assembly_qualified'.    
20173
20174         * reflection.h
20175         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
20176
20177         * reflection.c (mono_reflection_parse_type): Parse the new type
20178         name format.
20179
20180 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20181
20182         * icall.c: no need to convert from utf16 to utf8 and then back again
20183         after the call to GetLogicalDrives.
20184
20185 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20186
20187         * icall.c: frombase64. Fix problems exposed by new tests.
20188
20189 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20190
20191         * icall.c: added internal calls for converting char [] and strings in
20192         base64 into byte [].
20193
20194 2005-06-10  Martin Baulig  <martin@ximian.com>
20195
20196         * class.c (mono_class_create_generic_2): Read the nested classes
20197         from the metadata rather than from `gklass->nested_classes' since
20198         `gklass' might not be initialized yet.
20199
20200 2005-06-09  Duncan Mak  <duncan@novell.com>
20201
20202         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
20203         all public headers. Fixes #74919.
20204
20205 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
20206
20207         * domain.c: The key for proxy_vtable_hash is now a pointer
20208         array. Added new GHashFunc and GCompareFunc functions for this.
20209
20210         * class.h: The list of interfaces in MonoRemoteClass is known in
20211         advance and can't grow (we create a new MonoRemoteClass if needed),
20212         so now the interface array can be allocated together with
20213         MonoRemoteClass.
20214         
20215         * object.c: Added a new method create_remote_class_key.
20216         Fixed mono_remote_class so it does not depend on
20217         mono_upgrade_remote_class.
20218         Removed extend_interface_array.
20219         Added new method clone_remote_class(), which makes a copy of a remote
20220         class and adds a new interface or class to it.
20221         mono_upgrade_remote_class() now creates a new remote class (or gets
20222         it from the cache) if an vtable upgrade is needed. In this way
20223         we make sure that other objects sharing the same remote class
20224         don't get the new vtable with unwanted interfaces.
20225         
20226         * object-internals.h:
20227         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
20228         
20229         * marshal.c: Track changes in mono_upgrade_remote_class().
20230
20231 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
20232         * icall.c: Add runtime methods for obtaining members of inflated
20233         class, which were created from supplied non-inflated members. It
20234         is used in internal Get{Method,Constructor,Field} methods in
20235         System.Type
20236
20237 2005-06-09  Martin Baulig  <martin@ximian.com>
20238
20239         * reflection.c
20240         (mono_reflection_bind_generic_method_parameters): Fix #75169.
20241
20242 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20243         * reflection.c (mono_image_basic_init): Define
20244         Version in MonoDynamicAssembly. 
20245         
20246 2005-06-08  Martin Baulig  <martin@ximian.com>
20247
20248         Fix #75136.
20249
20250         * loader.c
20251         (mono_method_signature_full): New public method; takes a
20252         `MonoGenericContext *'.
20253         (find_method): Use mono_method_signature_full() and pass the
20254         klass'es context to it.
20255
20256         * class.c (mono_class_is_inflated_method): Use
20257         mono_method_signature_full() and pass the context to it.
20258
20259 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
20260
20261         * object.c: add proper locking in mono_remote_class_vtable(),
20262         fixes possible memory corruption.
20263
20264 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
20265
20266         * marshal.c (mono_remoting_marshal_init): set
20267         initialized after initialization.
20268
20269 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
20270
20271         * locales.c : hush.
20272
20273 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
20274
20275         * object.c (extend_interface_array): fix really silly
20276         memory corrupting / comparison bug.
20277
20278 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20279
20280         * reflection.c: Functions added to support the creation
20281         of CustomAttributeData, which includes Attribute data
20282         used by ReflectionOnly methods.
20283
20284         * reflection.h:  mono_reflection_get_custom_attrs_data and
20285          mono_custom_attrs_data_construct added (functions exposed).
20286
20287          * icall.c: Added mono_reflection_get_custom_attrs_data
20288          as icall.
20289         
20290 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
20291
20292         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
20293         lupus's request.
20294
20295 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
20296
20297         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
20298
20299         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
20300         dynamic DllImportAttribute.
20301
20302         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
20303         dynamic DllImportAttribute.
20304
20305         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
20306         Fixes #75162.
20307
20308 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20309
20310         * threads.c: avoid segfault when an unstarted thread is aborted.
20311
20312 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
20313
20314         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
20315         Returns the name and version of the runtime for reporting.
20316
20317 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20318
20319         * appdomain.c: bump corlib version.
20320         * object-internals.h: new field in MonoReflectionAssembly.
20321
20322 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20323
20324         * object-internals.h: Carlos forgot to add this field.
20325
20326 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20327
20328         * icall.c: Added create_version to create instances
20329         of Version of MonoReflectionAssemblyName. This change helps
20330         the AssemblyName tests to keep running fine.
20331         
20332 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
20333   
20334         * object.c (mono_method_return_message_restore): A somehow less
20335         intrusive fix for #75138.
20336
20337 2005-06-03  Raja R Harinath  <rharinath@novell.com>
20338
20339         * object.c (mono_method_return_message_restore): Fix computation
20340         of expected number of out args.
20341
20342 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
20343
20344         * reflection.c (mono_image_get_method_info): Fix the case when the
20345         charset is empty.
20346
20347 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
20348
20349         * object.c: Added missing null check in
20350           mono_method_return_message_restore.
20351
20352 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
20353
20354         * reflection.c (mono_image_get_method_info): Handle the case when
20355         dllentry is empty.
20356
20357 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
20358
20359         * object.c: When creating the vtable for a proxy, take into account
20360         all inherited interfaces, not only the ones registered in
20361         iclass->interfaces. This fixs bug #74996.
20362         Also, in mono_method_return_message_restore, verify that the array
20363         of out args has the expected lengh.
20364
20365 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20366
20367         * socket-io.c: update the timeout in Poll when the call is interrupte.
20368
20369 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20370
20371         * socket-io.c: support abort/suspend in Select_internal after last
20372         change.
20373
20374 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20375
20376         * threadpool.c: remove warning.
20377
20378 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20379
20380         * icall.c:
20381         * socket-io.[ch]: Select_internal uses poll() now when available, thus
20382         removing the 1024 limit from select(). Runtime part of the fix for
20383         bug #71203.
20384
20385 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20386
20387         * socket-io.c: when resolving the addresses for the same
20388         host returned by gethostname(), get the local IPs from the interface
20389         list. Loopback addresses are discarded if the are interfaces up with
20390         non-loopback ones. Fixes bug #63265.
20391
20392 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
20393
20394         * appdomain.c, verify.c, object-internals.h, reflection.c:
20395         bumped corlib number to 36, and added new extra_flags field
20396         to ReflectionMethodBuilder and friends.  Fixes #75060.
20397
20398 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
20399
20400         * gc.c: register a new weak link only if the object is non-null
20401         (fixes bug#75047).
20402
20403 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
20404
20405         * culture-info.h : short time pattern too.
20406
20407 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
20408
20409         * culture-info.h : expand long time pattern string length.
20410
20411 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
20412
20413         * culture-info-table.h : update (more French date format; #72788).
20414
20415 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
20416
20417         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
20418         the method is static. Fixes #75029.
20419
20420 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
20421
20422         * reflection.c: Update the table_idx field of method builders after
20423         saving the module, since it can change. This is a workaround for
20424         bug #74914. 
20425
20426 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
20427
20428         * culture-info-table.h : update (additional French date format).
20429
20430 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
20431
20432         * icall.c (ves_icall_type_Equals): Revert last change.
20433         
20434         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
20435
20436         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
20437
20438 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
20439
20440         * class-internals.h: Added executioncontext_class field to 
20441         MonoDefaults structure.
20442         * domain.c: Cache System.Threading.ExecutionContext class in 
20443         mono_defaults.
20444         * object.c: Capture the ExecutionContext for asynchroneous calls in
20445          mono_async_result_new.
20446         * object-internals.h: Added execution_context and original_context 
20447         fields to MonoAsyncResult. Added execution_context to MonoThread.
20448         * security-manager.c|.h: Added mono_get_context_capture_method to 
20449         return the capture method (if required by the security manager or by
20450         the framework version used).
20451         * threadpool.c: Apply capture (if present) ExecutionContext in 
20452         mono_async_invoke and revert to original context after it completes.
20453
20454 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
20455
20456         * culture-info-table.h : updated (real hacky solution for zh-CHT).
20457
20458 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
20459
20460         * culture-info-table.h : zh-CHT related workaround.
20461
20462 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
20463
20464         * marshal.c (emit_marshal_custom): Add some error checking and call the
20465         methods in the ICustomMarshaler interface. Fixes #74875.
20466         
20467         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
20468         native->managed wrappers.
20469
20470 2005-05-12  Martin Baulig  <martin@ximian.com>
20471
20472         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
20473         here and use the loader lock.
20474
20475         * mono-debug.c: Properly lock when the debugger is not attached.
20476         (mono_debug_init): Release the initial lock if we're not running
20477         in the debugger.
20478
20479 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
20480
20481         * marshal.c (emit_marshal_custom): Pass through NULL values without
20482         calling the custom marshalling routines.
20483
20484         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
20485         conversion in structures. Fixes #74882.
20486
20487 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
20488
20489         * culture-info-table.h : zh-* cultures were missing.
20490
20491 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
20492
20493         * threads.c: Added a new event background_change_event which is signaled
20494         when a thread changes its background mode.
20495         Moved here several checks previously done in managed code. The checks
20496         require the thread lock, and using the thread lock in managed code
20497         can result in deadlocks.
20498         Merged Start_internal and Thread_internal into a single method. Now 
20499         Thread_internal does all work of creating and starting a thread.
20500         Added icalls for setting and getting the state of the object. Moved from
20501         managed code to avoid locking there.
20502         Added wait_for_tids_or_state_change() which is called instad of
20503         wait_for_tids when waiting for non-backround threads to end. This method
20504         will return if one of the threads ends or the background_change_event
20505         is signaled.
20506         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
20507         the background mode. This method signals the background_change_event
20508         event.
20509         * icall.c:
20510         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
20511         removed Start_internal.
20512         
20513 2005-05-11  Martin Baulig  <martin@ximian.com>
20514
20515         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
20516         to order of some fields to get proper alignment on 64-bit machines.
20517
20518 2005-05-11  Martin Baulig  <martin@ximian.com>
20519
20520         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
20521         changes as they're broken and completely fuck up the debugger.
20522
20523         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
20524
20525 2005-05-10  Martin Baulig  <martin@ximian.com>
20526
20527         * reflection.c (mono_reflection_generic_class_initialize): Don't
20528         call mono_class_setup_parent() here.
20529
20530 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20531
20532         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
20533         send/receive timeout use an integer in milliseconds. We were using a
20534         struct timeval.
20535
20536 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20537
20538         * locales.c:
20539         (internal_get_cultures): reserve the first slot of the array for the
20540         InvariantCulture, which will be filled in managed code.
20541
20542 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
20543
20544         * reflection.c (mono_image_fill_module_table): Initialize the
20545         GENERATION field as well.
20546
20547 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20548
20549         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
20550         Monitor.Enter on the object.
20551
20552 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
20553
20554         * threads.c: Enable the wait for running threads when exiting.
20555         * icall.c: Suspend all threads before exiting.
20556
20557 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
20558
20559         * assembly.c (mono_assembly_load_reference): Fix warning.
20560
20561 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20562
20563         * threadpool.c: changed the default number of threads per cpu. From now
20564         on, the default will be 20 + (5 * number of cpus) instead of 50.
20565
20566 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
20567
20568         * loader.c (mono_method_get_signature_full): Add locking here.
20569
20570 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
20571
20572         * appdomain.c: Moved methods for parsing and freeing assembly
20573         names to assembly.c.
20574         * assembly.c, domain-internals.h: Created public methods for parsing
20575         assembly names. Fixed mono_assembly_load_with_partial_name:
20576         it now finds the best match, taking into account the version,
20577         token and culture specified in the partial name. Also return
20578         the latest version if no version information is specified.
20579
20580 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
20581
20582         * threadpool.c: replace check for SocketAsyncCall class.
20583
20584 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20585
20586         * threadpool-internals.h:
20587         * Makefile.am: added threadpool-internals.h
20588
20589         * threadpool.c: call mono_unhandled_exception on exceptions not handled
20590         that happen in threadpool threads (tested on MS).
20591         (mono_thread_pool_remove_socket): new function that dispatch any pending
20592         AIO call on a socket that is closing. By now only epoll really needs it,
20593         as select/poll wake up when the socket closes.
20594
20595
20596         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
20597
20598 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
20599
20600         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
20601
20602 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
20603
20604         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
20605
20606 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
20607
20608         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
20609         has an abort request, convert it into a suspend request.
20610
20611 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
20612
20613         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
20614         warning for the usage of `UnmanagedFunctionPointerAttribute' which
20615         is not supported yet.
20616
20617 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20618
20619         * image.c: register assemblies loaded from data (bundles) in the loaded
20620         assemblies hash. Fixes bug #74772.
20621
20622 2005-04-29  Martin Baulig  <martin@ximian.com>
20623
20624         * class.c (mono_type_get_name_recurse): Update to the new naming
20625         schema from the latest .NET 2.x beta2.
20626         (mono_class_setup_vtable_general): If we're a generic instance,
20627         copy the vtable from our generic type definition and inflate all
20628         the methods in it.
20629
20630         * loader.c (find_method): Update to the new naming schema from the
20631         latest .NET 2.x beta2.
20632
20633 2005-04-29  Raja R Harinath  <harinath@gmail.com>
20634
20635         * class.c (mono_class_init): Add a mono_loader_unlock to the
20636         #74734 fix.
20637
20638 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
20639
20640         * icall.c (ves_icall_System_Environment_Exit): Remove the 
20641         suspend_all_other_threads () call for the time being, since it can hang.
20642
20643         * threads.c (mono_thread_manage): Similarly, disable the waiting for
20644         the background threads to exit, since it can also hang.
20645
20646         * class.c (mono_class_init): Applied patch from Ankit Jain 
20647         (radical@gmail.com). Avoid pending init errors when a field refers
20648         to a nested class using a typeref. Fixes #74734.
20649
20650         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
20651         this for dynamic modules.
20652
20653 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20654
20655         * threads.c: don't wait for threads that are in the process of aborting
20656         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
20657         and waiting for background threads to finish. This makes xsp and
20658         mod-mono-server exit without random length delays and/or hangs.
20659
20660 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20661
20662         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
20663
20664 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
20665
20666         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
20667         dynamic types to prevent infinite loops. Fixes #74727.
20668
20669         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
20670         ..._is_assignable_to.
20671
20672 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
20673
20674         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
20675
20676 2005-04-25  Martin Baulig  <martin@ximian.com>
20677
20678         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
20679
20680         * domain.c
20681         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
20682
20683         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
20684
20685         * reflection.c (build_compressed_metadata): Set metadata header
20686         version to 2.0.
20687
20688 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
20689
20690         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
20691         number into an integral and a decimal part. Fixes #70473.
20692
20693         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
20694
20695 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
20696
20697         * culture-info-table.h : reflected the latest locale-builder output.
20698
20699 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20700
20701         * threadpool.c: check for SuspendRequested too when deciding if
20702         mono_thread_interruption_checkpoint should be called.
20703
20704 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20705
20706         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
20707         * threads.c: remove interruption_mutex and use Interlocked instead. When
20708         suspending all the threads, wait for all the suspended events at once.
20709         If we're shutting down and get an APC that is going to be queued,
20710         call mono_thread_execute_interruption immediately, as the thread might
20711         be sleeping on a pthread condition or mutex.
20712
20713         * icall.c: call mono_runtime_set_shutting_down before suspending the
20714         threads.
20715
20716         Fixes bug #74693. And now xsp is happier when exiting.
20717
20718 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
20719
20720         * loader.c (mono_stack_walk): Fix #74690.
20721
20722 2005-04-22  Martin Baulig  <martin@ximian.com>
20723
20724         * mono-debug.h (MonoDebugMethodJitInfo): Added
20725         `MonoDebugMethodJitInfo *jit'.
20726
20727         * mono-debug.c (mono_debug_read_method): Cache the
20728         MonoDebugMethodJitInfo in `address->jit'.
20729         (mono_debug_free_method_jit_info): New public method.
20730
20731 2005-04-22  Martin Baulig  <martin@ximian.com>
20732
20733         * class.c (mono_class_is_assignable_from): Disallow
20734         type parameter -> interface.
20735
20736 2005-04-21  Dick Porter  <dick@ximian.com>
20737
20738         * threads.c (mono_thread_create): Turn an assertion into an error.
20739
20740 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
20741
20742         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
20743         
20744         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
20745         Fix some gcc 4.0 warnings.
20746
20747 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
20748
20749         * file-io.c: fix alt dir separator char on unix systems
20750         and cleanup (fixes bug #71214).
20751
20752 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
20753
20754         * marshal.c: Use CALLVIRT instead of CALL when dispatching
20755         a call to a remote domain, since the method may be an
20756         interface method in the client domain. This fixes bug #74192.
20757
20758 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20759
20760         * threadpool.c: recv/send are now performed before going back to managed
20761         code to save one transition.
20762
20763 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20764
20765         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
20766
20767         * metadata/threadpool.c: removed hack to workaround the bug above.
20768
20769         Fixes bug #74618.
20770
20771 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
20772
20773         * reflection.c reflection.h: Fix handling of parameter defaults in
20774         dynamic methods. Also fixes handling of parameter attributes.
20775         Fixes #74609.
20776
20777         * mono-debug.c (mono_debug_close_image): Fix warning.
20778
20779 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20780
20781         * socket-io.h: replaced old unused field with new 'blocking'.
20782         * threadpool.c: restore socket blocking state on windows(tm).
20783
20784 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
20785
20786         * icall.c: don't return the codebase in the AssemblyName[] returned by
20787         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
20788         * object-internals.h: Removed FIXME (fields were presents) and fixed
20789         versioncompat declaration.
20790
20791 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20792
20793         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
20794         not closed, so don't cleanup when it happens.
20795
20796 2005-04-13  Chris Toshok  <toshok@ximian.com>
20797
20798         * mono-debug-debugger.h: change prototype for
20799         mono_debugger_lookup_type.
20800
20801         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
20802         this function, although it should probably be named
20803         mono_debugger_init_type.
20804
20805 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20806
20807         * threadpool.c: fix non-AIO case.
20808
20809 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
20810
20811         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
20812         the built-in profiler to measure just JIT compilation times.
20813
20814 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20815
20816         * threadpool.c: the epollfd might be closed by another thread at
20817         any time, so ignore EBADF at treat it as a "we're closing" sign.
20818
20819 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20820
20821         * threadpool.c: release the semaphores with a count equals to the number
20822         of working threads in both IO and regular pools. Fixed typo that messed
20823         up the count of IO pool threads. Don't initialize the pipe handles if
20824         we're using epoll.
20825
20826 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20827
20828         * threadpool.c: some systems don't like a NULL when deleting the socket
20829         from epoll.
20830
20831 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20832
20833         * threadpool.c: fix semaphore allocation.
20834
20835 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20836
20837         * threadpool.c: added epoll() based implementation for asynchronous IO
20838         that is used instead of the default poll() when available.
20839         It can be disabled by setting MONO_DISABLE_AIO.
20840
20841 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20842
20843         * threadpool.c: windows needs 'closesocket' and instead of returning
20844         0 when the stream is closed while in select, it returns -1. Fixes bug
20845         #74573.
20846
20847 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
20848
20849         * class.c (class_compute_field_layout): Fix the regression caused by
20850         the previous try.
20851
20852 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20853
20854         * threadpool.c: separate pool for socket async. IO.
20855         * threadpool.h: mono_max_worker_threads is not a global any more.
20856
20857 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
20858
20859         * class.c (class_compute_field_layout): Fix #74549.
20860
20861 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20862
20863         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
20864         use 2 connected sockets instead.
20865
20866 2005-04-08  Miguel de Icaza  <miguel@novell.com>
20867
20868         * mono-config.c: Add new entry point for mkbundle
20869         mono_config_parse_memory. 
20870
20871 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20872
20873         * threadpool.c: removed another unused function.
20874
20875 2005-04-08  Ankit Jain  <radical@corewars.org>
20876
20877         * reflection.c (get_default_param_value_blobs): Add 'types'
20878         parameter to get the types encoded in the constant table.
20879         (mono_param_get_objects): Use the type from the constant table,
20880         not the type of the parameter, when creating default values.
20881         Handle null default values correctly.
20882
20883 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20884
20885         * file-io.c:
20886         * file-io.h:
20887         * threadpool.c:
20888         * threadpool.h:
20889         * icall.c:
20890         * socket-io.c: removed dead code for async IO.
20891
20892 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20893
20894         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
20895
20896         * threadpool.c: intercept socket async. calls and pass them to a thread
20897         that is polling and dispatching the job items to the threadpool as
20898         socket become ready. Fixes bugs #71217, #71933.
20899
20900         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
20901         between char and short/ushort arrays.
20902
20903         * socket-io.c: remove dead code.
20904
20905 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
20906
20907         * locales.c,
20908           icall.c : removed InternalToUpper_Comp() and
20909           InternalToLower_Comp().
20910
20911 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
20912
20913         * char-conversions.h : The tables were incorrectly generated. Should
20914           be generated against invariant culture.
20915
20916 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
20917
20918         * object.c (mono_runtime_invoke_array): Fix return value when 
20919         passing pre-created valuetype objects to ctors.
20920
20921         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
20922         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
20923         Fixes #74338.
20924
20925 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
20926
20927         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
20928         only used with --security and hides the wrong corlib version error.
20929
20930 2005-03-30  Joshua Tauberer  <tauberer@for.net>
20931
20932         * class.c: Changed mono_class_name_from_token so that types
20933         outside of a namespace don't have an initial period.  Improved
20934         the g_warning message used in _mono_class_get when loading
20935         fails.
20936         * assembly.c: In mono_assembly_load_reference, when an assembly
20937         can't be found, "No such file or directory" is misleading and
20938         unhelpful because a few paths were checked for the presence of
20939         the assembly.  When that happens (ENOENT), display a nicer
20940         message indicating the directories that were searched.  In all
20941         cases, the warning is made easier to read for non-hackers.
20942
20943 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
20944
20945         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
20946         project/solution.
20947         * appdomain.h|domain.c: Removed inline from functions.
20948         * appdomain.c: Reduced warnings when compiling on windows.
20949         * icall.c: Fixed output_debug declaration to gunichar2*.
20950         * mono-config.c: Reduced warnings when compiling on windows.
20951         * rand.c: Added missing "windows.h". Added missing return value.
20952         * rawbuffer.c: Added missing winsock2.h for windows.
20953         * sysmath.h: Added mono-compiler.h header to allow/ease 
20954         compilation with non-GCC compilers.
20955         * threads.c: Fixed declarations to compile with VS.NET C compiler.
20956         Removed cast warnings.
20957
20958         Adapted from the work of J Lothian (for VC6).
20959
20960 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
20961
20962         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
20963         from default_path.
20964
20965 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
20966
20967         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
20968         the 2.0 profile.
20969
20970 2005-03-27  Raja R Harinath  <harinath@gmail.com>
20971
20972         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
20973         has to be in $(exec_prefix).  $(prefix) is for arch-independent
20974         stuff, and it would probably use $(prefix)/share rather than
20975         $(prefix)/lib.
20976
20977 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20978
20979         * console-io.c: added 2 includes that might be missing.
20980
20981 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
20982
20983         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
20984         profile.
20985
20986         * reflection.c (create_custom_attr): Allocate the params array using
20987         alloca so it gets GC tracking.
20988
20989 2005-03-23  Chris Toshok  <toshok@ximian.com>
20990
20991         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
20992         out some spew.
20993
20994 2005-03-24  Raja R Harinath  <rharinath@novell.com>
20995
20996         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
20997         changes to pick up any changes in prefix, etc.
20998
20999 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
21000
21001         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
21002         
21003         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
21004         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
21005
21006 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
21007
21008         * class-internals.h object-internals.h class.c reflection.c: Extend the
21009         mono_lookup_dynamic_token () function to return the class of the
21010         token as well. 
21011
21012         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
21013         well. Fixes #73848.
21014
21015 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
21016
21017         * security-manager.c: Skip inheritance checks for intra-corlib
21018         class inheritance and method overrides. This skips a lot of checks
21019         and (anyway) permissions cannot work until corlib is loaded.
21020
21021 2005-03-23  Martin Baulig  <martin@ximian.com>
21022
21023         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
21024         MONO_TYPE_GENERICINST.  
21025
21026 2005-03-23  Martin Baulig  <martin@ximian.com>
21027
21028         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
21029
21030 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
21031
21032         * class.c: added locking comments to some functions.
21033         Cache the interface offsets arrays (saves about 20 KB
21034         of runtime memory in a typical app).
21035         Reduce the time overhead in mono_class_setup_supertypes ().
21036
21037 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
21038
21039         * icall.c: speedup and fix leaks in GetMethodsByName and
21040         GetPropertiesByName.
21041
21042 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
21043
21044         * reflection.c: some locking fixes.
21045
21046 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
21047
21048         * metadata.c: added missing break in case statement.
21049
21050 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
21051
21052         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
21053         typedbyref return values. Fixes #73941.
21054
21055 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
21056
21057         * security-manager.c|h: Added demandunmanaged method and 
21058         suppressunmanagedcodesecurity class to MonoSecurityManager.
21059         Renamed aptc class to allowpartiallytrustedcallers.
21060
21061 2005-03-17  Martin Baulig  <martin@ximian.com>
21062
21063         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
21064
21065 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21066
21067         * file-io.c: disabled file async. IO using aio_*. It uses the
21068         threadpool now. Workaround for bug #73718.
21069
21070 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
21071
21072         * assembly.h, mono-config.c: added code to deal with bundled configs
21073         for bundled assemblies.
21074
21075 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
21076
21077         * *.c, private.h: cleanup, removing old private.h header file.
21078
21079 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
21080
21081         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
21082         and throw_on_unmappable_char attributes.
21083
21084 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
21085
21086         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
21087         _ProcessName_internal.
21088
21089 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
21090
21091         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
21092         #73631.
21093
21094         * icall.c threads.c threads-types.h: Remove slothash icalls as they
21095         are no longer used.
21096
21097 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
21098
21099         * object.c (compute_class_bitmap): Add support for generics. Fixes
21100         #73527.
21101
21102 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
21103
21104         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
21105
21106 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21107
21108         * filewatcher.c: commented out the code for windows watcher, as we don't
21109         use it (we use the managed implementation instead).
21110
21111 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
21112
21113         * object-internals.h (MonoThread): Remove 'unused1' field.
21114
21115         * appdomain.c: Bump corlib version.
21116
21117         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
21118
21119         * reflection.c (mono_reflection_create_runtime_class): Remove the
21120         AssemblyBuilder.Save optimization since it causes too many problems.
21121
21122 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
21123
21124         * exception.c|h: Added mono_get_exception_reflection_type_load to
21125         create a ReflectionTypeLoadException object.
21126         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
21127         to return NULL is a InheritanceDemand fails during reflection. Updated
21128         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
21129         ReflectionTypeLoadException if an InheritanceDemand fails during 
21130         reflection. Added icall mapping for GetLinkDemandSecurity.
21131         * security-manager.c|h: Added ves_icall_System_Security_
21132         SecurityManager_GetLinkDemandSecurity internal call to return the
21133         class and methods permissions set for a LinkDemand. Removed unused
21134         fields in MonoSecurityManager.
21135
21136 2005-03-10  Martin Baulig  <martin@ximian.com>
21137
21138         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
21139         it's a generic instance.
21140
21141 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
21142
21143         * reflection.c (mono_get_object_from_blob): Applied patch from
21144         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
21145
21146         * class.c (mono_class_is_assignable_from): Another try at fixing 
21147         #73469 without breaking anything.
21148
21149 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
21150
21151         * class.c: (mono_class_is_assignable_from): Revert the last changes
21152         since they don't work with generics.
21153         
21154         * class.c (mono_class_is_assignable_from): Fix build bustage.
21155
21156         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
21157         the managed IsAssignableFrom method. Fixes #73469.
21158
21159         * reflection.c (mono_reflection_call_is_assignable_from): New helper
21160         function.
21161
21162 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
21163
21164         * object.c (mono_load_remote_field_new): Fix returning uninitialized
21165         memory when the remoting callback does not sets the out arguments.
21166         Fixes #73007.
21167
21168         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
21169         by mistake.
21170
21171         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
21172
21173         * object-internals.h (MonoStackFrame): Sync with managed object layout.
21174
21175         * appdomain.c: Bump corlib version.
21176
21177 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
21178
21179         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
21180         function.
21181
21182         * threads.c (mono_thread_attach): Detect threads which are not started
21183         by the GC pthread wrappers.
21184
21185 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
21186
21187         * icall.c: Added new icall for RNG.
21188         * rand.c|h: Added new icall to open the RNG. This allows to share a 
21189         single handle on Linux to access /dev/urandom and fix #73183.
21190
21191 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
21192
21193         * object.c: setting the new vtable in a transparent proxy object must
21194         not change the GC descriptor.
21195
21196 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
21197
21198         * object.c: fixed compilation without GCJ support.
21199         * reflection.c: for runtime-created types ensure klass->has_references
21200         is correct (bug #73215).
21201
21202 2005-03-02  Martin Baulig  <martin@ximian.com>
21203
21204         * class.c (mono_class_is_assignable_from): Make this work if
21205         `oklass' is a generic instance; fixes #72831.
21206
21207 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
21208
21209         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
21210         with hasthis set.
21211         
21212         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
21213
21214         * marshal.c: Reorganize native->managed marshalling code to also use
21215         the emit_marshal_... functions.
21216
21217 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
21218
21219         * object.c: typed allocs have issues with bitmap sizes > 30,
21220         so check for max_set >= 30.
21221
21222 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
21223
21224         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
21225         managed code. Fixes #73012.
21226
21227         * metadata.h (MonoMarshalSpec): Add elem_mult field.
21228
21229         * metadata.c reflection.c: Load/Emit elem_mult as well.
21230         
21231         * metadata.h (MonoMarshalSpec): Add comment.
21232
21233         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
21234
21235         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
21236         num_elem to -1 if not given.
21237
21238         * object-internals.h (MonoReflectionMarshal): Add has_size field.
21239
21240         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
21241         given values.
21242
21243 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
21244
21245         * null-gc.c (mono_gc_free_fixed): Was not compilable.
21246
21247 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
21248
21249         * reflection.c (encode_marshal_blob): Encode param_num field as well.
21250
21251         * object-internals.h (MonoReflectionMarshal): Add param_num field.
21252
21253 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
21254
21255         * object.c: generalized the reference bitmap creation
21256         and added hooks for the new GC.
21257         * class-internals.c: removed the gc_bitmap field from MonoClass.
21258
21259 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
21260
21261         * domain.c: help the compiler to produce better code
21262         in mono_jit_info_table_find ().
21263
21264 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
21265
21266         * object.c: make all allocations look typed.
21267
21268 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
21269
21270         * socket-io.c: load Mono.Posix if it's not loaded already
21271         (fixes bug#73033).
21272
21273 2005-02-24  Martin Baulig  <martin@ximian.com>
21274
21275         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
21276         * reflection.c (dup_type): Likewise.
21277
21278 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
21279
21280         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
21281         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
21282
21283 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
21284
21285         * domain.c, threads.c, object-internals.h: make the critical thread
21286         local vars use the fast access mode (even when we're compiled in
21287         a lib). Provide accessors to be used by the jit during codegen.
21288
21289 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
21290
21291         * appdomain.c: Changed hook functios behavior to include
21292         support for the reflection only assemblies. Some icalls were changed
21293         to support the mentioned assemblies too. Signatures of static methods
21294         try_assembly_resolve and real_load now have an additional parameter:
21295         refonly.
21296
21297         * assembly.c: General changes to mono_assembly_ methods to support
21298         reflection only api. Functions mono_assembly_open, mono_assembly_load,
21299         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
21300         suffix, to support an additional gbool parameter to specify whether
21301         the assembli is reflection only or not. Created some new hook functions 
21302         to add support for reflection only assemblies. Signatures of static 
21303         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
21304         have now an additional parameter: refonly.
21305
21306         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
21307         indicating whether the assembly is reflection only or not.
21308
21309         * exception.c: Add mono_get_exception_invalid_operation.
21310
21311         * icall.c: Throw an InvalidOperationException when trying to invoke
21312         a property/method/event, or trying to set/get the value of a field.
21313         Also add an icall to retrieve the ref_only flag to the
21314         MonoReflectionAssembly.
21315
21316 2005-02-23  Chris Toshok  <toshok@ximian.com>
21317
21318         Part of fix for #72827.
21319         * mono-debug.c (mono_debug_add_method): add lexical block data to
21320         the info we write.  Kind of a hack at the moment - we copy the
21321         lexical block info from the MonoDebugMethodInfo to the
21322         MonoDebugMethodJitInfo here, before writing it.
21323         (mono_debug_read_method): read the lexical block info.
21324
21325         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
21326
21327         * debug-mono-symfile.h: add lexical block support.
21328
21329         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
21330         support.
21331
21332 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
21333
21334         * loader.c (mono_lookup_pinvoke_call): Fix warning.
21335
21336         * object.c (mono_runtime_free_method): Call mono_free_method () and
21337         put the TODOs there.
21338
21339         * loader.c (mono_free_method): Free up most memory allocated for 
21340         dynamic methods.
21341
21342 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
21343
21344         * reflection.c: properly flag a Type argument to a
21345         named custom attr value (bug #72248).
21346
21347 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
21348
21349         * reflection.c: reduce code duplication in named custom
21350         attribute encoding.
21351
21352 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
21353
21354         * reflection.c: properly encode custom attrs of type object
21355         (bug #72649).
21356
21357 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
21358
21359         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
21360
21361 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
21362
21363         * socket-io.c: load System.dll if it's not loaded already
21364         (bug #72850 and #70477).
21365
21366 2005-02-21  Martin Baulig  <martin@ximian.com>
21367
21368         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
21369         generic instances.
21370
21371 2005-02-21  Martin Baulig  <martin@ximian.com>
21372
21373         * reflection.c (mono_image_build_metadata): We also need to
21374         "fixup" the MethodImpl table after we computed the final method
21375         indices.  Call fixup_methodimpl() to do that.
21376         (fixup_methodimpl): New private method.
21377
21378 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
21379
21380         * assembly.c: special case mscorlib.dll (bug#72536),
21381         patch from Carlos Alberto Cortez.
21382
21383 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
21384
21385         * threads-types.h threads.c: Fix build bustage.
21386
21387         * threads.c: Use a union for long<->double conversions.
21388
21389         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
21390         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
21391
21392         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
21393         containing the checkpoint call with NOT_TAKEN.
21394         
21395         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
21396         checkpoint before pushing the arguments, so they won't have to be
21397         spilled to stack.
21398
21399 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
21400
21401         * domain.c, assembly.c, domain-internals.h: make some data
21402         const and relocation-free.
21403
21404 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
21405
21406         * object.c, appdomain.c, class-internals.h: introduce the
21407         MonoClassRuntimeInfo structure to hold the info needed to
21408         use a class at runtime. Made mono_class_vtable() lock-free
21409         for all the appdomains.
21410
21411 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
21412
21413         * metadata-internals.h, image.c: introduce a per-image mempool to
21414         be used for memory that has the same lifetime as the image.
21415
21416 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
21417
21418         * domain.c: In mono_init_internal(), instead of selecting the first
21419         runtime version supported by an executable, get a list of all
21420         supported versions and select the one for which an mscorlib exists
21421         (since even if the runtime supports a given version, it doesn't mean
21422         that the framework for that version is installed).
21423         Modified get_runtimes_from_exe to support this behavior.
21424         In supported_runtimes, added information about additional system
21425         assembly versions.
21426         
21427         * assembly.c: Added support for more than one system assembly version
21428         per runtime version. Updated the assembly list.
21429         In mono_assembly_remap_version, removed the initial version check,
21430         since we don't know to which version we need to compare until we
21431         get the version set on which the assembly is based.
21432         Moved the code for loading corlib into the new method
21433         mono_assembly_load_corlib(), so it can be used by the initialization
21434         code.
21435         
21436         * domain-internals.h: Updated data structures and added declaration
21437         for mono_assembly_load_corlib.
21438
21439 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
21440
21441         * reflection.c (resolve_object): Fix the creation of the signature in 
21442         the SignatureHelper case.
21443
21444         * assembly.c (mono_assembly_remap_version): Fix binary search.
21445         
21446 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
21447  
21448         * class.c: Added inheritance check when a method is overloaded (from a
21449         virtual method or when implementing an interface) and when a class is
21450         inherited. Added functions to set a failure for a class and to 
21451         retreive the exception from a failure.
21452         * class-internals.h: Added fields to MonoClass to keep the exception
21453         information status for inheritance (or other exceptions) to be thrown
21454         later (i.e. not at load time).
21455         * object.c: Throw the inheritance SecurityException when a type is to 
21456         be created with either class or method inheritance violations.
21457         * reflection.c|h: Fix when getting declsec from a class. Removed 
21458         unrequired code for class. Improved sanity in parameter naming.
21459         * security-manager.c|h: Added functions to check for class and method
21460         inheritance.
21461
21462 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
21463
21464         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
21465         and has_finalize in dynamic types as well.
21466
21467 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
21468
21469         * culture-info-table.h : fixed currency format for en-GB (and so on).
21470
21471 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
21472
21473         * gc.c: ensure the GC handles never have 0 as a value.
21474
21475 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
21476
21477         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
21478         a pointer to a struct to unmanaged code. Fixes #72625.
21479
21480 2005-02-16  Martin Baulig  <martin@ximian.com>
21481
21482         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
21483
21484 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
21485
21486         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
21487
21488 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
21489
21490         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
21491
21492         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
21493         UnmanagedFunctionPointerAttribute, use it for determining calling convention
21494         etc. Fixes #71471.
21495
21496         * reflection.c (mono_custom_attrs_get_attr): New helper function.
21497
21498         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
21499
21500 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
21501
21502         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
21503         changes to make the current context a field in MonoThread.
21504
21505 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
21506
21507         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
21508         the last change.
21509         
21510         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
21511         extracted from mono_marshal_get_native_wrapper.
21512
21513         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
21514         to create wrappers around native functions.
21515
21516         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
21517         delegates for arbitrary function pointers. Fixes #71472.
21518
21519 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
21520
21521         * threads.c: cleaned up the code a little.
21522
21523 2005-02-15  Martin Baulig  <martin@ximian.com>
21524
21525         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
21526         the data table.
21527
21528         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
21529         allocate larger chunks if needed.
21530
21531 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
21532
21533         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
21534         in by mistake.
21535
21536 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
21537
21538         * domain.c: keep the domains in an array and ensure the domain ids
21539         are kept small, so they can be used as indexes to domain-specific data
21540         with a small memory overhead.
21541
21542 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
21543
21544         * icall.c: Handle byref types in Type icalls. Fixes #72544.
21545
21546 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
21547
21548         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
21549
21550 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
21551
21552         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
21553
21554         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
21555         values.
21556
21557         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
21558         
21559 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
21560
21561         * domain-internals.h: add the hashtable here.
21562
21563         * class-internals.h: Remove `info' from MonoMethod
21564
21565         * domain.c: Add a new hashtable, jit_trampoline_hash
21566
21567 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
21568
21569         * object.c: don't set the value of static fields
21570         (fixes bug#72494).
21571
21572 2005-02-11  Martin Baulig  <martin@ximian.com>
21573
21574         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
21575         (mono_debug_add_method): Silently ignore the method if it's too big.
21576         (mono_debug_add_type): Likewise.
21577
21578 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
21579
21580         * threads.c, appdomain.c: remove #ifdefs from the code.
21581
21582 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
21583
21584         * metadata-internals.h: Added flags to MonoAssembly to cache the most
21585         common security informations. This allows us to stay in unmanaged code
21586         when doing LinkDemand and it's special cases (except for the first 
21587         time for initialization). The flags a very much used with --security.
21588         * reflection.c|h: Added code to get declarative security attributes 
21589         for LinkDemand and InheritanceDemand. This required to refactor the
21590         existing code for Demand.
21591         * security-manager.c|h: Added new method fields for the special cases
21592         of LinkDemand.
21593
21594 2005-02-10  Martin Baulig  <martin@ximian.com>
21595
21596         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
21597         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
21598
21599 2005-02-10  Martin Baulig  <martin@ximian.com>
21600
21601         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
21602         debugging code; this is almost a complete rewrite.
21603
21604         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
21605
21606 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
21607
21608         * domain.c, object.h: expose mono_string_equal () and 
21609         mono_string_hash ().
21610         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
21611         it's implemented in managed code.
21612
21613 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
21614
21615         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
21616         lo leak objects between appdomains.
21617
21618 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
21619
21620         * assembly.c: old compilers compilation fix from 
21621         robertj@gmx.net (Robert Jordan).
21622
21623 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
21624
21625         * class-internals.h: Little reminder for the future.
21626
21627         * debug-helpers.c: Fix up wrapper_type_names
21628
21629 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
21630
21631         * image.c, metadata-internals.h: when loading an image from a file,
21632         mmap all of it and use the same codepaths as when using a
21633         in-memory image: the code is simpler and we use less memory
21634         (both writable and readonly).
21635
21636 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
21637
21638         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
21639         API to alloc runtime data structures that need to be tracked by the
21640         GC and contain pointers.
21641         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
21642         make the code more readable and eventually use a different GC.
21643
21644 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
21645
21646         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
21647         for out arguments.
21648         
21649 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
21650
21651         * object.c: In release_type_locks(), don't release the cctor lock
21652         if it has already been released. This fixes a crash in the
21653         thread5 test.
21654
21655 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
21656
21657         * gc.c, marshal.c, icall.c: register a delegate for finalization
21658         only when the native function pointer has been allocated for it.
21659
21660 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
21661
21662         * object.c: cleaned up some code, allocate objects that are
21663         pointer free with the atomic malloc variant. Allocate memory
21664         for static data from the mempool if it's pointer-free.
21665         Allocate the bounds array at the end of the array data, when needed.
21666         * object-internals.h, object.h: move a private function in a private
21667         header.
21668         * class.c: handle missing case in tracking references in fields.
21669
21670 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
21671
21672         * class.c, class-internals.h: keep track if a type has
21673         reference fields in either the instance or static fields.
21674
21675 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
21676
21677         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
21678         and renamed to MonoRuntimeInfo. Added fields to store the expected
21679         framework assembly version. Changed mono_get_framework_version and
21680         mono_get_runtime_version for a single mono_get_runtime_info method.
21681         
21682         * assembly.c: Added method to remap system assembly versions to the
21683         current executing runtime version. Removed old mapping code.
21684         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
21685         
21686         * icall.c, reflection.c: Track api changes.
21687
21688 2005-02-06  Miguel de Icaza  <miguel@novell.com>
21689
21690         * loader.c (method_from_memberref): Improve error reporting,
21691         produce the class name instead of the typeref/typedef index. 
21692
21693 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
21694
21695         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
21696
21697 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
21698
21699         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
21700         stdcall and charset name mangling.  Reorganize the code and add
21701         some tracing stuff.
21702
21703 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
21704
21705         * monodiet.c: More iters!
21706
21707         * marshal.c: Iter usage.
21708
21709         * icall.c: Iter usage.
21710
21711         * object.c: Use iters.
21712
21713         * debug-helpers.c: More iters
21714
21715 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
21716
21717         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
21718         under win32.
21719
21720 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
21721
21722         * mono-debug-debugger.c: use iters
21723
21724         * class.c, class-internals.h: mono_class_setup_events is static
21725         now
21726
21727         * All callers: use iters
21728
21729 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
21730
21731         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
21732         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
21733
21734 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
21735
21736         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
21737
21738         * marshal.h: Add prototypes for ldfld/stfld_remote.
21739
21740         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
21741         this is called during startup.
21742         
21743 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
21744
21745         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
21746         MonoThreadsSync struct private in monitor.c. Changed the way
21747         MonoThreadsSync is allocated so it's faster and there is no
21748         need to keep track of it with a finalizer and it uses less memory.
21749         This also finally allows us to allocate mono objects as ptrfree when
21750         there are no reference fields.
21751
21752 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
21753
21754         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
21755         disappearing link to the GC interface and use them to simplify
21756         the gchandles code.
21757
21758 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
21759
21760         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
21761         stfld_remote which call mono_load/store_field_new. This allows methods
21762         calling ldfld/stfld wrappers to be AOTed.
21763
21764         * console-io.c: Include sys/filio.h under solaris.
21765         
21766         * console-io.c: Include curses.h if needed correctly.
21767
21768 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
21769         
21770         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
21771         method->klass as well.
21772
21773         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
21774
21775         * class.c (mono_class_init): Switch on lazy initialization of 
21776         methods.
21777
21778         * class.c (mono_class_get_finalizer): Handle the case when the 
21779         finalizer is inherited.
21780
21781 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21782
21783         * console-io.c: <curses.h> is needed by term.h on solaris.
21784
21785 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
21786
21787         * icall.c, class-internals.h, monodiet.c, class.c: Remove
21788         mono_class_setup_properties where possible. Remove this ftn from
21789         the header file, and make it static.
21790
21791 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
21792
21793         * loader.c: Add missing setup_... call.
21794
21795         * class.c: Add missing setup_... calls.
21796
21797         * class.c (mono_class_init): Switch on lazy initialization of 
21798         the generic vtable.
21799         
21800         * class.c (mono_class_init): Fix generics broken by the recent changes.
21801
21802         * monodiet.c (handle_type): Add missing setup_... calls.
21803
21804         * class.c: Back out garbage in previous patch.
21805         
21806         * class.c: Add missing setup_... calls.
21807
21808         * class.c (mono_class_get_method_from_name_flags): Avoid calling
21809         mono_class_setup_methods () if possible.
21810
21811         * class-internals.h (MonoClass): Add 'has_cctor' flag.
21812
21813         * class-internals.h (MonoCachedClassInfo): New structure.
21814
21815         * class.c: Initialize properties and events fields of MonoClass lazily.
21816
21817         * class.c: Add infrastructure for lazily initializing the methods and
21818         vtable fields of MonoClass. Not yet used.
21819
21820         * class.c (mono_class_get_finalizer): New helper function.
21821
21822         * class.c: Add infrastructure for loading some class related data from
21823         an AOT file.
21824
21825         * object.c: Add infrastructure for initializing the vtable from data
21826         in the AOT file.
21827
21828         * gc.c (run_finalize): Use mono_class_get_finalizer ().
21829
21830         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
21831         appropriate initialization function before accessing parts of the
21832         MonoClass structure.
21833
21834         * marshal.c: Fix warnings.
21835         
21836         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
21837
21838         * mono-debug-debugger.c (get_exception_message): Use 
21839         mono_class_get_method_from_name_flags ().
21840
21841 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
21842
21843         * reflection.c, appdomain.c: Replace a few manual searches that
21844         Zoltan missed. (Paolo approved this part of my initial patch).
21845
21846 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
21847
21848         * profiler.c: disable recording statistical events at report time.
21849
21850 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
21851
21852         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
21853         to byteswap arrays of enum values, too (bug #72080).
21854
21855 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
21856
21857         * appdomain.c (set_domain_search_path): Allow this to be called if
21858         domain->setup is not yet set.
21859
21860         * loader.c (mono_method_get_index): New helper function.
21861
21862         * loader.c reflection.c: Use mono_method_get_index ().
21863
21864         * class.c (mono_class_get_method_from_name_flags): New helper method.
21865
21866         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
21867         this.
21868
21869         * class.c (mono_class_get_cctor): New helper method.
21870
21871         * string-icalls.c object.c class.c marshal.c reflection.c: Use
21872         mono_class_get_method () to look up methods.
21873
21874 2005-02-01  Miguel de Icaza  <miguel@novell.com>
21875
21876         * console-io.c: Fix the build, this should work on Windows.
21877
21878 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
21879
21880         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
21881         be set to null to keep things valid
21882
21883 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21884
21885         * icall.c: added Console 2.0 icalls.
21886         * Makefile.am: added console-io.[ch]
21887         * console-io.[ch]: internal calls for Console 2.0 API.
21888
21889 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
21890
21891         * class.c: make sure we consider all the interfaces
21892         when calculating max_interface_id (bug found by
21893         Jeroen Frijters running ikvm).
21894
21895 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
21896
21897         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
21898         valuetype fields to null.
21899
21900         * object.c (set_value): Ditto. Fixes #71669.    
21901
21902 2005-01-31  Martin Baulig  <martin@ximian.com>
21903
21904         * metadata.c (mono_metadata_has_generic_params): New public
21905         function; checks whether something is a generic method.
21906
21907 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
21908
21909         * appdomain.c: fix infinite recursion when adding assemblies.
21910
21911 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
21912
21913         * object.c: Fix small typo to return all items for Environment.
21914         GetCommandLineArgs.
21915
21916 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
21917
21918         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
21919         reflection.c: more domain and assembly-unload related fixes
21920         and memory leaks plugs.
21921
21922 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
21923
21924         * 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.
21925
21926 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
21927
21928         * loader.c (mono_method_signature): Make this method lazy
21929         (mono_get_method_from_token): Don't computate the signature here.
21930
21931         Doing this saves quite a bit of memory. I got 90 kb on starting up
21932         monodoc. It should also save some disk reads on startup.
21933
21934         * *: MonoMethod->signature might be NULL now. You *MUST* use
21935         mono_method_signature.
21936
21937 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
21938
21939         * object.c (mono_runtime_get_main_args): Return an array from the
21940         current domain here. Fixes #71938.
21941
21942 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
21943
21944         * monitor.c: formatting changes to comply with the
21945         mono coding style and remove #ifdefs from the code.
21946
21947 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
21948
21949         * metadata.c, private.h: remove some unneeded data
21950         and use a more compact representation for table schemas.
21951
21952 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
21953
21954         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
21955         to get a better distribution in hash tables.
21956         * *.c: use mono_aligned_addr_hash() where appropriate.
21957         * assembly.c: make var static.
21958
21959 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
21960
21961         * domain-internals.h: Put MonoJitInfo on a diet.
21962
21963         * domain.c: Fix a warning.
21964
21965 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
21966
21967         * gc.c: rework the gc handles code to reuse handles
21968         when freed.
21969
21970 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
21971
21972         * domain.c: fixed long standing bug in mono_string_equal() which
21973         was brought to light with the ldstr changes.
21974
21975 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
21976
21977         * reflection.c: Remove warning by adding missing include for marshal.h
21978
21979 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
21980
21981         * domain.c, object.c: change the ldstr_table to hold
21982         MonoString* as keys: makes the runtime isinterned lookup
21983         faster and simplifies memory management.
21984
21985 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
21986  
21987         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
21988         possible to add imperative security checks before calling the icall.
21989         * reflection.c: Return security attributes on the original MonoMethod
21990         (and not the wrapped one). This fix permissions on icalls.
21991
21992 2005-01-25  Dick Porter  <dick@ximian.com>
21993
21994         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
21995         the check for mktime() support actually test the mktime() return
21996         value.  "Fixes" bug 71682, though the output is still different to
21997         MS.
21998
21999 2005-01-25  Martin Baulig  <martin@ximian.com>
22000
22001         * class.c (mono_class_is_assignable_from): Make this work for
22002         generic instances.
22003
22004 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
22005
22006         * marshal.c (mono_string_utf8_to_builder)
22007         (mono_string_builder_to_utf16): We might not have ownership of the
22008         string. In thise case, we need to create a new buffer.
22009
22010         * object-internals.h (mono_stringbuilder_capacity): sb->str might
22011         be null, in which case, use the default capacity.
22012
22013 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
22014
22015         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
22016         GC events to the profiler.
22017
22018 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
22019
22020         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
22021         if you don't want the GC to run.
22022
22023 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
22024
22025         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
22026         start providing a GC API and keeping different implementations in
22027         their own file.
22028         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
22029
22030 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
22031
22032         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
22033         mmap rather than allocating a huge buffer.
22034         (mono_debug_close_mono_symbol_file): Free the buffer allocated
22035         above.
22036
22037 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
22038
22039         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
22040         and CheckExecutionRights.
22041         * reflection.c|h: Keep the index of the declarative security to be 
22042         used, instead of the pointer, when AOT compiler is used. Also add 
22043         class initialization when requesting demands.
22044         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
22045         CheckExecutionRights. Both properties are now FALSE by default, and
22046         unmodifiable, unless the --security option is used.
22047
22048 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
22049
22050         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
22051         reflection.c: properly refcount images and assemblies, many leaks fixed.
22052
22053 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22054
22055         * threadpool.c: increase the timeout for threads in the thread pool to
22056         10s.  Fixes bug #67159.
22057
22058 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
22059
22060         * class-internals.h: Sun's compiler insists on explicit
22061         signed on bit fields to handle then correctly.
22062
22063 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
22064
22065         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
22066         Make the size of the array fit only the number of invalid path
22067         chars that we have.
22068
22069         * class.c (_mono_class_get): Improve the error reporting when a
22070         class referenced is not found, to assist debugging. 
22071
22072 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
22073
22074         * threads.c: fix off-by-one error.
22075         * domain.c: free data allocated in the domain.
22076
22077 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
22078
22079         * reflection.c (mono_method_body_get_object): Fill out exception info
22080         as well.
22081
22082         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
22083         structure.
22084         
22085 2005-01-19  Martin Baulig  <martin@ximian.com>
22086
22087         * loader.c (mono_get_method_constrained): Make this work again.
22088
22089 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
22090
22091         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
22092         guint16 to match the managed side.
22093
22094         * reflection.c (mono_reflection_body_get_object): Fill out local
22095         variables array.
22096
22097         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
22098         as well.
22099
22100         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
22101         'local_var_sig_token'.
22102
22103 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
22104
22105         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
22106         System.Drawing.
22107
22108         * reflection.c (mono_method_body_get_object): Handle abstract and
22109         runtime methods.
22110
22111 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
22112
22113         * marshal.c, loader.c, class-internals.h, reflection.c:
22114         store the emthod data for a wrapper in an array instead of a list.
22115
22116 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
22117
22118         * marshal.c: change the code to allocate memory more
22119         conservatively for method wrappers.
22120
22121 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
22122
22123         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
22124         fields from MonoClass to the marshal info structure where they belong.
22125
22126 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
22127
22128         * class.c, object.c, class-internals.h, marshal.c: rearrange
22129         some fields and tweak some types to lower memory usage.
22130
22131 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
22132
22133         * threads.c (signal_thread_state_change): Handle the case when the
22134         target thread is the current thread.
22135
22136         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
22137
22138         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
22139         emit_ptr_to_object_conv. 
22140
22141         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
22142         marshalling. Fixes #71352.
22143
22144 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
22145
22146         * metadata.h, blob.h: move table enum to blob.h so it can be included
22147         in any header.
22148         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
22149         cut the size of MonoImage/MonoDynamicImage.
22150
22151 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
22152
22153         * profiler.c (mono_profiler_install_simple): Fix default arguments.
22154
22155 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
22156
22157         * reflection.c, reflection.h, icall.c: add a function to check
22158         if an attribute type is defined for a metadata object.
22159
22160 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
22161
22162         * object-internals.h: Added some needed fields from StringBuilder class.
22163         * marshal.c: Set the maxCapacity when creating a StringBuilder.
22164
22165 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
22166
22167         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
22168         threads before shutting down the runtime.
22169
22170         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
22171
22172 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
22173
22174         * object-internal.h, threads.c: implement stacksize and 
22175         parameterized thread start functionality (requires
22176         matching corlib). Marked broken code for later removal.
22177
22178 2005-01-12  Martin Baulig  <martin@ximian.com>
22179
22180         * class-internals.h (MonoGenericClass): Moved the `initialized'
22181         flag to MonoDynamicGenericClass, removed `init_pending'.
22182         (MonoGenericInst): Added `is_reference' flag.
22183
22184 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
22185
22186         * reflection.c (mono_image_create_pefile): Only set the pe_offset
22187         inside the MSDOS header. Fixes #71201.
22188
22189         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
22190         gc thread.
22191         (mono_domain_finalize): Ditto.
22192
22193 2005-01-12  Martin Baulig  <martin@ximian.com>
22194
22195         * class.c (mono_get_shared_generic_class): Use the cache for
22196         non-dynamic generic classes.
22197
22198         * class-internals.h (mono_class_create_generic_2): Removed
22199         function prototype, this function is now static inside class.c.
22200
22201         * class.c (mono_class_create_generic_2): Made this static, only
22202         call it from mono_class_init() and mono_class_setup_parent().
22203         (collect_implemented_interfaces_aux): Call mono_class_init() on
22204         the interfaces we collect.
22205         (mono_class_setup_vtable): Call mono_class_init (class->parent).
22206
22207 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
22208
22209         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
22210         it a real thread handle.
22211
22212         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
22213         MonoJitExceptionInfo, since each catch clause needs its own variable.
22214         
22215 2005-01-11  Dick Porter  <dick@ximian.com>
22216
22217         * image.c (mono_pe_file_open): New variant on mono_image_open()
22218         that does not set up the CLI metadata; used for FileVersionInfo so
22219         it can get the data for windows binaries too.
22220         
22221         * process.c (process_read_string_block): Don't read off the end of
22222         the StringTable block.
22223
22224         These both fix bug 70766.
22225
22226 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
22227
22228         * gc.c: set some fields to NULL at GC cleanup time.
22229         * threads.c: if we quit the main thread, call exit ().
22230
22231 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
22232
22233         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
22234
22235 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
22236
22237         * threads.h, threads.c, object.c: added accessor and settor for
22238         main_thread. Handle it specially when exiting from it: wait
22239         for other foreground threads to exit.
22240
22241 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
22242
22243         * process.c, verify.c: remove some bloat.
22244
22245 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
22246
22247         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
22248         the calling convention to cdecl under win32.
22249
22250 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
22251
22252         * object.c (mono_object_get_size): New function to get the size of
22253         an object instance.
22254
22255         * profiler.c (simple_allocation): Use above.
22256
22257 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
22258
22259         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
22260         ves_icall_System_AppDomain_getRootDomain (as it's not required to
22261         get an appdomain by it's id and we can't assume the root's id is 0).
22262         * domain-internals.h: Change the function prototype to match.
22263         * icall.c: Change the icall table for AppDomain.
22264
22265 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
22266
22267         * locales.c (string_invariant_compare_char): Only compute
22268         GUnicodeTypes in the case where we need them.  Test for ordinality
22269         first and return if so.
22270
22271         From the commit:
22272
22273                 /*
22274                  * FIXME: here we must use the information from c1type and c2type
22275                  * to find out the proper collation, even on the InvariantCulture, the
22276                  * sorting is not done by computing the unicode values, but their
22277                  * actual sort order.
22278                  */
22279
22280 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
22281
22282         * loader.c: for P/Invoke methods, allow the "Internal" shared
22283         library name to refer to the calling process symbol namespace.
22284
22285 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
22286
22287         * Makefile.am: Add the security manager to the build.
22288         * security-manager.c|h: New. Initialization of the security manager.
22289
22290 2005-01-07  Dick Porter  <dick@ximian.com>
22291
22292         * threads.c: 
22293         * monitor.c: Update thread state during Monitor and WaitHandle
22294         waits.  Fixes bug 71031.
22295
22296 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
22297
22298         * reflection.c (property_encode_signature): Correctly handle when the
22299         property has no methods.
22300
22301 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
22302
22303         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
22304         
22305         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
22306         fields from mb, not rmb. Fixes #71017.
22307
22308         * marshal.c (emit_ptr_to_str_conv): Add support for 
22309         ByValTStr -> string conversion. Fixes #71015.
22310
22311         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
22312
22313         * mempool.c (mono_mempool_contains_addr): New helper function.
22314
22315 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
22316
22317         * metadata.c (mono_metadata_compute_size): Fix size calculation of
22318         HasSematics encoded fields.
22319         
22320         * metadata.c (mono_type_to_unmanaged): Improve error message for 
22321         invalid string marshalling.
22322
22323         * metadata.c: Fix warnings.
22324         
22325 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
22326
22327         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
22328         profiler support.
22329
22330 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
22331
22332         * domain.c object.c domain-internals.h: Revert part of r38077 since the
22333         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
22334         tests.
22335
22336 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
22337
22338         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
22339         so methods containing these can be AOTed.
22340
22341 2005-01-03  Martin Baulig  <martin@ximian.com>
22342
22343         * loader.c (find_method): Removed the hack for generic instances.
22344         (method_from_memberref): If our parent is a generic instance, pass
22345         its generic type definition to find_method() and then inflate the
22346         method.
22347         (mono_get_method_constrained): Pass the generic type definition to
22348         find_method() and inflate the method later.
22349
22350         * class-internals.h (MonoStats): Added `generic_class_count'.
22351
22352         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
22353         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
22354
22355         * reflection.c (mono_custom_attrs_from_params): Don't ignore
22356         generic type definitions.
22357
22358 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
22359
22360         * loader.c icall.c: Fix warnings.
22361
22362 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
22363
22364         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
22365         blittable types. Fixes #70864.
22366
22367 2004-12-29  Martin Baulig  <martin@ximian.com>
22368
22369         * icall.c
22370         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
22371
22372         * reflection.c (mono_method_get_object): Create a
22373         "System.Reflection.MonoGenericMethod" for inflated methods; don't
22374         call mono_get_inflated_method().
22375
22376         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
22377
22378 2004-12-27  Martin Baulig  <martin@ximian.com>
22379
22380         * class-internals.h (MonoMethod): Added `is_inflated' flag.
22381         (MonoMethodInflated): Added `inflated' field.
22382
22383         * class.c (mono_class_inflate_generic_method): Don't really
22384         inflate the method here; just set the `is_inflated' flag in the
22385         MonoMethod.
22386         (mono_class_get_inflated_method): Actually inflate the method here
22387         if it's not already inflated; we use the MonoMethodInflated's new
22388         `inflated' field as a cache.
22389
22390 2004-12-26  Martin Baulig  <martin@ximian.com>
22391
22392         * class.c
22393         (inflate_generic_class): Moved some code out of inflate_generic_type().
22394         (mono_class_inflate_generic_method): If we're already inflated,
22395         inflate the context and use the declaring method; ie. make sure
22396         the declaring method of an inflated method is always the generic
22397         method definition.
22398         (mono_class_create_from_typedef): Create
22399         `class->generic_container->context->gclass'.
22400
22401 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
22402
22403         * metadata-internals.h, marshal.c, reflection.c: More
22404         MonoGHashTable->GHashTable.
22405
22406         * domain-internals.h, class.c: Change MonoGHashTable's into
22407         GHashTables for some cases where no gc stuff is used
22408
22409         All users: update apis
22410
22411 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
22412
22413         * metadata.c (builtin_types): Make this `const'. Makes this get
22414         put into the shareable section.
22415         (mono_metadata_init): Casts to make gcc happy.
22416
22417 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
22418
22419         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
22420
22421 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
22422
22423         * icall.c: Added an internal call to retrieve the position and length
22424         of assembly-level declarative security attributes (RequestMinimum, 
22425         RequestOptional and RequestRefuse). This is used by the Assembly class
22426         to re-create the corresponding permission sets.
22427
22428 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
22429
22430         * marshal.c: fix the stelemref wrapper to be type correct
22431         (and faster).
22432
22433 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
22434
22435         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
22436         to do key & 0x7fffffff. Hashtable already does this. It just
22437         results in longer code.
22438
22439 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
22440
22441         * appdomain.c: Bump corlib version.
22442         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
22443         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
22444         * reflection.c|h: Add functions to get declarative security infos
22445         (blob position and length) for assemblies, classes and methods.
22446
22447 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
22448
22449         * reflection.c: sort the constant table (bug #70693).
22450
22451 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
22452
22453         * object-internals.h, threads.c, domain.c: add accessors for
22454         the MonoThread and MonoDomain tls keys.
22455
22456 2004-12-18  Martin Baulig  <martin@ximian.com>
22457
22458         * class.c (inflate_generic_type): If we're inflating a generic
22459         instance, set `ngclass->context->container = context->container';
22460         ie. the container we inflated into.
22461
22462         * metadata.c (mono_metadata_parse_generic_param): Reflect above
22463         inflate_generic_type() changes.
22464
22465 2004-12-17  Martin Baulig  <martin@ximian.com>
22466
22467         * class-internals.h
22468         (MonoGenericClass): Replaced `MonoType *generic_type' with
22469         `MonoClass *generic_class'.  Removed `dynamic_info'; if
22470         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
22471         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
22472
22473 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
22474
22475         * exception.c (mono_exception_from_token): New helper function.
22476
22477 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
22478
22479         * assembly.c (mono_assembly_load_with_partial_name): Call 
22480         mono_assembly_loaded before invoking the preload hooks. Fixes
22481         #70564.
22482
22483         * object-internals.h (MonoThread): Change culture_info and 
22484         ui_culture_info into an array.
22485
22486         * threads.c: Cache culture info objects from more than one appdomain.
22487
22488         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
22489         current UI culture.
22490
22491 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
22492
22493         * threads.h threads.c appdomain.c: Clear the culture_info field of
22494         all threads during unloading if they point to an object in the dying
22495         appdomain.
22496
22497 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
22498
22499         * culture-info.h (TextInfoEntry): New struct
22500         * object-internals.h: sync with managed
22501         * locales.c: fill the `text_info_data' field
22502         * culture-info-tables.h: update
22503
22504 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
22505
22506         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
22507         collector.
22508
22509 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
22510
22511         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
22512         (ves_icall_ModuleBuilder_getMethodToken): Ditto
22513
22514 2004-12-12  Martin Baulig  <martin@ximian.com>
22515
22516         * mono-debug-debugger.c (write_type): If we're an enum and the
22517         builtin types have already been initialized, call mono_class_init().
22518
22519 2004-12-11  Martin Baulig  <martin@ximian.com>
22520
22521         * metadata.c (mono_metadata_load_generic_params): Added
22522         `MonoGenericContainer *parent_container' argument; automatically
22523         compute `container->is_method'; pass the correct owner to
22524         get_constraints().      
22525
22526         * reflection.c (compare_genericparam): Sort the GenericParam table
22527         according to increasing owners. 
22528
22529 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
22530
22531         * profiler.c: allow disabling the default profiler.
22532
22533 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
22534
22535         * decimal.c, icall.c: allow disabling System.Decimal support.
22536
22537 2004-12-09  Marek Safar <marek.safar@seznam.cz>
22538
22539         * reflection.c: Add support for null attribute arguments.
22540
22541 2004-12-09  Martin Baulig  <martin@ximian.com>
22542
22543         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
22544         names to get rid of compiler warnings.
22545
22546 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
22547
22548         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
22549         mono_marshal_load_type_info (). Fixes #69625.
22550         (mono_marshal_get_ptr_to_struct): Likewise.
22551
22552 2004-12-08  Martin Baulig  <martin@ximian.com>
22553
22554         * mono-debug.h: Bumped version number to 47.
22555
22556         * mono-debug-debugger.c
22557         (mono_debugger_event_handler, mono_debugger_event): Take two
22558         guint64 arguments insteed of a gpointer and a guint32.  
22559
22560 2004-12-08  Martin Baulig  <martin@ximian.com>
22561
22562         * debug-mono-symfile.h
22563         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
22564         `address' to `native_offset'.
22565
22566 2004-12-08  Martin Baulig  <martin@ximian.com>
22567
22568         * class.c (mono_class_create_from_typespec): Only inflate if we
22569         either have `context->gclass' or `context->gmethod'.
22570
22571 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
22572
22573         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
22574
22575         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
22576
22577         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
22578
22579         * reflection.c (mono_assembly_get_object): Remove the workaround put
22580         in for the release.
22581         
22582         * appdomain.c: Use the corlib_internal field from MonoAssembly.
22583
22584         * appdomain.c: Bump corlib version.
22585
22586         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
22587         be visible in other appdomains.
22588
22589 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
22590
22591         * threads.c: Interlocked inc and dec for longs were messed up,
22592         use a KISS based impl for this. Fixes 70234
22593
22594 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
22595
22596         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
22597
22598 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
22599
22600         * icall.c: fix to follow policy not to allow struct
22601         arguments in icalls.
22602
22603 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22604
22605         * process.c: make the patch that handles spaces in file paths work
22606         on mono/windows too.
22607
22608 2004-12-06  Martin Baulig  <martin@ximian.com>
22609
22610         * class.c (mono_class_create_generic): Call
22611         mono_class_setup_supertypes() if we're dynamic.
22612         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
22613
22614 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
22615
22616         * object-internals.h: Add new fields to MonoThread.
22617
22618         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
22619
22620         * icall.c threads-types.h threads.c: Add new icalls.
22621
22622         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
22623
22624         * object-internals.h (MonoReflectionAssembly): Sync object layout with
22625         managed side.
22626
22627         * appdomain.c: Bump corlib version.
22628
22629         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
22630         internal assemblies. Fixes #69181.
22631
22632 2004-12-05  Martin Baulig  <martin@ximian.com>
22633
22634         * class.c (mono_class_inflate_generic_signature): Make this a
22635         no-op if `context' is NULL or we don't have any type parameters;
22636         also copy `sentinelpos'.        
22637
22638 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
22639
22640         * image.c: Add unbox_wrapper_cache.
22641
22642         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
22643
22644         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
22645         function generator.
22646         
22647         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
22648         Fixes #70173.
22649
22650         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
22651         
22652 2004-12-04  Martin Baulig  <martin@ximian.com>
22653
22654         * loader.c (mono_method_get_signature_full): New public function;
22655         like mono_method_get_signature(), but with an additional
22656         `MonoGenericContext *' argument.
22657
22658         * class.c (mono_class_inflate_generic_signature): Formerly known
22659         as inflate_generic_signature(); make this public.
22660
22661 2004-12-04  Martin Baulig  <martin@ximian.com>
22662
22663         * metadata.c
22664         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
22665         instead of a `MonoGenericContainer *'.  
22666         (mono_metadata_parse_array_full): Likewise.
22667         (mono_metadata_parse_signature_full): Likewise.
22668         (mono_metadata_parse_method_signature_full): Likewise.
22669         (mono_metadata_parse_generic_inst): Likewise.
22670         (mono_metadata_parse_generic_param): Likewise.
22671         (mono_metadata_parse_mh_full): Likewise.
22672         (mono_type_create_from_typespec_full): Likewise.
22673
22674 2004-12-03  Martin Baulig  <martin@ximian.com>
22675
22676         * class-internals.h (MonoGenericContainer): Replaced the
22677         `MonoGenericContext * pointer with a `MonoGenericContext'
22678         structure and made it the first element.
22679
22680 2004-12-03  Martin Baulig  <martin@ximian.com>
22681
22682         * class.c
22683         (inflate_generic_type): Set the `context->container' when creating
22684         a new MonoGenericContext.
22685         (mono_class_inflate_generic_method): Likewise.
22686         (mono_class_create_from_typespec): Just use `context->container'
22687         to get the container.
22688
22689         * loader.c (method_from_methodspec): Set `context->parent' from
22690         `context->container' - and if that's a method container, use its
22691         parent.  Also set the `context->container' when creating a new
22692         MonoGenericContext.
22693         (mono_get_method_from_token): Use just `context->container' to get
22694         the container.
22695
22696         * metadata.c (do_mono_metadata_parse_generic_class): Also set
22697         `gclass->context->container'.
22698
22699         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
22700         the `context->container' when creating a new MonoGenericContext.
22701
22702 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
22703
22704         * reflection.c (compare_genericparam): Sort params with identical
22705         owner by their number. Fixes gen-111 on sparc.
22706
22707 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
22708
22709         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
22710         around the domain changes.
22711
22712         * appdomain.c (mono_domain_unload): Handle the case when the thread
22713         calling Unload is itself being aborted during unloading. Fixes #70022.
22714
22715         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
22716
22717         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
22718         checkpoint_func as an icall so it gets a wrapper.
22719         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
22720         in the cross-appdomain wrappers too.
22721
22722         * threads.c (mono_thread_has_appdomain_ref): Make this public.
22723
22724         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
22725
22726         * reflection.c: Fix some memory leaks.
22727         
22728 2004-12-02  Martin Baulig  <martin@ximian.com>
22729
22730         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
22731
22732         * metadata.c (generic_class_cache): New static hashtable.
22733         (mono_metadata_lookup_generic_class): New public method.
22734
22735 2004-12-02  Martin Baulig  <martin@ximian.com>
22736
22737         * class.c (mono_class_create_from_typedef): Call
22738         mono_class_setup_parent() and mono_class_create_mono_type() before
22739         parsing the interfaces.
22740
22741 2004-12-02  Martin Baulig  <martin@ximian.com>
22742
22743         * metadata.c (generic_inst_cache): New static hashtable.
22744         (mono_metadata_lookup_generic_inst): New public function.
22745         (mono_metadata_inflate_generic_inst): New public function.
22746         (mono_metadata_parse_generic_inst): New public function.
22747         (do_mono_metadata_parse_generic_class): Use the new
22748         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
22749         since this'll also use the cache.
22750
22751         * reflection.c (mono_reflection_bind_generic_method_parameters):
22752         Use mono_metadata_lookup_generic_inst() to use the new cache.
22753
22754         * class.c (inflate_mono_type): Use
22755         mono_metadata_inflate_generic_inst() to inflate a generic
22756         instance; this'll also use the new cache.
22757
22758         * loader.c (method_from_methodspec): Use
22759         mono_metadata_parse_generic_inst() and
22760         mono_metadata_inflate_generic_inst() rather than parsing it
22761         manually, so we can use the new cache.
22762
22763 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
22764
22765         * threads.c (wait_for_tids): Do not incorrectly free threads when 
22766         the wait times out.
22767
22768 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
22769
22770         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
22771         iter->args based on whether parameters are passed in registers (i.e.
22772         MONO_ARCH_REGPARMS is defined)
22773
22774 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
22775
22776         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
22777         the exception message. Fixes #70070.
22778         (method_from_methodspec): Fix warnings.
22779
22780 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22781
22782         * process.c: (complete_path) return the path quoted
22783
22784 2004-12-01  Martin Baulig  <martin@ximian.com>
22785
22786         * class-internals.h (MonoGenericInst): New structure.
22787         (MonoGenericClass): Replaced `type_argc', `type_argv' and
22788         `is_open' with `MonoGenericInst *inst'.
22789         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
22790         `is_open' with `MonoGenericInst *inst'.
22791
22792 2004-11-30  Martin Baulig  <martin@ximian.com>
22793
22794         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
22795
22796         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
22797         to `generic_class_cache'.
22798
22799         * metadata.c
22800         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
22801         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
22802         (mono_generic_inst_is_valuetype): Renamed to
22803         mono_generic_class_is_valuetype().
22804
22805         * class-internals.h
22806         (MonoGenericInst): Renamed to MonoGenericClass.
22807         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
22808         (MonoClass): Renamed `generic_inst' to `generic_class'.
22809         (MonoGenericContext): Renamed `ginst' to `gclass'.
22810
22811         * object-internals.h
22812         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
22813
22814         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
22815         mono_reflection_generic_class_initialize().
22816
22817         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
22818         now known as "System.Reflection.MonoGenericClass".
22819         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
22820
22821 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
22822
22823         * class-internals.h: Added a flag field to MonoClass to cache the
22824         declarative security attributes actions associated with the class.
22825         * domain-internals.h: Added booleans to MonoJitInfo to cache the
22826         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
22827         applicable to the JITted method.
22828         * reflection.c|h: Added functions to extract (as flags) which security
22829         actions are available (declaratively) for a method, class or assembly.
22830         * metadata.c|h: Added functions to search the declarative security
22831         table in the metadata.
22832         
22833 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
22834
22835         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
22836         EXPORTEDTYPES are already in the class name cache, so there is no
22837         need to add extra code here to look at them. Just removes a bit of
22838         cruft.
22839
22840         (ves_icall_System_Environment_get_TickCount): No need for #if
22841         WINDOWS. We already have the code in io-layer.
22842
22843 2004-11-28  Martin Baulig  <martin@ximian.com>
22844
22845         * loader.c
22846         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
22847         Fixes gen-112.cs.
22848
22849 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
22850
22851         * assembly.c (do_mono_assembly_open): Instead of having a
22852         conditional WITH_BUNDLE, incorporate support for bundles here, by
22853         having a global `bundles' variable holding a pointer to the actual
22854         bundles. 
22855
22856         (mono_register_bundled_assemblies): New API call used by the
22857         bundle code. 
22858
22859         See mkbundle.1 for details.
22860         
22861 2004-11-27  Martin Baulig  <martin@ximian.com>
22862
22863         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
22864         the vtable for generic methods.
22865
22866 2004-11-26  Martin Baulig  <martin@ximian.com>
22867
22868         * metadata.c
22869         (mono_metadata_generic_method_hash): New public function.
22870         (mono_metadata_generic_method_equal): Likewise.
22871
22872         * class-internals.h
22873         (MonoGenericContainer): Added `GHashTable *method_hash'.
22874
22875         * reflection.c (ReflectionMethodBuilder): Added
22876         `MonoGenericContainer *generic_container'.
22877         (reflection_methodbuilder_to_mono_method): Don't create a new
22878         MonoGenericContainer each time we're called.
22879         (mono_reflection_bind_generic_method_parameters): Use
22880         `container->method_hash' to cache the results so we don't create a
22881         different method if we're called several times with the same
22882         arguments.
22883
22884         * loader.c (method_from_methodspec): Use the new
22885         `container->method_hash' here, too.
22886
22887 2004-11-26  Martin Baulig  <martin@ximian.com>
22888
22889         * class.c (inflate_generic_signature): Correctly compute
22890         `res->has_type_parameters'.
22891         (mono_class_vtable): Use the `has_type_parameters' flag to
22892         determine whether we're a generic method.
22893
22894         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
22895
22896 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
22897
22898         * object.c (mono_runtime_run_main): Fix a small memory leak.
22899
22900 2004-11-25  Martin Baulig  <martin@ximian.com>
22901
22902         * class.c (set_generic_param_owner): Fixed the loop.
22903
22904 2004-11-25  Martin Baulig  <martin@ximian.com>
22905
22906         * object.c (mono_class_vtable): Don't create any JIT wrappers for
22907         generic methods.
22908
22909 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
22910
22911         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
22912         names. Fixes #69787.
22913
22914 2004-11-24  Martin Baulig  <martin@ximian.com>
22915
22916         * class.c (mono_class_create_generic_2): If we don't have a
22917         `ginst->parent', inflate `gklass->parent' to get our parent.
22918
22919 2004-11-24  Martin Baulig  <martin@ximian.com>
22920
22921         * reflection.c (compare_genericparam): Correctly sort the
22922         GenericParam table; fixes #69779.
22923
22924 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
22925
22926         * reflection.c: When writing a PE file, don't create a huge
22927         buffer in memory. Just write the arrays we have to the file.
22928         This reduces memory usage.
22929
22930         * metadata-internals.h: MonoDynamicStream pefile is no longer used
22931         globally.
22932
22933 2004-11-17  Martin Baulig  <martin@ximian.com>
22934
22935         * class.c (mono_class_init): Don't setup `class->parent' for
22936         dynamic instances; moved this to mono_class_generic_2().
22937         (mono_class_create_generic): Also set `klass->inited' for dynamic
22938         generic instances.
22939         (mono_class_create_generic_2): Don't do anything for dynamic
22940         generic instances.  Set `klass->parent' here and also call
22941         mono_class_setup_parent() here. 
22942
22943         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
22944         `MonoType *parent' argument; set `ginst->parent' before calling
22945         mono_class_create_generic_2(), so we set the correct parent.
22946
22947 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
22948
22949         * reflection.c: allow getting attributes from ModuleBuilder
22950         (used by ikvm).
22951
22952 2004-11-17  Martin Baulig  <martin@ximian.com>
22953
22954         * class.c (mono_class_create_from_typedef): If a type parameter is
22955         inherited from an outer class, set its owner to that class.
22956
22957 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
22958
22959         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
22960           for (int*) written size. This fixes bug #69592.
22961
22962 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
22963
22964         * icall.c: Added IsAuthenticodePresnet internal call.
22965         * image.c|h: New function that check a MonoImage for an Authenticode
22966         signature in the certificate PE data directory.
22967         * security.c|h: New internal call to ask the runtime if an 
22968         Authenticode signature seems referenced in the PE header.
22969
22970 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
22971
22972         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
22973
22974         * reflection.c (mono_image_create_pefile): Free the assembly streams
22975         after writing out the assembly file.
22976
22977         * object.c (mono_runtime_run_main): Fix small memory leak.
22978
22979         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
22980         property access modifiers. Fixes #69389.
22981
22982 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
22983
22984         * domain.c, object.c, object-internals.h, domain-internals.h,
22985         object.h, marshal.c: keep dynamic code info per domain.
22986
22987 2004-11-15  Martin Baulig  <martin@ximian.com>
22988
22989         * class.c (mono_type_get_name_recurse): Put type arguments in
22990         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
22991         see bug #68387.
22992
22993 2004-11-15  Martin Baulig  <martin@ximian.com>
22994
22995         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
22996         (mono_class_setup_vtable): When computing `the_cname' for a
22997         generic instance, don't include the namespace since we'd otherwise
22998         add it twice.
22999
23000 2004-11-15  Martin Baulig  <martin@ximian.com>
23001
23002         * class.c (mono_class_create_generic): Changed return type to void.
23003         (mono_class_create_generic_2): New public function; setup
23004         `class->method', `class->field' and `class->interfaces' here
23005         instead of in mono_class_init().
23006
23007         * class.h (mono_class_create_generic): Moved to class-internals.h.
23008
23009 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
23010
23011         * reflection.c (mono_image_create_pefile): take a file HANDLE.
23012         rather than writing to memory, write to this file. Right now,
23013         we are just writting into a buffer, and copying that. However
23014         we can avoid the buffer later.
23015
23016         (mono_dynamic_stream_reset): new function
23017
23018         * icall.c, object-internals.h: update for the above.
23019
23020 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
23021
23022         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
23023         have been using gc'd memory. First it is slower, unlikely
23024         the comment in the source code said, secondly, it increases
23025         our footprint to do it in the gc.
23026
23027         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
23028         the method so that it does not have to copy to managed code.
23029
23030 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
23031
23032         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
23033
23034 2004-11-12  Martin Baulig  <martin@localhost>
23035
23036         * reflection.c (mono_image_create_token): Allow generic method
23037         definitions here, since they may appear in an `.override'; see
23038         gen-98/gen-99 for an example.
23039
23040 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
23041
23042         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
23043         #69365.
23044
23045         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
23046         descriptive.
23047
23048 2004-11-11  Martin Baulig  <martin@ximian.com>
23049
23050         * class.c (mono_class_setup_vtable): In an explicit interface
23051         implementation, the method name now includes the arity.
23052
23053 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
23054
23055         * object.c (mono_array_full_copy): Fix warning.
23056
23057 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
23058
23059         * appdomain.c: Removed look_for_method_by_name(). Use the new method
23060         mono_class_get_method_from_name() instead.
23061         
23062         * class-internals.h: Added two new types of wrappers. 
23063         Added MonoRemotingTarget enum. Added new trampoline function type, which
23064         takes an additional MonoRemotingTarget value as parameter, so it is
23065         possible to request a trampoline for a specific target.
23066         
23067         * class.c: Added new mono_class_get_method_from_name() method.
23068         
23069         * class.h: In MonoRemoteClass, we can have now to vtables, one for
23070         general remoting sinks and one specific for cross domain calls.
23071         
23072         * debug-helpers.c: Added new wrapper names.
23073         
23074         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
23075         of a remote class.
23076         
23077         * image.c: Porperly delete value objects form the remoting invoke hashtable.
23078         
23079         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
23080         with several other methods (mono_marshal_get_xappdomain_dispatch,
23081         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
23082         and others) can generate a fast remoting wrapper for cross domain calls.
23083         More information can be found in docs/remoting.
23084         Other changes: Removed mono_find_method_by_name, and used
23085         mono_class_get_method_from_name instead.
23086         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
23087         is stored in the remoting invoke hashtable.
23088         
23089         * marshal.h: published the new method for getting the xdomain wrapper,
23090         and also added a method for getting the adequate wrapper for a given
23091         method and target.
23092         
23093         * object-internals.h, object.c: Added a couple of methods for capying and
23094         cloning arrays.
23095         Modified mono_install_remoting_trampoline, which takes the new remoting
23096         trampoline that has a remoting target as parameter.
23097         mono_class_proxy_vtable now also takes a remoting target as parameter, and
23098         will return the most suitable vtable for the target.
23099         Added mono_remote_class_vtable, which returns the vtable of a remote class
23100         (which can be the normal remoting vtable or the xdomain vtable).
23101         
23102         * threads.c: the xdomain invoke and dispatch wrappers must also be
23103         protected against interruptions.
23104
23105 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23106
23107         * icall.c: use memmove in BlockCopyInternal when the source and
23108         destination arrays are the same.
23109
23110 2004-11-09  Martin Baulig  <martin@ximian.com>
23111
23112         * class-internals.h (MonoGenericContainer): Removed `method' and
23113         `signature', replaced them with `is_method' and `is_signature'
23114         flags.  Added `context'.
23115
23116         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
23117         instead of a `MonoGenericContainer *'.
23118
23119         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
23120         for dynamic type parameters.
23121         (mono_metadata_load_generic_params): Setup `container->context'.
23122
23123         * reflection.c (mono_reflection_setup_generic_class): Setup
23124         `tb->generic_container->context'.
23125         (do_mono_reflection_bind_generic_parameters): Use
23126         mono_class_inflate_generic_type() to correctly inflate types,
23127         rather than using our own hack just for MONO_TYPE_VAR.
23128
23129 2004-11-09  Martin Baulig  <martin@ximian.com>
23130
23131         * class.c (mono_class_inflate_generic_method): Small fix; don't
23132         crash here.
23133
23134         * icall.c
23135         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
23136         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
23137         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
23138         (ves_icall_Type_BindGenericParameters): Likewise.
23139         (ves_icall_Type_get_IsGenericInstance): Likewise.
23140         (ves_icall_Type_GetGenericParameterPosition): Likewise.
23141         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
23142         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
23143         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
23144
23145 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
23146
23147         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
23148         assembly versions and public key tokens. Fixes #69113.
23149
23150 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
23151
23152         * metadata.c: fix bug introduced with the type cache changes
23153         on 2004-11-06.
23154
23155 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
23156
23157         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
23158         the MonoClass pointer instead of the token in exception clauses.
23159         * reflection.c: updates for the above and make the code not depend
23160         on the structure of MonoExceptionClause.
23161
23162 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
23163
23164         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
23165         Add support for dynamic assemblies. Fixes #69114.
23166
23167         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
23168
23169 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
23170
23171         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
23172         since most only those methods use it. the code member of
23173         MonoMethodPInvoke was dead, so that can be removed too. Also,
23174         remove inline_count (again, not used), and move slot so that it
23175         can share bits with some other flags. This saves 8 bytes in the
23176         structure and gives us about 50 kb back for mcs helloworld.cs
23177
23178         * *.[ch]: Do naming changes for the above.
23179
23180         * loader.c (mono_method_get_header): Lazily init the header
23181         on first access.
23182         (mono_get_method_from_token): don't init the header here
23183         (mono_free_method): the header may never be allocated
23184
23185         Overall, this saves 150 kb of unmanaged allocations
23186         for mcs helloworld.cs. That accounts for 10% of the unmanaged
23187         memory at runtime.
23188         
23189         * loader.c, loader.h (mono_method_get_header): new accessor.
23190
23191         * *.[ch]: use the above method. Prepares us to lazily load
23192         the header.
23193
23194         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
23195         three warnings, which are actual bugs (see 69206).
23196
23197         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
23198         unused. Saves a cool 4 bytes / method.
23199
23200 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
23201
23202         * metadata.c (builtin_types): Add types for System.Object here.
23203         (mono_metadata_parse_type_full): Cache MonoType*'s that are
23204         for a class or valuetype from klass->this_arg or klass->byval_arg.
23205
23206         On mcs for a hello world, this gets us down from 21836 MonoType's
23207         to 14560.
23208
23209         (mono_metadata_free_type): Account for the above change.
23210
23211 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
23212
23213         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
23214         exception instead of asserting if name is null.
23215         (ves_icall_System_AppDomain_GetData): Ditto.
23216
23217 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
23218
23219         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
23220         EnumBuilder.
23221
23222         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
23223         Return NULL when the domain does not have entry_assembly set.
23224
23225         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
23226         Add a 'resource_modules' argument.
23227         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
23228
23229         * reflection.c (mono_reflection_create_runtime_class): Move setting
23230         of wastypebuilder here, so mono_get_type_object () returns a MonoType
23231         for enums too.
23232
23233         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
23234         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
23235         Throw an ArgumentNullException if 'ptr' is null.
23236
23237         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
23238         assemblies here. Fixes #69020.
23239
23240 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
23241
23242         * reflection.c (build_compressed_metadata): Fix the previous patch for
23243         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
23244         the stack.
23245
23246 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
23247
23248         * assembly.c (mono_assembly_names_equal): Allow a match if one of
23249         the cultures is false. Fixes #69090.
23250
23251         * reflection.c (build_compressed_metadata): Fix invalid memory read 
23252         detected by valgrind.
23253         
23254         * reflection.c (mono_reflection_get_type): Avoid triggering a 
23255         TypeResolve multiple times for the same type. Fixes #65577.
23256
23257 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
23258
23259         * marshal.c: Avoid using ldftn to call managed functions. It is
23260         much slower than just a call.
23261
23262         * reflection.c (mono_module_get_object): free the basename we
23263         allocate here from glib.
23264         
23265         * reflection.c (ensure_runtime_vtable): make sure to free
23266         overrides.  Also, we were allocating an array of MonoMethod not an
23267         array of MonoMethod*.
23268
23269         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
23270
23271         * image.c (mono_image_close): free image->guid here.
23272
23273 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
23274
23275         * reflection.c: Fix some spec conformance issues with the PE file
23276         structures so mcs compiled apps run on the Net 2.0 beta.
23277
23278 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
23279
23280         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
23281         Implement this. Fixes #67264.
23282
23283         * debug-helpers.h debug-helpers.c marshal.c: Move 
23284         mono_find_method_by_name to debug-helpers.c.
23285
23286 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
23287
23288         * object.c (mono_release_type_locks): type_initialization_hash is
23289         a GHashTable.
23290
23291         * reflection.c object.c object-internals.h: Fix warnings.
23292
23293         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
23294         without accessors. Fixes #61561.
23295
23296         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
23297         application base from the root domain if not set. Fixes #65641.
23298         (mono_runtime_init): Fix warning.
23299
23300 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23301
23302         * appdomain.c: call mono_thread_pool_init.
23303         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
23304         of worker threads based on the number of CPUs and the environment
23305         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
23306         for non-windows (windows) systems.
23307
23308 2004-10-27  Chris Toshok  <toshok@ximian.com>
23309
23310         * mono-debug-debugger.c (write_class): don't call mono_class_init
23311         here, as even with the check for (!klass->init_pending), we get
23312         into a situation where we're hitting cycles in class
23313         initialization.  Fixes #68816.
23314
23315 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
23316
23317         * image.c: Avoid overwriting values in the loaded_images_hash when an
23318         assembly is loaded multiple times. Fixes #61152.
23319
23320         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
23321         so multiple satellite assemblies for the same name can be loaded.
23322         Fixes #68259.
23323
23324         * mono_domain_assembly_preload: Actually return the loaded assembly, 
23325         not NULL.
23326
23327         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
23328         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
23329
23330         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
23331         pending finalizers are not invoked after the appdomain has been 
23332         unloaded. Fixes #67862.
23333
23334 2004-10-22  Martin Baulig  <martin@ximian.com>
23335
23336         * mono-debug-debugger.c
23337         (mono_debugger_runtime_invoke): Don't box valuetypes.
23338
23339 2004-10-22  Chris Toshok  <toshok@ximian.com>
23340
23341         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
23342         don't hide private methods.
23343
23344 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
23345
23346         * icall.c: Allows the runtime to "share" (when known) the public key
23347         token of an assembly. This avoid the need to recalculate the token 
23348         (from the public key) in managed code.
23349
23350 2004-10-21  Chris Toshok  <toshok@ximian.com>
23351
23352         * debug-helpers.c (append_class_name): argh, revert last patch.
23353         
23354 2004-10-21  Chris Toshok  <toshok@ximian.com>
23355
23356         * debug-helpers.c (append_class_name): use '+' as the delimiter,
23357         not '/', so that it matches what the debugger uses to look up
23358         methods.
23359
23360 2004-10-21  Martin Baulig  <martin@ximian.com>
23361
23362         * mono-debug-debugger.c (mono_debugger_throw_exception): New
23363         public method; this is called each time an exception is thrown and
23364         allows the debugger to use exception catch points.
23365
23366 2004-10-21  Martin Baulig  <martin@ximian.com>
23367
23368         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
23369         the stack pointer and the exception object in some struct and pass
23370         that to the debugger.
23371
23372 2004-10-21  Chris Toshok  <toshok@ximian.com>
23373
23374         * mono-debug-debugger.c (do_write_class): add instance/static
23375         event support.  We don't expose "raise" or "other" yet.
23376         (event_is_static): new method.
23377
23378 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
23379
23380         * mono-debug-debugger.c
23381         (mono_debugger_handle_exception): Remove
23382         bogus return value for fussy compilers.
23383
23384 2004-10-20  Martin Baulig  <martin@ximian.com>
23385
23386         * mono-debug-debugger.c
23387         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
23388         (mono_debugger_handled_exception): Likewise.
23389
23390 2004-10-20  Martin Baulig  <martin@ximian.com>
23391
23392         * mono-debug-debugger.h (MonoDebuggerEvent): Added
23393         MONO_DEBUGGER_EVENT_EXCEPTION.
23394
23395         * mono-debug-debugger.c (mono_debugger_handle_exception): New
23396         public function to send the debugger a notification for an
23397         exception and inform it about a catch/finally clause.
23398
23399 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
23400
23401         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
23402         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
23403         fix 2.95 build. 
23404
23405         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
23406
23407 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
23408
23409         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
23410         marshalled as [In,Out]. Fixes #58325.
23411
23412 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
23413
23414         * reflection.c (mono_method_body_get_object): Implement some fields.
23415
23416 2004-10-12  Martin Baulig  <martin@ximian.com>
23417
23418         * reflection.c (mono_reflection_bind_generic_parameters): Small
23419         fix, correctly retrieve our parent from a generic instance.
23420
23421 2004-10-12  Martin Baulig  <martin@ximian.com>
23422
23423         * metadata.c (mono_metadata_generic_param_equal): We always have
23424         an owner.
23425
23426         * class.c
23427         (mono_class_from_generic_parameter): We need to have an owner.
23428         (my_mono_class_from_generic_parameter): Likewise.
23429
23430         * reflection.c (mono_reflection_setup_generic_class): Renamed to
23431         mono_reflection_create_generic_class() and added a new
23432         mono_reflection_setup_generic_class().  
23433         (mono_reflection_initialize_generic_param): If we're a nested
23434         generic type and inherited from the containing class, set our
23435         owner to the outer class.
23436
23437 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
23438
23439         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
23440
23441         * reflection.c (mono_method_body_get_object): New function to create
23442         a MethodBody object.
23443
23444         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
23445
23446 2004-10-11  Martin Baulig  <martin@ximian.com>
23447
23448         * metadata.c (_mono_metadata_type_equal): Renamed to
23449         do_mono_metadata_type_equal() and made static.
23450
23451 2004-10-11  Martin Baulig  <martin@ximian.com>
23452
23453         * appdomain.c: Bump corlib version number to 28.
23454
23455 2004-10-10  Martin Baulig  <martin@ximian.com>
23456
23457         * class-internals.h
23458         (MonoGenericInst): Added `MonoGenericContainer *container'.
23459         (MonoGenericMethod): Likewise.
23460         (MonoGenericContext): Likewise.
23461         (MonoGenericParam): Added `MonoGenericContainer *owner'.
23462
23463         * metadata.c
23464         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
23465         (do_mono_metadata_parse_generic_inst): Likewise.
23466         (mono_metadata_parse_type_full): New public method.  This is the actual
23467         mono_metadata_parse_type() implementation - with an additional
23468         `MonoGenericContainer *' argument.
23469         (mono_metadata_parse_array_full): Likewise.
23470         (mono_metadata_parse_signature_full): Likewise.
23471         (mono_metadata_parse_method_signature_full): Likewise.
23472         (mono_metadata_parse_mh_full): Likewise.
23473         (mono_type_create_from_typespec): Likewise.
23474         (mono_metadata_interfaces_from_typedef_full): New public method;
23475         this is similar to the other _full() methods, but we take a
23476         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
23477         (mono_metadata_parse_generic_param): Take an additional
23478         `MonoGenericContainer *' argument and lookup the MonoGenericParam
23479         from that container.
23480         (mono_metadata_generic_param_equal): New static method to compare
23481         two type parameters.
23482         (_mono_metadata_type_equal): New static method; takes an
23483         additional `gboolean signature_only' argument - if true, we don't
23484         compare the owners of generic parameters.
23485         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
23486         with a TRUE argument - do a signature-only comparision.
23487
23488         * loader.c: Use the new _full() methods and pass the
23489         MonoGenericContainer to them.
23490
23491         * object-internals.h (MonoReflectionTypeBuilder): Added
23492         `MonoGenericContainer *generic_container' field.
23493         (MonoReflectionMethodBuilder): Likewise.
23494
23495 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
23496
23497         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
23498         case initial images of dynamic assemblies.
23499
23500         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
23501
23502         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
23503
23504         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
23505         length of event->other array.
23506         (typebuilder_setup_events): Ditto.
23507
23508         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
23509         'assembly_by_name' and add an 'assemblies' list.
23510
23511         * assembly.h assembly.c: Add a new search hook for determining whenever
23512         an assembly is already loaded. Use this instead of searching in the
23513         loaded_assemblies list.
23514
23515         * domain.c appdomain.c: Implement the new search hook so loaded 
23516         assemblies are now scoped by appdomain. Fixes #67727.
23517
23518 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
23519
23520         * threads.c (mono_thread_attach): Initialize synch_lock field so
23521         mono_thread_detach works again.
23522
23523         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
23524         'lib' too. Fixes #63130.
23525
23526 2004-10-06  Jackson Harper  <jackson@ximian.com>
23527
23528         * culture-info-tables.h: regenerated.
23529
23530 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
23531
23532         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
23533         implemented by other interfaces in the result. Fixes #65764.
23534         
23535         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
23536         Handle unloadable modules without crashing.
23537
23538         * image.c (load_modules): Revert the previous patch since modules must
23539         have a fixed index inside the array.
23540         
23541         * image.c (load_modules): Don't include native modules in the modules
23542         array.
23543
23544 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
23545
23546         * reflection.h: Add param_defaults field.
23547
23548         * reflection.c: Add support for parameter defaults in dynamic methods.
23549         Fixes #64595.
23550
23551         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
23552         an empty string when a type has no namespace. Fixes #64230.
23553
23554 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
23555
23556         * tabledefs.h: Added "internal" security actions to support non-CAS
23557         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
23558         Note: they do not seems to be used anymore in 2.0 (new metadata format)
23559
23560 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
23561
23562         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
23563         constructor of abstract class. Fixes #61689.
23564
23565 2004-10-04  Martin Baulig  <martin@ximian.com>
23566
23567         * class-internals.h (MonoGenericContainer): New type.
23568         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
23569         `MonoGenericContainer *generic_container'.
23570         (MonoClass): Replaced `gen_params' and `num_gen_params' with
23571         `MonoGenericContainer *generic_container'.
23572
23573         * metadata.c (mono_metadata_load_generic_params): Return a
23574         `MonoGenericContainer *' instead of a `MonoGenericParam *';
23575         removed the `num' argument.
23576
23577 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
23578
23579         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
23580         for dynamic images.
23581
23582         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
23583         machine fields.
23584
23585         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
23586
23587         * reflection.c: Save pe_kind and machine values into the generated
23588         image file.
23589
23590         * appdomain.c: Bump corlib version number.
23591
23592         * object-internals.h: Reorganize layout of LocalBuilder.
23593
23594         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
23595         New helper function.
23596
23597         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
23598         created MonoType for dynamic types. Fixes #66180.
23599
23600 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
23601
23602         * threadpool.c: the ares hashtable needs a critical section around it.
23603         this prevents some nasty segfaults
23604
23605 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
23606
23607         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
23608         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
23609         bug 67324).
23610         
23611 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
23612
23613         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
23614         
23615 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
23616
23617         * image.c: Always canonicalize image file names, to avoid loading
23618         the same assembly twice when referenced using a relative path.
23619
23620 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
23621
23622         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
23623
23624         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
23625
23626         * marshal.c: Fix warnings.
23627
23628 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
23629
23630         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
23631         attempting to marshal the delegate_trampoline as the method_addr.
23632         This patch has a static hashtable of marshalled delegates so that 
23633         we can map delegate_trampoline addresses back to delegates.  This
23634         allows a delegate passed to managed code to be passed back into native
23635         code.  Fixes #67039
23636
23637 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
23638
23639         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
23640
23641         * reflection.c (method_encode_code): Align method headers properly.
23642         Fixes #66025.
23643
23644 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
23645
23646         * marshal.c: In the runtime invoke wrapper, reset the abort
23647         exception if it is cached. This avoids the automatic rethrowal of 
23648         the exception after the catch of the wrapper. Also check for pending
23649         interruptions before calling the managed method. This is done using
23650         the new method emit_thread_force_interrupt_checkpoint, since the
23651         normal checkpoint method is ignored when running the invoke wrapper.
23652         * object.c: If the abort exception is rethrown, set the abort_exc
23653         field of the thread, so it will be rethrown aftere every catch.
23654         * threadpool.c: Only run an interruption checkpoint if what has been
23655         requested is a stop of the thread (aborts will be ignored).
23656         * threads.c: By default, a thread will now never be interrumped while
23657         running the runtime invoke wrapper (this ensures that runtime_invoke
23658         will always return to the caller if an exception pointer is provided).
23659         There is a new special method mono_thread_force_interruption_checkpoint()
23660         to force an interruption checkpoint even if running a protected
23661         wrapper, which is used by the same runtime invoke wrapper to do a check
23662         at a safe point.
23663
23664 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
23665
23666         * object.c, object-internals.h: Implemented mono_release_type_locks,
23667         which releases the cctor locks held by a thread.
23668         * threads.c, threads.h: In thread_cleanup, release cctor locks held
23669         by a thread. Added mono_thread_exit() method to be used to safely stop
23670         a thread.
23671
23672 2004-09-28  Raja R Harinath  <rharinath@novell.com>
23673
23674         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
23675         Move null check before dereference.  Avoid indexing beyond the end
23676         of the 'modules' array.
23677
23678 2004-09-28  Raja R Harinath  <rharinath@novell.com>
23679
23680         * metadata-internals.h (MonoImage): Add module_count field.
23681         * image.c (load_modules): Set image->module_count.
23682         (mono_image_load_file_for_image): Use image->module_count.
23683         * reflection.c (mono_image_load_module): Append to image->modules array 
23684         of dynamic assembly.
23685         (mono_module_get_object): Fix loop to actually increment index.
23686         Use image->module_count.
23687         * assembly.c (mono_assembly_load_references): Use image->module_count.
23688         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
23689         Likewise.
23690
23691 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
23692
23693         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
23694         Avoid assert on generic types.
23695
23696 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
23697
23698         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
23699
23700         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
23701
23702         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
23703         function to convert a MarshalSpec structure to its managed counterpart.
23704
23705         * reflection.c: Fix warnings.
23706         
23707         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
23708         field.
23709
23710         * icall.c (mono_create_icall_signature): Fix build.
23711
23712 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
23713
23714         * icall.c: Add MakePointType icall.
23715
23716         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
23717         warnings.
23718
23719 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23720
23721         * threadpool.c: reuse allocated slots in the queue.
23722
23723 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
23724
23725         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
23726
23727         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
23728
23729         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
23730         previous change.
23731
23732         * tabledefs.h: Add constants for pinvoke attributes BestFit and
23733         ThrowOnUnmappableChar.
23734
23735         * icall.c (ves_icall_Type_GetPacking): New icall.
23736
23737 2004-09-24  Martin Baulig  <martin@ximian.com>
23738
23739         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
23740
23741 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23742
23743         * appdomain.c:
23744         (mono_domain_set): allow setting a domain that is being unloaded.
23745         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
23746         being unloaded.
23747
23748 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
23749
23750         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
23751         the GetCustomAttributes icall.
23752
23753 2004-09-23  Martin Baulig  <martin@ximian.com>
23754
23755         * object-internals.h (MonoReflectionGenericParam): Replaced
23756         'has_ctor_constraint', `has_reference_type' and `has_value_type'
23757         with `guint32 attrs'.
23758
23759 2004-09-23  Martin Baulig  <martin@ximian.com>
23760
23761         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
23762
23763 2004-09-23  Martin Baulig  <martin@ximian.com>
23764
23765         * object-internals.h (GenericParameterAttributes): New enum.
23766
23767 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
23768
23769         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
23770         
23771         * class.c (init_events): Fill out event->other field.
23772
23773         * class.c: Fix warnings.
23774
23775         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
23776
23777 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
23778
23779         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
23780         walk which doesn't supply the IL offset.
23781
23782 2004-09-22  Martin Baulig  <martin@ximian.com>
23783
23784         * reflection.c (mono_reflection_setup_internal_class): If we're
23785         System.ValueType, System.Object or System.Enum, set
23786         `klass->instance_size' and create the vtable.
23787         (mono_reflection_create_internal_class): If we're an enum type,
23788         get the base class from our current corlib.
23789
23790 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
23791
23792         * reflection.h (MonoResolveTokenError): New type.
23793
23794         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
23795         icall.
23796
23797         * icall.c: Add an 'error' argument to the ResolveToken icalls.
23798
23799 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
23800
23801         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
23802         Support also calling constructors, but only for already allocated objects.
23803
23804 2004-09-17  Geoff Norton <gnorton@customerdna.com>
23805
23806         * reflection.c (type_get_qualified_name): If the klass is null
23807         return the typename to avoid a NullRefEx.
23808         (encode_cattr_value): Get the qualified name of the boxed type,
23809         not the underlying enumtype.  Fixes #62984.
23810
23811 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
23812
23813         * marshal.c: Fix problems with previous checkin.
23814
23815 2004-09-21    <vargaz@freemail.hu>
23816
23817         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
23818         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
23819
23820         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
23821
23822 2004-09-21  Geoff Norton <gnorton@customerdna.com>
23823
23824         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
23825         should only return a type for pointers, arrays, and passbyref types.
23826         Fixes bug #63841.
23827
23828 2004-09-21  Martin Baulig  <martin@ximian.com>
23829
23830         * domain.c (mono_debugger_check_runtime_version): New public
23831         function.
23832
23833         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
23834
23835 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
23836
23837         * reflection.c: Added missing sort to the declarative security 
23838         attributes table. MS implementation stops seeing the attributes if the
23839         token number regress in the table (as shown by ildasm and permview).
23840
23841 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
23842
23843         * object-internals.h (MonoReflectionModule): Add 'token' field.
23844         
23845         * reflection.c (mono_reflection_get_token): Add support for Module
23846         and Assembly.
23847         (mono_module_get_object): Set 'token' field.
23848         (mono_module_file_get_object): Set 'token' field.
23849
23850         * icall.c: Add new Assembly and Module icalls.
23851
23852         * appdomain.c: Bump corlib version.
23853
23854 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
23855
23856         * loader.h loader.c class.h class.c: Add helper functions for obtaining
23857         tokens of metadata objects.
23858
23859         * reflection.h reflection.c (mono_reflection_get_token): New function
23860         to obtain the token of a metadata object.
23861
23862         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
23863
23864 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
23865
23866         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
23867         
23868         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
23869
23870 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
23871
23872         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
23873         * object-internals.h: Added 3 MonoArray* members to MonoReflection
23874         AssemblyBuilder to access the permissions set in the class lib.
23875         * reflection.c: Added security attributes encoding step in 
23876         mono_image_build_metadata.
23877         * tabledefs.h: Added new security actions defined in 2.0:
23878         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
23879
23880 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
23881
23882         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
23883         macro parameter.
23884
23885 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
23886  
23887         * locales.c: nullify the ICU_collator member of CompareInfo when it is
23888           finalized. There where random SIGSEVs at program termination, when
23889           an object being finalized was trying to do a string comparison and
23890           the current culture was already finalized.
23891  
23892 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23893
23894         * threads.c: call thread_cleanup before finishing the thread if we get
23895         there.
23896
23897 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
23898
23899         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
23900         assemblies from the parent. Fixes #65665.
23901
23902 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
23903
23904         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
23905         modifiers.
23906
23907 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
23908
23909         * reflection.h: add prototype for mono_get_dbnull_object
23910         * reflection.c: add prototypes for get_default_param_value_blobs 
23911         and mono_get_object_from_blob for fussier compilers
23912
23913 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
23914  
23915         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
23916         false deadlock checks in class initialization.
23917  
23918 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
23919
23920         * image.c (mono_image_addref): Fix comment.
23921
23922         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
23923         possible.
23924
23925 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
23926
23927         * reflection.c (mono_param_get_objects): Modified to return
23928         ParameterInfo.DefaultValue object.
23929
23930         (get_default_param_value_blobs):
23931         (mono_get_object_from_blob):
23932         (mono_get_dbnull_object): New helper routines. 
23933
23934         * object.c (mono_get_constant_value_from_blob): New helper routine
23935         carved out from get_default_field_value ()
23936
23937         * object-internals.h (mono_get_constant_value_from_blob): Added
23938         function declaration.
23939
23940 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
23941
23942         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
23943         referenced assemblies. Fixes #62135.
23944
23945         * exception.h exception.c (mono_get_exception_file_not_found2): New
23946         helper function.
23947
23948 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
23949
23950         * class.h class.c: Add mono_type_get_underlying_type ().
23951
23952 2004-09-09  Geoff Norton <gnorton@customerndna.com>
23953
23954         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
23955         Fix GetTypes() to support dynamically created assemblies.
23956
23957 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
23958
23959         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
23960         
23961         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
23962         previous patch.
23963
23964         * reflection.h reflection.c loader.c: Allow dynamic construction of
23965         pinvoke methods. Fixes #65571.
23966         
23967         * reflection.c (mono_reflection_get_type): Revert previous change since
23968         it causes regressions.
23969
23970 2004-09-08  Martin Baulig  <martin@ximian.com>
23971
23972         * class.c (class_compute_field_layout): Don't call
23973         mono_class_layout_fields() for open generic instances.
23974
23975 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
23976         * threads.c appdomain.c: fix typo in GC macro
23977
23978 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23979
23980         * threads.c: don't call mono_thread_detach() in start_wrapper(),
23981         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
23982
23983 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
23984
23985         * image.c (mono_image_close): Applied patch from 
23986         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
23987         assembly is loaded multiple times from data.
23988         
23989         * image.c (mono_image_open): Fix warning.
23990
23991 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
23992
23993         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
23994         once. Fixes #58334.
23995         
23996         * reflection.c (mono_reflection_create_runtime_class): Initialize
23997         klass->nested_classes. Fixes #61224.
23998
23999 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
24000
24001         * threads.c: sched_yield() on exit, to allow threads to quit.
24002
24003 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
24004
24005         * object.c (mono_unhandled_exception): Remove leftover debug code.
24006
24007 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
24008
24009         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
24010
24011 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
24012
24013         * marshal.c (emit_marshal_array): Really null terminate string arrays.
24014         
24015         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
24016
24017 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
24018
24019         * marshal.c (emit_marshal_array): Null terminate string arrays.
24020         
24021         * marshal.c (raise_auto_layout_exception): Fix warning.
24022
24023         * reflection.c (mono_param_get_objects): Initialize the default value
24024         with DBNull.Value, not null. Fixes #62123.
24025
24026 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
24027
24028         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
24029         throw an exception with a cute explanation.
24030
24031 2004-09-06  Dick Porter  <dick@ximian.com>
24032
24033         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
24034         Close the new process's thread handle, as we don't use it.  The
24035         handle stays around forever otherwise.
24036
24037 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
24038
24039         * object.c (arith_overflow): Fix warning.
24040
24041         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
24042         calling conventions in method refs. Fixes #65352.
24043
24044         * reflection.c: Fix warnings.
24045
24046 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
24047
24048         * icall.c: Add a new icall for Array.Clear
24049
24050 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
24051
24052         * object.c: When allocating an array, we have to throw
24053         an overflow exception if any of the lengths are < 0.
24054
24055 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
24056
24057         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
24058         properly. Also move implementation of string array marshalling to 
24059         managed code. Fixes #42316.
24060
24061 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24062
24063         * assembly.c: provide more information when loading an assembly fails.
24064
24065 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24066
24067         * filewatcher.c: don't expect the development fam package to be
24068         installed.
24069
24070 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
24071
24072         * marshal.c: Make a copy of the signature cookie since it will be
24073         freed by the caller.
24074         
24075         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
24076
24077         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
24078
24079         * metadata.c (mono_metadata_free_marshal_spec): New function to free
24080         marshal specs.
24081
24082         * marshal.c: More refactoring.
24083         
24084         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
24085         smaller functions.
24086
24087 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
24088
24089         * object.c: In mono_message_invoke, fill the output parameter array after
24090           calling the managed method (it was done before the call). This fixes
24091           bug #59299.
24092
24093 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
24094
24095         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
24096         as well.
24097
24098 2004-09-02  Martin Baulig  <martin@ximian.com>
24099
24100         * class.c (mono_class_instance_size): Don't allow generic type
24101         definitions or open generic instances.
24102         (mono_class_array_element_size): If we're a value type, call
24103         mono_class_instance_size() on the original class.
24104
24105         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
24106         handle generic instances.
24107
24108         * mono-debug-debugger.c (write_type): Handle generic instances
24109         like classes.
24110
24111 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
24112
24113         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
24114         the allocation request fails. Fixes #65089.
24115
24116         * object.c (mono_runtime_free_method): Do not call mono_free_method.
24117         
24118         * object.c (mono_runtime_free_method): New function to free a dynamic
24119         method.
24120
24121         * marshal.c (mono_delegate_free_ftnptr): New function to free the
24122         delegate trampoline.
24123
24124         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
24125         with hasthis as dynamic,
24126
24127         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
24128
24129         * domain.c (mono_jit_info_table_remove): New function to remove an
24130         entry from the jit info table.
24131
24132         * class-internals.h (MonoMethod): Add 'dynamic' field.
24133
24134         * loader.c: Fix warnings.
24135
24136 2004-09-01  Martin Baulig  <martin@ximian.com>
24137
24138         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
24139         instead of mono_debugger_lock() because the latter one is a no-op
24140         unless running in the debugger.
24141
24142 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
24143
24144         * class.c (class_compute_field_layout): Classes with auto-layout or
24145         reference fields are not blittable.
24146         
24147 2004-09-01  Dick Porter  <dick@ximian.com>
24148
24149         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
24150         mono_image_get_filename() to get the assembly location.
24151
24152         * icall.c:
24153         * metadata.h: Fix compile warnings
24154
24155 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
24156
24157         * class.c (class_compute_field_layout): System.Object is blittable.
24158
24159         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
24160         as in/out. Fixes #59909.
24161
24162 2004-09-01  Martin Baulig  <martin@ximian.com>
24163
24164         * metadata.h (MONO_TYPE_ISREFERENCE): Call
24165         mono_metadata_generic_inst_is_valuetype() if we're a generic
24166         instance to check whether our underlying type is a reference type.
24167
24168 2004-09-01  Martin Baulig  <martin@ximian.com>
24169
24170         * metadata.c (mono_type_size): If we're a generic instance, call
24171         mono_class_value_size() for value types.
24172
24173 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
24174
24175         * marshal.c: Implement more custom marshalling functionality. Fixes
24176         #64915.
24177
24178 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
24179
24180         * mono-debug.c, debug-mono-symfile.c: add some locking love.
24181
24182 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
24183
24184         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
24185
24186         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
24187
24188         * icall.c: Fix some warnings.
24189
24190         * threads.c (abort_appdomain_thread): Fix unref errors.
24191         (mono_thread_current): Fix THREAD_DEBUG define.
24192
24193 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
24194
24195         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
24196
24197         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
24198
24199 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
24200
24201         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
24202         string arrays.
24203
24204 2004-08-28  Martin Baulig  <martin@ximian.com>
24205
24206         * metadata.c
24207         (mono_metadata_generic_inst_is_valuetype): New public function.
24208
24209         * metadata.h (MONO_TYPE_ISSTRUCT): Call
24210         mono_metadata_generic_inst_is_valuetype() if we're a generic
24211         instance to check whether our underlying type is a valuetype.
24212
24213 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
24214
24215         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
24216         #63768.
24217
24218 2004-08-25  Martin Baulig  <martin@ximian.com>
24219
24220         * loader.c (mono_get_method_from_token): Abstract methods can also
24221         be generic and thus have type parameters.
24222
24223         * metadata-internals.h
24224         (MonoDynamicImage): Added `GPtrArray *gen_params'.
24225
24226         * reflection.c (mono_image_get_generic_param_info): Don't create a
24227         metadata row, just add an entry to the `gen_params' array.
24228         (build_compressed_metadata): Sort the `gen_params' array and then
24229         actually create the metadata.
24230
24231 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24232
24233         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
24234
24235 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
24236
24237         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
24238
24239 2004-08-24  Martin Baulig  <martin@ximian.com>
24240
24241         * class.cs (mono_class_is_subclass_of): Like an interface, a
24242         generic instance also derives from System.Object.
24243
24244 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
24245
24246         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
24247         custom modifiers to be in any order. Fixes #61990.
24248
24249 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
24250
24251         * object.c: Register mono_object_new_fast icall.
24252         
24253         * object.c (mono_class_get_allocation_ftn): Return to calling
24254         mono_object_new_fast, since it seems faster to compute the object 
24255         size in unmanaged code than passing it as a parameter.
24256
24257         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
24258
24259         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
24260         this function with Boehm as the oom handler, so we don't have to check
24261         the result of GC_malloc.
24262
24263         * object.c: Remove checks for oom.
24264
24265         * object.h object.c (mono_class_get_allocation_ftn): New function to
24266         return the icall which can be used to allocate an instance of a given
24267         class. 
24268
24269         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
24270
24271         * class-internals.h: Add 'enabled' field.
24272
24273 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
24274
24275         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
24276
24277 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
24278         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
24279         value 0x0010.
24280
24281 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
24282
24283         * appdomain.c: use the Tls function for appdomain too,
24284         at Zoltan's request. Actually return in mono_context_get
24285
24286         * appdomain.c, profiler.c, threads.c: use __thread
24287
24288 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
24289
24290         * appdomain.c threads.c: Call GC_CreateThread on windows.
24291
24292         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
24293         multiple libraries since this don't work on windows.
24294
24295 2004-08-18  Martin Baulig  <martin@ximian.com>
24296
24297         * class-internals.h
24298         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
24299         MonoMethodHeader.
24300
24301         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
24302         MonoMethodNormal since we also need it for abstract and interface
24303         methods.
24304
24305         * reflection.c
24306         (build_compressed_metadata): Sort the GenericParam table.
24307         (mono_image_create_token): Added `gboolean create_methodspec'
24308         argument; this is false when generating a MethodImpl token.
24309         (reflection_methodbuilder_to_mono_method): Abstract and interface
24310         methods may also have generic parameters.
24311
24312 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
24313
24314         * appdomain.c: thread local alloc
24315
24316 2004-08-17  Martin Baulig  <martin@ximian.com>
24317
24318         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
24319
24320         * icall.c
24321         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
24322         argument.
24323
24324         * class.c (mono_type_get_full_name): New public function.
24325         (mono_type_get_name): Don't include the type arguments.
24326
24327 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
24328
24329         * Makefile.am: Build static versions of libmetadata and libmonoruntime
24330         for inclusion into the mono executable.
24331
24332 2004-08-16  Martin Baulig  <martin@ximian.com>
24333
24334         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
24335         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
24336
24337 2004-08-14  Martin Baulig  <martin@ximian.com>
24338
24339         * class.c (dup_type): Also copy the `byref' field.
24340
24341 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
24342
24343         * reflection.c (create_dynamic_mono_image): Revert the last change 
24344         since it breaks bootstrap.
24345
24346 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
24347
24348         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
24349
24350         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
24351         not free them with g_free.
24352
24353 2004-08-11  Martin Baulig  <martin@ximian.com>
24354
24355         * reflection.c (mono_reflection_setup_internal_class): Also call
24356         mono_class_setup_mono_type() if we already have a `tb->type.type'.
24357
24358 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
24359
24360         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
24361         called during default (first) AppDomain creation. Keep track of
24362         Evidence when loading assemblies.
24363
24364 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
24365
24366         * opcodes.c, opcodes.h: reduce runtime relocations.
24367
24368 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
24369
24370         * culture-info.h, locales.c: fixes and chages to sue the new
24371         optimized format of the locale data.
24372         * culture-info-tables.h: regenerated.
24373
24374 2004-08-06  Geoff Norton <gnorton@customerdna.com>
24375         
24376         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
24377
24378 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
24379
24380         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
24381         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
24382         * domain-internals.h: icall declaration.
24383         * icall.c: icall registration.
24384         * object-internals.h: New fields in MonoAssembly for CAS.
24385
24386 2004-08-05  Duncan Mak  <duncan@ximian.com>
24387
24388         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
24389         CEE_LDELEM_ANY.
24390
24391 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
24392
24393         * reflection.c: fix to deal with object[] arrays in custom ctors
24394         (bug #62550).
24395
24396 2004-08-05  Martin Baulig  <martin@ximian.com>
24397
24398         * class.c (mono_class_array_element_size): Added support for
24399         generic instances and correctly handle "recursive" types.
24400
24401 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
24402
24403         * assembly.c: Fix warnings.
24404
24405 2004-08-04  Martin Baulig  <martin@ximian.com>
24406
24407         * class.c
24408         (mono_type_get_name_recurse): Added `gboolean include_arity'
24409         argument specifying whether or not we should include the generic
24410         arity in the type name.
24411         (_mono_type_get_name): New static function.
24412         (mono_class_setup_vtable): If we're a generic instance, don't
24413         include the generic arity in the names of explicit method
24414         implementations.        
24415
24416 2004-08-03  Martin Baulig  <martin@ximian.com>
24417
24418         * class.c (mono_type_get_name_recurse): Enclose the generic type
24419         arguments in `<', '>'.
24420
24421 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
24422
24423         * gc.c: make GC warning messages use the trace API, they are just
24424         noise to most of the users.
24425
24426 2004-08-03  Martin Baulig  <martin@ximian.com>
24427
24428         * debug-mono-symfile.c (read_string): Correctly read the string.
24429
24430 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
24431
24432         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
24433         
24434         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
24435         icalls.
24436         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
24437
24438 2004-07-30  Martin Baulig  <martin@ximian.com>
24439
24440         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
24441         Reflect latest symbol writer changes.   
24442
24443 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
24444
24445         * object.c: always create an object if null is passed
24446         to Invoke() where a valuetype is expected.
24447
24448 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
24449
24450         * marshal.c (mono_marshal_init): make managed
24451         signatures match native ones better for 64bits.
24452
24453 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24454
24455         * appdomain.c: hack to build correctly the private bin path on windows.
24456         Fixes bug #61991.
24457
24458 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
24459
24460         * assembly.c: Load mscorlib from the correct framework directory
24461           (mono/<version>/mscorlib.dll).
24462         * appdomain.h: Added prototypes for new functions.
24463         * internals.h: Added some prototypes.
24464         * domain.c: When initializing the runtime, get from the executable and
24465           the configuration files the runtime version that the app supports.
24466           Added support methods for reading app.exe.config. Added list of versions
24467           supported by the JIT. Added two new methods: mono_init_from_assembly,
24468           which initializes the runtime and determines the required version from
24469           the provided exe file, and mono_init_version, which initializes
24470           the runtime using the provided version.
24471         * icall.c: Get machine.config from version-specific directory.
24472         * reflection.c: When generating an image, embed the version number
24473           of the current runtime.
24474
24475 2004-07-28  Dick Porter  <dick@ximian.com>
24476
24477         * socket-io.c
24478         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
24479         returned sockaddr size before creating the remote address object.
24480         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
24481         61608.
24482
24483 2004-07-28  Dick Porter  <dick@ximian.com>
24484
24485         * locales.c (string_invariant_compare_char): Fix invariant char
24486         compares between upper and lower cases.  Fixes bug 61458.
24487
24488 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
24489         
24490         * marshal.c: actually cache stelem.ref wrappers.
24491         
24492 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
24493
24494         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
24495         sections and remove the mono_cli_rva_map () function.
24496
24497 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
24498
24499         * debug-mono-symfile.c: fix one more endianess issue, from a patch
24500         by Geoff Norton (<gnorton@customerdna.com>).
24501
24502 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
24503
24504         * class.c: fix class loads for pointer types (typeof(int) !=
24505         typeof(int*)).
24506
24507 2004-07-27  Martin Baulig  <martin@ximian.com>
24508
24509         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
24510         reading the debugging information from an external ".mdb" file.
24511
24512 2004-07-24  Martin Baulig  <martin@ximian.com>
24513
24514         * reflection.c (mono_image_get_type_info): Only write a class
24515         layout entry if we actually have a size or a packing size.
24516
24517 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
24518
24519         * reflection.c (type_get_fully_qualified_name): 
24520         insert cast to get type checking of ?: with non-gcc compilers
24521
24522 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
24523
24524         * rand.c: use g_getenv for both lookups of
24525         MONO_EGD_SOCKET
24526
24527 2004-07-17  Martin Baulig  <martin@ximian.com>
24528
24529         * reflection.c (mono_reflection_bind_generic_method_parameters):
24530         Set `gmethod->reflection_info'.
24531
24532 2004-07-17  Martin Baulig  <martin@ximian.com>
24533
24534         * class.c (mono_class_create_from_typedef): Insert the newly
24535         created class into the hash table before computing the interfaces
24536         since we could be called recursively.
24537
24538 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
24539
24540         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
24541         function to implement stelem.ref in managed code
24542         * class-internals.h, debug-helpers.c: a new wrapper type
24543         for the above.
24544
24545 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
24546
24547         * gc.c: allow GC handles to work even when no GC is compiled in.
24548         Fix part of bug #61134 (GetAddrOfPinnedObject).
24549
24550 2004-07-13  Peter Williams  <peter@newton.cx>
24551  
24552         * process.c (complete_path): Make sure we don't attempt to execute
24553         directories.
24554  
24555 2004-07-12  Geoff Norton <gnorton@customerdna.com>
24556
24557         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
24558           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
24559           and will add/subtract the hour if needed
24560
24561 2004-07-12  Martin Baulig  <martin@ximian.com>
24562
24563         * reflection.c (mono_field_get_object): If we have
24564         `field->generic_info', take the attributes from
24565         `field->generic_info->generic_type'.    
24566
24567 2004-07-12  Martin Baulig  <martin@ximian.com>
24568
24569         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
24570         This function must be called before initializing the runtime.
24571         (mono_debug_init_1): New function; call this after initializing
24572         the runtime, but before loading the assembly.  It tells the
24573         debugger to load corlib and the builtin types.
24574
24575         * mono-debug-debugger.c: Did some larger changes in the debugging
24576         code; support recursive class declarations, make sure we actually
24577         add all classes.
24578
24579 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24580
24581         * debug-helpers.c: undo my previous patch and fixed the real issue in
24582         ../mini/exceptions-x86.c
24583
24584 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24585
24586         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
24587         when no HOME env. variable was set and a NullRef was thrown in a .cctor
24588         called from other .cctors.
24589
24590 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
24591
24592         * loader.c: Removed the mono_loader_wine_init hack now that we are
24593         doing a managed version of Windows.Forms.
24594
24595 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
24596
24597         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
24598         threadpool.c, threads.c: remove static data from rootset.
24599
24600 2004-07-09  Dick Porter  <dick@ximian.com>
24601
24602         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
24603         Don't do any more processing if the matched length was 0.  It was
24604         increasing the size of the string before.  Fixes bug 61167.
24605
24606 2004-07-09  Dick Porter  <dick@ximian.com>
24607
24608         * socket-io.h:
24609         * socket-io.c
24610         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
24611         Add support for SO_PEERCRED if its available.
24612
24613 2004-07-09  Peter Bartok <pbartok@novell.com>
24614         * loader.c: winelib.exe.so error message is now only displayed if
24615         MONO_DEBUG is set. To help us avoid questions when people are trying
24616         out the new Managed.Windows.Forms.
24617
24618 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
24619
24620         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
24621         for isinst and castclass wrappers.
24622
24623         * class-internals.h icall.c: Move registration and lookup of JIT icalls
24624         to libmetadata from the JIT, so they could be used by the marshalling
24625         code and the interpreter.
24626
24627         * marshal.c: Register marshalling related JIT icalls here instead of
24628         in mini.c. Use CEE_MONO_ICALL instead of the family of 
24629         CEE_MONO_PROC<x> opcodes to call marshalling functions.
24630
24631         * metadata.h: Remove unneeded marshalling conversions.
24632
24633         * opcodes.c: Update for new opcodes.
24634         
24635 2004-07-08  Martin Baulig  <martin@ximian.com>
24636
24637         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
24638         (mono_debug_get_domain_data): Make this function static.
24639
24640 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
24641
24642         * gc.c, object.h: add nice GC handle API for embedders.
24643
24644 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
24645
24646         * reflection.c: more changes for the new api
24647
24648         * object.c: When we reflect on a field w/ a constant value, it
24649         will not have a memory location, so we must access metadata. Also,
24650         allow easier reading of strings so that we can read them from
24651         the constant data.
24652
24653         * class.c (mono_class_layout_fields): no need for literal fields here.
24654
24655         * class-internals.h: api changes for const fields
24656
24657         * icall.c (ves_icall_get_enum_info): use new apis for const fields
24658
24659 2004-07-06  Martin Baulig  <martin@ximian.com>
24660
24661         * mono-debug.h: Increment version number to 44.
24662
24663         * mono-debug.c (mono_debug_add_wrapper): The second argument is
24664         now a gpointer, rewrote this whole method.
24665
24666         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
24667         function.  Add information about the wrapper in a new "misc table".
24668
24669         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
24670         for the new misc table.
24671
24672 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
24673
24674         * metadata-internals.h image.c: Add a cache for helper signatures.
24675
24676         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
24677
24678 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
24679
24680         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
24681         delegates from a delegate. Fixes #61033.
24682         
24683         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
24684         marshalling of stringbuilder arrays. Fixes #59900.
24685
24686 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
24687
24688         * icall.c: Add EnumBuilder:setup_enum_type icall.
24689
24690 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
24691
24692         * icall.c: Added a new icall for the property version of
24693         OffsetOfStringData.
24694
24695 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
24696
24697         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
24698         it has a constant size across platforms.
24699
24700         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
24701         stack trace.
24702
24703 2004-06-29  Martin Baulig  <martin@ximian.com>
24704
24705         * mono-debug.c (mono_debug_add_method): Protect the whole function
24706         in mono_debugger_lock(), not just parts of it.
24707
24708 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
24709
24710         * reflection.c: make sure padding bytes in heaps are zeroed.
24711
24712 2004-06-24  David Waite  <mass@akuma.org>
24713
24714         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
24715         image.c, loader.c, locales.c, marshal.c, metadata.c,
24716         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
24717         string-icalls.c, threads.c: change to C90-style comments from C99 /
24718         C++ -style
24719
24720 2004-06-24  Dick Porter  <dick@ximian.com>
24721
24722         * threads.c
24723         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
24724         return createdNew.  Fixes bug 60412.
24725
24726         * threads-types.h: 
24727         * icall.c: Add createdNew parameter to CreateMutex icall
24728
24729 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
24730
24731         * reflection.c, object-internals.h: save default value in params.
24732
24733 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24734
24735         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
24736         no need to build a new path combining that with the application base.
24737         Fixes bug #60442.
24738
24739 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
24740
24741         * reflection.c: fixed minor standard compliance issues.
24742
24743 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
24744
24745         * reflection.c: fixed issue with encoding some custom attributes
24746         (arrays in properties and fields, bug #60411).
24747
24748 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24749
24750         * reflection.c: fix start address when copying the public key token.
24751
24752 2004-06-23  Martin Baulig  <martin@ximian.com>
24753
24754         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
24755         the `exc' object in a static object to put it into the GC's root set.
24756
24757 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
24758
24759         * reflection.c: make mono_reflection_setup_internal_class ()
24760         callable a second time to setup a new parent class.
24761
24762 2004-06-23  Dick Porter  <dick@ximian.com>
24763
24764         * threads.c: Check for WAIT_IO_COMPLETION return values.
24765
24766 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
24767
24768         * appdomain.c: Removed the g_free on the public key token. Now copy 
24769         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
24770         * assembly.c: Added public key token string value when loading 
24771         assemblies. Fix bug #60439.
24772         * icall.c: Added missing informations (like public key) in 
24773         GetReferencedAssemblies. Fix #60519.
24774         * image.h: Changed definition for public key token from const char*
24775         public_tok_value to guchar public_key_token [17];
24776         * reflection.c: Updated for changes to public key token.
24777
24778 2004-06-22  Lluis Sanchez Gual
24779
24780         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
24781         for the field in base classes.
24782
24783 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
24784
24785         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
24786         mark headers as not supported, they are installed only for use by the
24787         debugger.
24788
24789 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
24790
24791         * *.c, *.h: avoid namespace pollution in public headers.
24792
24793 2004-06-21  Martin Baulig  <martin@ximian.com>
24794
24795         * exception.c (mono_get_exception_security): It's in
24796         "System.Security", not in "System".
24797
24798         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
24799         the exception classes.
24800
24801 2004-06-21  Martin Baulig  <martin@ximian.com>
24802
24803         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
24804         Protect the exception object from being finalized.
24805
24806 2004-06-21  Martin Baulig  <martin@ximian.com>
24807
24808         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
24809         public function.
24810
24811 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
24812
24813         * reflection.c: Load the assembly in mono_reflection_type_from_name,
24814         if it was not loaded before. Fix parts of #60439.
24815
24816 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
24817
24818         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
24819         code that was broken since Ben's change: wrappers are now
24820         dependent on the method signature only again.
24821
24822 2004-06-21  Martin Baulig  <martin@ximian.com>
24823
24824         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
24825         added interface support.
24826
24827 2004-06-21  Martin Baulig  <martin@ximian.com>
24828
24829         * class.c (mono_vtable_get_static_field_data): New public method.
24830
24831 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
24832
24833         * filewatcher.c : Windows build fix to be compliant with API changes.
24834
24835 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
24836
24837         * class.h, class.c: more accessors.
24838         * metadata.h, metadata.c: prepare for hiding MonoType and
24839         MonoMethodSignature: people should use the accessors from now on
24840         outside of the tree.
24841
24842 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
24843
24844         * *.c, *.h: more API cleanups.
24845
24846 2004-06-18  Jackson Harper  <jackson@ximian.com>
24847
24848         * assembly.c: Trace loading assemblies.
24849         * loader.c: Trace loading native libraries.
24850         * mono-config.c: Trace loading config files.
24851         
24852 2004-06-18  Dick Porter  <dick@ximian.com>
24853
24854         * locales.c: Tell ICU the lengths of strings, it can cope with
24855         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
24856
24857 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
24858
24859         * image.c: swapped name/filename;
24860
24861 2004-06-18  Martin Baulig  <martin@ximian.com>
24862
24863         * mono-debug-debugger.c (write_class): Write the parent class at
24864         the end of the header.
24865
24866 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
24867
24868         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
24869
24870 2004-06-17  Raja R Harinath  <rharinath@novell.com>
24871
24872         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
24873         (bundle_obj): New conditional define.
24874         (BUILT_SOURCES): Remove.
24875         ($(bundle_srcs)): Make parallel-make safe.
24876         (libmonoruntime_la_LIBADD): Make unconditional.
24877         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
24878         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
24879
24880 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
24881
24882         * culture-info-tables.h: It was inconsistent with the latest
24883           supp info files.
24884
24885 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
24886
24887         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
24888         be loaded.
24889
24890         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
24891         with gcc 2.95.
24892
24893 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
24894
24895         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
24896         cleaned up public header threads.h.
24897
24898 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
24899
24900         * Makefile.am, *.c, *.h: more API cleanups.
24901
24902 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
24903
24904         * Makefile.am: removed monosn from compilation.
24905         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
24906         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
24907         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
24908         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
24909         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
24910         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
24911
24912 2004-06-15  Jackson Harper  <jackson@ximian.com>
24913
24914         * assembly.c: Make locales lower case when searching the GAC for
24915         assemblies. gacutil will always make locales lowercase when
24916         installing so this effectively makes them case insensitive.
24917         
24918 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
24919
24920         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
24921         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
24922           parameter which allows to choose whether the wait can be interrupted or 
24923           not. Also added the method mono_monitor_enter(), which locks the monitor
24924           using an infinite wait and without allowing interruption.
24925           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
24926           interrupted.
24927         * object.h: Added new fields in MonoThread. suspend_event holds the event
24928           used to susped/resume the thread. synch_lock is the lock object to use for
24929           modifying the thread state.
24930         * threads.c: Use the new synch_lock object for locking, instead of "this",
24931           which can generate deadlocks.
24932           Moved thread state change in Thread.Sleep and Thread.Join from managed
24933           to unmanaged code. This avoids a deadlock when the thread was suspended
24934           just after acquiring the thread lock.
24935           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
24936           Implemented Thread.Suspend using an event instead of ThreadSuspend,
24937           which is not fully implemented in the io-layer.
24938         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
24939
24940 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
24941
24942         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
24943         threads-types.h: more API cleanups.
24944
24945 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
24946
24947         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
24948         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
24949         threadpool.c, threads.c: first pass at the exported API cleanup.
24950
24951 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
24952
24953         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
24954
24955 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24956
24957         * icall.c: added internalGetHome.
24958
24959 2004-06-14  Dick Porter  <dick@ximian.com>
24960
24961         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
24962         possible to return successfully when '.' or '..' were the only
24963         entries in a directory, but were skipped.  The MonoIOStat was not
24964         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
24965         Fixes bug 59574.
24966
24967 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
24968
24969         * reflection.c: make binaries run on .Net 1.1 by default.
24970
24971 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
24972
24973         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
24974
24975 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
24976
24977         * marshal.c: keep track of struct size with explicit layout
24978         (bug #59979).
24979
24980 2004-06-12  Martin Baulig  <martin@ximian.com>
24981
24982         * mono-debug-debugger.c: Comment out a debugging g_message().
24983
24984 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
24985
24986         * reflection.c, reflection.h: do not free custom attrs that are cached.
24987         * icall.c: use braces to make code clearer.
24988
24989 2004-06-11  Martin Baulig  <martin@ximian.com>
24990
24991         * class.h (MonoInflatedField): New type.
24992         (MonoClassField): Replaced `MonoType *generic_type' with
24993         `MonoInflatedField *generic_info'.
24994
24995         * icall.c
24996         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
24997
24998 2004-06-11  Martin Baulig  <martin@ximian.com>
24999
25000         * reflection.c (mono_image_create_method_token): Correctly encode
25001         varargs methods.
25002
25003 2004-06-11  Martin Baulig  <martin@ximian.com>
25004
25005         * metadata.c (mono_metadata_parse_method_signature): When parsing
25006         a MethodDef which has VarArgs, also set sentinelpos if we don't
25007         have any parameters.
25008
25009 2004-06-11  Martin Baulig  <martin@ximian.com>
25010
25011         * verify.c (mono_method_verify): In CEE_CALL, use
25012         mono_method_get_signature() to get the method's signature, unless
25013         we're a PInvoke method.
25014
25015 2004-06-10  Jackson Harper  <jackson@ximian.com>
25016
25017         * assembly.c: Use <path>/lib/mono/gac for the extra paths
25018         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
25019         logical name as the supplied path is just a prefix to the gac not
25020         the direct path to it.
25021         
25022 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
25023
25024         * reflection.c: make the token for a created method match
25025         the token of the MethodBuilder it was created from
25026         (IKVM requires this behaviour now).
25027
25028 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
25029
25030         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
25031         reflection.c, socket-io.c: leak fixes.
25032
25033 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
25034
25035         * icall.c: handle sentinel pos in vararg methods in position different
25036         from 0.
25037
25038 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25039
25040         * culture-info-tables.h: freshly generated.
25041
25042 2004-06-09  Martin Baulig  <martin@ximian.com>
25043
25044         * loader.c (mono_get_method_constrained): Call `mono_class_init
25045         (constrained_class)'.   
25046
25047 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
25048
25049         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
25050         any methods. Fixes #59629.
25051
25052 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
25053
25054         * culture-info-tables.h: reflecting locale-builder updates.
25055
25056 2004-06-08  Dick Porter  <dick@ximian.com>
25057
25058         * object.h:
25059         * locales.c: Fixed compile warnings, including a real bug in
25060         CompareInfo_internal_compare.
25061         
25062 2004-06-08  Dick Porter  <dick@ximian.com>
25063
25064         * locales.c
25065         (ves_icall_System_Globalization_CompareInfo_internal_index):
25066         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
25067         Double-check the resuls of usearches, because ICU currently
25068         ignores most of the collator settings here.  Fixes bug 59720.
25069         
25070 2004-06-08  Dick Porter  <dick@ximian.com>
25071
25072         * locales.c
25073         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
25074         Fix memory leak and segfault-causing typo.  No idea how this one
25075         lasted so long without being noticed.
25076
25077 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
25078
25079         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
25080         any methods. Fixes #59629.
25081
25082 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25083
25084         * assembly.c:
25085         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
25086         own the critical section before). Removed dead code (that's done
25087         in the preload hook).
25088
25089         (mono_assembly_load_with_partial_name): call the preload hook.
25090
25091 2004-06-08  Martin Baulig  <martin@ximian.com>
25092
25093         * metadata.c (mono_metadata_signature_alloc): Default
25094         `sentinelpos' to -1.
25095
25096         * reflection.c (mono_image_get_array_token): Likewise.
25097
25098 2004-06-08  Martin Baulig  <martin@ximian.com>
25099
25100         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
25101
25102         * metadata.c (mono_metadata_parse_method_signature): When parsing
25103         a MethodDef which has VarArgs, set sentinelpos.
25104
25105         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
25106         `gint16' since we're using -1 for non-varargs methods.
25107
25108         * reflection.c
25109         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
25110         (method_encode_signature): Added varargs support.
25111         (method_builder_encode_signature): Likewise.
25112         (mono_image_get_varargs_method_token): New static method.
25113         (mono_image_create_method_token): New public method; this is
25114         called via an icall instead of mono_image_create_token() when
25115         calling a varargs method.       
25116
25117 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
25118
25119         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
25120
25121 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
25122
25123         * culture-info-tables.h : Reflecting the latest locale-builder that
25124           fixed empty array representation ({} to {0}).
25125
25126 2004-06-07  Jackson Harper  <jackson@ximian.com>
25127
25128         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
25129         looking up extra gac paths. This allows MONO_GAC_PATH to act
25130         exactly like a prefix.
25131         
25132 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
25133
25134         * reflection.c (mono_reflection_type_from_name): Make a copy of the
25135         type name before modifying it. Fixes #59405.
25136
25137 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
25138
25139         * culture-info.h: added fields for "all datetime patterns".
25140         * locales.c: (  ves_icall_System_Globalization_CultureInfo
25141           _construct_datetime_format ()): fill xxx_patterns fields.
25142         * object.h: added fields for "all datetime patterns" to
25143           MonoDateTimeFormatInfo.
25144         * culture-info-tables.h: reflecting locale-builder updates.
25145
25146 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
25147
25148         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
25149         the event has no add and remove methods. Fixes #59629.
25150
25151 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
25152
25153         * object.c: Fixed possible integer overflow when allocating large
25154         strings.
25155
25156 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
25157
25158         * culture-info-tables.h: reflecting locale-builder updates.
25159
25160 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
25161
25162         * culture-info-tables.h: reflecting locale-builder updates.
25163
25164 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
25165
25166         * culture-info-tables.h: reflecting locale-builder updates.
25167
25168 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
25169
25170         * threads.c: Made Thread.Sleep abortable.
25171
25172 2004-06-02  Martin Baulig  <martin@ximian.com>
25173
25174         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
25175
25176         * debug-mono-symfile.h: Bumped symbol file version number to 37.
25177
25178 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
25179
25180         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
25181
25182 2004-05-30  Jackson Harper  <jackson@ximian.com>
25183
25184         * reflection.c: Do not hardcode assembly versions or public key
25185         tokens anymore. All of this except the corlib section was dead
25186         code anyways.
25187         
25188 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
25189
25190         * object.c (mono_runtime_invoke_array): Automatically create boxed
25191         objects for byref valuetypes if needed. Fixes #59300.
25192         
25193         * object.c (mono_method_return_message_restore): Handle 
25194         MONO_TYPE_OBJECT as well.
25195
25196 2004-05-28  Jackson Harper  <jackson@ximian.com>
25197
25198         * reflection.c: The modified type encoding was causing build
25199         problems. Reverted for now.
25200         
25201 2004-05-28  Jackson Harper  <jackson@ximian.com>
25202
25203         * reflection.c/h: Take an assembly ref so that we dont create
25204         fully qualified names when encoding types in the same assembly as
25205         the custom attribute being emitted.
25206         * appdomain.c: Increment version number.
25207         
25208 2004-05-26  Duncan Mak  <duncan@ximian.com>
25209
25210         * icall.c
25211         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
25212         Set the full version number (major, minor, build, revision).
25213
25214 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
25215
25216         * marshal.c (emit_struct_conv): increment src/dst after blit
25217         (mono_marshal_get_managed_wrapper,
25218         mono_marshal_get_native_wrapper): make sure we have marshalling
25219         info before marshalling params (info computation affects
25220         blittable)
25221
25222         * class.c (class_compute_field_layout): correctly deal with
25223         blittable
25224         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
25225         value types (as per what windows dows by default)
25226         (mono_class_setup_mono_type): System.ValueType is blittable
25227         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
25228         blittable
25229
25230         * marshal.c (mono_marshal_load_type_info): flag types  as
25231         non-blittable if the native layout doesn't match the managed
25232         layout
25233
25234 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25235
25236         * appdomain.c: don't add stuff in the private search path that is
25237         above the application base. If application base is not set, there's
25238         no private search path.
25239
25240 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
25241
25242         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
25243         byref struct arguments in native->managed marshalling.
25244
25245 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
25246
25247         * marshal.c (mono_marshal_get_runtime_invoke): correctly
25248         cache methods using signature (special case for methods
25249         that are value type or string class)
25250         
25251         * image.c (mono_image_close): clean up allocated GSList's
25252         in runtime_invoke_cache.
25253
25254 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25255
25256         * mono-config.c: set the correct path for mono_cfg_dir on windows when
25257         there's no MONO_CFG_DIR environment variable defined.
25258
25259 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25260
25261         * threads.c: windows version must be >= 0x0500 to include OpenThread.
25262
25263 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
25264
25265         * threadpool.c: Really wait for 500ms after the async call, even if the wait
25266           is interrumped.
25267         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
25268           before waiting for it, and call CloseHandle after the wait to unref it.
25269           This will make sure that handles are not disposed too early.
25270
25271 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25272
25273         * appdomain.c:
25274         * appdomain.h:
25275         * icall.c: removed
25276         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
25277         needed now.
25278
25279         * object.c: se the application_base only for the domain that runs
25280         Main. Fixes bug #59216,
25281
25282 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25283
25284         * appdomain.c:
25285         * object.c: only the domain in which Main is run have
25286         SetupInformation.ConfigurationFile set, so moved a few lines from
25287         appdomain.c to object.c.
25288
25289 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25290
25291         * appdomain.c: we tried to load [name].(dll|exe), but according
25292         to bug #57710, we must also try [culture]/[name].(dll|exe) and
25293         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
25294         There's a test case attached to bug #58922.
25295
25296 2004-05-27  Dick Porter  <dick@ximian.com>
25297
25298         * icall.c:
25299         * file-io.c: Implemented icalls for locking and unlocking regions
25300         in a file.
25301         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
25302         FALSE on error (fixes both compiler warning and real bug.)
25303
25304 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
25305
25306         * culture-info-tables.h: reflecting locale-builder updates.
25307
25308           (Added missing ChangeLog entry for 05/26)
25309
25310 2004-05-27  Jackson Harper  <jackson@ximian.com>
25311
25312         * locales.c: Fix some cut and paste errors.
25313         
25314 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25315
25316         * mono-config.c: set the correct path for config. directory on windows.
25317
25318 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
25319
25320         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
25321           on win32.
25322
25323 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
25324
25325         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
25326         from pinvoke functions.
25327         
25328         * marshal.c (mono_ftnptr_to_delegate): Implement this.
25329
25330 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
25331
25332         * culture-info-tables.h: reflecting locale-builder updates.
25333
25334 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
25335
25336         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
25337         #59086.
25338
25339 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
25340
25341         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
25342         * icall.c: Modified icalls for RNG.
25343         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
25344         Windows (CryptoAPI).
25345
25346 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
25347
25348         * locales.c: Fix build.
25349
25350 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
25351
25352         * culture-info-tables.h: reflecting locale-builder updates.
25353
25354 2004-05-25  Jackson Harper  <jackson@ximian.com>
25355
25356         * locales.c: When creating the current culture use the $LANGs
25357         specific culture. So DateTimeFormat and NumberFormat entries are created.
25358         
25359 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
25360
25361         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
25362         a char array as parameter.
25363
25364 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
25365
25366         * image.c: In mono_image_open(), always use an absolute path name to
25367           look for already loaded images.
25368
25369 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
25370
25371         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
25372         missing in the windows build (like older cygwin include files).
25373
25374 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
25375
25376         * icall.c: Fixed check for possible integer overflow in Buffer_
25377         BlockCopy icall. Replaced comments style // by /* */.
25378
25379 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
25380
25381         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
25382         
25383         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
25384         check after MONO_VTADDR. Fixes pinvoke2.exe.
25385
25386         * marshal.h marshal.c metadata.h: Add beginnings of support for
25387         ftnptr -> delegate marshalling.
25388
25389 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
25390
25391         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
25392         * threads.c: Fix warnings.
25393
25394 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
25395
25396         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
25397         * icall.c: Registered icalls for Suspend and Resume.
25398         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
25399           Thread.Abort.
25400         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
25401         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
25402         * process.c: Use WaitForSingleObjectEx.
25403         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
25404           checkpoints.
25405         * threads.c, threads.h: Make use of new Ex wait methods. Improved
25406           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
25407           for Suspend and Resume. Added new mono_thread_stop, used for stoping
25408           background threads. Added basic support for Abort in Windows.
25409           Start new threads using a managed delegate invoke wrapper. This wrapper
25410           has an interruption checkpoint that is needed since an interruption
25411           can be requested before the thread leaves the unmanaged code that starts 
25412           the thread.
25413         * marshal.c: Added interruption checkpoint after every native call, and
25414           also before managed calls for wrappers called from unmanaged code to
25415           go into managed code.
25416         * object.h: Added new field in MonoThread to keep track of interruption
25417           requests.
25418
25419 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
25420
25421         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
25422         calls.
25423
25424 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25425
25426         * appdomain.c:
25427         * assembly.c:
25428         * gc.c:
25429         * locales.c:
25430         * mono-config.c:
25431         * rand.c: getenv -> g_getenv (windows!)
25432
25433         * process.c: complete_path is also used on non-windows platforms.
25434
25435 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25436
25437         * icall.c: new signature for Process_Start.
25438
25439         * process.[ch]: new signature for Process_Start. If we're on windows
25440         and UseShellExecute is false, we have to search for the program by
25441         ourselves if we don't get a full path.
25442
25443 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
25444
25445         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
25446         marshalling and call CleanUpNativeData if needed. Fixes #58646.
25447
25448 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25449
25450         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
25451         Fixes bug #58373.
25452
25453 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25454
25455         * process.c: use double quotes to quote program name and arguments on
25456         windows. Fixes bug #58575.
25457
25458 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25459
25460         * file-io.c: don't return "." and ".." when using windows Find*File.
25461
25462 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
25463
25464         * marshal.c: Don't pass wrappers to message init because method 
25465         addressed used to lookup metadata. part of remoting[2|3] fix.
25466
25467 2004-05-15  Jackson Harper  <jackson@ximian.com>
25468
25469         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
25470         path is essentially the same as MONO_PATH except that it points to
25471         GACs instead of lib directories.
25472         * loader.h: The user gac is gone so we dont need function to
25473         enable/disable it.
25474         * mono-config.c: user gac option is now gone.
25475         
25476 2004-05-15  Jackson Harper  <jackson@ximian.com>
25477
25478         * culture-info.h: Make defines more consistent, add calendar data
25479         to the culture info table.
25480         * culture-info-tables.h: Add basic calendar data. Basically
25481         everyone gets default gregorian until all the data is
25482         updated.
25483         * locales.c: Use the new consistent defines. Set calendar data for
25484         culture info objects.
25485         * object.h: add a field for calendar data to CultureInfo
25486         
25487 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
25488
25489         * image.c: image->runtime_invoke_cache is keyed on signatures now.
25490         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
25491         a signature.
25492         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
25493         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
25494         an extra param that is the pointer of the method to invoke. The IL for
25495         the invoke method is no longer specific to the method, but to the
25496         signature of the method. Thus, we can share the same code for multiple
25497         methods. This reduces the number of methods that have to be compiled.
25498
25499 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
25500
25501         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
25502
25503         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
25504
25505         * icall.c: Optimize Buffer.BlockCopy.
25506
25507 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25508
25509         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
25510         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
25511         quote). Changed them to "MMMM yyyy".
25512
25513 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
25514
25515         * rand.c
25516         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
25517
25518 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
25519
25520         * reflection.h: Updated after changes to managed structures.
25521
25522         * appdomain.c: Bump corlib version.
25523
25524 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25525
25526         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
25527         windows.
25528
25529 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25530
25531         * Makefile.am: link to ../os/libmonoos.la on windows.
25532
25533         * assembly.c:
25534                 -If MONO_DEBUG, warn about non-existing directories in
25535                 MONO_PATH.
25536                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
25537                 compile time variable.
25538                 -Removed init_default_path and call mono_set_rootdir from
25539                 libmonoos.a instead (windows only).
25540
25541         * assembly.h: declare mono_assembly_getrootdir().
25542
25543         * domain.c:
25544         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
25545
25546         * loader.c: s/getenv/g_getenv/
25547
25548 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
25549
25550         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
25551
25552         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
25553
25554         * metadata.h: Add new marshalling conversions.
25555
25556         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
25557         function.
25558
25559         * reflection.c (mono_reflection_get_type): Lookup the type in all
25560         modules of a multi-module assembly. Fixes #58291.
25561
25562 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
25563
25564         * threads.c: Before aborting a background, set the StopRequested
25565         state.  This avoids throwing the Abort exception.
25566         In mono_thread_manage, don't continue with the shutdown until all
25567         aborted threads have actually stopped.
25568
25569 2004-05-10  Jackson Harper  <jackson@ximian.com>
25570
25571         * locales.c: Remove the modifier from culture names.
25572         
25573 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25574
25575         * Makefile.am: monosn is not installed any more. It has been deprecated
25576         in favor of sn.
25577
25578 2004-05-07  Jackson Harper  <jackson@ximian.com>
25579
25580         * locales.c
25581         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
25582         Fix array construction, add bailout if the length is 0.
25583
25584 2004-05-07  Dick Porter  <dick@ximian.com>
25585
25586         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
25587         machine doesn't have a DNS entry.  Patch by Urs Muff
25588         (umuff@quark.com), fixes bug 57928.
25589
25590 2004-05-06  Jackson Harper  <jackson@ximian.com>
25591
25592         * reflection.c: Handle null PublicTokens properly. alloc mem for
25593         assembly names culture so we dont crash when freeing it.
25594         
25595 2004-05-06  Jackson Harper  <jackson@ximian.com>
25596
25597         * assembly.c: Check the usergac when loading with partial names.
25598         
25599 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
25600
25601         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
25602         does nothing for now (not required for Linux/Windows) but the class
25603         library can call it (and a newer or modified runtime could need it).
25604         * icall.c: Registred icall.
25605
25606 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25607
25608         * loader.c: prints a message on module loading error we set MONO_DEBUG
25609         environment variable.
25610
25611 2004-05-05  Jackson Harper  <jackson@ximian.com>
25612
25613         * appdomain.c: Handle PublicKeyToken=null properly.
25614         
25615 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
25616
25617         * environment.c|h: Added icall ves_icall_System_Environment_
25618         GetOSVersionString to get the current OS version as a string.
25619         * icall.c: Registred icall.
25620
25621 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
25622
25623         * object.c: in mono_object_get_virtual_method(), take into account that
25624         non-virtual methods don't have a slot in the vtable. Check needed when
25625         the object is a proxy.
25626
25627 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
25628
25629         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
25630         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
25631
25632         * object.c (mono_class_compute_gc_descriptor): Fix warning.
25633
25634         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
25635         passed when a valuetype is expected.
25636
25637         * object.c (mono_unhandled_exception): Only set the exit code if the
25638         exception happens in the main thread. Fixes thread5.exe.
25639
25640         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
25641         invalid names. Fixes #58047.
25642
25643 2004-05-03  Jackson Harper  <jackson@ximian.com>
25644
25645         * assembly.c: This line was committed accidently and is unneeded.
25646         
25647 2004-05-03  Jackson Harper  <jackson@ximian.com>
25648
25649         * icall.c: Add new icall for Assembly::LoadWithPartialName
25650         * assembly.c/.h: new function that probes the GAC to load partial
25651         assembly names by Paolo Molaro.
25652         
25653 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25654
25655         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
25656         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
25657         (type_get_fully_qualified_name): Added PublicKeyToken when building a
25658         full type name.
25659
25660 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25661
25662         * appdomain.c: fixed check for 'neutral' culture and removed warning.
25663         * reflection.c: fix bug when parsing a full type name and Version is not
25664         the last thing in the string.
25665
25666 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
25667
25668         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
25669         crashes when it is freed.
25670
25671 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25672
25673         * assembly.c: print the compat warning to stderr.
25674
25675 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
25676
25677         * assembly.c (mono_assembly_load_references): Add a compatibility
25678         hack to run old applications that might be still referencing the
25679         3300-based assemblies, only do this for System.xxx.
25680
25681 2004-05-01  Jackson Harper  <jackson@ximian.com>
25682
25683         * appdomain.c: If the culture is neutral we set it to "".
25684         
25685 2004-04-29  Jackson Harper  <jackson@ximian.com>
25686
25687         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
25688
25689 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
25690  
25691         * string-icalls.c: added low overhead function for copying chars
25692         * icall.c: added needed icall for the above function
25693  
25694 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25695
25696         * icall.c: fix return value of get_global_assembly_cache.  Implemented
25697         Environment.GetLogicalDrives.
25698
25699 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
25700
25701         * rand.c: try and talk to egd or prngd
25702         for random bytes if opening devices fail.
25703
25704 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
25705
25706         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
25707         alignment for the type using the native alignment of its members 
25708         instead of using klass->min_align.
25709
25710         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
25711
25712 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25713
25714         * file-io.c:
25715         * socket-io.c: added check for sys/aio.h.
25716
25717 2004-04-28  Dick Porter  <dick@ximian.com>
25718
25719         * threads.c: Don't abort a thread thats already aborting, when
25720         terminating everything.
25721
25722 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25723
25724         * icall.c: added 2 new async calls for Socket.
25725
25726         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
25727         IO on *nix systems.
25728
25729         * threadpool.c: removed unused variable.
25730
25731 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
25732
25733         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
25734
25735 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
25736
25737         * locales.c: put back string_invariant_tolower () and
25738         string_invariant_toupper ().
25739
25740 2004-04-26 David Waite <mass@akuma.org>
25741
25742         * file-io.h:
25743         * socket-io.h:
25744         * threads.h:
25745         * unicode.h: remove comma from end of enumeration declarations
25746
25747 2004-04-26 David Waite <mass@akuma.org>
25748
25749         * debug-mono-symfile.h:
25750         * decimal.c:
25751         * mono_debug.h:
25752         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
25753
25754
25755 2004-04-26  Jackson Harper  <jackson@ximian.com>
25756
25757         * appdomain.c: Increment version number.
25758         
25759 2004-04-26  Jackson Harper  <jackson@ximian.com>
25760
25761         * appdomain.c: Set assembly references public token value when
25762         PublicKeyToken is specified, not the hash_value. Free public token
25763         values when free assembly name data. Previously the public key
25764         token was hex decoded, however we are using hex encoded public key
25765         tokens, so this is not neccasary.
25766         * assembly.c: Lookup assemblies in the gac if their public token
25767         value is set. Add function to allow enabling user gac
25768         lookups. Specify whether or not the assembly was loaded from the
25769         GAC. Compare full assembly names when checking the cache for
25770         assemblies (Temporarily disabled see comment in code). Remove
25771         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
25772         specifies trace-loader they get extra info to stdout on the
25773         loading of assemblies.
25774         * image.h: Add a field for an assembly references public token
25775         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
25776         whether an assembly has been loaded from the GAC.
25777         * image.c: Remove a corlib -> mscorlib name mapping.
25778         * loader.h: Add function to enable/disable the user gac.
25779         * mono-config.c: Check if the usergac is enabled in the config
25780         file.
25781         * icall.c: New icall to determine whether or not an assembly has
25782         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
25783         * tabldefs.h: Add constant for assemblyref flag that specifies a
25784         full public key is used instead of a public token.
25785         * reflection.c: Remove mscorlib -> corlib mappings. Set
25786         PublicTokenValue instead of hash value. This value is a hex
25787         string so it does not need to be expanded.
25788
25789 2004-04-26  Martin Baulig  <martin@ximian.com>
25790
25791         * mono-debug-debugger.c (mono_debugger_initialize): Set
25792         `mono_debugger_initialized' before calling mono_debug_lock().
25793
25794 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
25795
25796         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
25797           InternalToUpper/InternalToLower.
25798         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
25799           removed invariant culture shortcut.  This is now done in managed code.
25800         * locales.c: (string_invariant_toupper/tolower) removed.
25801
25802 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25803
25804         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
25805         Added Poll internal call.
25806
25807         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
25808         call for Poll. Select was too heavy for polling a single socket.
25809
25810         * threadpool.[ch]: added mono_threadpool_cleanup.
25811         * threads.c: use it. Don't use Thread_Abort on windows.
25812
25813 2004-04-23  Martin Baulig  <martin@ximian.com>
25814
25815         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
25816
25817 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
25818
25819         * icall.c: Registred new icalls for key pair protection and added an
25820         icall for Environment.GetFolderPath on Windows.
25821         * security.c|h: Added new icalls for key pair protection.
25822
25823 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25824
25825         * socket-io.c: don't display the non-supported family warning for known
25826         families. Now this is not displayed on windows when checking support
25827         for IPv4/IPv6.
25828
25829 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25830
25831         * class.c: don't display the layout warning for static fields.
25832
25833 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
25834
25835         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
25836         * locales.c, locales.h: Added new icalls for culture-specific
25837         Char.ToLower and Char.ToUpper.
25838
25839 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25840
25841         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
25842         by David Waite.
25843
25844 2004-04-20  Martin Baulig  <martin@ximian.com>
25845
25846         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
25847         of the type name before passing it to mono_reflection_type_from_name().
25848
25849 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
25850
25851         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
25852         encodings here. Fixes #56965.
25853
25854 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
25855
25856         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
25857         fix test on strstr result not that I can see anything that
25858         relies on the result.
25859
25860 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
25861
25862         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
25863         Fixes #57081.
25864
25865         * marshal.c (mono_marshal_get_string_encoding): New helper function.
25866
25867         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
25868         function to determine which marshalling to use for strings. Fixes
25869         #56965.
25870
25871         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
25872
25873         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
25874
25875 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
25876
25877         * icall.c: #include mono-config.h
25878
25879 2004-04-15  Jackson Harper  <jackson@ximian.com>
25880
25881         * culture-info-tables.h: Fix date formats for en-US culture.
25882         
25883 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
25884
25885         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
25886         ThreadPool.SetMinThreads.
25887         * threadpool.c: Implemented ThreadPool.GetMinThreads and
25888         ThreadPool.SetMinThreads.
25889
25890 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
25891
25892         * mono-config.c: also load the .config file in the directory
25893         where the assembly was found.
25894
25895 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
25896
25897         * assembly.c: load per-assembly config files.
25898         * icall.c: decrapified code to get the config dir and moved to
25899         mono-config.c.
25900         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
25901         per-assembly config files. When doing a dll map lookup give precedence
25902         to the per-assembly data.
25903
25904 2004-04-14  Martin Baulig  <martin@ximian.com>
25905
25906         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
25907         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
25908         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
25909
25910         * mono-debugger-debugger.c: While the debugger is locked, remember
25911         whether the symbol tables have changes and send one single
25912         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
25913
25914 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
25915
25916         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
25917
25918         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
25919         function.
25920
25921         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
25922         account when marshalling string arrays. Fixes #56965.
25923
25924 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
25925
25926         * icall.c: Add new icalls mapping for security.
25927         * security.c|h: Add internal calls for WindowsIdentity,
25928         WindowsImpersonationContext and WindowsPrincipal.
25929
25930 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
25931
25932         * class.c: Added comment to ensure the System.MonoDummy class
25933         is removed when no longer necessary
25934
25935 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
25936
25937         * appdomain.c: Pass arguments to the bootstraping exceptions to
25938         minimize JITed methods at boot
25939
25940         * metadata.c (mono_exception_from_name_two_strings): Allow for the
25941         second string to be null.
25942
25943         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
25944         Change the protocol to minimize the JIT methods at startup.  Now
25945         it Returns the internal codepage, if the value of "int_code_page"
25946         is 1 at entry, and we can not compute a suitable code page
25947         number, returns the code page as a string.
25948
25949 2004-04-13  Jackson Harper  <jackson@ximian.com>
25950
25951         * culture-info-tables.h: Fix number of decimal digits for all
25952         english locales.
25953
25954 2004-04-13  Jackson Harper  <jackson@ximian.com>
25955
25956         * icall.c: Clairfy out of sync error message. It is not always
25957         your corlib that is out of sync.
25958
25959 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
25960
25961         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
25962         properties when only the set accessor is overriden. Fixes #55874.
25963
25964 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
25965
25966         * assembly.c (mono_assembly_load_references): Make this thread safe.
25967         Fixes #56327.
25968
25969 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
25970
25971         * monosn.c: Add missing initialization calls.
25972
25973 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
25974
25975         * locales.c:
25976         ves_icall_System_Globalization_CultureInfo_construct_number_format
25977         Fix g_assert so it compiles on fussier compilers re int/ptr
25978         mismatch
25979
25980 2004-04-08  Dick Porter  <dick@ximian.com>
25981
25982         * socket-io.h:
25983         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
25984         53992.  Also rearrange the code so that the internal calls return
25985         an error value and exceptions are thrown from managed code.
25986
25987         * icall.c: Add type info to the socket icalls.
25988
25989 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25990
25991         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
25992         owes me a beer.
25993
25994 2004-04-07  Martin Baulig  <martin@ximian.com>
25995
25996         * class.c (mono_class_from_generic_parameter): Don't default
25997         `klass->parent' to `mono_defaults.object_type'.
25998
25999 2004-04-07  Martin Baulig  <martin@ximian.com>
26000
26001         * reflection.c (mono_reflection_initialize_generic_parameter): Set
26002         `param->pklass->reflection_info'.       
26003
26004 2004-04-07  Jackson Harper  <jackson@ximian.com>
26005
26006         * culture-info-tables.h: Fix date separator symbol.
26007         
26008 2004-04-07  Martin Baulig  <martin@ximian.com>
26009
26010         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
26011         from System.Type to System.MonoType.
26012
26013 2004-04-07  Martin Baulig  <martin@ximian.com>
26014
26015         * reflection.h
26016         (MonoReflectionGenericParam): Added `has_reference_type' and
26017         `has_value_type' fields.
26018
26019         * reflection.c (mono_image_get_generic_param_info): Encode the
26020         correct flags if we have the `class' or `struct' constraint.
26021
26022 2004-04-07  Martin Baulig  <martin@ximian.com>
26023
26024         * reflection.h
26025         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
26026
26027 2004-04-07  Jackson Harper  <jackson@ximian.com>
26028
26029         * appdomain.c: Revert extra patches, just wanted to bump the
26030         version number.
26031         
26032 2004-04-07  Jackson Harper  <jackson@ximian.com>
26033
26034         * Makefile.am: Add culture-info private headers.
26035         * icall.c: Add new icalls for contructing locales.
26036         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
26037         * locales.h: Declare new culture info construction methods.
26038         * object.h: Add new fields used to avoid the CultureMap to
26039         MonoCultureInfo.
26040         * culture-info.h: Definition of structs used in the culture info
26041         tables.
26042         * culture-info-tables.h: Autogenerated tables that contain culture
26043         info data. This file was generated with the locale-builder tool.
26044         * appdomain.c: Incement corlib version number.
26045         
26046 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
26047
26048         * appdomain.c: (mono_runtime_init) move mono_thread_init
26049         to before mono_object_new calls so critical sections
26050         are initialized before use.
26051
26052 2004-04-07  Martin Baulig  <martin@ximian.com>
26053
26054         * icall.c
26055         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
26056         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
26057         (ves_icall_MonoGenericParam_initialize): Removed.
26058         (monogenericparam_icalls): Removed.
26059         (generictypeparambuilder_icalls): Added new table for
26060         System.Reflection.Emit.GenericTypeParameterBuilder.
26061
26062         * reflection.c
26063         (mono_reflection_define_generic_parameter): Removed.
26064         (mono_reflection_initialize_generic_parameter): This is now called
26065         from GenericTypeParameterBuilder's .ctor.
26066
26067 2004-04-06  Martin Baulig  <martin@ximian.com>
26068
26069         * class.c (mono_class_init): Don't inflate nested classes in a
26070         generic instance.
26071         (mono_type_get_name_recurse): Include the generic arguments for
26072         generic instances and generic type declarations.
26073         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
26074         (_mono_class_get_instantiation_name): Removed.
26075         (mono_class_create_generic): Always use `gklass->name' as our name.
26076
26077         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
26078
26079         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
26080         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
26081         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
26082         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
26083         closed generic methods here.
26084
26085         * reflection.c
26086         (mono_reflection_generic_inst_get_nested_types): Removed.
26087         (inflate_mono_method): Copy the generic parameters from the
26088         MonoMethodHeader into out MonoGenericMethod.
26089
26090 2004-04-06  Martin Baulig  <martin@ximian.com>
26091
26092         * row-indexes.h
26093         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
26094
26095         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
26096
26097         * reflection.c (build_compressed_metadata): If we have any entries
26098         in the GenericParam, MethodSpec or GenericParamConstraint tables,
26099         set the header version to 1.1.
26100
26101 2004-04-06  Martin Baulig  <martin@ximian.com>
26102
26103         * class.c (mono_class_init): If we're a generic instance,
26104         initialize our nested classes, too.
26105         (_mono_class_get_instantiation_name): Deal with the new `!%d'
26106         suffix. 
26107
26108 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26109
26110         * process.c: quote the argument passed to the shell on windows.
26111
26112 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
26113
26114         * threads.c (mono_alloc_special_static_data): Allow this to be
26115         called during startup.
26116
26117 2004-04-02  Martin Baulig  <martin@ximian.com>
26118
26119         * icall.c
26120         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
26121
26122 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
26123
26124         * icall.c: Fix build.
26125
26126 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
26127
26128         * Makefile.am: Added security.c|h.
26129         * icall.c: Added icall for get_UserName;
26130         * security.c: New file for security related icalls. Added function
26131         get_UserName for System.Environment (fix #56144).
26132         * security.h: New. Header file for security.c
26133
26134 2004-04-02  Dick Porter  <dick@ximian.com>
26135
26136         * icall.c: Deleted the icalls that were obsoleted some time ago
26137         by the ICU string code, and which were mixed into the icall
26138         rearranging.  Fixes bug 55969.
26139
26140         * string-icalls.h: 
26141         * string-icalls.c: Deleted the code that those icalls reference.
26142
26143 2004-04-01  Martin Baulig  <martin@ximian.com>
26144
26145         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
26146
26147         * class.c (mono_class_from_generic_parameter): Don't set 
26148         TYPE_ATTRIBUTE_INTERFACE.
26149         (my_mono_class_from_generic_parameter): Likewise.
26150
26151 2004-04-01  Martin Baulig  <martin@ximian.com>
26152
26153         * loader.c (find_method): Added an optional `MonoClass *ic'
26154         argument to search in a specific interface.
26155         (mono_get_method_constrained): New public function.
26156
26157 2004-04-01  Martin Baulig  <martin@ximian.com>
26158
26159         * reflection.c (mono_image_get_generic_field_token): Use the
26160         `handleref' cache here.
26161
26162 2004-04-01  Martin Baulig  <martin@ximian.com>
26163
26164         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
26165
26166         * reflection.c (create_generic_typespec): Use the `typespec' hash
26167         here, not the `typeref' one.    
26168
26169 2004-04-01  Martin Baulig  <martin@ximian.com>
26170
26171         * class.c (mono_class_inflate_generic_type): Moved the
26172         functionality into a new static inflate_generic_type() which
26173         returns NULL if it didn't do anything.  Only increment the
26174         `mono_stats.inflated_type_count' if we actually inflated
26175         something.
26176         (mono_class_get_full): Check the classes type to see whether we
26177         need to inflate it; also inflate MONO_TYPE_(M)VAR.
26178
26179 2004-04-01  Jackson Harper  <jackson@ximian.com>
26180
26181         * reflection.c: Set culture for assembly references.
26182         
26183 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
26184
26185         * reflection.[ch], icall.[ch], Fix support for pinning variables.
26186
26187 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26188
26189         * assembly.c:
26190         (do_mono_assembly_open): the critical section also covers
26191         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
26192
26193 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26194
26195         * threads.c:
26196         (mono_manage_threads): abort the background threads when finishing.
26197         Fixes bug #47232.
26198
26199 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26200
26201         * gc.c: only close the done_event handle if there was no timeout.
26202         C-ified comments.
26203
26204 2004-03-30  Martin Baulig  <martin@ximian.com>
26205
26206         * icall.c (icall_entries): It's called "System.Activator", not
26207         "System.Activation".    
26208
26209 2004-03-30  Martin Baulig  <martin@ximian.com>
26210
26211         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
26212         (mono_class_create_from_typespec): Likewise.
26213
26214 2004-03-30  Martin Baulig  <martin@ximian.com>
26215
26216         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
26217         `has_ctor_constraint' and `initialized'.
26218
26219 2004-03-30  Martin Baulig  <martin@ximian.com>
26220
26221         * reflection.c (encode_new_constraint): New static function to add
26222         the constructor constraint attribute to a type parameter.
26223         (encode_constraints): Call encode_new_constraint() if necessary.
26224
26225         * reflection.h
26226         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
26227
26228         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
26229         
26230 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
26231
26232         * reflection.c, icall.c: add support for pinning variables. 
26233
26234 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
26235
26236         * marshal.c (mono_marshal_get_managed_wrapper):
26237         init bool local with zero rather than null.
26238
26239 2004-03-29  Martin Baulig  <martin@ximian.com>
26240
26241         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
26242         the "official" behavior here.
26243         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
26244
26245 2004-03-29  Martin Baulig  <martin@ximian.com>
26246
26247         * icall.c: Reflect latest API changes.
26248
26249 2004-03-29  Martin Baulig  <martin@ximian.com>
26250
26251         * loader.c (mono_get_method_from_token): Also call
26252         mono_metadata_load_generic_params () for abstract and interface
26253         methods; replace the type arguments in the method signature with
26254         the ones which are loaded from the metadata.
26255
26256 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
26257
26258         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
26259         of the lock is not the current thread. MS.NET don't do it, in spite of
26260         what the documentation says. See bug #56157.
26261
26262 2004-03-28  Martin Baulig  <martin@ximian.com>
26263
26264         * class.c (mono_class_init): Don't call init_properties() and
26265         init_events() for generic instances; set `prop->parent' when
26266         inflating properties.
26267
26268         * reflection.c (mono_generic_inst_get_object): Call
26269         `mono_class_init (ginst->klass)'.
26270         (mono_type_get_object): Only create a MonoGenericInst if your
26271         generic type is a TypeBuilder.
26272         (do_mono_reflection_bind_generic_parameters): Only set
26273         `ginst->is_dynamic' if our generic type is a TypeBuilder.
26274
26275 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
26276
26277         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
26278         Fixes #56091.
26279
26280 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26281
26282         * icall.c: added Kill_internal icall.
26283         * process.[ch]: added Kill_internal icall.
26284
26285 2004-03-25  Martin Baulig  <martin@ximian.com>
26286
26287         * class.h (MonoStats): Added `generic_instance_count',
26288         `inflated_method_count', `inflated_type_count' and
26289         `generics_metadata_size'.       
26290
26291 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26292
26293         * reflection.c: no warnings now.
26294
26295 2004-03-25  Martin Baulig  <martin@ximian.com>
26296
26297         * class.c (mono_class_get_full): New public function; does a
26298         mono_class_get(), but also takes a `MonoGenericContext *'.
26299
26300         * loader.c (mono_field_from_memberref): Renamed to
26301         `field_from_memberref', made static and added `MonoGenericContext *'
26302         argument.
26303         (mono_field_from_token): Added `MonoGenericInst *' argument.
26304         (method_from_memberef): Likewise.
26305         (mono_get_method_from_token): Likewise.
26306         (mono_get_method_full): New public function; does a
26307         mono_get_method(), but also takes a `MonoGenericContext *'.
26308
26309         * verify.c (mono_method_verify): Get the method's generic context
26310         and pass it to mono_field_from_token(), mono_get_method_full() and
26311         mono_class_get_full().
26312
26313 2004-03-25  Martin Baulig  <martin@ximian.com>
26314
26315         * class.c (mono_class_inflate_generic_type): Take a
26316         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
26317         `MonoGenericMethod *'.
26318
26319 2004-03-25  Martin Baulig  <martin@ximian.com>
26320
26321         * loader.h (MonoMethodInflated): Store the MonoGenericContext
26322         instead of the MonoGenericMethod here.
26323
26324 2004-03-25  Martin Baulig  <martin@ximian.com>
26325
26326         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
26327         each time we create a new MonoGenericInst, we also create a new
26328         context which points back to us.
26329
26330         * class.c (inflate_method): Use `ginst->context' instead of
26331         creating a new context.
26332
26333         * loader.c (method_from_memberref): Use
26334         `klass->generic_inst->context' instead of creating a new context.
26335
26336 2004-03-25  Martin Baulig  <martin@ximian.com>
26337
26338         * class.h (MonoGenericContext): New struct.
26339         (MonoGenericMethod): Removed `generic_inst'.
26340
26341         * class.c (mono_class_inflate_generic_method): Take a
26342         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
26343
26344 2004-03-25  Martin Baulig  <martin@ximian.com>
26345
26346         * loader.h (MonoMethodInflated): New typedef.
26347
26348         * metadata.h (MonoMethodSignature): Removed `gen_method', make
26349         `generic_param_count' consume just 30 bits, added `is_inflated'
26350         and `has_type_parameters' flags (one bit each).
26351
26352         * class.c (mono_class_inflate_generic_method): Create a
26353         MonoMethodInflated instead of a MonoMethodNormal and set
26354         `is_inflated' in the method signature.
26355
26356         * class.h (MonoGenericMethod): Removed `generic_method'.
26357
26358 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
26359
26360         * image.c: Make sure the name of a MonoImage is always an absolute path.
26361           This fixes bug #54415.
26362
26363 2004-03-24  Martin Baulig  <martin@ximian.com>
26364
26365         * class.c (mono_class_setup_vtable): If we're a generic instance,
26366         use our generic type's vtable size.
26367
26368 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
26369
26370         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
26371         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
26372         problems.
26373
26374 2004-03-23  Martin Baulig  <martin@ximian.com>
26375
26376         * class.h (MonoDynamicGenericInst): Added `int count_events' and
26377         `MonoEvent *events'.
26378
26379         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
26380         (typebuilder_icalls): Added "get_event_info"; calls
26381         mono_reflection_event_builder_get_event_info(). 
26382
26383         * reflection.c (mono_reflection_generic_inst_initialize): Added
26384         `MonoArray *events'.
26385         (mono_reflection_event_builder_get_event_info): New function.
26386
26387 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
26388
26389         * object.h: add mono_type_initialization_init
26390
26391         * object.c (mono_runtime_class_init): 
26392         implement class constructor synchronization rules
26393         to cope with threading issues.  
26394         add mono_type_initialization_init
26395
26396         * appdomain.c (mono_runtime_init): call 
26397         mono_type_initialization_init
26398
26399         * class.h: removing initializing field from MonoVTable
26400
26401 2004-03-23  Martin Baulig  <martin@ximian.com>
26402
26403         * class.c (my_mono_class_from_generic_parameter): Use
26404         `param->name' if it's not NULL. 
26405
26406 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
26407
26408         * class.c: do not insert non-virtual methods in the vtable.
26409         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
26410         that means the method is non-virtual. This never would have
26411         happened before.
26412
26413 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
26414
26415         * profiler.c: Added lock for accessing coverage_hash.
26416
26417 2004-03-22  Martin Baulig  <martin@ximian.com>
26418
26419         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
26420         `method->method->signature->generic_param_count != 0' to make it
26421         work for interface methods.
26422
26423 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26424
26425         * process.c: quote the string passed to the shell using g_shell_quote.
26426
26427 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26428
26429         * threads.c:
26430         (mono_threads_manage): don't remove the finalizer thread and self
26431         from the threads hash table so that mono_thread_manage can be called
26432         more than once.
26433
26434 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26435
26436         * process.c: quote the arguments when UseShellExecute is true. Fixes
26437         bug #55790.
26438
26439 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26440
26441         * threads.c: set mono_thread_detach as a cleanup routine for every
26442         thread. This way it's always executed upon thread termination, either
26443         aborted or finished normally. No more xsp hangs!
26444
26445 2004-03-17  Martin Baulig  <martin@ximian.com>
26446
26447         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
26448         `int count_nested' and a `MonoType **nested'.
26449
26450         * reflection.c (mono_reflection_bind_generic_parameters): Moved
26451         most of the functionality into a new static
26452         do_mono_reflection_bind_generic_parameters() and don't take a
26453         `MonoType *nested_in' argument any more.  Don't compute nested
26454         types here.
26455         (mono_reflection_generic_inst_get_nested_types): New public method
26456         to get nested types.
26457
26458         * class.c (mono_class_create_generic): Set `klass->nested_in' if
26459         we're a nested class.
26460
26461         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
26462         mono_reflection_generic_inst_get_nested_types() to compute the
26463         nested types.
26464
26465 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
26466
26467         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
26468         descriptive error message under windows.
26469         
26470 2004-03-17  Martin Baulig  <martin@ximian.com>
26471
26472         * class.c (dup_type): Added `const MonoType *original' argument;
26473         copy the attrs from the original type.
26474
26475 2004-03-17  Martin Baulig  <martin@ximian.com>
26476
26477         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
26478         `m->generic_inst_cache' here.
26479
26480 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
26481
26482         * exception.h exception.c: Add stack_overflow_exception.
26483
26484 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26485
26486         * threadpool.c:
26487         (overlapped_callback): call SetEvent *after* invoking the callback.
26488         No need to call CloseHandle.
26489
26490 2004-03-16  Martin Baulig  <martin@ximian.com>
26491
26492         * reflection.c (mono_image_get_fieldref_token): Take a
26493         `MonoReflectionField *' instead of a `MonoClassField *' and a
26494         `MonoClass *'; store the `MonoReflectionField *' in the hash.
26495
26496 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26497
26498         * appdomain.c: don't add the culture to the filename we're looking for
26499         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
26500
26501 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26502
26503         * locales.c: don't ignore symbols when doing case insensitive compares.
26504         Thanks Dick! Fixes bug #54046.
26505
26506         * threads.c: surround 'threads' usage with enter/leave in
26507         mono_thread_manage.
26508
26509 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
26510
26511         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
26512         implicitly marshalled as [Out]. Fixes #55450.
26513
26514         (mono_marshal_get_runtime_invoke): Zero out the result if there is
26515         an exception.
26516
26517 2004-03-16  Martin Baulig  <martin@ximian.com>
26518
26519         * class.c (mono_class_from_generic_parameter): Use the actual
26520         parameter name. 
26521
26522 2004-03-16  Martin Baulig  <martin@ximian.com>
26523
26524         * reflection.c (type_get_signature_size): New static function.
26525         Compues the size of the type in a method signature.
26526         (method_get_signature_size): New static function; calls
26527         type_get_signature_size() to compute the actual size of the
26528         method's signature.
26529         (method_encode_signature): Use method_get_signature_size() to get
26530         the signature's size rather than using `nparams * 10'.
26531
26532 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26533
26534         * file-io.h: define here WapiOverlapped on windows. I don't want the
26535         regular OVERLAPPED one.
26536
26537         * file-io.c:
26538         * threadpool.c: somehow, BindIoCompletionCallback is not found.
26539         Disabling AIO on windows.
26540
26541 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26542
26543         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
26544         bug #55385.
26545
26546 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26547
26548         * appdomain.c: upgraded corlib version.
26549
26550         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
26551         and BeginWrite. Allow opening files for asynchrnous operations.
26552
26553         * file-io.h: new struct that maps FileStreamAsyncResult.
26554         * icall.c: added new icalls.
26555         * process.[ch]: support setting child process environment variables
26556         and use the SHELL or COMSPEC when UseShellExecute is true.
26557
26558         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
26559         callback for async. IO is here and also BindHandle.
26560
26561         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
26562         from here.
26563
26564 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
26565
26566         * reflection.c (create_custom_attr): Allow len == 0.
26567
26568         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
26569         computation on big-endian machines.
26570
26571 2004-03-13  Martin Baulig  <martin@ximian.com>
26572
26573         * class.h (MonoGenericInst): Added `int count_ifaces'.
26574
26575         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
26576         `ginst->count_ifaces' instead `klass->interface_count' since we
26577         may get called before the vtable is created.
26578
26579         * loader.c (mono_method_get_param_names): If we're a generic
26580         instance, return and don't initialize the class.
26581
26582         * reflection.c (mono_reflection_setup_generic_class): Don't call
26583         ensure_runtime_vtable().
26584         (mono_reflection_bind_generic_parameters): Set
26585         `ginst->count_ifaces'.
26586
26587 2004-03-11  Jackson Harper <jackson@ximian.com>
26588
26589         * icall.c:
26590         * unicode.c:
26591         * unicode.h: Remove unused System.Char icalls.
26592         
26593 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
26594
26595         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
26596         code when we P/Invoke the first library in Windows.Forms, instead
26597         of when we first open the assembly.
26598
26599         * assembly.c: Drop the lookup from here.
26600
26601 2004-03-10  Martin Baulig  <martin@ximian.com>
26602
26603         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
26604         class for properties, fields and events.  Finally fixes #54945.
26605
26606 2004-03-10  Martin Baulig  <martin@ximian.com>
26607
26608         * metadata.c (mono_metadata_class_equal): New static function;
26609         checks whether two generic instances or two generic parameters are
26610         equal.
26611         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
26612         compare classes.        
26613
26614 2004-03-10  Martin Baulig  <martin@ximian.com>
26615
26616         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
26617
26618         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
26619         argument and write it into the `reflection_info' field.
26620
26621         * icall.c
26622         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
26623         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
26624
26625 2004-03-09  Jackson Harper  <jackson@ximian.com>
26626
26627         * char-conversions.h: use 8 bits for numeric data its all we need
26628         * icall.c: numeric data is only 8 bits now.
26629
26630 2004-03-09  Martin Baulig  <martin@ximian.com>
26631
26632         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
26633
26634         * class.c (init_properties, init_events): Initialize the new
26635         `parent' field.
26636
26637         * reflection.c (typebuilder_setup_properties): Likewise.
26638         (typebuilder_setup_events): Likewise.
26639
26640         * reflection.h (MonoEventInfo): Replaced `parent with
26641         `declaring_type' and `reflected_type'.
26642
26643         * icall.c (ves_icall_get_property_info): Distinguish between
26644         declaring and reflected type.
26645         (ves_icall_get_event_info): Likewise.
26646
26647 2004-03-09  Martin Baulig  <martin@ximian.com>
26648
26649         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
26650         (ves_icall_Type_GetField): Correctly set field->klass.
26651
26652 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
26653
26654         * loader.h: Fix warning.
26655
26656 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
26657
26658         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
26659         library routine if present.  Notice that it will still continue
26660         executing even if its missing, for those working on the Gtk#
26661         edition of Windows.Forms.
26662
26663         * assembly.c (do_mono_assembly_open): If loading the
26664         System.Windows.Forms call mono_loader_wini_init.
26665
26666 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
26667
26668         * class.h: Added MonoRemoteClass struct.
26669         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
26670         function for MonoStrings.
26671         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
26672         Added internal call for getting the proxy type.
26673         * marshal.c: Get the type of transparent proxies from its remote_class.
26674         Added methods that generate the IL for type checks and casts:
26675         mono_marshal_get_isinst, mono_marshal_get_castclass, 
26676         mono_marshal_get_proxy_cancast.
26677         * marshal.h: Declaration of the previous new methods.
26678         * object.c: Added new moethods for creating and updating MonoRemoteClass
26679         instances: mono_remote_class, mono_upgrade_remote_class, 
26680         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
26681         * verify.c: FIx transparent_proxy_fields layout.
26682         * appdomain.c: Bump corlib version.
26683
26684 2004-03-04  Jackson Harper  <jackson@ximian.com>
26685
26686         * icall.c: Add icall to access char conversion tables.
26687         * char-conversions.h: Character conversion tables.
26688         * Makefile.am: Add char-conversions.h private header file.
26689         
26690 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
26691
26692         * appdomain.c (unload_thread_main): Increase unloading timeout to
26693         10 sec as a temporary workaround for Nant problems.
26694
26695 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
26696
26697         * gc.c: Add checks for GC_enable and GC_disable.
26698
26699         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
26700         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
26701         (bug #54988).
26702         
26703 2004-02-27  Martin Baulig  <martin@ximian.com>
26704
26705         * reflection.c (mono_reflection_bind_generic_parameters): Take a
26706         `MonoReflectionType *' instead of a `MonoType *'.
26707
26708 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
26709
26710         * gc.c (run_finalize): Avoid finalizing the object representing the
26711         finalizer thread.
26712         (finalizer_thread): Fix warning.
26713
26714 2004-02-25  Martin Baulig  <martin@ximian.com>
26715
26716         * class.c (_mono_class_get_instantiation_name): Added `int offset'
26717         argument for nested types.
26718         (mono_class_create_generic): Added support for nested generictypes.
26719
26720         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
26721         `GList *nested'.
26722
26723         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
26724
26725         * reflection.c (method_encode_signature): Increase the minimum
26726         value of `size' from 10 to 11.
26727         (mono_reflection_bind_generic_parameters): Take `int type_argc'
26728         and `MonoType **types' arguments instead of the `MonoArray
26729         *types'; added `MonoType *nested_in'.  Recursively instantiate
26730         nested classes. 
26731
26732 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
26733
26734         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
26735         stack_overflow_ex members which are used by exception handling.
26736
26737         * appdomain.c (mono_runtime_init): Initialize the new members.
26738
26739         * gc.c (mono_gc_enable): New helper function.
26740         * gc.c (mono_gc_disable): New helper function.
26741
26742 2004-02-23  Martin Baulig  <martin@ximian.com>
26743
26744         * icall.c: I must have been really stupid - make it actually work
26745         this time ;-)
26746
26747 2004-02-23  Martin Baulig  <martin@ximian.com>
26748
26749         * loader.c (method_from_memberref): Only inflate the method if
26750         it's in another klass.
26751
26752 2004-02-23  Martin Baulig  <martin@ximian.com>
26753
26754         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
26755         (mono_class_init): If we're a generic instance and an interface,
26756         compute `class->interface_id'; also create `class->interfaces'
26757         here and inflate them.
26758
26759         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
26760         `ginst->is_open'.
26761         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
26762
26763         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
26764
26765 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
26766
26767         * reflection.c (method_encode_code): Improved the error message
26768         generated by the exception.
26769
26770 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26771
26772         * icall.c: Martin did not do what he said in the ChangeLog for
26773         2004-02-18, but put back the changes for properties and events.
26774         Commenting those changes out again and adding comment to bug #54518.
26775         
26776         * process.c: removed warning.
26777
26778 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
26779
26780         * marshal.c (emit_struct_conv): Print an error message instead of
26781         asserting when a type does not have the StructLayout attribute.
26782
26783 2004-02-20  Martin Baulig  <martin@ximian.com>
26784
26785         * reflection.c (mono_type_get_object): Also use the cache for
26786         generic instances.
26787         (mono_reflection_bind_generic_parameters): Always compute
26788         `ginst->ifaces'.        
26789
26790 2004-02-20  Martin Baulig  <martin@ximian.com>
26791
26792         * class.h (MonoGenericMethod): Removed `klass'.
26793
26794         * class.c (mono_class_inflate_generic_method): Added `MonoClass
26795         *klass' argument.
26796
26797 2004-02-20  Martin Baulig  <martin@ximian.com>
26798
26799         * reflection.c (method_encode_methodspec): Actually use the
26800         uninflated signature for the memberref.
26801
26802 2004-02-20  Martin Baulig  <martin@ximian.com>
26803
26804         * class.h (MonoGenericMethod): Removed `declaring'.
26805
26806         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
26807         is NULL, compute it here.
26808
26809 2004-02-20  Martin Baulig  <martin@ximian.com>
26810
26811         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
26812
26813         * metadata.c (mono_metadata_generic_inst_hash): New method.
26814         (mono_metadata_generic_inst_equal): New method.
26815
26816         * reflection.c (mono_reflection_bind_generic_parameters): Use the
26817         `klass->image->generic_inst_cache' cache to avoid creating
26818         duplicate MonoGenericInst's.
26819
26820         * class.c (mono_class_inflate_generic_type): Use the cache.
26821
26822 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
26823
26824         * object.c: fixed gc descriptor calculation for embedded valuetypes.
26825
26826 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26827
26828         * icall.c: added Socket.WSAIoctl icall.
26829
26830         * socket-io.[ch]: implemented
26831         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
26832
26833 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
26834
26835         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
26836
26837 2004-02-18  Urs C Muff  <umuff@quark.com>
26838
26839         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
26840         this work on PPC and other big-endian architectures.
26841
26842         * debug-mono-symfile.h: Prepended the names of all the `guint32'
26843         fields with an underscore to make sure they're only accessed by
26844         the read32() macro.
26845
26846 2004-02-18  Martin Baulig  <martin@ximian.com>
26847
26848         * icall.c: Put the klass->refclass changes back for methods and
26849         fields, but not for properties and events.  We're currently not
26850         distinguishing between DeclaringType and ReflectedType for
26851         properties and events, that's what caused the regressions.
26852
26853 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26854
26855         * object.c:
26856         (mono_async_result_new): the handle can be NULL.
26857
26858         * threadpool.c: Use an event instead of a semaphore, don't initialize
26859         it until needed. This saves quite a few semaphores from being created
26860         when using the threadpool.
26861
26862 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
26863
26864         * object.c (mono_string_is_interned_lookup): Fix interning of long
26865         strings. Fixes #54473.
26866
26867         * domain.c (ldstr_equal): Optimize if the two strings are equal.
26868
26869         * icall.c: Revert the klass->refclass changes since they introduce
26870         regressions (bug #54518).
26871
26872 2004-02-18  Martin Baulig  <martin@ximian.com>
26873
26874         * class.c (mono_class_init): If we're a generic instance and don't
26875         come from a TypeBuilder, inflate our members here.
26876         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
26877         (mono_class_create_generic): New public method.
26878         (mono_class_initialize_generic): Removed.
26879         (get_instantiation_name): Renamed to
26880         _mono_class_get_instantiation_name() and made it public.
26881
26882 2004-02-18  Martin Baulig  <martin@ximian.com>
26883
26884         * class.c (mono_class_inflate_generic_type): Clear the new
26885         instance's `nginst->klass' when inflating a generic instance.
26886         (mono_class_is_subclass_of): Added (basic) support for generic
26887         instances.
26888
26889 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
26890
26891         * appdomain.h, domain.c: use a MonoCodeManager instead of a
26892         MonoMempool to hold compiled native code.
26893
26894 2004-02-17  Martin Baulig  <martin@ximian.com>
26895
26896         * class.h (MonoDynamicGenericInst): Added `count_properties' and
26897         `properties'.
26898
26899         * reflection.c (mono_reflection_generic_inst_initialize): Added
26900         `MonoArray *properties' argument.
26901
26902         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
26903
26904 2004-02-17  Martin Baulig  <martin@ximian.com>
26905
26906         * icall.c (ves_icall_Type_GetFields): Renamed to
26907         ves_icall_Type_GetFields_internal() and added a
26908         `MonoReflectionType *rtype' argument; pass it to
26909         mono_field_get_object() to set the field's "reflected" type.
26910         (ves_icall_Type_GetConstructors): Likewise.
26911         (ves_icall_Type_GetEvents): Likewise.
26912         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
26913         argument; pass it to mono_method_get_object() to set the method's
26914         "reflected" type.       
26915
26916 2004-02-17  Martin Baulig  <martin@ximian.com>
26917
26918         * class.h (MonoDynamicGenericInst): New type.
26919         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
26920
26921         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
26922         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
26923         (ves_icall_MonoGenericInst_GetFields): New interncall.
26924
26925         * class.c (mono_class_from_generic): Don't call
26926         mono_class_initialize_generic() if this is a dynamic instance;
26927         ie. it's being created from a TypeBuilder.
26928         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
26929         `class->byval_arg.type'.
26930
26931         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
26932         to `inflate_method' and made static.
26933         (mono_reflection_inflate_field): Removed.
26934         (mono_reflection_generic_inst_initialize): New public method.
26935
26936         * reflection.h (MonoReflectionGenericInst): Removed `methods',
26937         `ctors' and `fields'; added `initialized'.
26938
26939 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
26940
26941         * debug-helpers.c (mono_method_full_name): Fix output for empty
26942         namespaces.
26943
26944 2004-02-12  Martin Baulig  <martin@ximian.com>
26945
26946         * class.h (MonoClassField): Added `MonoType *generic_type'.
26947
26948         * reflection.c (mono_image_get_fieldref_token): Added support for
26949         instantiated generic types.
26950         (field_encode_inflated_field): Removed.
26951         (mono_image_get_inflated_field_token): Removed.
26952         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
26953
26954         * reflection.h (MonoReflectionInflatedField): Removed.
26955
26956 2004-02-12  Martin Baulig  <martin@ximian.com>
26957
26958         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
26959         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
26960
26961         * reflection.c (mono_image_get_methodspec_token): Take a
26962         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
26963         (mono_image_create_token): Check whether we have a
26964         `method->signature->gen_method' and call
26965         mono_image_get_methodspec_token() if appropriate.
26966         (inflated_method_get_object): Removed.
26967         (mono_reflection_bind_generic_method_parameters): Return a
26968         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
26969         (mono_reflection_inflate_method_or_ctor): Likewise.
26970
26971         * reflection.h (MonoReflectionInflatedMethod): Removed.
26972
26973 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
26974
26975         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
26976         for custom valuetype marshalling.
26977
26978         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
26979
26980 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26981
26982         * icall.c: fixed WSAGetLastError_internal name.
26983
26984 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
26985
26986         * threads.c (mono_thread_attach): Allow this to be called multiple
26987         times for a thread.
26988         
26989         * threads.c (build_wait_tids): Do not wait for ourselves.
26990
26991         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
26992         appdomain list is empty.
26993
26994         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
26995         memory returned by mono_string_builder_to_utf16, since it points into
26996         managed memory. Thanks to Bernie Solomon for noticing this.
26997
26998         * icall.c: Add AppDomainSetup icalls.
26999
27000         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
27001
27002         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
27003         types.
27004
27005         * reflection.c (reflection_methodbuilder_to_mono_method): Save
27006         custom attributes to the method_aux struct. Also fix array indexes etc.
27007
27008         * loader.c (mono_method_get_param_names): Make dynamic case work again.
27009         
27010 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
27011
27012         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
27013         (both static and runtime) and reduce startup time.
27014
27015 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
27016
27017         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
27018         AsAny marshalling conversion instead of crashing.
27019
27020         * marshal.c: Fix warnings.
27021
27022 2004-02-09  Martin Baulig  <martin@ximian.com>
27023
27024         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
27025
27026         * reflection.h (MonoReflectionInflatedMethod): Removed the
27027         `declaring' field, it's now in the unmanaged MonoGenericMethod.
27028
27029         * reflection.c (method_encode_methodspec): Removed the `method'
27030         argument; we get it from `gmethod->declaring'.
27031         (inflated_method_get_object): Removed the `declaring' argument.
27032
27033 2004-02-09  Martin Baulig  <martin@ximian.com>
27034
27035         * class.h (MonoGenericMethod): New type.
27036         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
27037         `generic_method'.
27038
27039         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
27040         a `MonoGenericMethod *gen_method' one.
27041
27042         * class.c (mono_class_inflate_generic_type): Take an additional
27043         `MonoGenericMethod * argument.  This is only non-NULL if we're
27044         inflating types for a generic method.   
27045         (mono_class_inflate_generic_signature): Renamed to
27046         inflate_generic_signature() and made static; take a
27047         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
27048         (inflate_generic_header): Take a `MonoGenericMethod *' argument
27049         instead of a `MonoGenericInst *' one.
27050         (mono_class_inflate_generic_method): Likewise.
27051
27052         * reflection.c (encode_generic_method_sig): Take a
27053         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
27054         (method_encode_methodspec): Likewise.
27055         (inflated_method_get_object): Likewise. 
27056
27057         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
27058         field with a `MonoGenericMethod *gmethod' one.  
27059
27060 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
27061
27062         * class.h (mono_class_has_parent): add parens to expansion
27063         so you can ! this.
27064
27065 2004-02-08  Martin Baulig  <martin@ximian.com>
27066
27067         * image.h (MonoImage): Removed `generics_cache'.
27068
27069         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
27070         instead of a `MonoType *' argument; removed the `inflate_methods'
27071         argument.  Don't inflate methods here.
27072
27073         * loader.c (find_method): If it's a generic instance, call
27074         mono_class_init() on the `sclass->generic_inst->generic_type'.
27075
27076         * metadata.c (mono_type_size): Make this work on uninitialized
27077         generic instances; call it on the `ginst->generic_type's class.
27078
27079         * reflection.c (mono_reflection_bind_generic_parameters): Call
27080         mono_class_from_generic() to create the `ginst->klass'.
27081
27082 2004-02-08  Martin Baulig  <martin@ximian.com>
27083
27084         * class.h (MonoClass): Changed type of `generic_inst' from
27085         `MonoType *' to `MonoGenericInst *'.
27086
27087 2004-02-08  Martin Baulig  <martin@ximian.com>
27088
27089         * icall.c (ves_icall_Type_BindGenericParameters): Just call
27090         mono_type_get_object(), this is now creating a `MonoGenericInst'
27091         for MONO_TYPE_GENERICINST.
27092         (ves_icall_MonoGenericInst_GetParentType): Likewise.
27093         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
27094
27095         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
27096         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
27097         (inflated_method_get_object): Added `MonoClass *refclass' argument.
27098         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
27099         and reflected type.
27100
27101         * reflection.h (MonoReflectionInflatedMethod): Removed
27102         `declaring_type' and `reflected_type'.
27103
27104 2004-02-08  Martin Baulig  <martin@ximian.com>
27105
27106         * class.h (MonoGenericInst): Added `MonoType *parent' and
27107         `MonoType **ifaces'.
27108
27109         * reflection.h (MonoReflectionGenericInst): Removed `klass',
27110         `parent' and `interfaces'.
27111
27112         * reflection.c (mono_reflection_bind_generic_parameters): Take a
27113         `MonoType *' argument and return a `MonoType *'.
27114
27115         * icall.c
27116         (ves_icall_MonoGenericInst_GetParentType): New interncall.
27117         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
27118
27119 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
27120
27121         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
27122         valuetype marshalling.
27123
27124 2004-02-06  Martin Baulig  <martin@ximian.com>
27125
27126         * class.c
27127         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
27128         (my_mono_class_from_generic_parameter): Likewise.
27129
27130 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
27131
27132         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
27133         contents of the symbol files lazily.
27134
27135         * object.h (MonoThread): Add 'name' and 'name_len' fields.
27136
27137         * threads.h threads.c icall.c: New icalls for getting and setting the
27138         threads name.
27139
27140 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
27141
27142         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
27143         Raise an exception when the domain is not found.
27144
27145 2004-02-03  Martin Baulig  <martin@ximian.com>
27146
27147         * reflection.c (mono_image_get_methodspec_token): Use the
27148         uninflated signature; fixes gen-33.
27149
27150 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
27151
27152         * gc.c threads.c: Make the finalizer thread a normal managed thread so
27153         the finalizer code can use thread functionality.
27154
27155         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
27156         the finalizer thread.
27157
27158         * threads.c: Make some functions more robust.
27159
27160         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
27161
27162         * metadata.h: Add new marshalling conventions.
27163
27164         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
27165         stringbuilder marshalling. Fixes #53700.
27166
27167         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
27168
27169         * reflection.c (mono_image_get_type_info): Save declarative security
27170         info.
27171
27172         * reflection.c (mono_image_get_field_info): Handle uninitialized 
27173         unmanaged fields as well.
27174
27175         * appdomain.c: Bump corlib version.
27176
27177 2004-02-01  Martin Baulig  <martin@ximian.com>
27178
27179         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
27180         method type arguments.  
27181
27182 2004-01-30  Duncan Mak  <duncan@ximian.com>
27183
27184         * marshal.h: Add prototype for
27185         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
27186         and
27187         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
27188         fix the build.
27189
27190 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
27191
27192         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
27193         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
27194
27195 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
27196
27197         * marshal.c (mono_marshal_get_native_wrapper): Add support for
27198         custom marshalling of valuetypes.
27199
27200         * marshal.c: Fix some warnings.
27201
27202 2004-01-29  Martin Baulig  <martin@ximian.com>
27203
27204         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
27205         for generic method parameters.
27206
27207         * reflection.c (method_encode_methodspec): Write the uninflated
27208         signature into the methodspec table.
27209         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
27210         is always the uninflated method.
27211         (reflection_methodbuilder_to_mono_method): Copy the generic
27212         parameters from the MethodBuilder into `header->gen_params'.
27213
27214 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
27215
27216         * class.c (mono_class_from_generic_parameter): Fix warning.
27217
27218 2004-01-27  Martin Baulig  <martin@ximian.com>
27219
27220         * class.c (mono_class_from_generic_parameter): Don't create
27221         `klass->methods' here.  
27222
27223 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
27224
27225         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
27226         extension since it does not work with libraries named lib<FOO>.dll.so.
27227
27228 2004-01-25  Martin Baulig  <martin@ximian.com>
27229
27230         * class.c (mono_class_inflate_generic_type): Added support for
27231         MONO_TYPE_GENERICINST.
27232
27233         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
27234         inflate methods on open constructed types.      
27235
27236 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27237
27238         * object.c: fire ProcessExit event in the root AppDomain after running
27239         Main. Fixes bug #53299.
27240
27241 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
27242
27243         * socket-io.c: include the new socket-wrappers.h header.
27244         Use the wrappers instead of the unix socket functions to make the code
27245         more clear.
27246
27247 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
27248
27249         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
27250
27251         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
27252         Fixes #22532.
27253
27254 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
27255
27256         * reflection.c (mono_image_create_pefile): Handle the case when the
27257         entry point is not a MethodBuilder.
27258
27259         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
27260         field to ReflectionMethod since it is not allways a builder.
27261
27262         * reflection.c (type_get_fully_qualified_name): New helper function to
27263         return the fully qualified name of a type.
27264
27265         * reflection.c (encode_marshal_blob): Always emit the fully qualified
27266         type name for custom marshallers.
27267
27268         * reflection.c (mono_marshal_spec_from_builder): Ditto.
27269
27270         * class.c (mono_class_setup_vtable): If a parent class already 
27271         implements an interface, use the implementing methods from that class.
27272         Fixes #53148.
27273
27274 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27275
27276         * threadpool.c: just return instead of ExitThread to allow for thread
27277         clean up earlier.
27278
27279 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
27280
27281         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
27282         when closing resource modules.
27283
27284         * reflection.c (mono_image_create_pefile): Handle the case when the
27285         entry point is not a MethodBuilder.
27286
27287         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
27288         field to ReflectionMethod since it is not allways a builder.
27289
27290 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
27291
27292         * marshal.c (mono_marshal_get_managed_wrapper): 
27293         mono_marshal_alloc takes native int so CONV_I
27294         the arg for 64bits.
27295
27296 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
27297
27298         * reflection.c (fixup_cattrs): New function to fixup the methoddef
27299         tokens in the cattr table. Fixes #53108.
27300
27301 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27302
27303         * loader.c: don't trim ".dll" before looking up in the config file.
27304         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
27305
27306 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
27307
27308         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
27309         Return the module which contains the resource as well.
27310         (ves_icall_System_Reflection_Module_Close): New icall.
27311
27312         * appdomain.c: Bump corlib version number.
27313
27314         * image.c (mono_image_addref): New public function.
27315
27316         * assembly.c: Call mono_image_addref.
27317
27318         * reflection.c (mono_module_get_object): Increase reference count of 
27319         the image.
27320
27321         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
27322         Fixes #22532.
27323
27324         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
27325         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
27326         proper exceptions on DllImport problems.
27327
27328 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
27329
27330         * class.c, metadata.c: eliminate CSIZE macro.
27331
27332 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
27333
27334         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
27335         * object.h: Added async_callback field in MonoAsyncResult.
27336         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
27337         * verify.c: Added async_callback in MonoAsyncResult layout.
27338
27339 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
27340
27341         * reflection.c (mono_reflection_get_custom_attrs): Add support
27342         for Modules.
27343
27344 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
27345
27346         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
27347         marshalling.
27348         (mono_marshal_method_from_wrapper): Add null pointer check.
27349
27350 2004-01-16  Martin Baulig  <martin@ximian.com>
27351
27352         * debug-mono-symfile.h: Set version number to 36 and reflect
27353         latest symbol writer changes.
27354
27355 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
27356
27357         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
27358         multi-dimensional arrays.
27359         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
27360         (mono_class_from_mono_type): Use bounded_array_class_get.
27361         
27362         * class.c (mono_bounded_array_class_get): New function which takes
27363         a 'bounded' bool argument to distinguish vectors from one dimensional
27364         arrays.
27365
27366         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
27367         bounded_array_class_get if the array has bounds.
27368
27369         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
27370         Search modules loaded using AssemblyBuilder:AddModule as well.
27371
27372 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27373
27374         * appdomain.c: increased corlib version.
27375         * filewatcher.c: removed g_print.
27376         * icall.c:
27377         (get_property_info): only allocate what is actually requested.
27378         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
27379
27380 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27381
27382         * Makefile.am: added filewatcher.[ch]
27383         * filewatcher.[ch]: FileSystemWatcher runtime support.
27384         * icall.c: added new FSW icalls.
27385
27386 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
27387
27388         * string-icalls.c: fix stringbuilder regression as suggested by
27389         Iain McCoy <iain@mccoy.id.au>.
27390
27391 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
27392
27393         * process.c (process_read_stringtable_block): Recognize '007f' as
27394         a language neutral stringtable block.
27395
27396 2004-01-12  Patrik Torstensson
27397
27398         * object.h (MonoStringBuilder) : Changed layout to support our
27399         new stringbuilder class.
27400         * marshal.c: Change marshalling to support the new layout of 
27401         string builder.
27402         * appdomain.c: increased version number because new layout of
27403         string builder.
27404
27405 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
27406
27407         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
27408         assembly name as an string instead of an AssemblyName, since it is
27409         easier to extract info from it.
27410
27411         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
27412         the culture subdirectories too. Fixes #52231.
27413
27414 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27415
27416         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
27417         It takes 2 new parameters with an optional name for the method to look
27418         for and case ignoring info.
27419
27420         * threadpool.c: removed unused variable.
27421
27422 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27423
27424         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
27425         It takes 2 new parameters with an optional name for the property to look
27426         for and case ignoring info.
27427         Fixes bug #52753.
27428
27429 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
27430
27431         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
27432         Fix #52451.
27433
27434 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27435
27436         * appdomain.c:
27437         * assembly.c: escape the uri before passing it to g_filename_from_uri.
27438         Fixes bug #52630.
27439
27440 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
27441
27442         * reflection.c: Add support for more than one unmanaged resource.
27443
27444         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
27445         in field->def_value, as done in all other cases.
27446
27447         * reflection.c (mono_reflection_get_custom_attrs): Add support for
27448         TypeBuilders.
27449
27450         * reflection.c (mono_reflection_create_runtime_class): Remove 
27451         errorneous assignment to klass->element_class, since it is already
27452         done in mono_reflection_setup_internal_class.
27453
27454 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27455
27456         * gc.c: added missing LeaveCriticalSection.
27457         * icall.c: indented a couple of lines.
27458         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
27459         if we call EndInvoke inside a callback. Fixes bug #52601.
27460
27461 2004-01-07  Martin Baulig  <martin@ximian.com>
27462
27463         * mono-debug-debugger.h
27464         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
27465
27466 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
27467
27468         * appdomain.c: Use messages in NotImplementedException.
27469
27470         * exception.c (mono_get_exception_not_implemented): Now this takes
27471         a message argument.
27472
27473         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
27474         exception instead of g_asserting an aborting when something is not
27475         implemented.
27476
27477         Add some inline docs.
27478
27479 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
27480
27481         * reflection.h: Update after changes to object layout.
27482
27483         * reflection.c: Implement saving of unmanaged aka win32 resources.
27484
27485         * appdomain.c: Bump version number.
27486
27487         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
27488         Handle missing domains gracefully.
27489
27490 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
27491
27492         * file-io.c : On Windows, there are much more invalid_path_chars.
27493
27494 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
27495
27496         * class.h, object.c: prepare for GetType () speedup.
27497
27498 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
27499
27500         * profiler.c: workaround for --profile null reference exception on
27501           cygwin. Patch by Patrik Torstensson.
27502
27503 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
27504
27505         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
27506         make work for unaligned access.
27507
27508 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
27509
27510         * class.c: small cleanup (class->fields [i] -> field).
27511         * image.c: check address of metadata is valid.
27512
27513 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
27514
27515         * assembly.h assembly.c (mono_assembly_loaded): New public function to
27516         search the list of loaded assemblies.
27517
27518         * reflection.c (mono_reflection_type_from_name): Use 
27519         mono_assembly_loaded instead of mono_image_loaded.
27520
27521         * reflection.c: Fix warnings.
27522
27523 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
27524
27525         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
27526         is dynamic. This is needed since an assembly can contain both dynamic and
27527         non-dynamic images.
27528
27529         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
27530         assembly->dynamic.
27531
27532         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
27533
27534         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
27535         to store modules loaded using AddModule.
27536
27537         * reflection.c (mono_image_fill_file_table): Generalize this so it works
27538         on Modules.
27539
27540         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
27541
27542         * reflection.c (mono_image_fill_export_table_from_module): New function to
27543         fill out the EXPORTEDTYPES table from a module.
27544
27545         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
27546         into a separate function. Also handle loaded non-dynamic modules.
27547
27548         * reflection.c (mono_image_basic_init): Fix memory allocation.
27549
27550         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
27551
27552         * assembly.c (mono_assembly_load_references): Make this public.
27553
27554 2003-12-19  Martin Baulig  <martin@ximian.com>
27555
27556         * class.c (mono_class_initialize_generic): Made this static, take
27557         a `MonoGenericInst *' instead of a `MonoClass *'.
27558         (mono_class_from_generic): Call mono_class_initialize_generic()
27559         unless we're already initialized or being called from
27560         do_mono_metadata_parse_generic_inst().
27561
27562         * class.h (MonoGenericInst): Added `initialized' and
27563         `init_pending' flags.
27564
27565         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
27566         `mono_class_init (gklass)' or mono_class_initialize_generic()
27567         here; set `generic_inst->init_pending' while parsing the
27568         `type_argv'.
27569
27570 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
27571
27572         * locales.c: include string.h for memxxx prototypes
27573
27574 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
27575
27576         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
27577         constructor when accessing literal fields.
27578
27579 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
27580
27581         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
27582
27583         * reflection.c (assembly_add_resource_manifest): New function to fill
27584         the MANIFESTRESOURCE table.
27585
27586         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
27587
27588         * reflection.h: Update to changes in class layout.
27589
27590         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
27591         Reenable call to mono_runtime_is_shutting_down ().
27592
27593         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
27594         determine if the runtime is shutting down.
27595
27596 2003-12-16  Jackson Harper <jackson@ximian.com>
27597
27598         * icall.c: comment out call to mono_runtime_is_shutting_down to
27599         fix build.
27600         
27601 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
27602
27603         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
27604         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
27605
27606 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
27607
27608         * reflection.c: move definition of swap_with_size
27609         to before its first call
27610
27611 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
27612
27613         * appdomain.c (mono_runtime_is_shutting_down): New public function.
27614
27615         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
27616         icall.
27617
27618         * object.c: Fix warnings.
27619
27620         * icall.c (ves_icall_Type_Get...): Only consider inherited static
27621         members if FlattenHierarchy is set.
27622
27623         * reflection.c (mono_image_add_decl_security): New function to emit
27624         declarative security.
27625
27626         * reflection.h reflection.c: Add support for declarative security.
27627
27628         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
27629         
27630 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
27631
27632         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
27633         
27634         * appdomain.c verify.c: Moved corlib version checking into its own
27635         function in appdomain.c since it needs to create vtables etc.
27636
27637 2003-12-13  Patrik Torstensson <p@rxc.se>
27638
27639         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
27640         instead of unwrapped server.
27641
27642 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
27643
27644         * verify.c (check_corlib): Fix field index.
27645
27646 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
27647
27648         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
27649         GetGacPath icall.
27650
27651 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
27652
27653         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
27654         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
27655         cope with sizeof(size_t) != sizeof(guint32).
27656
27657 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27658
27659         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
27660         in case of failure.
27661
27662 2003-12-10  Mark Crichton <crichton@gimp.org>
27663
27664         * icall.c: removed the GetNonZeroBytes.  We now handle this case
27665         in managed code.
27666
27667         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
27668
27669 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
27670
27671         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
27672         marked as deleted.
27673
27674 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
27675
27676         * verify.c (check_corlib): Handle the case when the version field is 
27677         initialized by a static constructor.
27678
27679 2003-12-08  Patrik Torstensson  <p@rxc.se>
27680
27681     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
27682
27683 2003-12-08  Martin Baulig  <martin@ximian.com>
27684
27685         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
27686         a MonoReflectionGenericParameter, also take the parameter index
27687         and name as arguments.
27688         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
27689         (ves_icall_MonoGenericParam_initialize): New interncall.
27690         (ves_icall_Type_make_byref_type): New interncall.
27691
27692         * reflection.h (MonoReflectionGenericParam): Derive from
27693         MonoReflectionType, not just from MonoObject.  Added `refobj' and
27694         `index' fields.
27695
27696         * reflection.c (mono_reflection_define_generic_parameter): Create
27697         and return a new MonoReflectionGenericParam; don't initialize the
27698         constraints here.
27699         (mono_reflection_initialize_generic_parameter): New public method;
27700         initializes the constraints and creates the `param->pklass'.
27701
27702 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
27703
27704         * reflection.h reflection.c: Use the new fields 'num_types', 
27705         'num_fields' and 'num_methods' to track the number of types etc.
27706
27707         * verify.c (check_corlib): Check corlib version number.
27708
27709 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
27710
27711         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
27712         function works on all methods.
27713
27714 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
27715
27716         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
27717         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
27718         the custom_type_info flag of the transparent proxy.
27719         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
27720         objects that supports IRemotingTypeInfo.
27721         * object.h: Added custom_type_info field in transparent proxy.
27722
27723 2003-12-06  Martin Baulig  <martin@ximian.com>
27724
27725         * class.c (mono_class_create_from_generic): Removed.
27726         (mono_class_from_generic): Check `ginst->klass' before doing
27727         anything else.  This is important to fully support "recursive"
27728         generic types.
27729
27730         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
27731         empty `generic_inst->klass' before doing anything else.
27732
27733 2003-12-06  Dick Porter  <dick@ximian.com>
27734
27735         * verify.c: 
27736         * object.h:
27737         * icall.c:
27738         * locales.c: Use C structs to access class fields.  Don't do a
27739         conversion between MonoString and UChar because both are
27740         platform-endian UTF-16.  Compare now takes startindex and count
27741         parameters.  Add a char overload for IndexOf.  Speed up the
27742         invariant string IndexOf.
27743
27744 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
27745
27746         * Makefile.am (monosn_LDADD): Fix parallel build.
27747
27748 2003-12-04  Martin Baulig  <martin@ximian.com>
27749
27750         * icall.c
27751         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
27752         (ves_icall_Type_make_array_type): New interncall.       
27753
27754 2003-12-04  Martin Baulig  <martin@ximian.com>
27755
27756         * locales.c: also change it in the !HAVE_ICU case.
27757
27758 2003-12-04  Dick Porter  <dick@ximian.com>
27759
27760         * icall.c:
27761         * locales.c: construct_compareinfo is now in CompareInfo, not
27762         CultureInfo.
27763
27764 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
27765
27766         * image.c (mono_image_load_file_for_image): Cache loaded images in the
27767         image->files array.
27768
27769         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
27770         table as well.
27771
27772         * assembly.c (mono_assembly_load_references): Only load references
27773         once.
27774
27775         * class.c (mono_class_from_name): Avoid linear search of the 
27776         EXPORTEDTYPE table.
27777
27778         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
27779
27780 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
27781
27782         * image.h (MonoImage): Add 'field_cache' field.
27783
27784         * loader.c (mono_field_from_token): Cache field lookups.
27785         
27786         * reflection.c (mono_module_get_object): Fix name property.
27787
27788         * icall.c (ves_icall_get_enum_info): Update after changes to 
27789         mono_metadata_get_constant_index ().
27790
27791         * icall.c: Get rid of get_type_info icall, use a separate icall for
27792         each type property to avoid needless memory allocations. Fixes #51514.
27793
27794         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
27795         to avoid needless binary searches.
27796
27797         * class.c (class_compute_field_layout): Move the initialization of
27798         field->def_value to mono_class_vtable ().
27799
27800         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
27801         non-corlib types.
27802
27803         * object.c (mono_object_allocate): Make it inline.
27804
27805         * object.c (mono_object_allocate_spec): Make it inline.
27806         
27807 2003-12-02  Dick Porter  <dick@ximian.com>
27808
27809         * locales.c (create_NumberFormat): NumberFormatInfo construction.
27810         Patch by Mohammad DAMT (mdamt@cdl2000.com).
27811
27812 2003-12-01  Dick Porter  <dick@ximian.com>
27813
27814         * threads.c: Fix signature and call in CreateMutex and
27815         CreateEvent.
27816
27817 2003-12-01  Dick Porter  <dick@ximian.com>
27818
27819         * icall.c: 
27820         * locales.c: Implement string compares and searching
27821
27822         * object.h: Add extra Thread field
27823
27824 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
27825
27826         * reflection.c (fixup_method): Add support for MonoCMethod.
27827
27828 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
27829
27830         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
27831
27832         * reflection.c (assembly_name_to_aname): Allow extra characters in
27833         assembly names. Fixes #51468.
27834
27835 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
27836
27837         * exception.c (mono_exception_from_name_domain): New helper function.
27838
27839         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
27840         exception object in the correct domain.
27841
27842         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
27843         formatting + make a copy a the input data.
27844
27845         * loader.c (mono_get_method_from_token): Methods which contain
27846         native code do not have entries in the ImplMap.
27847
27848         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
27849         Thanks to Gonzalo for spotting this.
27850         
27851         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
27852         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
27853
27854         * assembly.h (mono_assembly_load_from): Split the second part of 
27855         assembly loading into a new public function.
27856
27857         * exception.h (mono_get_exception_bad_image_format): New function.
27858
27859 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
27860
27861         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
27862         Enumerate all modules inside a dynamic assembly. Fixes #51293.
27863         
27864         * icall.c: Add new icall for creating dynamic methods.
27865
27866         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
27867
27868         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
27869
27870         * reflection.c (mono_reflection_create_dynamic_method): New icall to
27871         create a dynamic method.
27872
27873         * reflection.c (resolve_object): New helper function.
27874
27875         * reflection.c: Generalize ReflectionMethodBuilder and the functions
27876         which manipulate it so they can also work on dynamic methods.
27877
27878         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
27879         creating the MonoReflectionMethodAux structure if it is not needed.
27880         
27881         * reflection.h verify.c: Update after changes to object layout.
27882
27883         * reflection.c (method_builder_encode_signature): Fix compilation on
27884         gcc 2.95.x.
27885
27886 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
27887
27888         * appdomain.h: Added support for context static fields. Added static_data
27889           field to MonoAppContext and renamed thread_static_fields to a more
27890           generic special_static_fields in MonoAppDomain, since it can now contain
27891           context static fields.
27892         * domain.c: Updated hashtable name.
27893         * object.c: Replaced field_is_thread_static() for a more generic
27894           field_is_special_static() which also checks for context static attribute.
27895           In mono_class_vtable(), added support for static context fields.
27896         * threads.c: Changed methods that manage thread static fields to more
27897           generic methods so they can be reused both for thread and context static
27898           data.
27899         * threads.h: Declared some new methods.
27900
27901 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
27902
27903         * reflection.h: Update after changes to the managed types.
27904
27905         * reflection.c (encode_custom_modifiers): New helper function.
27906
27907         * reflection.c (method_encode_signature): Emit custom modifiers.
27908
27909         * reflection.c (field_encode_signature): Emit custom modifiers.
27910
27911 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
27912
27913         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
27914
27915         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
27916         implementation.
27917
27918         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
27919         icall.
27920
27921         * object.c (mono_field_get_value_object): New function.
27922
27923         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
27924         specific.
27925
27926 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
27927
27928         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
27929         return a preallocated out-of-memory exception instance.
27930
27931         * object.c (out_of_memory): Use the new function.
27932
27933         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
27934         flag is before the custom modifiers. Fixes #49802.
27935
27936 2003-11-16  Martin Baulig  <martin@ximian.com>
27937
27938         * class.c (mono_class_is_open_constructed_type): Implemented the
27939         MONO_TYPE_GENERICINST case.
27940
27941 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
27942
27943         * assembly.c (mono_assembly_fill_assembly_name): New function to
27944         fill out the MonoAssemblyName structure.
27945         (mono_assembly_open): Use the new function.
27946
27947         * icall.c (fill_reflection_assembly_name): New helper function.
27948
27949         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
27950         new function.
27951
27952         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
27953
27954 2003-11-15  Martin Baulig  <martin@ximian.com>
27955
27956         * class.c (mono_class_is_open_constructed_type): New public
27957         function; checks whether a type is an open constructed type,
27958         ie. whether it still contains type parameters.
27959         (mono_class_inflate_generic_type): If we're a type parameter and
27960         the inflated type is also a MONO_TYPE_(M)VAR, return the original
27961         type.
27962
27963         * class.h (MonoGenericInst): Added `guint32 is_open'.
27964
27965         * loader.c (method_from_methodspec): Check whether we're an open
27966         or closed constructed type and set `ginst->is_open'.
27967
27968         * reflection.c (mono_reflection_bind_generic_parameters): Check
27969         whether we're an open or closed constructed type and set
27970         `ginst->is_open'.
27971         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
27972         from open constructed types.
27973
27974 2003-11-15  Martin Baulig  <martin@ximian.com>
27975
27976         * reflection.c (mono_reflection_bind_generic_parameters): If we're
27977         a generic instance (instead of a generic type declaration) with
27978         unbound generic parameters, bind them to our actual types.
27979
27980 2003-11-14  Martin Baulig  <martin@ximian.com>
27981
27982         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
27983
27984         * reflection.c (mono_reflection_bind_generic_parameters): If we're
27985         an interface type, populate `res->interfaces' with instantiated
27986         versions of all the interfaces we inherit.
27987
27988 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
27989
27990         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
27991         when MONO_PATH is set but doesn't contain the install dir.
27992
27993 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27994
27995         * icall.c:
27996         (ves_icall_Type_GetInterfaces): don't return an interface twice when
27997         it's also implemented in base classes. Fixes bug #50927.
27998
27999 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
28000
28001         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
28002         if this method is called from a finalizer. Fixes #50913.
28003
28004 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
28005
28006         * threads.c: Implement VolatileRead/VolatileWrite
28007
28008         * icall.c: Add new icalls for VolatileRead/VolatileWrite
28009
28010 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
28011
28012         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
28013         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
28014         2.95.3.
28015
28016         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
28017         from Peter Ross (pro@missioncriticalit.com).
28018         
28019 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
28020
28021         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
28022
28023 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
28024
28025         * assembly.c (mono_assembly_load_references): Disable check because it
28026         triggers on older corlibs which lots of people have.
28027
28028 2003-11-12  Jackson Harper  <jackson@ximian.com>
28029
28030         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
28031         load corlib.dll if mscorlib.dll is not found.
28032         * assembly.h: Remove corlib name define.
28033         * class.c:
28034         * domain.c:
28035         * image.c: Change corlib name to mscorlib.
28036         
28037 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
28038
28039         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
28040
28041 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
28042
28043         * appdomain.h: Added loader_optimization here to sync with the C#
28044         code, and add disallow_binding_redirects field.
28045
28046 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
28047
28048         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
28049
28050         * reflection.c (mono_image_build_metadata): Fix crash on modules
28051         with no types.
28052
28053         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
28054
28055         * icall.c (ves_icall_get_method_info): Return callingConvention as
28056         well.
28057
28058         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
28059         namespaces from the EXPORTEDTYPE table as well.
28060
28061         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
28062         from all modules inside the assembly.
28063         
28064 2003-11-11  Martin Baulig  <martin@ximian.com>
28065
28066         * reflection.c (mono_reflection_bind_generic_parameters): Make
28067         this work for interfaces.
28068
28069 2003-11-11  Martin Baulig  <martin@ximian.com>
28070
28071         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
28072
28073 2003-11-11  Martin Baulig  <martin@ximian.com>
28074
28075         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
28076         "MonoInflatedMethod" and "MonoInflatedCtor".
28077
28078 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
28079
28080         * reflection.c (resolution_scope_from_image): Use the assembly table
28081         from the manifest module, since other modules don't have it.
28082
28083         * debug-helpers.c (mono_type_full_name): New helper function.
28084
28085         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
28086
28087         * image.c (mono_image_load_file_for_image): New public function which
28088         is a replacement for the load_file_for_image in class.c.
28089
28090         * assembly.c (mono_assembly_load_module): A wrapper for the function
28091         above which does assembly association and reference loading too.
28092
28093         * class.c (mono_class_from_name): Call mono_assembly_load_module.
28094
28095 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28096
28097         * appdomain.c: not all of the attributes for the full assembly name
28098         are required and the order doesn't matter. Fixes bug #50787.
28099
28100 2003-11-10  Dick Porter  <dick@ximian.com>
28101
28102         * locales.c: Use platform-endian UTF16
28103
28104 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
28105
28106         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
28107         
28108 2003-11-10  Martin Baulig  <martin@ximian.com>
28109
28110         * metadata.c
28111         (mono_metadata_load_generic_params): Make this actually work.
28112
28113         * reflection.c (mono_reflection_bind_generic_parameters): If our
28114         parent is a generic instance, pass all the `types' to it, no
28115         matter whether it has the same number of type parameters or not.
28116
28117 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
28118
28119         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
28120
28121         * assembly.c (mono_assembly_load_references): Move the image<->assembly
28122         assignment code to this function so it gets called recursively for all
28123         modules.
28124
28125         * image.c (load_modules): Remove the assembly assignment since it is
28126         now done by mono_assembly_load_references.
28127         
28128         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
28129         Add 'module' argument.
28130         (mono_module_get_types): New helper function.
28131         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
28132
28133 2003-11-08  Martin Baulig  <martin@ximian.com>
28134
28135         * class.c (mono_class_inflate_generic_method): Interface method
28136         don't have a header.
28137
28138         * reflection.c (mono_image_get_methodspec_token): Take an
28139         additional `MonoGenericInst *' argument instead of reading it from
28140         the header; this is necessary to support interfaces.
28141         (mono_image_create_token): Pass the `MonoGenericInst *' from the
28142         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
28143         (inflated_method_get_object): Take an additional `MonoGenericInst *'
28144         argument.
28145
28146         * reflection.h (MonoReflectionInflatedMethod): Added
28147         `MonoGenericInst *ginst'.
28148
28149 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
28150
28151         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
28152
28153 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
28154
28155         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
28156
28157 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
28158
28159         * reflection.c 
28160         (reflection_methodbuilder_from_method_builder):
28161         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
28162         initialize a ReflectionMethodBuilder structure.
28163         (mono_image_get_methodbuilder_token):
28164         (mono_image_get_ctorbuilder_token): New functions to emit memberref
28165         tokens which point to types in another module inside the same assembly.
28166
28167         * reflection.c: Use the new helper functions.
28168         
28169         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
28170
28171         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
28172         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
28173
28174         * reflection.c (resolution_scope_from_image): Emit a moduleref if
28175         neccesary.
28176
28177         * reflection.c (mono_image_build_metadata): Emit metadata only for the
28178         current module. Emit the manifest only for the main module.
28179
28180         * reflection.c (mono_image_create_token): Add assertion when a 
28181         memberref needs to be created.
28182
28183         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
28184
28185         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
28186         larger buffer for the custom attribute blob. Fixes #50637.
28187         
28188 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28189
28190         * threadpool.c: notify listener on async processing handles after
28191         invoking the async callback. Thanks to Zoltan.
28192
28193 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
28194
28195         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
28196         avoid code duplication.
28197
28198         * reflection.h (MonoDynamicImage): New type which is currently unused,
28199         but will be used through the ref.emit code in place of 
28200         MonoDynamicAssembly.
28201
28202         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
28203         object layout.
28204
28205         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
28206         a MonoDynamicImage instead of just a MonoImage.
28207         
28208         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
28209         icalls to ModuleBuilder but keep their semantics, so they will work
28210         with moduleb->assemblyb. This will change later.
28211         
28212 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
28213
28214         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
28215         object layout.
28216
28217         * reflection.c (mono_image_build_metadata): Avoid creation of a default
28218         main module, since it is now done by the managed code.
28219
28220 2003-11-03  Martin Baulig  <martin@ximian.com>
28221
28222         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
28223         `ginst->klass' here.
28224         (method_encode_methodspec): Don't use the `ginst->generic_method's
28225         klass if it's a generic instance, use `ginst->klass' in this case.
28226
28227 2003-11-03  Martin Baulig  <martin@ximian.com>
28228
28229         * reflection.c (mono_image_get_generic_method_param_info):
28230         Removed, use mono_image_get_generic_param_info() instead.
28231         (mono_image_get_type_info): Write the GenericParam table before
28232         the Method table.  This is neccessary because in the GenericParam
28233         table, type parameters of the class (ie. '!0' etc.) must come
28234         before the ones from its generic methods (ie. '!!0' etc).
28235
28236 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
28237
28238         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
28239
28240 2003-11-02  Martin Baulig  <martin@ximian.com>
28241
28242         * reflection.c (create_generic_typespec): Take a
28243         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
28244         the generic parameters from it.
28245
28246 2003-11-02  Martin Baulig  <martin@ximian.com>
28247
28248         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
28249         instead of a `MonoClassField *' since we just need the type.
28250         (create_generic_typespec): New static function.  Creates a
28251         TypeSpec token for a generic type declaration.
28252         (mono_image_get_generic_field_token): New static function.
28253         (mono_image_create_token): If we're a FieldBuilder in a generic
28254         type declaration, call mono_image_get_generic_field_token() to get
28255         the token.
28256
28257 2003-11-02  Martin Baulig  <martin@ximian.com>
28258
28259         * reflection.h
28260         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
28261         `MonoReflectionGenericInst *declaring_type' and
28262         `MonoReflectionGenericInst *reflected_type' fields.
28263
28264         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
28265         `MonoReflectionGenericInst *declaring_type' and a
28266         `MonoReflectionGenericInst *reflected_type' argument instead of a
28267         single `MonoReflectionGenericInst *type' one.  Set
28268         `res->declaring_type' and `res->reflected_type' from them.
28269         (mono_reflection_inflate_field): Likewise.      
28270
28271 2003-11-02  Martin Baulig  <martin@ximian.com>
28272
28273         * class.c (mono_class_setup_vtable): Don't store generic methods
28274         in the vtable.  
28275
28276 2003-11-02  Martin Baulig  <martin@ximian.com>
28277
28278         * reflection.h (MonoReflectionGenericInst): Added
28279         `MonoReflectionType *declaring_type'.
28280
28281         * reflection.c (mono_reflection_bind_generic_parameters): Use
28282         `if (tb->parent)' instead of `klass->parent'.
28283
28284 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
28285
28286         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
28287         with an empty ASSEMBLY table.
28288
28289         * reflection.c (mono_image_build_metadata): Avoid using the same loop
28290         variable in the inner and outer loops.
28291
28292 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
28293
28294         * metadata.h (mono_metadata_make_token): Put parentheses around macro
28295         argument.
28296
28297         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
28298         
28299         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
28300         icalls. Instead, do everything in managed code. This is needed since
28301         it is hard to restore the original domain etc. in unmanaged code in the
28302         presence of undeniable exceptions.
28303
28304         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
28305         New icalls to push and pop appdomain refs.
28306
28307 2003-10-31  Martin Baulig  <martin@ximian.com>
28308
28309         * class.c (inflate_generic_type): Renamed to
28310         mono_class_inflate_generic_type() and made it public.
28311
28312         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
28313         New interncall.
28314
28315         * loader.c (mono_field_from_memberref): Also set the retklass for
28316         typespecs.
28317
28318         * fielder.c (mono_image_get_inflated_field_token): New static
28319         method; creates a metadata token for an inflated field.
28320         (mono_image_create_token, fixup_method): Added support for
28321         "MonoInflatedField".
28322         (fieldbuilder_to_mono_class_field): New static function.
28323         (mono_reflection_inflate_field): New public function.
28324
28325         * reflection.h
28326         (MonoReflectionGenericInst): Added `MonoArray *fields'.
28327         (MonoReflectionInflatedField): New typedef.     
28328
28329 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
28330
28331         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
28332         for Solaris and other platforms without s6_addr16
28333
28334 2003-10-30  Martin Baulig  <martin@ximian.com>
28335
28336         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
28337         argument instead of two.
28338         (mono_class_inflate_generic_signature): Likewise.
28339         (inflate_generic_header): Likewise.
28340         (mono_class_inflate_generic_method): Likewise.  In addition, if
28341         `ginst->klass' is set, it becomes the new `method->klass'.
28342
28343         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
28344         field.
28345
28346         * reflection.c (encode_generic_method_sig): Write a 0xa as the
28347         first byte. [FIXME]
28348         (method_encode_methodspec): If we have generic parameters, create
28349         a MethodSpec instead of a MethodRef.
28350         (fixup_method): Added support for "MonoInflatedMethod" and
28351         "MonoInflatedCtor".
28352         (mono_image_create_token): Added support for "MonoInflatedMethod"
28353         and "MonoInflatedCtor".
28354         (inflated_method_get_object): New static function; returns a
28355         managed "System.Reflection.MonoInflatedMethod" object.
28356         (mono_reflection_bind_generic_method_parameters): Return a
28357         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
28358         (mono_reflection_inflate_method_or_ctor): Likewise.
28359         (mono_image_get_generic_method_param_info): Initialize unused
28360         fields to zero.
28361         (mono_image_get_generic_param_info): Likewise.
28362
28363         * reflection.h (MonoReflectionInflatedMethod): New public
28364         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
28365         "S.R.MonoInflatedCtor" classes.
28366
28367         * loader.c (method_from_memberref): If we're a TypeSpec and it
28368         resolves to a generic instance, inflate the method.
28369
28370 2003-10-28  Dick Porter  <dick@ximian.com>
28371
28372         * object.c (mono_runtime_run_main): Convert command-line arguments
28373         into utf8, falling back to the user's locale encoding to do so.
28374
28375 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
28376
28377         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
28378         at this time.
28379
28380         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
28381
28382         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
28383         up icalls at method definition time. Partially fixes #33569.
28384
28385 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
28386
28387         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
28388         marshalling of arrays. Fixes #50116.
28389
28390         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
28391
28392         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
28393         points to a vtable in the dying appdomain.
28394
28395         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
28396         listeners into unmanaged code inside the lock.
28397
28398         * object.c (mono_class_vtable): Turn off typed allocation in non-root
28399         domains and add some comments.
28400
28401 2003-10-25  Martin Baulig  <martin@ximian.com>
28402
28403         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
28404
28405         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
28406
28407         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
28408         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
28409         currently parsing.  Create the generic class and store it in
28410         `generic_inst->klass' before parsing the type arguments.  This is
28411         required to support "recursive" definitions; see mcs/tests/gen-23.cs
28412         for an example.
28413         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
28414         to support recursive typespec entries.
28415
28416         * class.c (mono_class_setup_parent): If our parent is a generic
28417         instance, we may get called before it has its name set.
28418         (mono_class_from_generic): Splitted into
28419         mono_class_create_from_generic() and mono_class_initialize_generic().
28420
28421 2003-10-25  Martin Baulig  <martin@ximian.com>
28422
28423         * icall.c (ves_icall_Type_BindGenericParameters): Return a
28424         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
28425         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
28426         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
28427
28428         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
28429         (create_typespec): Likewise.
28430         (mono_reflection_bind_generic_parameters): Return a
28431         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
28432         (mono_reflection_inflate_method_or_ctor): New public function.
28433
28434         * reflection.h (MonoReflectionGenericInst): New typedef.        
28435
28436 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
28437
28438         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
28439         inside the domain lock. Fixes #49993.
28440         
28441         * object.c (mono_class_vtable): When typed allocation is used, 
28442         allocate vtables in the GC heap instead of in the mempool, since the
28443         vtables contain GC descriptors which are used by the collector even
28444         after the domain owning the mempool is unloaded.
28445
28446         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
28447
28448         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
28449         reflect what it does. Also invalidate mempools instead of freeing
28450         them if a define is set.
28451
28452         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
28453         of the appdomain.
28454         
28455         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
28456         hold the finalizable objects in this domain.
28457
28458         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
28459         appdomain.
28460
28461         * appdomain.c (mono_domain_set): New function to set the current
28462         appdomain, but only if it is not being unloaded.
28463
28464         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
28465         appdomain which is being unloaded.
28466         
28467         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
28468         unloading of the root appdomain.
28469
28470         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
28471         icall to execute a method in another appdomain. Intended as a 
28472         replacement for InternalSetDomain, which can confuse the code 
28473         generation in the JIT.
28474
28475         * appdomain.c (mono_domain_is_unloading): New function to determine
28476         whenever an appdomain is unloading.
28477
28478         * appdomain.c (mono_domain_unload): New function to correctly unload
28479         an appdomain.
28480
28481         * assembly.c (mono_assembly_load_references): Check that an assembly
28482         does not references itself.
28483
28484         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
28485         domain manually, it asks the finalizer thread to do it, then waits for
28486         the result. Also added a timeout.
28487
28488         * icall.c: Register the new icalls.
28489
28490         * threads.h threads.c: Export the mono_gc_stop_world and 
28491         mono_gc_start_world functions.
28492         
28493         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
28494         function to fill out the mempool with 0x2a.
28495
28496 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
28497
28498         * reflection.h (MonoReflectionMethodAux): New structure to store
28499         information which is rarely used, thus is not in the MonoMethod
28500         structure.
28501
28502         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
28503         store the aux info.
28504
28505         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
28506         and marshalling info into the aux structure.
28507
28508         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
28509         from the aux structure.
28510
28511         * loader.c (mono_method_get_param_names): Retrieve the param names from
28512         the aux structure.
28513         
28514 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
28515
28516         * exception.h exception.c: Add AppDomainUnloadedException && fix 
28517         warning.
28518
28519 2003-10-21  Dick Porter  <dick@ximian.com>
28520
28521         * socket-io.c
28522         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
28523         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
28524
28525 2003-10-21  Martin Baulig  <martin@ximian.com>
28526
28527         * reflection.c (mono_reflection_bind_generic_parameters):
28528         `klass->parent' is NULL for interfaces.
28529
28530 2003-10-21  Martin Baulig  <martin@ximian.com>
28531
28532         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
28533
28534 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
28535
28536         * exception.c (mono_exception_from_name_msg): New helper function for
28537         creating exceptions and initializing their message field.
28538
28539         * exception.c: Simplify functions using the new helper.
28540
28541         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
28542         New function.
28543
28544         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
28545         mono_raise_exception, since otherwise gcc doesn't generate the function
28546         epilog for raise_exception, confusing the stack unwinding in the JIT.
28547         Fixes #45043.
28548
28549         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
28550         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
28551         Fixes #49499.
28552
28553 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28554
28555         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
28556         utf8.
28557
28558 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
28559
28560         * icall.c: Removed GetUninitializedObject method because
28561           AllocateUninitializedClassInstance does the same.
28562
28563 2003-10-18  Martin Baulig  <martin@ximian.com>
28564
28565         * class.c (inflate_generic_signature): Renamed to
28566         mono_class_inflate_generic_signature() and made it public.
28567         (my_mono_class_from_generic_parameter): New static function; if we
28568         don't already have the generic parameter's MonoClass, create a
28569         very simple one which is just used internally in the runtime and
28570         not passed back to managed code.
28571
28572         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
28573
28574         * metadata.h (MonoMethodSignature): Moved the
28575         `MonoGenericParam *gen_params' to the MonoMethodHeader.
28576         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
28577
28578         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
28579         ves_icall_MonoMethod_GetGenericArguments(); this is now an
28580         interncall on the MonoMethod class, not on MethodInfo.
28581         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
28582         calling mono_reflection_bind_generic_method_parameters() directly.
28583
28584         * loader.c (mono_method_get_signature): If this is a MethodSpec;
28585         return the already computed `method->signature'.
28586         (method_from_methodspec): New static function to load a method
28587         from a MethodSpec entry.
28588         (mono_get_method_from_token): Call the new method_from_methodspec()
28589         for MethodSpec tokens.  
28590         (mono_get_method_from_token): If we're a generic method, load the
28591         type parameters.
28592
28593         * reflection.c (mono_image_get_memberref_token): Allow
28594         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
28595         table.
28596         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
28597         (mono_image_create_token): First check whether it's a generic
28598         method (so we'd need to create a MethodSpec), then do the other
28599         two alternatives.
28600         (mono_reflection_bind_generic_method_parameters): Return a
28601         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
28602         called directly from the interncall.
28603
28604 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
28605
28606         * reflection.c (load_public_key): Move loading of the public key
28607         into managed code.
28608
28609         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
28610
28611         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
28612         fields.
28613
28614         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
28615         culture, hash_alg and public_key. Fixes #49555.
28616
28617 2003-10-17  Martin Baulig  <martin@ximian.com>
28618
28619         * class.h (MonoGenericInst): Moved this declaration here and added
28620         `MonoMethod *generic_method'.
28621
28622         * icall.c
28623         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
28624         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
28625
28626         * metadata.c (mono_metadata_type_equal): Two types of
28627         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
28628         index; ie. don't compare the address of the `MonoGenericParam'
28629         structure.
28630         (mono_metadata_load_generic_params): Removed the `MonoMethod
28631         *method' argument.
28632
28633         * metadata.h (MonoGenericInst): Moved declaration to class.h.
28634         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
28635
28636         * reflection.c (method_encode_signature): Encode the number of
28637         generic parameters.
28638         (encode_generic_method_sig): New static function.
28639         (method_encode_methodspec): New static function; creates an entry
28640         in the MethodSpec table for a generic method.
28641         (mono_image_get_methodspec_token): New static function.
28642         (mono_image_create_token): Call mono_image_get_methodspec_token()
28643         for generic methods.
28644         (mono_reflection_bind_generic_method_parameters): New public
28645         function.  Instantiates a generic method.
28646
28647 2003-10-16  Martin Baulig  <martin@ximian.com>
28648
28649         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
28650         *gen_params' here from MonoMethodHeader.
28651
28652         * metadata.c (mono_metadata_parse_method_signature): If we have
28653         generic parameters, initialize `method->gen_params' and then set
28654         the correct `type->data.generic_param' in all the parameters.
28655
28656 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
28657
28658         * threads.c (mono_threads_get_default_stacksize): New function to 
28659         return the default stacksize.
28660
28661         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
28662         termination of the finalizer thread, since the previous method had
28663         race conditions. Fixes #49628.
28664
28665         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
28666         as for the other managed threads.
28667
28668 2003-10-16  Martin Baulig  <martin@ximian.com>
28669
28670         * class.c (inflate_generic_signature): Copy `generic_param_count'
28671         and `gen_params'.
28672
28673         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
28674         New interncall.
28675
28676         * metadata.c (mono_metadata_parse_method_signature): Actually set
28677         the `method->generic_param_count' here.
28678         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
28679
28680 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
28681
28682         * object.h: Add a new field to TypedRef to simplify the implementation
28683         of the REFANY opcodes in the JIT.
28684
28685         * icall.c: Make use of the new field.
28686
28687         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
28688         dynamically.
28689
28690 2003-10-15  Martin Baulig  <martin@ximian.com>
28691
28692         * class.c (mono_class_from_gen_param): Renamed to
28693         mono_class_from_generic_parameter() and moved most of the
28694         functionality from mono_reflection_define_generic_parameter()
28695         here; ie. we create a "real" class here.
28696         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
28697         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
28698         previously been called.
28699
28700         * class.h (MonoGenericParam): Moved the declaration of this struct
28701         here from metadata.h and added `MonoMethod *method'.
28702
28703         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
28704         interncall.
28705
28706         * loader.c (mono_get_method_from_token): If we have any generic
28707         parameters, call mono_metadata_load_generic_params() to read them
28708         from the MONO_TABLE_GENERICPAR.
28709
28710         * metadata.c (mono_metadata_load_generic_params): Added
28711         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
28712
28713         * metadata.h (MonoMethodSignature): Replaced
28714         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
28715         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
28716
28717         * reflection.c (mono_reflection_define_generic_parameter): Moved
28718         most of the functionality into the new
28719         mono_class_from_generic_parameter(); set the `method' field if
28720         we're a method parameter.       
28721
28722 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
28723
28724         * marshal.c (emit_struct_conv): if native size is 0
28725         emit no code.
28726
28727 2003-10-14  Martin Baulig  <martin@ximian.com>
28728
28729         * icall.c: The generics API has changed in the spec since it was
28730         added to System.Type; these modifications make it match the spec
28731         again.
28732         (ves_icall_Type_GetGenericParameters): Renamed to
28733         `ves_icall_Type_GetGenericArguments'.
28734         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
28735         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
28736         `ves_icall_MonoType_get_HasGenericArguments'.
28737         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
28738         `ves_icall_MonoType_get_IsGenericParameter'.
28739         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
28740         this is no interncall anymore.
28741         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
28742         `ves_icall_TypeBuilder_get_IsGenericParameter'.
28743
28744 2003-10-14  Martin Baulig  <martin@ximian.com>
28745
28746         * reflection.c (mono_reflection_bind_generic_parameters): Also
28747         inflate generic methods if we're reading the class from IL.
28748
28749 2003-10-13  Martin Baulig  <martin@ximian.com>
28750
28751         * reflection.c (mono_reflection_define_generic_parameter): This
28752         method isn't called directly from the icall anymore; take a
28753         `MonoReflectionAssemblyBuilder *' so we can use this for type and
28754         method generic parameters.
28755         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
28756         (method_builder_encode_signature): Encode generic parameters.
28757         (mono_image_get_method_info): Write generic params to the
28758         MONO_TABLE_GENERICPARAM table.
28759
28760         * reflection.h (MonoReflectionMethodBuilder): Added
28761         `MonoArray *generic_params'.
28762
28763         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
28764
28765         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
28766         wrapper for mono_reflection_define_generic_parameter().
28767         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
28768
28769 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
28770
28771         * marshal.h: Add missing function to fix build.
28772
28773         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
28774         the SetLastError pinvoke attribute.
28775
28776         * marshal.c (mono_marshal_set_last_error): New helper function called
28777         by the generated code.
28778         
28779         * marshal.c (mono_mb_emit_branch): New helper function.
28780
28781         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
28782
28783         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
28784         classes as parameters and return values of delegates. Fixes #29256. 
28785
28786 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
28787
28788         * locales.c: use gint32 in non HAVE_ICU case
28789
28790 2003-10-11  Martin Baulig  <martin@ximian.com>
28791
28792         * mono-debug.c (mono_debug_add_method): Added a workaround for
28793         bug #48591.
28794
28795 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
28796
28797         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
28798         delegates passed to native code must use the STDCALL calling 
28799         convention. Fixes #35987.
28800
28801 2003-10-10  Martin Baulig  <martin@ximian.com>
28802
28803         * class.c (inflate_generic_type): If we're inflating for a generic
28804         type instance (and not for a generic method), return
28805         MONO_TYPE_MVAR unchanged.
28806
28807 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28808
28809         * string-icalls.c: Join ignores null strings in the source array.
28810         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
28811         * threads.c: GetAvailableTheads is slightly more accurate.
28812
28813 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
28814
28815         * threads.h threads.c : add mono_threads_set_default_stacksize
28816         and pass default to CreateThread calls.
28817
28818 2003-10-09  Dick Porter  <dick@ximian.com>
28819
28820         * icall.c:
28821         * locales.h:
28822         * locales.c: Internal calls for constructing CultureInfo and
28823         related objects from libicu (if its available.)
28824
28825 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
28826
28827         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
28828
28829 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28830
28831         * threadpool.c: added an argument to async_invoke_thread that is the
28832         item to process, pass the MonoAsyncResult to the thread start function
28833         when creating a new thread. This way we don't need to acquire any lock
28834         when we're creating a new thread. Readded a semaphore for faster
28835         response times (instead of that Sleep i added).
28836
28837 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
28838
28839         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
28840         get daylight change dates better on Windows, fix handling
28841         of platforms without tm_gmtoff.
28842
28843 2003-10-06  Martin Baulig  <martin@ximian.com>
28844
28845         * class.c (inflate_generic_method): Renamed to
28846         mono_class_inflate_generic_method() and made public.
28847         (mono_class_init): Don't inflate the generic methods here.
28848         (mono_class_from_generic): Added `gboolean inflate_methods'
28849         argument.  Inflate the methods here.
28850
28851         * loader.c (mono_method_get_param_names): Ignore instances of
28852         generic types for the moment.
28853
28854         * reflection.c (fixup_method): Added support for inflated methods.
28855         (mono_image_create_token): Use mono_image_get_methodref_token()
28856         for inflated methods.
28857         (mono_custom_attrs_from_param): Ignore instances of generic types
28858         for the moment.
28859         (mono_reflection_bind_generic_parameters): New public function.
28860         Moved all the functionality from
28861         ves_icall_Type_BindGenericParameters() here and added support for
28862         dynamic types.
28863         (mono_reflection_define_generic_parameter): Initialize
28864         `klass->methods' here.
28865
28866         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
28867         functionality into mono_reflection_define_generic_parameter().
28868         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
28869         TypeBuilder, return that TypeBuilder.
28870
28871 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28872
28873         * appdomain.c: removed mono_delegate_semaphore.
28874
28875         * threadpool.c:
28876         (mono_thread_pool_add): moved hash table creation inside and the thread 
28877         creation outside of the critical region.
28878         (mono_thread_pool_finish): removed obsolete code.
28879         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
28880         continue or exit the thread depending on the queue.
28881
28882 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
28883
28884         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
28885         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
28886         handle more bool marshalling options
28887
28888 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
28889
28890         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
28891         arrays of structs. Also add a more descriptive error message when
28892         a structure member is marshalled as LPArray.
28893
28894 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
28895
28896         * marshal.c (mono_marshal_get_native_wrapper): Add support for
28897         marshalling arrays of complex types. Fixes #29098. Also remove an
28898         usused and incomplete function.
28899
28900 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
28901
28902         * gc.c: report heap_size - free_bytes as total memory allocated
28903         (bug#49362).
28904
28905 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
28906
28907         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
28908         fix timezone handling problems on Windows.
28909         
28910         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
28911         asserts when the year is outside the range handled by ms the functions.
28912
28913         * class.c (setup_interface_offsets): If the class is an interface,
28914         fill out its interface_offsets slot.
28915
28916 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28917
28918         * threadpool.c: mark threadpool threads as background.
28919
28920 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
28921
28922         * decimal.c - define DECINLINE to nothing if not using GCC
28923
28924 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
28925
28926         * assembly.c: More refcount fixes.
28927
28928 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28929
28930         * string-icalls.c: if we're not trimming, return the same string.
28931         When not splitting, don't create a new string.
28932
28933 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28934
28935         * image.c:
28936         (mono_image_open): increment the ref_count inside the critical section.
28937
28938 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
28939
28940         * image.c (mono_image_open): Fix reference counting bug.
28941
28942 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
28943
28944         * marshal.c (mono_marshal_type_size) struct alignment changed for 
28945         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
28946         64bits. Avoid leak in mono_marshal_get_native_wrapper when
28947         mono_lookup_pinvoke_call throws.        
28948
28949 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
28950
28951         * reflection.c (mono_reflection_parse_type): Fix #49114.
28952
28953         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
28954         temporary workaround for cygwin header problem.
28955
28956         * object.c (mono_object_isinst): Synchronize this with the code
28957         generated by the JIT for casts.
28958
28959 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
28960
28961         * reflection.c (encode_type): Fix #38332.
28962
28963 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
28964
28965         * marshal.c (mono_marshal_method_from_wrapper): New function to return
28966         the original method from the wrapper method.
28967
28968 2003-09-25  Martin Baulig  <martin@ximian.com>
28969
28970         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
28971         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
28972         (ves_icall_Type_get_IsGenericInstance): New interncall.
28973
28974 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
28975
28976         * object.c: fix cast warning in big endian code.
28977
28978 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
28979
28980         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
28981         
28982 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28983
28984         * assembly.c: don't call check_env from mono_assembly_load. It's
28985         already done once in mono_assemblies_init and may cause headaches when
28986         multiple threads are loading assemblies.
28987
28988 2003-09-19  Martin Baulig  <martin@ximian.com>
28989
28990         * reflection.c (mono_reflection_define_generic_parameter): Don't
28991         allocate `klass->methods', set `klass->flags' to
28992         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
28993
28994 2003-09-18  Martin Baulig  <martin@ximian.com>
28995
28996         * class.c (mono_class_init): Don't create `class->methods' if it's
28997         already initialized.
28998
28999         * metadata.c (mono_metadata_load_generic_params): Make this
29000         actually work.
29001
29002         * reflection.c (mono_reflection_define_generic_parameter): Set
29003         parent class and interfaces from the constraints.
29004
29005         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
29006         to keep this struct in sync with the declaration in TypeBuilder.cs.
29007
29008 2003-09-17  Martin Baulig  <martin@ximian.com>
29009
29010         * metadata.h (MonoType): Replaced the data's `int type_param'
29011         field with `MonoGenericParam *generic_param'.
29012         (MonoGenericParam): Added `MonoClass *klass'.
29013
29014         * class.c (mono_class_from_gen_param): Removed the
29015         `MonoImage *image' and `int type_num' arguments.
29016
29017         * metadata.c (mono_metadata_parse_generic_param): New static
29018         method; creates a MonoGenericParam which just contains the index.
29019         (do_mono_metadata_parse_type): Call
29020         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
29021         MONO_TYPE_MVAR.
29022
29023         * reflection.c (mono_image_typedef_or_ref): Generic type
29024         parameters may be in the same assembly, but never use a typedef
29025         for them.
29026         (mono_reflection_define_generic_parameter): We're now creating a
29027         "real" class for the type parameter; it's now safe to call
29028         mono_class_from_mono_type() on the class'es type, it'll do the
29029         right thing.
29030
29031 2003-09-16  Martin Baulig  <martin@ximian.com>
29032
29033         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
29034         `symfile->range_entry_size' and `symfile->class_entry_size' here;
29035         the `symfile' data structure must be fully initialized before it
29036         gets added to the table.
29037
29038 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
29039
29040         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
29041
29042         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
29043         class init trampolines.
29044
29045 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
29046
29047         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
29048         to the built-in profiler to turn off time and allocation profiling
29049         respectively.
29050
29051 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
29052
29053         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
29054         g_direct_equal.
29055
29056         * debug-helpers.c (mono_method_full_name): Print the wrapper type
29057         in human readable form.
29058
29059 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
29060
29061         * reflection.c icall.c: Fixed warnings.
29062
29063         * image.c (load_class_names): Use a temporary hash table to hold the
29064         namespaces in order to avoid doing many string comparisons.
29065
29066         * image.h: Fix typo.
29067
29068         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
29069         Pass NULL instead of g_direct_equal to the GHashTable constructor 
29070         since the NULL case is short-circuited inside g_hash_table_lookup, 
29071         leading to better performance.  
29072
29073         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
29074         obtain the first custom attribute for a given index. Depends on the
29075         CustomAttribute table being sorted by the parent field.
29076
29077         * reflection.c (mono_custom_attrs_from_index): Use the new function 
29078         for better performance.
29079
29080 2003-09-07  Martin Baulig  <martin@ximian.com>
29081
29082         * class.c (mono_class_init): If we're a generic instance, inflate
29083         all our methods instead of loading them from the image.
29084         (mono_class_from_generic): Set `class->methods = gklass->methods'.
29085
29086 2003-09-07  Martin Baulig  <martin@ximian.com>
29087
29088         * mono-debug-debugger.c: Added support for constructors.
29089
29090 2003-09-06  Martin Baulig  <martin@ximian.com>
29091
29092         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
29093         New interncall.
29094
29095         * reflection.c (mono_reflection_setup_generic_class): Call
29096         ensure_runtime_vtable() to create the vtable.
29097
29098 2003-09-05  Martin Baulig  <martin@ximian.com>
29099
29100         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
29101         MONO_TYPE_MVAR.
29102
29103 2003-09-04  Martin Baulig  <martin@ximian.com>
29104
29105         * reflection.c (mono_reflection_define_generic_parameter): Generic
29106         parameters start with zero.
29107
29108 2003-09-04  Martin Baulig  <martin@ximian.com>
29109
29110         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
29111
29112         * reflection.h (MonoReflectionGenericParam): New typedef.
29113         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
29114         the generic parameters from the managed TypeBuilder.
29115
29116         * reflection.c (mono_reflection_define_generic_parameter): New function.
29117         (mono_reflection_create_runtime_class): Encode generic parameters.
29118         (mono_reflection_setup_generic_class): New function; this is
29119         called after adding adding all generic params to the TypeBuilder.
29120         (encode_type): Added MONO_TYPE_VAR.
29121
29122 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
29123
29124         * class.h class.c (mono_class_needs_cctor_run): Moved this method
29125         here from the JIT.
29126
29127         * assembly.h assembly.c: Moved the AOT loading code into an assembly
29128         load hook.
29129
29130 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
29131
29132         * reflection.h reflection.c class.h class.c: Delete duplicate 
29133         definition of mono_type_get_name () from reflection.c and export the
29134         one in class.c.
29135
29136         * class.c: Class loading fixes from Bernie Solomon 
29137         (bernard@ugsolutions.com).
29138
29139         * reflection.c: Endianness fixes from Bernie Solomon 
29140         (bernard@ugsolutions.com).
29141         
29142 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
29143
29144         * assembly.h assembly.c: Define a file format version for AOT
29145         libraries.
29146         
29147         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
29148
29149         * appdomain.h (MonoJitInfo): New field to determine whenever the
29150         code is domain neutral.
29151         
29152 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
29153
29154         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
29155
29156 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
29157
29158         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
29159         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
29160         Avoid caching the result since strings must be domain specific. Fixes
29161         #48050.
29162
29163 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
29164
29165         * marshal.c (mono_marshal_init): Make this callable multiple times
29166         since it is hard to find a correct place to call it.
29167
29168         * object.c (mono_runtime_class_init): Execute static constructors in
29169         the correct appdomain.
29170
29171         * image.c (build_guid_table): Handle the case when multiple images have
29172         the same GUID.
29173
29174 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29175
29176         * icall.c: added a couple of icalls for System.Web.
29177
29178 2003-08-28  Martin Baulig  <martin@ximian.com>
29179
29180         * icall.c (ves_icall_Type_BindGenericParameters): Use
29181         `klass->generic_inst' instead of `&klass->byval_arg' in the
29182         mono_type_get_object() call.  The returned type must be
29183         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
29184
29185 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
29186
29187         * NOTES: New file.
29188
29189         * object.c (mono_class_proxy_vtable): Make it thread safe.
29190
29191         * pedump.c: Fix warning.
29192
29193         * object.c appdomain.h: Get rid of metadata_section. 
29194         It is no longer needed and it was causing deadlocks with domain->lock.
29195
29196         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
29197
29198 2003-08-26  Martin Baulig  <martin@ximian.com>
29199
29200         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
29201
29202 2003-08-26  Martin Baulig  <martin@ximian.com>
29203
29204         * pedump.c (main): Call mono_metadata_init(),
29205         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
29206         and mono_loader_init().
29207
29208 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
29209
29210         * loader.h: Add missing include to fix build.
29211
29212         * image.h: mono_image_load_references is no more.
29213
29214         * assembly.c: Reworked assembly loading to make it really thread safe.
29215         After these changes, the assembly returned by mono_assembly_open is
29216         fully initialized, i.e. all its references assemblies are loaded.
29217
29218         * assembly.c (mono_image_load_references): Renamed to 
29219         mono_assembly_load_references, and made private, since clients no
29220         longer need to call it.
29221
29222         * class.c: Removed calls to mono_assembly_load_references, since it was
29223         a source of deadlocks.
29224
29225         * loader.h loader.c class.h class.c: Protect data structures using a 
29226         new lock, the loader lock.
29227
29228         * class.c (mono_class_setup_vtable): Create temporary hash tables and
29229         GPtrArrays only when needed.
29230
29231         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
29232         into empty structures by mcs. Fixes pinvoke7.cs.
29233         
29234         * domain.c (mono_init): Call a new initialization function.
29235
29236         * appdomain.c (mono_runtime_init): Call the new initializer function
29237         of the marshal module.
29238
29239         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
29240         inserted into empty structures by mcs. Fixes pinvoke7.cs.
29241
29242         * marshal.h marshal.c: Added locks around the wrapper caches to make
29243         this module thread safe.
29244
29245         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
29246         this argument. Fixes pinvoke1.exe.
29247
29248 2003-08-25  Lluis Sanchez <lluis@ximian.com>
29249
29250         * object.h: Added call_type field to MonoMethodMessage and the corresponding
29251         enumeration of values. Removed fields to store remote call output values in
29252         MonoAsyncResult. Not needed any more.
29253         * object.c: Initialize call_type and async_result fields in mono_message_init.
29254         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
29255         dispatching the message.
29256         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
29257         async call to finish. To do it use a message with EndInvoke call type.
29258
29259 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
29260
29261         * loader.h loader.c (mono_method_hash_marhal_info): New function which
29262         determines whenever a method has marshalling info.
29263
29264 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29265
29266         * assembly.c: fix the build on windows.
29267
29268 2003-08-22 Lluis Sanchez <lluis@ximian.com>
29269
29270         * object.cs: Fixed bug #47785.
29271
29272 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
29273
29274         * string-icalls.c (StringReplace): If their are no occurances of
29275         the old string found return a reference to the supplied
29276         string. This saves some memory and matches MS behavoir.
29277         
29278 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29279
29280         * socket-io.c: fixed compilation for systems that define AF_INET6
29281         and don't define SOL_IP/SOL_IPV6.
29282
29283 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
29284
29285         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
29286         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
29287
29288         * rawbuffer.c rawbuffer.h: Make this module thread safe.
29289
29290         * domain.c: Make this module thread safe.
29291
29292         * domain.c (mono_init): Call new initialization function.
29293
29294         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
29295         reference types too. Fixes #38812.
29296
29297         * image.c (mono_image_init): Fixed warnings.
29298
29299         * class.c (mono_class_from_typeref): Handle assembly load failure
29300         correctly.
29301
29302         * appdomain.c (add_assemblies_to_domain): Handle the case when
29303         the references of an assembly are not yet loaded.
29304
29305         * metadata.c image.c assembly.c: Moved initialization of global
29306         variables to a separate function called at startup since lazy 
29307         initialization of these variables is not thread safe.
29308         
29309         * image.c assembly.c: Made this module thread safe by adding locks in 
29310         the appropriate places.
29311
29312         * domain.c (mono_init): Call the new initialization functions of the
29313         three modules.
29314
29315 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
29316
29317         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
29318           make a direct call. It is proxy's work to make the call asynchronous.
29319           mono_delegate_end_invoke(): If the targe is a proxy, just collect
29320           the return values.
29321         * object.cs: mono_method_call_message_new(): read AsyncResult and
29322           state object from parameters list, if this info is requested.
29323         * object.h: Added fields to store remote call output values in
29324           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
29325
29326 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
29327
29328         * object.h: add needed fields to MonoThread.
29329         * threads.c, threads.h: allow registering a function to cleanup data
29330         allocated per thread by the JIT.
29331
29332 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
29333
29334         * loader.h: portability fix by Bernie Solomon
29335         * <bernard@ugsolutions.com>.
29336
29337 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
29338
29339         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
29340         return a MonoArray. This simplifies the code and also ensures that
29341         the cache allways contains an object reference as a value.
29342
29343         * icall.c (ves_icall_get_parameter_info): Simplified using the new
29344         function.
29345
29346 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29347
29348         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
29349         fixes a problem with byte ordering when getting the address family for
29350         a socket.
29351
29352 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
29353
29354         * .cvsignore: Added monosn.
29355
29356         * reflection.h reflection.c loader.c: Added support for parameter
29357         marshalling to dynamically created types. Fixes #47295.
29358
29359 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
29360
29361         * rand.c: remove useless warnings.
29362
29363 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
29364
29365         * class.c: implemented ldtoken for methods and fieldrefs.
29366
29367 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29368
29369         * threadpool.c: when mono_async_invoke was called, no one took care of
29370         monitoring the queue. So if the method invoked took some time and we
29371         got new async invoke requests after 500 ms (the thread created waited
29372         that long in WaitForSingleObject), the new async invoke was not called
29373         until the previous one finished.
29374
29375         This is fixed now. Thanks to Totte for helping with it.
29376
29377 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29378
29379         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
29380
29381 2003-08-11  Martin Baulig  <martin@ximian.com>
29382
29383         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
29384
29385 2003-08-06  Martin Baulig  <martin@ximian.com>
29386
29387         * mono-debug-debugger.c: Added support for static fields,
29388         properties and methods.
29389
29390 2003-08-06  Martin Baulig  <martin@ximian.com>
29391
29392         * mono-debug-debugger.c: Don't store the MonoString's vtable to
29393         make this work for applications with multiple application domains.
29394
29395 2003-08-04  Martin Baulig  <martin@ximian.com>
29396
29397         * mono-debug-debugger.c: Completely reworked the type support; the
29398         most important thing is that we're now just using one single
29399         `MonoType' instance per type.
29400
29401 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
29402
29403         * mono-endian.h, mono-endian.c, icall.c: Added icall
29404         ves_icall_System_Double_AssertEndianity to assert double word endianity
29405         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
29406
29407 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
29408
29409         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
29410         support, icalls and fixes.
29411
29412 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
29413
29414         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
29415         classes that are a punctuation character in .NET is not the same a
29416         g_unichar_ispunct.
29417
29418 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
29419
29420         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
29421
29422 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
29423
29424         * icall.c: Add new MemCopy internalcall.
29425         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
29426         Simplified code; It is not necessary to handle all the cases here,
29427         as the C# code takes care of it.  Only handle the case of the name
29428         resource embedded into the assembly.
29429
29430         Changed signature to return the data pointer and the size of the
29431         data. 
29432
29433 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
29434
29435         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
29436         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
29437
29438 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
29439
29440         * socket-io.c: ignore EINTR error in select.
29441
29442 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
29443
29444         * class.h, class.c: removed unused subclasses field in MonoClass.
29445
29446 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
29447
29448         * icall.c: improve fix of get_base_definition(). If the parent class
29449           doesn't have the mehod, look at the parent of the parent.
29450         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
29451           to check if a parameter is an in or out parameter
29452           (PARAM_ATTRIBUTE_IN is not set by default).
29453           mono_method_return_message_restore(): Use mono_class_value_size to
29454           get the size of a value type. mono_type_stack_size (parameterType)
29455           does not return the correct value if parameterType is byRef.
29456           mono_load_remote_field(), mono_load_remote_field_new(),
29457           mono_store_remote_field(), mono_store_remote_field_new():
29458           raise exception if the remote call returns an exception.
29459
29460 2003-07-28  Martin Baulig  <martin@ximian.com>
29461
29462         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
29463         method.  This is a wrapper around mono_runtime_invoke() which
29464         boxes the instance object if neccessary.
29465
29466 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
29467
29468         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
29469         metadata.h, row-indexes.h, verify.c: first cut of generics support.
29470
29471 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
29472
29473         * icall.c: disable mcs bug workaround.
29474
29475 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
29476
29477         * object.c (mono_runtime_class_init): Take the metadata_section
29478         mutex before obtaining the domain mutex.
29479
29480         * appdomain.h: Added definition of metadata_section mutex here. 
29481
29482         * object.c: define metadata_mutex here.
29483
29484 2003-07-24  Ravi Pratap  <ravi@ximian.com>
29485
29486         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
29487         fixed.
29488
29489 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
29490
29491         * reflection.c: Fix bug #46669
29492
29493 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29494
29495         * exception.c:
29496         * exception.h:
29497         * icall.c:
29498         * object.h: fill in the type name for TypeLoadException.
29499
29500 2003-07-23  Ravi Pratap  <ravi@ximian.com>
29501
29502         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
29503         relationship between TypeBuilders while compiling corlib) and bug
29504         45993 (Array types returned from the runtime while compiling
29505         corlib were from the loaded corlib).
29506
29507 2003-07-22  Martin Baulig  <martin@ximian.com>
29508
29509         * mono-debug-debugger.c: Reworked the type support a bit more;
29510         distinguish between types and classes.
29511
29512 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
29513
29514         * icall.c: add IsArrayImpl icall.
29515
29516 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
29517
29518         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
29519         initializing real_size only once. Also fix bug #46602.
29520
29521 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
29522
29523         * object.c: Renamed mono_metadata_section to metadata_section.
29524
29525 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
29526
29527         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
29528           empty array if the type is an array. Fixed.
29529           ves_icall_MonoMethod_get_base_definition: if the base method
29530           is abstract, get the MethodInfo from the list of methods of
29531           the class.
29532         * reflection.c: ParameterInfo.PositionImpl should be zero-based
29533           and it was 1-based. Fixed in mono_param_get_objects.
29534
29535 2003-07-20  Martin Baulig  <martin@ximian.com>
29536
29537         * mono-debug.h: Set version number to 31.
29538         (mono_debug_init): Added `MonoDomain *' argument.
29539
29540         * mono-debug-debugger.c: Reworked the type support; explicitly
29541         tell the debugger about builtin types; pass the `klass' address to
29542         the debugger.
29543
29544 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
29545
29546         * image.c: Allow new metadata tables to be loaded without a
29547         warning. Also update the warning message to give the new constant value.
29548                 
29549 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
29550
29551         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
29552         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
29553         array type representation changes.
29554
29555 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
29556
29557         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
29558         on Environment.Exit () call.
29559
29560 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
29561
29562         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
29563         requires a matching corlib.
29564
29565 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
29566
29567         * Changelog: My editor decided to add a CR to each line. Sorry about that.
29568           Committed again without the CRs.
29569         
29570 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
29571
29572         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
29573           getting it from the "this" socket instance. Did not work
29574           if the socket is a subclass of Socket.
29575           Also fixed bug #35371.
29576
29577 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
29578
29579         * metadata.c: fixed size for TypedByRef.
29580         * loader.c: when searching for a method, consider the vararg amrker.
29581         * unicode.c, decimal.c: constify some arrays.
29582
29583 2003-07-15  Dick Porter  <dick@ximian.com>
29584
29585         * socket-io.c: Fixed compilation for gcc < 3.2.
29586
29587         Fixed compilation for machines that don't have AF_INET6 (thanks to
29588         Bernie Solomon <bernard@ugsolutions.com> for that part.)
29589
29590         Fixed compile warnings.
29591         
29592         Fixed formatting and line endings.
29593
29594 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
29595
29596         * socket-io.h:
29597         * socket-io.c: Added IPv6 support.
29598
29599 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
29600
29601         * class.c (mono_class_is_assignable_from): New function to implement
29602         the is_assignable_from logic. Used by mono_object_isinst, 
29603         Type::IsAssignableFrom () and the interpreter.
29604
29605         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
29606         Object, even interfaces.
29607         
29608         * object.c (mono_object_isinst): Implement in terms of 
29609         is_assignable_from.
29610
29611         * icall.c (ves_icall_type_is_assignable_from): New icall.
29612
29613 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
29614
29615         * domain.c (foreach_domain): fix compiler warning.
29616
29617 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
29618
29619         * image.c (load_metadata_ptrs): use g_strndup because strndup is
29620         not available on all plattforms
29621
29622 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
29623
29624         * image.h image.c: Store the metadata version string in MonoImage.
29625         * icall.c: New icall to retrieve the image version.
29626         * reflection.c (create_dynamic_image): Fill in the image version field
29627         * reflection.c (build_compressed_metadata): Use the image version
29628         from the image structure.
29629
29630 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29631
29632         * appdomain.c: modified comment.
29633         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
29634         That will be its last iteration when mono_gc_cleanup is called from
29635         mono_runtime_cleanup and before the domain is unloaded.
29636
29637         Fixes bug #45962.
29638
29639 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
29640
29641         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
29642         attributes.
29643
29644 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
29645
29646         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
29647         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
29648         Bernie Solomon <bernard@ugsolutions.com>.
29649
29650 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
29651
29652         * object.c, object.h: provide mono_object_new_fast() for faster
29653         allocation in some special cases.
29654
29655 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
29656
29657         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
29658         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
29659
29660 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
29661
29662         * threadpool.c: fix leaks.
29663
29664 2003-07-01  Dick Porter  <dick@ximian.com>
29665
29666         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
29667         using MonoGHashTables.  Fixes threadpool bug posted to list.
29668
29669 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
29670
29671         * image.h, image.c: added support to load an assembly from a byte array.
29672         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
29673         assembly bundle support.
29674
29675 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
29676
29677         * threadpool.c (mono_thread_pool_add): keep a reference to the
29678         AsyncResult to prevent GC
29679
29680 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
29681
29682         * class.c: leak fix.
29683
29684 2003-06-25  Dick Porter  <dick@ximian.com>
29685
29686         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
29687         for the async object, the WaitHandle object will close the handle.
29688         Fixes bug 45321.
29689
29690 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
29691
29692         * class.c: in mono_array_class_get (), lookup from the hash with the
29693         same type we insert: this works around a bug in
29694         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
29695         lluis. The real fix will have to wait for after the release.
29696
29697 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
29698
29699         * icall.c: fix memory leak when getting type members.
29700
29701 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
29702
29703         * reflection.c: added more pubtoken special cases.
29704
29705 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
29706
29707         * class.c: handle field offset correctly when class size
29708         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
29709
29710 2003-06-20  Martin Baulig  <martin@ximian.com>
29711
29712         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
29713         *image' field.
29714
29715 2003-06-20  Martin Baulig  <martin@ximian.com>
29716
29717         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
29718
29719 2003-06-20  Martin Baulig  <martin@ximian.com>
29720
29721         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
29722         just distinguish between variables in registers and variables at
29723         an offset relative to a register.
29724
29725 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29726
29727         * icall.c: #ifdef out latest changes until mcs is fixed.
29728
29729 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
29730
29731         * icall.c: return members in metadata order.
29732
29733 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
29734
29735         * icall.c: avoid infinite loop in GetTimeZoneData.
29736
29737 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
29738
29739         * icall.c: added Marshal.Prelink/All icalls.
29740
29741 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
29742
29743         * object.c, object.h: fix warnings and do some overflow checking
29744         when creating arrays.
29745
29746 2003-06-17  Dick Porter  <dick@ximian.com>
29747
29748         * file-io.h:
29749         * file-io.c: File attributes need to be tweaked slightly when
29750         passed from the managed to the w32 world.
29751
29752 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
29753         * profiler.h profiler-private.h profiler.c: Rework last patch
29754         based on suggestion by Paolo.
29755         
29756 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
29757
29758         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
29759         instruction level coverage data collection.
29760         * profiler.h profiler.c (: Added new callback function which can be
29761         used by the profiler to limit which functions should have coverage
29762         instrumentation.
29763         * profiler.c (mono_profiler_load): Call g_module_build_path to
29764         generate the file name of the profiler library.
29765
29766 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
29767
29768         * profiler.c, profiler.h, profiler-private.h: added basic block 
29769         coverage profiling API.
29770
29771 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
29772
29773         * reflection.c (mono_reflection_create_runtime_class): Add support
29774         for events in dynamically generated code.
29775
29776         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
29777         not allocated.
29778
29779 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
29780
29781         * icall.c: when getting timezone info, return reasonable values if we
29782         can't get the actual data.
29783
29784 2003-06-14  Dick Porter  <dick@ximian.com>
29785
29786         * threads.c (start_wrapper): Remove the reference to the thread
29787         object in the TLS data, so the thread object can be finalized.
29788         This won't be reached if the thread threw an uncaught exception,
29789         so those thread handles will stay referenced :-( (This is due to
29790         missing support for scanning thread-specific data in the Boehm GC
29791         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
29792
29793 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
29794
29795         * reflection.c: ensure streams and tables are first allocated with
29796         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
29797
29798 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
29799
29800         * icall.c: fixed GetElementType for byrefs (bug# 44792).
29801
29802 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
29803
29804         * reflection.c (mono_reflection_create_runtime_class): Add support for
29805         properties to dynamically created classes.
29806         * reflection.c: Fix a few places where non-MonoObjects were inserted
29807         into the tokens hashtable.
29808
29809 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
29810
29811         * object.c: some support to handle out of memory exceptions.
29812
29813 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
29814
29815         * marshal.c (mono_marshal_get_native_wrapper): support reference
29816         return types
29817
29818 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
29819
29820         * object.h, object.c: more portability stuff from Bernie Solomon.
29821         Unexport mono_object_allocate(). Added mono_object_unbox ().
29822         Set exitcode when an unhandled exception is thrown.
29823
29824 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
29825
29826         * marshal.c (mono_marshal_get_native_wrapper): use custom
29827         marshaler for return types.
29828
29829 2003-06-10  Dick Porter  <dick@ximian.com>
29830
29831         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
29832         ip_mreq is available
29833
29834 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
29835
29836         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
29837         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
29838         by Bernie Solomon <bernard@ugsolutions.com>.
29839
29840 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
29841
29842         * gc.c (mono_gc_init): Avoid error message on shutdown when
29843         GC_DONT_GC=1 is used.
29844
29845         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
29846         New icall to return the GUID of a module.
29847
29848 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
29849
29850         * class.c: ensure instance size always includes the parent's size
29851         even whem class size is set explicitly (fixes bug#44294).
29852
29853 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
29854
29855         * profiler.h, profiler.c: made the simple profiler thread-safe,
29856         get more accurate timing info. Allow the loading of an
29857         externally-developed profiler module.
29858
29859 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
29860
29861         * marshal.c (mono_marshal_get_native_wrapper): improved
29862         class/byref arguments.
29863         (mono_marshal_get_native_wrapper): better string marshaling support.
29864
29865 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
29866
29867         * class.c: ensure .pack and .size are handled correctly and
29868         simplified layout of static fields.
29869
29870 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
29871
29872         * appdomain.c
29873         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
29874
29875         * loader.c (mono_lookup_pinvoke_call): look for modules in the
29876         current directory (fix bug 44008)
29877
29878 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
29879
29880         * marshal.c (mono_marshal_get_native_wrapper): started support for
29881         custom marshalers.
29882         (mono_delegate_to_ftnptr): consider marshalling specifications
29883
29884 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
29885
29886         * reflection.c, reflection.h: emit custom marshal info.
29887
29888 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29889
29890         * object.c: free the GError.
29891         * icall.c: added CloseEvent_internal.
29892         * threads.[ch]:
29893         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
29894         call.
29895
29896 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
29897
29898         * loader.c (mono_method_get_signature): Add support for dynamic
29899         assemblies.
29900
29901 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
29902
29903         * reflection.c: fixed bug #43905.
29904
29905 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
29906
29907         * class.c, domain.c, icall.c, metadata.h, object.h: support for
29908         handling TypedReference and ArgIterator.
29909         * loader.c, loader.h: added function to get signature at call site.
29910
29911 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
29912
29913         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
29914         data readonly. Buglets and warning fixes. Some MethodSpec support.
29915
29916 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
29917
29918         * class.h, class.c, object.c: remove relative numbering support.
29919
29920 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
29921
29922         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
29923         free the string, until we get a chance to fix Gtk#
29924
29925 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29926
29927         * marshal.c: revert last patch.
29928
29929 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
29930
29931         * icall.c: updates for new mono_class_vtable() not calling
29932         the type constructor anymore.
29933
29934 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
29935
29936         * object.h, object.c: separate vtable creation from type
29937         initialization. Make running the .cctor thread safe.
29938
29939 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
29940
29941         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
29942
29943 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
29944
29945         * loader.c (mono_get_method): consider calling convention
29946
29947 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
29948
29949         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
29950         to return the invisible global type for a module.
29951
29952         * reflection.c (mono_image_build_metadata): Emit global fields too.
29953
29954 2003-05-20  Peter Williams  <peterw@ximian.com>
29955
29956         * loader.c (mono_lookup_internal_call): Add a few newlines.
29957
29958 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
29959
29960         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
29961         literal strings.
29962
29963         * appdomain.c (set_domain_search_path): Recalculate search path when
29964         AppDomainSetup.PrivateBinPath changes.
29965
29966         * object.c (mono_class_compute_gc_descriptor): It turns out some
29967         parts of the class libs (like System.Thread) holds pointers to
29968         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
29969         to treat native int a pointer type here.
29970         
29971 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
29972
29973         * appdomain.h, domain.c: add hashtable for jump target resolution.
29974
29975 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
29976
29977         * reflection.h reflection.c icall.c: Added new icalls 
29978         GetManifestResourceInfoInternal, GetModulesInternal and support
29979         infrastructure.
29980
29981 2003-05-16  Dick Porter  <dick@ximian.com>
29982
29983         * icall.c:
29984         * file-io.h:
29985         * file-io.c: Implement System.IO.MonoIO::GetTempPath
29986
29987 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
29988
29989         * object.c: mono_store_remote_field: little fix to previous patch.
29990
29991 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
29992
29993         * class.c: add constructors to array classes.
29994         * icall.c: special case array construction for InternalInvoke (),
29995
29996 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
29997
29998         * class.h class.c reflection.c object.c: Added support for field
29999         defaults in dynamically generated classes.
30000
30001 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
30002
30003         * reflection.c: properly encode charset for ddlimport.
30004
30005 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
30006
30007         * threads.c: allow compiling without GC.
30008
30009 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
30010
30011         * appdomain.h, object.c, object.h, threads.c, threads.h: added
30012         handling of thread static data.
30013
30014 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
30015
30016         * reflection.h, reflection.c: added mono_custom_attrs_free ().
30017
30018 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
30019
30020         * class.c (mono_array_class_get): always set the serializable flags
30021         (mono_array_class_get): always set the SEALED attribute for array types
30022
30023 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
30024
30025         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
30026         attributes (fix for bug 42021).
30027
30028 2003-05-12  Dick Porter  <dick@ximian.com>
30029
30030         * gc.c: Don't run finalizers when the finalizer thread is
30031         finishing up, because the default domain has already been
30032         destroyed.
30033
30034 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
30035
30036         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
30037         value is null, we should throw an exception.   This is slightly
30038         different than the other conventions used for the constructor.
30039
30040 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30041
30042         * socket-io.c: fixed windows build.
30043
30044 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30045
30046         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
30047
30048 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
30049
30050         * object.c (mono_string_new_wrapper): Compatibility fix for MS
30051         compilers.
30052
30053 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
30054
30055         * class.c (mono_class_layout_fields): Add experimental GC aware
30056         auto layout facility. Requires class library changes to work correctly.
30057
30058         (mono_class_setup_vtable): Avoid overriding explicit interface
30059         method implementations. Fixes iface3.exe test.
30060
30061         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
30062         object reference.
30063         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
30064         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
30065
30066         * metadata.h: Add new type classification macro which determines
30067         whenever the type holds an object reference.
30068
30069 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
30070
30071         * marshal.c (mono_marshal_get_native_wrapper): cleanups
30072
30073 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
30074
30075         * gc.c (finalizer_thread): Work around a GC bug.
30076
30077 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
30078
30079         * marshal.c (emit_struct_conv): allow unions
30080
30081         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
30082
30083 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
30084
30085         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
30086
30087 2003-05-06  Martin Baulig  <martin@ximian.com>
30088
30089         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
30090
30091 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30092
30093         * socket-io.c:
30094         (Select_internal): allow NULLs, don't create arrays if not needed.
30095         Coupled with Socket.cs changes.
30096
30097         * threadpool.c:
30098         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
30099         register a finalizer for it that will close the semaphore handle. This
30100         fixes the leak and make Lupus' test run with > 4080 loops.
30101
30102 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
30103
30104         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
30105         Jerome Laban (bug #42287)
30106
30107 2003-05-02  Martin Baulig  <martin@ximian.com>
30108
30109         * debug-mono-symfile.h
30110         (MonoSymbolFile): Moved declaration into mono-debug.h.
30111         (MonoDebugMethodJitInfo): Likewise.
30112         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
30113         argument.
30114         (_mono_debug_address_from_il_offset): Take a
30115         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
30116
30117         * mono-debug.h
30118         (MonoDebugDomainData): New struct.
30119         (mono_debug_get_domain_data): New function.
30120         (mono_debug_add_method): Take an additional `MonoDomain *'
30121         argument.
30122         (mono_debug_source_location_from_address): Likewise.
30123         (mono_debug_il_offset_from_address): Likewise.
30124         (mono_debug_address_from_il_offset): Likewise.
30125
30126 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
30127
30128         * reflection.c: one more check for null type in custom attrs.
30129
30130 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30131
30132         * reflection.c: avoid warning (comparison is always false due to limited
30133         range of data type).
30134
30135 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30136
30137         * icall.c: throw an exception in Type.GetField if the argument 'name'
30138         is NULL.
30139
30140 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
30141
30142         * reflection.c: fixed handling of enums in named arguments to custom
30143         attributes (bug #42123).
30144
30145 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
30146
30147         * reflection.c: use the right array element type and handle
30148         a null for a Type argument, too.
30149
30150 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
30151
30152         * reflection.c: handle arrays as arguments to custom attributes.
30153
30154 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
30155
30156         * reflection.c: handle a string value in a custom attr
30157         ctor that takes an object.
30158
30159 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
30160
30161         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
30162         (fix bug #42063)
30163
30164 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
30165
30166         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
30167
30168 2003-04-27  Martin Baulig  <martin@ximian.com>
30169
30170         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
30171         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
30172         MONO_DEBUGGER_EVENT_BREAKPOINT.
30173         (mono_breakpoint_trampoline_code): Removed.
30174         (mono_debugger_event_handler): The last argument is now a
30175         `guint32'.
30176         (mono_debugger_insert_breakpoint_full): Removed the
30177         `use_trampoline' argument.
30178         (mono_debugger_method_has_breakpoint): Likewise.
30179         (mono_debugger_trampoline_breakpoint_callback): Renamed to
30180         mono_debugger_breakpoint_callback(); take the method and
30181         breakpoint number as arguments.
30182
30183 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
30184
30185         * metadata.c: fix off by one when loading parameters attributes.
30186
30187 2003-04-24  Martin Baulig  <martin@ximian.com>
30188
30189         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
30190
30191 2003-04-24  Martin Baulig  <martin@ximian.com>
30192
30193         * mono-debug-debugger.c: Moved all code which interacts with the
30194         Mono Debugger here.
30195
30196         * debug-mono-symfile.c: This code now just deals with the symbol
30197         file itself, the debugger code is now in mono-debug-debugger.c.
30198
30199 2003-04-23  Martin Baulig  <martin@ximian.com>
30200
30201         * mono-debug.c (mono_debug_source_location_from_il_offset):
30202         New method; like mono_debug_source_location_from_address(), but
30203         takes an IL offset instead of a machine address.
30204
30205 2003-04-23  Martin Baulig  <martin@ximian.com>
30206
30207         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
30208         `line' field; this is now computed by the debugger.
30209
30210 2003-04-23  Martin Baulig  <martin@ximian.com>
30211
30212         * mono-debug.[ch]: New files.  This is the new debugging interface.
30213
30214         * mono-debug-debugger.[ch]: New files.  Moved all code which
30215         interacts with the Mono Debugger here.
30216
30217 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
30218
30219         * domain.c (mono_init): initialize mono_defaults.monitor_class
30220
30221 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
30222
30223         * reflection.c (method_encode_code): Add a spicy exception to help
30224         future compiler authors.
30225
30226 2003-04-21  Martin Baulig  <martin@ximian.com>
30227
30228         * icall.c
30229         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
30230         Make this work with relative pathnames; g_filename_to_uri() needs
30231         an absolute filename.
30232
30233 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
30234
30235         * icall.c: Track name changes in Object and ValueType.
30236
30237 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
30238
30239         * metadata.c (mono_type_stack_size): size should be a multiple of
30240         sizeof (gpointer)
30241
30242 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30243
30244         * gc.c:
30245         (internal_domain_finalize): moved into mono_domain_finalize. No need
30246         to create another thread because the finalizers will be run in the
30247         finalizer thread.
30248         
30249         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
30250         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
30251         to be run (MS does this too).
30252
30253 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
30254
30255         * object.c (mono_class_compute_gc_descriptor): Update comment.
30256
30257         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
30258
30259         * image.h: Add synchronized wrapper cache.
30260
30261         * image.c (do_mono_image_open): Initialize cache.
30262
30263         * reflection.c (create_dynamic_mono_image): Initialize cache.
30264
30265 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30266
30267         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
30268         ves_icall_System_Buffer_ByteLengthInternal.
30269
30270 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
30271
30272         * reflection.c: setup klass->nested_in earlier. Allow
30273         a dash in the assembly name.
30274
30275 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
30276
30277         * metadata.c (mono_type_to_unmanaged): dont access
30278         type->data.klass for MONO_TYPE_OBJECT
30279         (mono_type_to_unmanaged): consider System.Delegate class
30280
30281 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
30282
30283         * class.c: just setup supertypes in the proper place instead of
30284         initializing the full element class for arrays.
30285
30286 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
30287
30288         * class.c: ensure the element class of arrays is initialized.
30289         Setup the supertype info for array classes, too.
30290
30291 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
30292
30293         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
30294
30295 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30296
30297         * Makefile.am: re-added -m option when running cygpath. This way,
30298         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
30299         separator.
30300         * mono-config.c: same codepath for locating mono config file for WIN32
30301         and the rest.
30302         * assembly.c: if mono_assembly_setrootdir is called, don't override
30303         the value set.
30304
30305 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30306
30307         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
30308         MONO_ASSEMBLIES variable.
30309
30310 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
30311
30312         * icall.c: added Assembly::GetNamespaces() icall.
30313
30314 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30315
30316         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
30317
30318 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
30319
30320         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
30321         * object.c: fixed bug in the construction of vtable for proxies
30322
30323 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
30324
30325         * object.c (mono_array_new): Mark mono_array_new as an icall.
30326
30327 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30328
30329         * class.c: fixed test for public method when overriding interfaces.
30330         Closes bug #40970.
30331
30332 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
30333
30334         * appdomain.h, domain.c: added mono_domain_foreach() to
30335         be able to access the currently loaded appdomains.
30336         * object.c: make string interning work across sppdomains.
30337         Mark some functions for use as icalls.
30338
30339 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
30340
30341         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
30342
30343         * reflection.h reflection.c: Allocate long living data using 
30344         GC_MALLOC_ATOMIC so the collector does not need to scan it.
30345
30346         * reflection.c: Double the allocation size in streams instead of
30347         increasing it, to prevent unneccesary copying on large assemblies.
30348         
30349         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
30350         creation if the assembly does not have the Run flag set.
30351
30352 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
30353
30354         * class.h: avoid the C++ keywords in header files (Jerome Laban
30355         spotted and fixed this).
30356
30357 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30358
30359         * object.c:
30360         (mono_unhandled_exception): fill in the arguments for the
30361         UnhandledException event. Only trigger that event for the default
30362         domain (as MS does).
30363
30364 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
30365
30366         * object.c: Improve typed allocation stuff based on suggestions from
30367         Paolo. Also turn it on if the GC library supports it.
30368
30369 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
30370
30371         * object.c object.h class.h: Added experimental typed allocation
30372         facility using the interfaces in gc_gcj.h.
30373
30374         * os/gc_wrapper.h: Added new include files.
30375         
30376 2003-04-03  Martin Baulig  <martin@ximian.com>
30377
30378         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
30379         which is not yet enabled by default.
30380
30381         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
30382         functions.
30383         (mono_gc_lock, mono_gc_unlock): New static functions.
30384
30385         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
30386         functions; stop/start the world for the garbage collector.  This
30387         is using the windows API; we need to complete the SuspendThread()/
30388         ResumeThread() implementation in the io-layer to make this work on Unix.
30389         (mono_gc_push_all_stacks): New public function; tells the garbage
30390         collector about the stack pointers from all managed threads.
30391
30392 2003-04-03  Martin Baulig  <martin@ximian.com>
30393
30394         * object.h (MonoThread): Added `gpointer stack_ptr'.
30395
30396         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
30397
30398 2003-04-03  Martin Baulig  <martin@ximian.com>
30399
30400         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
30401
30402 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
30403
30404         * reflection.c (typebuilder_setup_fields): Initialize field.first and
30405         field.last.
30406
30407 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
30408
30409         * loader.c (mono_lookup_internal_call): Report the corlib that is
30410         out of sync.
30411
30412 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
30413
30414         * icall.c (ves_icall_type_GetTypeCode): fixed check for
30415         System.DBNull (it's class not valuetype).
30416
30417 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
30418
30419         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
30420         if the array method was already assigned a token (fixes bug#40646).
30421
30422 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
30423
30424         * reflection.c (mono_reflection_get_type): Attempt type resolve even
30425         if no assembly is given.
30426
30427 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
30428
30429         * metadata.h: Added the new tables.
30430
30431         * row-indexes.h: Added definitions for new tables.
30432
30433         * metadata.c: Add schemas for new tables, and add support for
30434         computing the sizes of them.
30435
30436         * class.c: Update for handling the new type cases.
30437
30438 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
30439
30440         * metadata.h (MONO_TYPE_IS_VOID): new macro
30441
30442 2003-03-31  Martin Baulig  <martin@ximian.com>
30443
30444         * threads.h (MonoThreadCallbacks): Added `thread_created'.
30445
30446         * threads.c (mono_thread_new_init): Call `thread_created' in the
30447         mono_thread_callbacks.
30448
30449 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
30450
30451         * loader.h: added marshalbyrefobject_class to mono_defaults
30452         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
30453         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
30454           generation of output parameters.
30455           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
30456         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
30457           contextbound and the target object belongs to the context of the caller.
30458         * object.h: added context and unwrapped_server variables in MonoRealProxy.
30459         * object.c: Implemented support for interfaces and abstract classes
30460           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
30461           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
30462
30463 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
30464
30465         * class.h class.c (mono_class_is_subclass_of): New function.
30466         
30467         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
30468         routines for most common case (calls from ArrayList::ToArray).
30469
30470         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
30471         routine so programs which call Environment::Exit() can be profiled.
30472
30473         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
30474         Added MONO_ARCH_SAVE_REGS.
30475
30476         * icall.c (ves_icall_type_is_subtype_of): Use new function.
30477
30478 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
30479
30480         * blob.h: Add a couple of new MonoType types definitions.
30481
30482         * tabledefs.h: Add a couple of new call convs.
30483
30484 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
30485
30486         * reflection.h (MonoReflectionDynamicAssembly): track changes in
30487         the layout of the class.
30488
30489         * reflection.c (alloc_table): double the size on overflow to avoid
30490         unnecessary copying.
30491
30492         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
30493         avoid filling out metadata tables and blobs. Also set mb->ilgen to
30494         null so it can be garbage collected.
30495         
30496 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
30497
30498         * reflection.c (mono_reflection_get_type): Return the resolved type
30499         only if it is in the assembly we searched.
30500
30501         * reflection.c (ensure_runtime_vtable): Initialize method slots.
30502
30503         * class.c (mono_class_setup_vtable): Set the slot of the overriding
30504         method.
30505
30506 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30507
30508         * appdomain.c:
30509         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
30510         the right one is 'file:///blah', but MS allows it.
30511         * assembly.c:
30512         (mono_assembly_open): allow 'file://blah'
30513
30514         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
30515
30516 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
30517
30518         * socket-io.c: fixes bug #40310.
30519
30520 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
30521
30522         * reflection.c (mono_reflection_parse_type): handle deeply nested
30523         types correctly.
30524
30525         * reflection.c (mono_image_create_token): Use unique token values
30526         since they will be put into a hash table.
30527
30528         * class.c (mono_class_setup_vtable): If a method occurs in more than
30529         one place in the vtable, and it gets overriden, then change the
30530         other occurances too.
30531
30532         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
30533         object as return type.
30534
30535 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
30536
30537         * icall.c: Deleted "ToString" implementation for double and float
30538         because they are full implemented in managed code.
30539
30540 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
30541
30542         * reflection.c, reflection.h: implemented and exported functions
30543         to retrieve info about custom attributes.
30544
30545 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30546
30547         * appdomain.c: moved Uri handling to assembly.c
30548         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
30549         work when using a file Uri in *nix and windows.
30550
30551         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
30552         GetReferencedAssemblies.
30553
30554 2003-03-18  Dick Porter  <dick@ximian.com>
30555
30556         * icall.c: Rename a couple of internal calls
30557
30558         * threads.c: Set the thread state to Stopped when a thread exits.
30559         Fixes bug 39377.
30560
30561 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
30562
30563         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
30564         New icall.
30565
30566         * object.c (mono_class_vtable): fix warning.
30567
30568 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
30569
30570         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
30571
30572         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
30573         memory.
30574         (method_encode_clauses): Create exception info structures in the right
30575         order.
30576         (mono_reflection_setup_internal_class): Initialize supertypes field.
30577
30578         * class.c object.c: Handle interfaces which implement other interfaces 
30579         correctly.
30580
30581         * class.h class.c: Move the supertypes array initialization code into 
30582         a separate function so it can be used for dynamic types too. Also call
30583         it earlier, in mono_class_init(), since it can be used before the
30584         type is initialized.
30585
30586 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30587
30588         * Makefile.am:
30589         * assembly.c:
30590         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
30591
30592         * appdomain.c:
30593         * appdomain.h:
30594         * marshal.c:
30595         * object.c: remove warnings.
30596
30597 2003-03-13  Martin Baulig  <martin@ximian.com>
30598
30599         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
30600         (MonoDebugLexicalBlockEntry): New types.
30601
30602         * debug-mono-symfile.c
30603         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
30604
30605 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30606
30607         * process.c: ret can be any non-zero value accroding to MS doc.
30608
30609 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
30610
30611         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
30612         fixing a warning for a miss-used prototype, would have cause
30613         random memory corruption.
30614
30615 2003-03-07  Martin Baulig  <martin@ximian.com>
30616
30617         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
30618         getting really annoying ....
30619
30620 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
30621
30622         * reflection.c (fixup_method): added support for array methods.
30623
30624 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
30625
30626         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
30627         (pointed out by Michael Adams).
30628
30629 2003-03-04  Dick Porter  <dick@ximian.com>
30630
30631         * icall.c: Temporarily reverted the Double and Single ToString()
30632         change, because it broke nunit.
30633
30634 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
30635
30636         * object.h, threads.h: make include files compatible with C++
30637         (patch by Jerome Laban <jlaban@wanadoo.fr>).
30638
30639 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
30640
30641         * icall.c: Erased ToString helper functions for Double and Single.
30642         Now, that implementations ar all in managed code (Double and Single
30643         Formatters).
30644
30645 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
30646
30647         * appdomain.c: Added method for initializing the default context of
30648         a domain. Added internal call for getting the default context.
30649         * appdomain.h: Added context variable in MonoDomain struct.
30650         * domain.c: mono_domain_set also sets the default context of the domain
30651         * icall.c: Mapped internal method InternalGetDefaultContext.
30652         * object.c: mono_object_get_virtual_method returns always a remoting
30653         wrapper if the object is a transparent proxy.
30654         mono_runtime_invoke_array: when creating an object by calling the
30655         constructor, if the created object is a proxy, then the constructor should
30656         be called using the a remoting wrapper.
30657
30658 2003-03-03  Dick Porter  <dick@ximian.com>
30659
30660         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
30661         variable so it compiles on solaris.  Problem spotted by
30662         Christopher Taylor <ct@cs.clemson.edu>
30663
30664 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30665
30666         * appdomain.c:
30667         (get_info_from_assembly_name): don't leak value.
30668
30669         * icall.c:
30670         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
30671         result.
30672
30673 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
30674
30675         * assembly.c: export mono_image_load_references ().
30676         * class.c: handle function pointers. mono_class_from_name() now
30677         supports nested type names directly.
30678
30679 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
30680
30681         * reflection.h reflection.c: Encode already created dynamic methods 
30682         and fields correctly as a DEF instead of a REF.
30683
30684         * reflection.c: Get rid of the force_ref argument to 
30685         mono_image_typedef_or_ref since it was wrong in the first place.
30686
30687         * string-icalls.c: add error checking to string constructors according
30688         to the MSDN docs.
30689
30690         * reflection.c: Emit types in the order their TypeBuilders were 
30691         created. Previously, a new table index was assigned to each type before
30692         the tables were emitted. This was wrong because the signature blob
30693         might already refer to a type by its original table index.
30694
30695 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
30696
30697         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
30698         change.
30699         
30700 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30701
30702         * Makefile.am: make assemblies dir have \ instead of / on windows.
30703
30704 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
30705
30706         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
30707         iterate over the NESTEDCLASS table using a linear search since the
30708         table is not guaranteed to be sorted by the secondary key.
30709
30710         * class.c (mono_class_create_from_typedef): fixed up call to
30711         mono_metadata_nesting_typedef.
30712         
30713 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
30714
30715         * marshal.c (mono_string_to_byvalstr): clear the memory as
30716         suggested by Jerome Laban <jlaban@wanadoo.fr>
30717
30718 2003-02-26  Dick Porter  <dick@ximian.com>
30719
30720         * process.c: Cope with padding in .rsrc blocks
30721
30722 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
30723
30724         * metadata.h: reverted the filter_len change, it breaks reflection
30725         
30726 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
30727
30728         * metadata.h: added a new field to store the filter_len
30729         
30730
30731 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
30732
30733         * reflection.c: handle custom attributes for types and members
30734         created with Reflection.Emit (bug#38422).
30735
30736 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
30737
30738         * reflection.c: define RTSpecialName automatically for constructors for
30739         compatibility with MS.NET.
30740
30741         * reflection.c (mono_reflection_create_runtime_class): initialize
30742         nested_in field of dynamically created classes.
30743
30744 2003-02-22  Martin Baulig  <martin@ximian.com>
30745
30746         * debug-mono-symfile.h: Incremented version number.
30747
30748 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
30749
30750         * object.h icall.c process.c: fix warnings.
30751
30752 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
30753
30754         * appdomain.h appdomain.c:
30755         (mono_domain_try_type_resolve): split the 
30756         name_or_tb argument into a name and a tb argument.
30757         (mono_domain_has_type_resolve): new function to check whenever the
30758         application has registered a TypeResolve event handler.
30759         
30760         * icall.c reflection.h reflection.c: move the type resolve logic into
30761         mono_reflection_get_type () so it will be invoked when 
30762         Assembly::GetType () is called.
30763
30764         * reflection.c:
30765         (mono_reflection_get_type): renamed to get_type_internal.
30766         (mono_reflection_get_type): fixed type name generation so it works 
30767         for nested types too.
30768         (mono_reflection_get_type): call has_type_resolve () to avoid the 
30769         costly type name generation if there is no resolve event handler.
30770
30771 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
30772
30773         * class.c, image.c: load exported types from file references.
30774
30775 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
30776
30777         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
30778           used to cache the managed methods used to create proxies and make 
30779           remote invocation of methods.
30780         * class.h: Added in MonoVTable a flag to indicate that a class needs 
30781           to be remotely created.
30782         * object.c: Modified the method mono_class_vtable(). It now initializes 
30783           the remote flag of the vtable. Modified mono_object_new_specific(), 
30784           so now it checks the remote flag.
30785         * icall.c: Added a couple of internal methods, one for enabling instance 
30786           creation interception for a type, and one for creating objects bypassing
30787           the remote check.
30788
30789 2003-02-18  Martin Baulig  <martin@ximian.com>
30790
30791         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
30792         New interncall to get a method's metadata token.
30793
30794         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
30795         New interncall for the debugger.
30796
30797 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
30798
30799         * class.c (mono_class_setup_vtable): allocate supertype array
30800
30801 2003-02-18  Martin Baulig  <martin@ximian.com>
30802
30803         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
30804
30805 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30806
30807         * reflection.c:
30808         (assembly_name_to_aname): jump over unknown properties (i've found
30809         something like: 'type, assembly, version=xxx, custom=null, public...',
30810         so now will ignore custom=null and still get the rest of the values).
30811
30812 2003-02-17  Dick Porter  <dick@ximian.com>
30813
30814         * threads.c: Have Thread.Start() wait for a semaphore to signal
30815         that the thread has set up all its local data.  This fixes bug
30816         34323, where Abort() raced the new thread's TLS data.
30817
30818         Also removes the handle_store() call from start_wrapper, because
30819         threads are now always created suspended and there is no longer a
30820         race between the parent and child threads to store the info.
30821
30822 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
30823
30824         * image.c: explain the #- heap issue in a message, hopefully
30825         avoiding FAQs on mono-list.
30826
30827 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30828
30829         * icall.c:
30830         (GetEntryAssembly): if the domain has not invoked
30831         AppDomain.ExecuteAssembly yet, return the assembly of the default
30832         AppDomain.
30833
30834 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
30835
30836         * class.c (mono_ldtoken): make it work in dynamic assemblies.
30837
30838 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
30839
30840         * metadata.c, reflection.c: simple speedup to type hash
30841         and equals code.
30842
30843 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
30844
30845         * image.c, image.h, class.c, assembly.c: move module loading
30846         to MonoImage. When loading metadata, consider alignemnet from
30847         the start of metadata, not from the metadata address in memory.
30848
30849 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
30850
30851         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
30852         AssemblyBuilder objects. Factored out custom attribute creation into
30853         a separate function.
30854         (create_custom_attr): new function to create custom attributes.
30855
30856 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
30857
30858         * Makefile.am: Got tired of typing the full pathname to pedump.
30859         Until there is another option, am installing this.
30860
30861 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
30862
30863         * class.c (class_compute_field_layout): always set field->parent 
30864         (mono_ldtoken): use mono_defaults.fieldhandle_class;
30865
30866 2003-02-11  Dick Porter  <dick@ximian.com>
30867
30868         * threads-types.h:
30869         * monitor.c: Rewrote Monitor, making lock much faster and
30870         Pulse/Wait work as specified.  Also uses much fewer handles, and only
30871         creates them as needed.
30872
30873         * exception.c: Added SynchronizationLockException
30874
30875         * threads.c: Deleted old Monitor implementation.  The new one is
30876         in a new file.
30877
30878 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
30879
30880         * class.c: handled TypedReference type code. Set the correct size for
30881         class data. Setup interface_offsets for interface classes, too.
30882
30883 2003-02-09  Martin Baulig  <martin@ximian.com>
30884
30885         * debug-mono-symfile.h: Reflect latest symbol writer changes.
30886
30887 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
30888
30889         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
30890         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
30891         * object.c: fixed mono_object_get_virtual_method () for interfaces.
30892         * verify.c: check for code that runs after the end of the method.
30893
30894 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
30895
30896         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
30897         "System.Math::Round2".
30898         * sysmath.h: Added Floor, Round and Round2 definitions.
30899         * sysmath.c: Modified certain functions that were not 100% compliant
30900         with MS.NET (math precision) and added the implementation of Floor,
30901         Round and Round2.
30902
30903 2003-02-07  Martin Baulig  <martin@ximian.com>
30904
30905         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
30906
30907 2003-02-07  Martin Baulig  <martin@ximian.com>
30908
30909         * debug-mono-symfile.c: Reflected latest symwriter changes.
30910         (mono_debug_create_mono_symbol_file): Removed.
30911         (mono_debug_open_mono_symbol_file): Take an argument which
30912         specifies whether to create a dynamic symbol file.
30913
30914 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
30915
30916         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
30917
30918 2003-02-05  Martin Baulig  <martin@ximian.com>
30919
30920         * reflection.c (mono_image_build_metadata): Make this public,
30921         protect it against being called multiple times, don't create
30922         resources and don't build the compressed metadata here.
30923         (mono_image_create_pefile): Do this here.
30924
30925         * icall.c
30926         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
30927
30928 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30929
30930         * socket-io.c: fixed bug #36322.
30931
30932 2003-02-06  Piers Haken <piersh@friskit.com>
30933
30934         * appdomain.[ch]:
30935         * class.h:
30936         * debug-mono-symfile.c:
30937         * icall.c:
30938         * loader.c:
30939         * mono-config.c:
30940         * monosn.c:
30941         * reflection.c:
30942         * socket-io.c: warning cleanups
30943
30944 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
30945
30946         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
30947         function. works like remoting invoke, but does a check for the Proxy first.
30948
30949 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
30950
30951         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
30952
30953 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
30954
30955         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
30956         array of pointers.
30957         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
30958         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
30959
30960         * object.c (mono_store_remote_field_new): used by the new jit
30961         instead of mono_store_remote_field
30962         (mono_load_remote_field_new): used by the new jit
30963         instead of mono_load_remote_field
30964
30965 2003-02-05  Patrik Torstensson
30966
30967         * appdomain.c: changed unload to take the domain id instead
30968         of domain
30969         
30970         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
30971
30972
30973 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30974
30975         * appdomain.c: don't look for assemblies in ApplicationBase if
30976         PrivateBinPathProbe is set.
30977
30978 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30979
30980         * object.c: make the first argument in main_args contain the absolute
30981         path to the assembly. Fixes bug #37511.
30982
30983 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30984
30985         * icall.c: get correct UTC offset for countries not using daylight
30986         time saving. Fixes bug #30030.
30987
30988 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30989
30990         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
30991         and 1 are the family).
30992
30993 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
30994
30995         * icall.c (ves_icall_InternalExecute): removed wrong assertion
30996
30997         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
30998
30999 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
31000
31001         * reflection.c: added support for SignatureHelper tokens, which is
31002         needed by the Calli opcode.
31003
31004         * reflection.h: track changes to SignatureHelper class.
31005
31006         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
31007
31008 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31009
31010         * appdomain.c: fixed loading assemblies from PrivateBinPath.
31011
31012 2003-02-03  Patrik Torstensson
31013         * appdomain.[c|h], domain.c : 
31014          - Added support for getting a domain via domain id
31015          - Support for setting and getting domain from System.AppDomain 
31016            (used in cross appdomain channel)
31017          - Added support for get/set for a MonoAppContext on a thread 
31018            (Context class in System.Runtime.Remoting.Contexts),
31019          - Removed hack in Get/SetData and ExecuteAssembly.
31020         
31021         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
31022         the managed world to get control when a proxy is created.
31023
31024         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
31025         
31026 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
31027
31028         * icall.c
31029         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
31030         Populate the codebase field as well.
31031
31032 2003-02-02  Martin Baulig  <martin@ximian.com>
31033
31034         * debug-mono-symfile.c
31035         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
31036         (mono_debug_symfile_add_method): Allow interncalls.
31037
31038 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31039
31040         * icall.c: throw parse exception if strtod fails or the string is empty.
31041
31042 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
31043
31044         * marshal.c: handle object type separately from defined
31045         class types.
31046
31047 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
31048
31049         * marshal.c: handle NATIVE_LPSTR for strings when it's
31050         explicitly specified.
31051
31052 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
31053
31054         * reflection.c, reflection.h, icall.c: setup the reflection
31055         handle cache for ModuleBuilders and AssemblyBuilders.
31056
31057 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
31058
31059         * reflection.c (reflection_methodbuilder_to_mono_method): set
31060         pinvoke flag
31061
31062 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31063
31064         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
31065
31066 2003-01-29  Dick Porter  <dick@ximian.com>
31067
31068         * threads.c: No need for the fake_thread kludge now that Thread
31069         doesn't run a class constructor
31070         
31071 2003-01-29  Dick Porter  <dick@ximian.com>
31072
31073         * threads.c: Use g_direct_hash instead of the rather bogus
31074         g_int_hash
31075
31076 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
31077
31078         * marshal.c (mono_marshal_get_native_wrapper): add check for null
31079         (fix pinvoke12.exe)
31080         (mono_marshal_get_struct_to_ptr): generate valid IL code
31081         (mono_marshal_get_ptr_to_struct): generate valid IL code
31082         (*): correctly set sig->pinvoke, we need to memdup the signature
31083         to do that
31084
31085 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
31086
31087         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
31088         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
31089
31090 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
31091
31092         * profiler.c: provide more callers information.
31093
31094 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
31095
31096         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
31097
31098         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
31099
31100         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
31101
31102 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
31103
31104         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
31105         exception instead of going into an infinite loop on dates which it 
31106         can't yet handle.
31107
31108         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
31109         out-of-range exception if needed.
31110
31111         * class.c (mono_class_setup_vtable): allow a virtual method to provide
31112         an implementation for an interface method and to override an inherited
31113         method at the same time. 
31114         Imagine a scenario when a virtual method is used to override a
31115         virtual abstract method in a parent class, and this same method 
31116         provides an implementation for an method inherited from an interface. 
31117         In this case, the interface resolution code will set im->slot, which 
31118         means that the virtual method override pass will skip this method 
31119         which means a pointer to the abstract method inherited from the parent
31120         will remain in the vtable of this non-abstract class.
31121
31122         * class.c: (mono_class_setup_vtable): continue search for a real 
31123         method if only an abstract method is found.     
31124
31125 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
31126
31127         * reflection.c: add size to encoding for ByValStr and ByValArray
31128         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
31129
31130 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
31131
31132         * class.c (mono_class_setup_vtable): pass the override info as an
31133         argument.
31134
31135         * class.c (mono_class_setup_vtable): set the slot of overriding methods
31136         correctly.
31137         
31138         * reflection.c (ensure_runtime_vtable); add support for method 
31139         overrides.
31140         
31141 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
31142
31143         * reflection.c (resolution_scope_from_image): Hack to work to work with
31144         dynamic assemblies.
31145
31146         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
31147         added a 'force_ref' argument to force this function to allways return 
31148         a TypeRef. This is needed by mono_image_get_memberref_token ().
31149         
31150 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
31151
31152         * reflection.c (mono_image_get_type_info): interfaces really don't have
31153         a parent.
31154
31155         * reflection.c (mono_image_basic_init): fill out missing fields of
31156         image structure.
31157
31158         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
31159         dynamic assemblies. This is required so dynamic assemblies show up in
31160         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
31161         Type::GetType() etc. This is consistent with MS behaviour.
31162
31163         * image.c image.h reflection.c: add newly created classes to the name 
31164         cache so mono_class_get () will find them.      
31165
31166 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
31167
31168         First part of changes to get IKVM.NET running under mono.
31169         
31170         * appdomain.h, appdomain.c: added new function 
31171         mono_domain_try_type_resolve() which will emit TypeResolve events. 
31172         This function will call AppDomain::DoTypeResolve to do the actual work.
31173
31174         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
31175         moved existing code dealing with dynamic tokens to a new function 
31176         called mono_reflection_lookup_dynamic_token (). This function will 
31177         raise TypeResolve events when appropriate. Since reflection.c is not 
31178         part of libmetadata, a new hook function called 
31179         mono_lookup_dynamic_token() is added to class.c which will call this.
31180
31181         * assembly.h assembly.c: make the invoke_load_hook function public,
31182         so it can be called for dynamic assemblies.
31183
31184         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
31185
31186         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
31187         type isn't found.
31188
31189         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
31190         MonoGHashTable, since it contains pointers to objects which the GC 
31191         needs to track.
31192
31193         * assembly.c (search_loaded): remove unused variable.
31194         
31195 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
31196
31197         * object.c: fixed issue exposed by gcc-generated IL programs
31198         that use RVA data for pointers.
31199
31200 2003-01-25  Martin Baulig  <martin@ximian.com>
31201
31202         * threads.c (start_wrapper): Moved the initialization of
31203         `start_func' above the mono_new_thread_init() call to which we
31204         pass it as argument.
31205
31206 2003-01-24  Martin Baulig  <martin@ximian.com>
31207
31208         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
31209         the MonoThread pointer.
31210
31211 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
31212
31213         * icall.c: Rename `PowImpl' to Pow.
31214
31215 2003-01-23  Dick Porter  <dick@ximian.com>
31216
31217         * threads.c (start_wrapper): Create a Thread object if needed, so
31218         the Main() thread can do the class initialisation in a subthread
31219         that has been set up to allow managed code execution.
31220
31221         Pass the thread ID instead of the MonoThread pointer to the thread
31222         start and attach callbacks.  This change is required, because the
31223         jit thread start callback must be called _before_ the Thread
31224         object can be created.
31225         
31226         (mono_thread_init): Removed much object creation code that is no
31227         longer needed.  No managed code is called from here now.
31228
31229         * object.c (mono_runtime_exec_managed_code): Create a subthread
31230         for Main, and call back to the runtime to use it.
31231         Set the exit code when Main exits.
31232
31233         * gc.c: Make sure domain finalisation happens in a subthread.
31234         Re-enable threaded GC, fixing bug 31333 (again).
31235
31236         * environment.c: System.Environment internall calls (so far just
31237         ExitCode is here, the others are still in icall.c)
31238
31239         * appdomain.c (mono_runtime_cleanup): All threads running managed
31240         code should have finished before mono_runtime_cleanup() is
31241         reached, so no need to clean up threads.
31242
31243 2003-01-22  Martin Baulig  <martin@ximian.com>
31244
31245         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
31246         `gpointer func' arguments.      
31247         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
31248         but added `MonoThread *thread' argument.
31249         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
31250
31251         * threads.c (mono_new_thread_init): Added `gpointer func' argument
31252         and pass it to the mono_thread_start_cb callback.
31253         (mono_install_thread_callbacks): New public function to install a
31254         set of callbacks which are set by the debugger.
31255         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
31256
31257 2003-01-22  Martin Baulig  <martin@ximian.com>
31258
31259         * Makefile.am: Install debug-mono-symfile.h.
31260
31261 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
31262
31263         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
31264
31265 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
31266
31267         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
31268         * class.c (mono_ptr_class_get): correctly set access levels of pointers
31269         (mono_array_class_get): correctly set access levels of arrays
31270
31271 2003-01-20      Patrik Torstensson
31272         * image.h (MonoAssemblyName): changed major, minor, build, revision
31273         from signed to unsigned.
31274
31275 2003-01-20  sean kasun <skasun@azstarnet.com>
31276
31277         * reflection.c (load_cattr_value): Now this handles
31278         MONO_TYPE_SZARRAY.  Fixes bug #35629
31279
31280 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
31281
31282         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
31283         integer value
31284
31285 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31286
31287         * decimal.c: fixed bug #26056.
31288
31289 2003-01-17  Martin Baulig  <martin@ximian.com>
31290
31291         * gc.c: Raise an ExecutionEngineException instead of using g_error().
31292
31293 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31294
31295         * exception.[ch]:
31296         (mono_get_exception_type_initialization): new function.
31297
31298         * object.c: throw a TypeInitializationException when an exception is
31299         thrown invoking the class constructor.
31300
31301 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31302
31303         * reflection.c: fixed attribute reading.
31304
31305 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31306
31307         * icall.c:
31308         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
31309         provided, look for the type in the calling assembly and then in
31310         mscorlib; if the assembly name is provided, only try that one.
31311
31312 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
31313
31314         * object.c: register the vtable before there is a chance it's
31315         queried again recursively.
31316
31317 2003-01-13  Duncan Mak  <duncan@ximian.com>
31318
31319         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
31320         gc-internal.h. 
31321         
31322 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
31323
31324         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
31325
31326 2003-01-11  Martin Baulig  <martin@ximian.com>
31327
31328         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
31329         this to 20 for the release.
31330
31331 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
31332
31333         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
31334
31335         * loader.c (mono_method_get_marshal_info): bug fix
31336
31337         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
31338         structures with explicit layout
31339
31340 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
31341
31342         * profiler.c: made the output more readable (and sorted). 
31343         Added caller information for the allocation profiler.
31344
31345 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
31346
31347         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
31348
31349 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31350
31351         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
31352         to get value types.
31353         
31354 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
31355
31356         * object.c, profiler.h, profiler.c, profiler-private.h:
31357         Added object allocation profiler.
31358
31359 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
31360
31361         * reflection.h, reflection.c: handle global methods.
31362         Compress blob entries.
31363
31364 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
31365
31366         * marshal.c: fix compilation.
31367
31368 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
31369
31370         * loader.c (mono_method_get_marshal_info): impl.
31371
31372         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
31373
31374 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31375
31376         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
31377         for reference types.
31378
31379 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
31380
31381         * loader.c: fixed off by one error in loaded parameter names.
31382
31383 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
31384
31385         * marshal.c (mono_marshal_get_icall_wrapper): like
31386         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
31387         instead of a MonoMethod.
31388
31389 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31390
31391         * decimal.c: fixed bug #36537.
31392
31393 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
31394
31395         * marshal.c: throw a missing method exception if a
31396         P/Invoke method is not found.
31397
31398 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
31399
31400         * icall.c: allow a null this for constructors.
31401
31402 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
31403
31404         * icall.c: raise the proper exceptions if the arguments to the
31405         internal Invoke are incorrect.
31406
31407 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
31408
31409         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
31410
31411 2003-01-03  Martin Baulig  <martin@ximian.com>
31412
31413         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
31414
31415 2002-12-31  Martin Baulig  <martin@ximian.com>
31416
31417         * debug-mono-symfile.c: Completely rewrote the type section.
31418         Instead of using individual malloc()ed fields, we use one big
31419         continuous memory area and offsets into this area.
31420         See the comments in the source code for details.
31421
31422 2002-12-30  Martin Baulig  <martin@ximian.com>
31423
31424         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
31425
31426 2002-12-30  Martin Baulig  <martin@ximian.com>
31427
31428         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
31429         line number table in this data blob instead of using an external
31430         pointer.
31431
31432 2002-12-28  Martin Baulig  <martin@ximian.com>
31433
31434         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
31435
31436 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
31437
31438         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
31439         as a boxed return type.
31440
31441 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
31442
31443         * appdomain.c
31444         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
31445         g_build_filename to properly get separators on the filename created.
31446
31447         * object.h: Small change, introduce MonoMarshalByRefObject to
31448         track the layout of that structure in the C# universe as we make
31449         changes there.
31450
31451 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
31452
31453         * object.c: removed assert to allow static fields on interfaces.
31454         * loader.c: a TypeSpec may be used for any type, not just arrays.
31455
31456 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
31457
31458         * class.c, class.h: added mono_class_array_element_size ().
31459         Ignore static methods in interfaces.
31460
31461 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31462
31463         * threads.c: fixed the build under cygwin.
31464
31465 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
31466
31467         * reflection.c: handle nullref constants. Allocate keys for
31468         reflection handles with the GC.
31469
31470 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
31471
31472         * threads.c, threads.h: added mono_thread_get_abort_signal()
31473         to get a suitable signal for thread abort.
31474
31475 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
31476
31477         * metadata.c: fix handling of ExportedType table.
31478
31479 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31480
31481         * icall.c: added WriteWindowsDebugString internal call.
31482
31483 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31484
31485         * reflection.h: added fields to match C# implementation.
31486
31487 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31488
31489         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
31490
31491 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
31492
31493         * gc.h, gc-internal.h: Rename header for GC internal calls to
31494         gc-internal.h from gc.h as to not clash with Boehm GC having its
31495         header installed as <gc.h> in outside include paths.
31496         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
31497         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
31498
31499 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31500
31501         * icall.c: assign minor, build and revision in FillName.
31502
31503 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
31504
31505         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
31506         Added support for running code generated by Reflection.Emit.
31507
31508 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31509
31510         * appdomain.c: check for NULL argument in LoadFrom.
31511
31512 2002-12-10  Dick Porter  <dick@ximian.com>
31513
31514         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
31515
31516 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31517
31518         * appdomain.c: fix buglet when building exe file name.  Handle full
31519         assembly name (needed after latest changes to AssemblyName).
31520         * image.c:
31521         (mono_image_close): free some hashtables.
31522
31523 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
31524
31525         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
31526         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
31527         on some systems (redhat 7.3) 
31528
31529 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
31530
31531         * threads.c: delete the critical section of a sync block,
31532         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
31533
31534 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
31535
31536         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
31537
31538 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31539
31540         * appdomain.[ch]: handle the assembly preload event to try loading the
31541         assemblies using the paths we have in the current domain.
31542
31543         * assembly.[ch]: created an assembly preload hook that is called to try
31544         loading the assembly by other means that the ones provided here.
31545
31546         * domain.c: initialize the domain search path.
31547
31548         From now on, assemblies (TODO: except corlib and System) are loaded
31549         according to these rules when using mono_assembly_load ():
31550
31551                 1. It tries to load the assembly from the ApplicationBase
31552                 of the current domain appending .dll and .exe (TODO: have to
31553                 try loading from name/name.dll and name/name.exe).
31554
31555                 2. It tries the search path specified in PrivateBinPath for the
31556                 current domain (if any).
31557
31558                 3. Previous behavior.
31559
31560 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
31561
31562         * icall.c: implemented GetInterfaceMap() related icall.
31563         * domain.c, loader.h: load MethodInfo in mono_defaults.
31564
31565 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
31566
31567         * gc.c: disable the finalizer thread for now, untill all the issues
31568         with it are resolved.
31569
31570 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
31571
31572         * string-icalls.c: handle embedded nulls in string ctor when the
31573         length is specified.
31574
31575 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
31576
31577         * class.c: look for explicit interface implementation in parent
31578         classes, too.
31579
31580 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
31581
31582         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
31583
31584 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
31585
31586         * gc.c: protect handles with a critical section.
31587
31588 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31589
31590         * icall.c:
31591         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
31592         parameters. If no assembly specified, try getting the type from all
31593         the assemblies in the current domain, else, load the assembly and get
31594         the type from it.
31595
31596 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31597
31598         * marshal.c: applied patch from Aleksey Demakov that fixes
31599         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
31600
31601 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31602
31603         * icall.c: fixed get_location.
31604
31605 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
31606
31607         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
31608         declarations to make it work with older gcc. 
31609
31610         * loader.c (mono_get_method): set signature->pinvoke for native calls
31611
31612 2002-11-20  Dick Porter  <dick@ximian.com>
31613
31614         * threads.c (mono_thread_init): Set the main thread's handle
31615
31616 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
31617
31618         * gc.c: allow compilation without GC support. Changed to match the
31619         mono coding style.
31620
31621 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
31622
31623         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
31624
31625 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
31626
31627         * reflection.c: set a public key token on the core assemblies.
31628
31629 2002-11-18  Dick Porter  <dick@ximian.com>
31630
31631         * threads.c: Split out some thread initialisation so that other
31632         files can set the start callback function.
31633
31634         * gc.c: Run finalisers in a separate thread, to avoid stack
31635         overflow.  Fixes bug 31333.
31636
31637         * appdomain.c: Set up GC finalisation thread.
31638
31639         * reflection.c: 
31640         * object.c: 
31641         * domain.c: Use gc.h macros for GC_malloc
31642         
31643 2002-11-15  Dick Porter  <dick@ximian.com>
31644
31645         * threadpool.c: 
31646         * threads.c:
31647         * appdomain.c: Removed mono_runtime_init_with_attach(),
31648         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
31649         merging the extra parameter with the existing function.  Removed
31650         unneeded code in mono_thread_attach().
31651
31652 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
31653
31654         * image.c (mono_image_loaded_by_guid): a method to get loaded
31655         images by guid. 
31656         (load_metadata_ptrs): we store the guid as string.
31657
31658 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
31659
31660         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
31661
31662         * metadata.c (mono_guid_to_string): imported method form Zoltan
31663         Varga (slightly modified)
31664
31665         * assembly.c (mono_assembly_open): load precompiled code
31666
31667         * loader.h (MonoMethod): we store the method token for use in the
31668         aot compiler. 
31669
31670 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31671
31672         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
31673         the hook function called when an assembly is loaded.
31674         
31675         * domain.c: Modified file.
31676         (mono_domain_assembly_load): removed hash table insertion of assemblies.
31677
31678         Fixes bug #33196.
31679
31680 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
31681
31682         * reflection.c: Map PEFileKind to the value expected by the WinNT
31683         image loader. 
31684
31685 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31686
31687         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
31688         Read until the buffer is filled completely.
31689
31690 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31691
31692         * icall.c: implemented MonoType.InternalGetEvent ().
31693
31694 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31695
31696         * appdomain.c: implemented InitAppDomainSetup. Delayed
31697         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
31698         the entry_assembly.
31699
31700         * assembly.c: base_dir is now an absolute path ending with
31701         G_DIR_SEPARATOR.
31702
31703         * icall.c: modified get_location according to the above changes.
31704
31705         * object.c: init AppDomain.SetupInformation for the default domain after
31706         we have the entry assembly.
31707
31708         * domain.c: when unloading a domain, setup = NULL.
31709
31710 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
31711
31712         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
31713
31714 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
31715
31716         * object.h, object.c: introduced mono_object_get_virtual_method ()
31717         to lookup the method invoked on an object when a callvirt is done on
31718         a method.
31719         * icall.c: make MethodInfo::Invoke() always do a virtual call.
31720
31721 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31722
31723         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
31724         current domain when loaded an assembly and failed to load it.
31725
31726         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
31727
31728 2002-10-31  Dick Porter  <dick@ximian.com>
31729
31730         * icall.c: 
31731         * file-io.h: 
31732         * file-io.c: Return the error status in a parameter, as the
31733         GetLastError() value has long since been blown away if we try and
31734         look it up in a subsequent internal call invocation.  Delete the
31735         GetLastError() internal call, because it's useless.
31736
31737 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
31738
31739         * class.[ch]: added cast_class to fix bug 29517
31740
31741 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
31742
31743         * marshal.c: create valid IL code in the filter clause:
31744         the new JIT is less forgiving:-)
31745
31746 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31747
31748         * icall.c: removed get_property internal call.
31749
31750 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
31751
31752         * appdomain.h domain.c: Added an ID to appdomains.
31753         
31754         * threads.c threads.h icall.c: Implement icall
31755         Thread:GetDomainID(), and remove unused icall 
31756         CurrentThreadDomain_internal.
31757
31758 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31759
31760         * icall.c: Don't recurse through the base types in GetConstructor.
31761         Fixes bug #32063. 
31762
31763 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
31764
31765         * mempool.h, mempool.c: added mono_mempool_empty() and
31766         mono_mempool_stats().
31767
31768 2002-10-23  Dick Porter  <dick@ximian.com>
31769
31770         * file-io.c: 
31771         * file-io.h: 
31772         * icall.c: Added MonoIO.GetFileType internal call
31773
31774 2002-10-17  Dick Porter  <dick@ximian.com>
31775
31776         * appdomain.c (mono_runtime_cleanup): Don't signal the async
31777         delegate semaphore before waiting for all threads to finish,
31778         because new threads can also call async delegates.  Fixes bug
31779         32004.
31780
31781         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
31782         of 3 seconds, in case another async job is queued.  (This part is
31783         needed because the bug fix reintroduced the 3s exit lag.)  This
31784         makes the mono_runtime_shutdown flag superfluous.
31785
31786 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
31787
31788         * reflection.c: include ehader size in method section headers.
31789         Really check for suplicated modules entries.
31790
31791 2002-10-17  Martin Baulig  <martin@gnome.org>
31792
31793         * debug-mono-symfile.c: Added back support for locals.
31794
31795 2002-10-14  Martin Baulig  <martin@gnome.org>
31796
31797         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
31798         MONO_TYPE_VOID.
31799
31800 2002-10-14  Martin Baulig  <martin@gnome.org>
31801
31802         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
31803         mono_class_get() instead of looking in the class cache. 
31804
31805 2002-10-13  Martin Baulig  <martin@gnome.org>
31806
31807         * debug-mono-symfile.c: Set version number to 28, include the
31808         signature in method names.
31809
31810 2002-10-13  Martin Baulig  <martin@gnome.org>
31811
31812         * debug-mono-symfile.h: Set version number to 27.
31813
31814 2002-10-11  Martin Baulig  <martin@gnome.org>
31815
31816         * gc.c: Don't register/unregister NULL pointers as disappearing links.
31817
31818 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
31819
31820         * metadata.c, metadata.h: added helper function to allocate signatures.
31821
31822 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31823
31824         * icall.c: added internal call to get the location of machine.config.
31825
31826 2002-10-08  Martin Baulig  <martin@gnome.org>
31827
31828         * debug-mono-symfile.c: Ignore classes with a pending init for the
31829         moment.
31830
31831 2002-10-03  Dick Porter  <dick@ximian.com>
31832
31833         * threads.c: Freebsd pthread_t is a pointer
31834
31835 2002-10-03  Dick Porter  <dick@ximian.com>
31836
31837         * socket-io.c: Implemented GetHostName_internal
31838
31839 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31840
31841         * mono-config.c:
31842         (mono_config_parse_file): don't leak the text.
31843
31844 2002-10-02  Martin Baulig  <martin@gnome.org>
31845
31846         * debug-mono-symfile.c: Added support for methods.
31847
31848 2002-10-01  Martin Baulig  <martin@gnome.org>
31849
31850         * debug-mono-symfile.c: Don't emit methods and line numbers for
31851         the dynamic symbol file, just write the type table.  We can easily
31852         have an external helper program which creates a symbol file for an
31853         IL file.        
31854
31855 2002-10-01  Dick Porter  <dick@ximian.com>
31856
31857         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
31858         Only add the handle to the cleanup array when we're about to
31859         launch the thread.  Bug 31425 deadlocked when the test was run on
31860         mono under w32.
31861
31862 2002-10-01  Martin Baulig  <martin@gnome.org>
31863
31864         * debug-mono-symfile.c: Added support for properties.
31865
31866 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
31867
31868         * reflection.c: unaligned store fix from Mark Crichton
31869         <crichton@gimp.org>.
31870
31871 2002-09-27  Martin Baulig  <martin@gnome.org>
31872
31873         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
31874         New interncall.
31875
31876 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
31877
31878         * assembly.h, assembly.c: use a sane API to hook into the assembly
31879         loading process instead of a useless special-purpouse hack
31880         (ngen needs a hook, too, for example).
31881
31882 2002-09-27  Dick Porter  <dick@ximian.com>
31883
31884         * threads.c (mono_thread_init): Call GetCurrentProcess() so
31885         io-layer can set up some process handle info.  Not needed on w32,
31886         but doesn't hurt either.
31887
31888         * process.c: Pass the program name in the second parameter to
31889         CreateProcess, so the path is searched.  Include the working
31890         directory. Implemented process name, process enumeration, and some
31891         process detail internal calls.
31892         
31893         * icall.c: Added internal calls for process lookup, and some
31894         process details
31895
31896 2002-09-26  Martin Baulig  <martin@gnome.org>
31897
31898         * assembly.c (mono_install_open_assembly_hook): New global
31899         function to install a function to be invoked each time a new
31900         assembly is loaded.
31901         (mono_assembly_open): Run this callback function if set.
31902
31903         * debug-mono-symfile.c: Put back line numbers for the dynamic
31904         symbol file and also record the .il file as source file.  This
31905         allows us to install the temporary symbol file as `file.dbg' just
31906         like a compiler-generated one.
31907
31908 2002-09-26  Nick Zigarovich <nick@chemlab.org>
31909
31910         * Corrected typo in gc.c (BOHEM vs BOEHM).
31911
31912 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31913
31914         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
31915         GetProperties. Also avoid calling g_slist_length in GetProperties and
31916         GetMethods.
31917
31918 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
31919
31920         * reflection.c: avoid unaligned stores (bug spotted by
31921         Mark Crichton  <crichton@gimp.org>).
31922
31923 2002-09-25  Martin Baulig  <martin@gnome.org>
31924
31925         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
31926         instead of guint64 for addresses and added prologue/epilogue info.
31927
31928 2002-09-25  Martin Baulig  <martin@gnome.org>
31929
31930         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
31931         store line number info.  For the dynamic symbol file, we only need
31932         to provide the JIT generated dynamic line number info for the dynamic
31933         symbol file.
31934
31935 2002-09-25  Martin Baulig  <martin@gnome.org>
31936
31937         * debug-mono-symfile.h: Incremented version number.
31938
31939 2002-09-24  Martin Baulig  <martin@gnome.org>
31940
31941         * class.c (mono_debugger_class_init_func): New global function
31942         pointer variable.
31943         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
31944         call it.
31945
31946         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
31947         function.  This is called via the mono_debugger_class_init_func
31948         hook to add all types to the dynamic type table.
31949         (ves_icall_MonoDebugger_GetType): New interncall to get a class
31950         from its metadata token.
31951
31952         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
31953         New interncall for the debugger.
31954
31955 2002-09-24  Nick Drochak <ndrochak@gol.com>
31956
31957         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
31958         before using it in case it is null.
31959         
31960 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
31961
31962         * metadata.c: allow custom modifiers in local var signatures
31963         (bug spotted by Zoltan Varga).
31964
31965 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
31966
31967         * class.c: deal with the <Module> class that may have a NULL vtable.
31968         Eliminate warnings.
31969
31970 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
31971
31972         * image.c, image.h: more strong name helpers.
31973         * monosn.c: more work: convert pem keys to cryptoapi format.
31974
31975 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
31976
31977         * string-icalls.c: speedup IndexOf.
31978
31979 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
31980
31981         * icall.c: updates from Zoltan.2.Varga@nokia.com.
31982
31983 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
31984
31985         * icall.c: cleanup: use mono_object_domain ().
31986
31987 2002-09-23  Martin Baulig  <martin@gnome.org>
31988
31989         * debug-mono-symfile.c: Improved type support.
31990
31991 2002-09-22  Martin Baulig  <martin@gnome.org>
31992
31993         * debug-mono-symfile.c: Added support for reference types and strings.
31994
31995 2002-09-22  Martin Baulig  <martin@gnome.org>
31996
31997         * debug-mono-symfile.c: Started to work on the type table.
31998
31999 2002-09-21  Martin Baulig  <martin@gnome.org>
32000
32001         * debug-mono-symfile.c: Largely reworked the symbol table format.
32002         The symbol table is now incrementally updated each time a new
32003         method is added.  We're now also using our own magic and version
32004         so that you don't need to recompile all your classes if the
32005         dynamic table changes.
32006         (mono_debug_update_mono_symbol_file): Removed.
32007         (mono_debug_symfile_add_method): New function to add a method.
32008
32009 2002-09-21  Martin Baulig  <martin@gnome.org>
32010
32011         * icall.c
32012         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
32013         New interncall.
32014
32015         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
32016         New interncall to get a method from its metadata token.
32017
32018 2002-09-21  Martin Baulig  <martin@gnome.org>
32019
32020         * debug-mono-symfile.c: Create type table.
32021
32022 2002-09-20  Martin Baulig  <martin@gnome.org>
32023
32024         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
32025
32026 2002-09-20  Martin Baulig  <martin@gnome.org>
32027
32028         * debug-mono-symfile.c: Provide information about params and locals.
32029
32030 2002-09-20  Martin Baulig  <martin@gnome.org>
32031
32032         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
32033         New interncall.
32034
32035         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
32036         interncall to get a method from its metadata token.
32037
32038 2002-09-20  Martin Baulig  <martin@gnome.org>
32039
32040         * debug-mono-symfile.c: Added a few checks for method->header
32041         being non-NULL.  This should never happen, but for the moment
32042         let's use a g_warning() rather than a g_assert().
32043
32044 2002-09-19  Mark Crichton  <crichton@gimp.org>
32045
32046         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
32047         even if support for it isn't present.  Added an #ifdef to fix this.
32048
32049         * socket-io.c: Added checks back for Solaris support.
32050
32051 2002-09-19  Martin Baulig  <martin@gnome.org>
32052
32053         * debug-mono-symfile.c (read_string, write_string): Reflect latest
32054         changes in the symbol file format.
32055
32056 2002-09-18  Martin Baulig  <martin@gnome.org>
32057
32058         * debug-mono-symfile.c: Set version number to 21.
32059
32060 2002-09-18  Dick Porter  <dick@ximian.com>
32061
32062         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
32063         on netbsd.  Fixes bug 30051.
32064
32065 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32066
32067         * reflection.c:
32068         (set_version_from_string): little fix.
32069
32070 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
32071
32072         * monosn.c, Makefile.am: added strong name utility.
32073         * reflection.h, reflection.c: implemented delayed signing,
32074         locale, version and hash id assembly attributes.
32075
32076 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
32077
32078         * loader.c, metadata.c: load param attributes in signatures.
32079
32080 2002-09-16  Martin Baulig  <martin@gnome.org>
32081
32082         * debug-mono-symfile.c: Added string table with all method names.
32083
32084 2002-09-14  Martin Baulig  <martin@gnome.org>
32085
32086         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
32087         fast method lookup.
32088
32089 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
32090
32091         * reflection.c: record the public key token of referenced assemblies.
32092
32093 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
32094
32095         * image.c, image.h: added functions to get the strong name and the
32096         public key of an assembly.
32097         * pedump.c: use them.
32098
32099 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
32100
32101         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
32102
32103 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
32104
32105         * marshal.c (mono_marshal_get_managed_wrapper): Added
32106         MONO_TYPE_BOOLEAN 
32107
32108 2002-09-11  Martin Baulig  <martin@gnome.org>
32109
32110         * gc.c: Call GC_unregister_disappearing_link() on all links when
32111         finalizing them, this is necessary to aviod a crash in boehm's
32112         finalize handler.
32113
32114 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
32115
32116         * gc.c: handle GetTarget for finalized objects spotted and fixed by
32117         nick@chemlab.org.
32118
32119 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
32120
32121         * icall.c: implemented MonoType::Module.
32122         * reflection.c, reflection.h: mono_module_get_object () from
32123         Tomi Pakarinen <tomi.pakarinen@welho.com>.
32124
32125 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
32126
32127         * icall.c: ignore overridden methods in GetMethods ().
32128         Fix for FieldInfo::SetValue().
32129         * object.c: handle float/double in runtime invoke.
32130
32131 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
32132
32133         * object.c: allow a constructor to be called again on an object.
32134
32135 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
32136
32137         * class.h, class.c: move field layout code to it's own function and
32138         export it. Get an interface id earlier. Move fields in MonoClass
32139         so they are more cache friendly and align the bitfields.
32140         * loader.c: temporary handle get_param_names() for a runtime method.
32141         * reflection.c, reflection.h: more code to handle runtime creation of
32142         types.
32143
32144 2002-09-09  Martin Baulig  <martin@gnome.org>
32145
32146         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
32147         signature with the pinvoke field being set for the actual call.
32148
32149 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
32150
32151         * icall.c: removed some unused icalls. Start of map of glib charsets
32152         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
32153
32154 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
32155
32156         * debug-helpers.c: break infinite loop (found and fixed by
32157         Holger Arnold <harnold@gmx.de>).
32158
32159 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
32160
32161         * icall.c: target may be null in create_delegate.
32162
32163 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
32164
32165         * marshal.c: handle a boolean return type.
32166
32167 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
32168
32169         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
32170
32171 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
32172
32173         * gc.c: fix weakreferences.
32174
32175 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
32176
32177         * icall.c: added icall to get default codepage.
32178
32179 2002-09-03  Dick Porter  <dick@ximian.com>
32180
32181         * threads.h: 
32182         * threads.c: Use MonoThread instead of MonoObject where
32183         apropriate.
32184
32185         Store running thread objects in a hash table, so that we have all
32186         the info to hand when waiting for them to finish
32187         (means we don't need OpenThread() any more, so mingw builds should
32188         be fully functional again.)
32189
32190         * verify.c:
32191         * object.h: Added thread ID to MonoThread
32192
32193 2002-09-03  Martin Baulig  <martin@gnome.org>
32194
32195         * icall.c (System.Reflection.Assembly::get_location): New interncall.
32196
32197 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32198
32199         * icall.c: fixed leak in get_temp_path. Thanks lupus.
32200
32201 2002-09-03  Martin Baulig  <martin@gnome.org>
32202
32203         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
32204         argument to store the end address of the disassembled instruction.
32205
32206         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
32207         here from debug-symfile.h.
32208         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
32209         JIT into this struct.
32210         (MonoSymbolFile): Added `char *image_file' field.
32211         (MonoDebugGetMethodFunc): Removed.
32212         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
32213         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
32214         (mono_debug_find_method): New method.
32215
32216         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
32217         create a full symbol file.
32218         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
32219         and static symbol files.
32220         (mono_debug_find_method): The symbol file keeps an internal method hash,
32221         call this to get a MonoDebugMethodInfo from a MonoMethod.
32222
32223         * debug-symfile.[ch]: Removed.
32224
32225 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
32226
32227         * image.c (do_mono_image_open): Remove linker version check.
32228
32229 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
32230
32231         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
32232         wrappers for instance methods.
32233         
32234 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32235
32236         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
32237
32238 2002-08-28  Dick Porter  <dick@ximian.com>
32239
32240         * Makefile.am: Export HOST_CC for w32 builds
32241
32242 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
32243
32244         * file-io.c process.c: MonoString are null terminated, no
32245         need for mono_string_to_utf16() anymore.
32246
32247 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
32248
32249         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
32250
32251 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
32252
32253         * icall.c, reflection.h: speedup System.MonoType.
32254
32255 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
32256
32257         * reflection.c: allow null as the value of a string argument in
32258         custom attributes constructors.
32259
32260 2002-08-27  Martin Baulig  <martin@gnome.org>
32261
32262         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
32263         `trampoline_address' field.
32264
32265 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
32266
32267         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
32268         check (fixes bug #29486) 
32269
32270 2002-08-27  Martin Baulig  <martin@gnome.org>
32271
32272         * debug-mono-symfile.c: Changed the file format in a way that allows us
32273         open it read-only and to use a specially malloced area for all the
32274         dynamic data.  We can now also generate a symbol file on-the-fly if we're
32275         debugging IL code and there is no MCS generated symbol file for it.
32276
32277 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
32278
32279         * object.c: added a define for a good string and array
32280         creation speedup (not enabled by default because we need to deal with
32281         the synch stuff).
32282
32283 2002-08-26  Martin Baulig  <martin@gnome.org>
32284
32285         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
32286         function to create a dynamic symbol file.  This is used by the
32287         debugger to create a symbol file for IL code on-the-fly.
32288
32289 2002-08-26  Martin Baulig  <martin@gnome.org>
32290
32291         * loader.c (mono_lookup_pinvoke_call): Include the error message
32292         from g_module_error() in the error message.
32293
32294 2002-08-24  Martin Baulig  <martin@gnome.org>
32295
32296         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
32297         function to update the symbol file.  The symbol file is mmap()ed
32298         writable, but private.  This allows us to install the symbol file
32299         together with the assembly.
32300
32301 2002-08-24  Martin Baulig  <martin@gnome.org>
32302
32303         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
32304         but they can read the new symbol file format which mcs is now creating.
32305
32306         * debug-symfile.c (mono_debug_find_source_location): Moved to
32307         debug-mono-symfile.c; this is now operating on the new symbol file.
32308
32309 2002-08-23  Martin Baulig  <martin@gnome.org>
32310
32311         * debug-helpers.c (mono_method_desc_from_method): New function to get
32312         a MonoMethodDesc from a MonoMethod.
32313
32314 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
32315
32316         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
32317         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
32318
32319 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
32320
32321         * string-icalls.[ch]: make helper methods static.
32322
32323 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32324
32325         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
32326         types to it and to SetValueInternal.
32327
32328         * object.c: Moved handle_enum label to its proper place. This was the
32329         f... bug! ;-)
32330
32331         This time i compiled mcs and gtk-sharp and they both work.
32332
32333 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32334
32335         * icall.c: reverted partially my previous patch until 
32336         object.c:set_value handles enums correcly.
32337
32338 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32339
32340         * icall.c:
32341         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
32342         (ves_icall_System_Environment_get_MachineName): removed warning when
32343         compiling under cygwin.
32344
32345 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
32346
32347         * object.c: fixed field_get_value() for reference types.
32348
32349 2002-08-22  Dick Porter  <dick@ximian.com>
32350
32351         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
32352         Don't free a buffer while it's still needed.  Patch from Jonathan
32353         Liger <Jonathan.liger@wanadoo.fr>
32354
32355 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
32356
32357         * icall.c (ves_icall_System_Environment_get_Platform): Add new
32358         internal call.
32359
32360 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
32361
32362         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
32363         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
32364
32365         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
32366         we call unmanaged code which throws exceptions.
32367
32368 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
32369
32370         * appdomain.h: added per-domain entry_assembly.
32371         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
32372         arguments.
32373         * icall.c: Assembly::GetEntryAssembly icall.
32374         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
32375         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
32376
32377 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
32378
32379         * appdomain.h, gc.c: added mono_domain_finalize ().
32380
32381 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32382
32383         * object.c:
32384         (mono_print_unhandled_exception): changed g_warning by g_printerr
32385         because g_log has a 1024 characters limit (yeah, i got a big stack
32386         trace). Don't print exception name, that should be in ToString 
32387         returned string.
32388
32389 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32390
32391         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
32392         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
32393
32394 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32395
32396         * object.c:
32397         (mono_print_unhandled_exception): after previous commit, i realized
32398         that MS calls ToString on the exception. I changed this function to
32399         do that. This way we get stack_trace for free.
32400
32401 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32402
32403         * object.c:
32404         (mono_print_unhandled_exception): invoke Message property instead of
32405         getting 'message' field from Exception. Don't allocate memory for
32406         'trace' and 'message' if not needed.
32407
32408 2002-08-18  Dick Porter  <dick@ximian.com>
32409
32410         * unicode.c: Fix asserts to match Encoder.cs checks
32411
32412 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
32413
32414         * marshal.c: fix unaligned store issue and a few wrong
32415         opcode argument types.
32416
32417 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32418
32419         * icall.c: added GetUninitializedObjectInternal internal call.
32420
32421 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
32422
32423         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
32424         to the right domain.
32425
32426 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
32427
32428         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
32429
32430         * class.c (class_compute_field_layout): set blittable to false for Strings
32431
32432         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
32433
32434 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
32435
32436         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
32437         first chunk of code to create types at runtime. Code to
32438         handle ReflectedType/DeclaringType. Make reflection handles
32439         domain specific.
32440
32441 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
32442
32443         * class.c: set correct name in arrays.
32444
32445 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
32446
32447         * appdomain.c (mono_domain_transfer_object): make it work with
32448         valuetypes. bug fixes.
32449
32450 2002-08-12  Dick Porter  <dick@ximian.com>
32451
32452         * object.h: Rename some parameters to avoid c++ keywords (Patch
32453         from Joseph Wenninger <kde@jowenn.at>)
32454
32455 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
32456
32457         * icall.c: added icall to implement Assembly.GetFile*.
32458
32459 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
32460
32461         * reflection.h, reflection.c: code to embed managed resources.
32462
32463 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
32464
32465         * class.c: move all the type size stuff into
32466         class_compute_field_layout().
32467
32468 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
32469
32470         * class.c: ensure enums have always the correct instance size.
32471         * unicode.c: remove wrong assert.
32472
32473 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
32474
32475         * assembly.c: fix mem corruption issue.
32476         * image.h, image.c: added mono_image_get_resource () to access
32477         managed resources.
32478         * icall.c: implemented Assembly.EntryPoint property and some
32479         Managed Resources related internalcalls.
32480
32481
32482 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
32483
32484         * image.c, image.h: impemented mono_image_get_entry_point ().
32485         * appdomain.c: use mono_image_get_entry_point.
32486
32487 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
32488
32489         * reflection.c: support the object type argument when loading
32490         custom attributes.
32491
32492 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
32493
32494         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
32495         String as return type.
32496
32497 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
32498
32499         * reflection.c: fix encoding of named args for custom attrs to match
32500         the ms implementation. Read them back when instantiating custom
32501         attributes.
32502
32503 2002-08-02  Radek Doulik  <rodo@ximian.com>
32504
32505         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
32506         by Dietmar as quick fix
32507         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
32508         16 as stack size, used on more places as quick fix before Dietmar
32509         will fix it properly
32510
32511 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
32512
32513         * object.h, object.c: added accessors for fields and properties.
32514
32515 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
32516
32517         * class.c, class.h: made mono_class_get_field_from_name ()
32518         loop on parent types.
32519         Added mono_class_get_property_from_name ().
32520
32521 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
32522
32523         * class.c, class.h: move the code to setup the type vtable in its own
32524         function so that it can be reused also for types created at runtime.
32525         Eliminate the "class" identifier from the header file.
32526         * reflection.c: setup the vtable for enums so that we can create
32527         objects for use in SetConstant ().
32528
32529 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
32530
32531         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
32532         instead of the delegate itself as this pointer (bug #28383)
32533
32534 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
32535
32536         * marshal.c (mono_marshal_get_managed_wrapper): added return type
32537         conversions.
32538
32539 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
32540
32541         * loader.c: don't set the pinvoke bit on icalls.
32542
32543 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
32544
32545         * debug-helpers.c (mono_method_full_name): only print a number to
32546         indicate wrapper type (so that the output is more readable in traces).
32547
32548 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
32549
32550         * class.c (mono_class_init): include method override patch from Paolo
32551
32552 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
32553
32554         * icall.c: fixed GetTypeCode().
32555
32556 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
32557
32558         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
32559         use real delegate invoke function to make it work with multicast
32560         delegates (fix bug# 28291).
32561
32562 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
32563
32564         * object.c: load constant strings.
32565
32566 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
32567
32568         * reflection.c: no magic numbers.
32569         * tabledefs.h: security action enum.
32570
32571 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
32572
32573         * assembly.c: fix possible memory corruption.
32574
32575 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
32576
32577         * reflection.h, reflection.c: added support for linking resources.
32578         * verify.c: check we have an updated corlib.
32579
32580 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
32581
32582         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
32583         string arrays.
32584         (mono_marshal_string_array): null terminate unmanaged string arrays.
32585         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
32586
32587 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
32588
32589         * icall.c: Type.GetType () can now return also types from the
32590         calling assembly.
32591
32592 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
32593
32594         * loader.h, loader.c: stack walking support.
32595         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
32596         GetCallingAssembly.
32597
32598 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
32599
32600         * marshal.c: added optimisations for blittable types 
32601
32602         * class.c (mono_array_class_get): do not set blittable attribute on arrays
32603         (mono_class_setup_mono_type): set blittable attribute for single
32604         and double.
32605
32606         * marshal.c (mono_string_utf8_to_builder): impl.
32607         (mono_string_builder_to_utf8): impl.
32608         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
32609
32610 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
32611
32612         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
32613         (mono_marshal_get_managed_wrapper): impl. byref types
32614
32615 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32616
32617         * icall.c:
32618         (search_method): don't display debug message. 
32619
32620 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
32621
32622         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
32623
32624 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
32625
32626         * appdomain.c: set the missing filename when throwing exception.
32627
32628 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
32629
32630         * metadata.c (mono_type_size): code cleanup
32631         (mono_type_stack_size): removed some test code
32632
32633 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
32634
32635         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
32636         mono_get_exception_file_not_found now.
32637
32638         * exception.c (mono_exception_from_name_two_strings): New version
32639         that will call a constructor with two string arguments. 
32640         (mono_get_exception_file_not_found): New helper routine, used to
32641         report file-not-found errors.
32642
32643 2002-07-20  Dick Porter  <dick@ximian.com>
32644
32645         * process.h:
32646         * process.c: Pass file handles to CreateProcess
32647         
32648         * icall.c:
32649         * file-io.h:
32650         * file-io.c: Implemented CreatePipe
32651
32652 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
32653
32654         * metadata.c (mono_get_param_info): set alignment for value types
32655
32656 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
32657
32658         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
32659         Constify mono_domain_assembly_open().
32660         * loader.c: handle null namespace in icalls.
32661
32662 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
32663
32664         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
32665         (emit_str_to_ptr_conv): marshal object as structs
32666
32667         * metadata.c (mono_type_to_unmanaged): marshal object as structs
32668
32669         * marshal.c (mono_marshal_get_runtime_invoke): support value types
32670
32671 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
32672
32673         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
32674         (mono_marshal_get_native_wrapper): we an now return value types
32675
32676 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
32677
32678         * verify.c: more checks implemented.
32679
32680 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
32681
32682         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
32683         (fix bug #27695)
32684         (mono_marshal_get_native_wrapper): allow byref arguments
32685         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
32686         impl. PtrToStringXXX methods
32687         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
32688         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
32689         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
32690         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
32691         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
32692
32693 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
32694
32695         * reflection.c: fix buglet in parsing an assembly name.
32696
32697 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
32698
32699         * marshal.c (emit_ptr_to_str_conv): first impl.
32700
32701 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
32702
32703         * object.c, class.h: cache the vtable in the class as suggested by
32704         vargaz@freemail.hu (Zoltan Varga).
32705
32706 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
32707
32708         * class.h, loader.c: added mono_field_from_token().
32709         * verify.c: first cut of type checking code.
32710
32711 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
32712
32713         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
32714
32715 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
32716
32717         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
32718         (fix bug #27782)
32719         (mono_marshal_get_remoting_invoke): impl.
32720         (mono_delegate_begin_invoke): impl.
32721         (mono_mb_emit_save_args): impl.
32722         (mono_delegate_end_invoke): impl.
32723         (mono_marshal_get_delegate_begin_invoke):
32724         (mono_marshal_get_delegate_end_invoke):
32725         (mono_marshal_get_delegate_invoke): generate a special name for
32726         those methods (including the signature) and associate them whith
32727         the delegate class. 
32728
32729 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
32730
32731         * reflection.[ch]: 
32732         (mono_reflection_type_from_name): now it has a MonoImage parameter
32733         which is used as the default image to search the type in. If the image
32734         is NULL or getting the type from it fails, it defaults to corlib.
32735
32736         * icall.c: changed 1 call to mono_reflection_type_from_name to match
32737         new parameter.
32738
32739 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
32740
32741         * reflection.c: update the parameter table index.
32742
32743 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
32744
32745         * domain.c: don't include the mark byte in the string hash.
32746
32747 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
32748
32749         * icall.cs: icall for Type.GetTypeCode ().
32750         * verify: a couple of fixes and disabled local initialization checks.
32751
32752 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
32753
32754         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
32755
32756         * debug-helpers.c (mono_method_full_name): print the type of the
32757         runtime wrapper
32758
32759         * metadata.c (mono_signature_hash): a hash function for signatures
32760         (mono_signature_hash): better hash algorithm
32761
32762         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
32763
32764         * debug-helpers.c (mono_method_full_name): this can now generate
32765         method names with signatures
32766
32767         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
32768         method dont have this pointers.
32769
32770 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
32771
32772         * reflection.c: fixup typebuilder tokens.
32773         * image.c: fix buglet.
32774         * marshal.h: remove whitespace.
32775         * metadata.h, metadata.c: reinstate code that was removed.
32776         * verify.c: handle catch directives and fix another couple of bugs.
32777
32778 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
32779
32780         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
32781         (mono_marshal_get_native_wrapper): make it comp. with the old code
32782         (mono_marshal_get_native_wrapper): support boolean
32783         (mono_marshal_get_managed_wrapper): support more types
32784
32785 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
32786
32787         * class.c (class_compute_field_layout): compute class->blittable attribute.
32788
32789 2002-07-09  Dick Porter  <dick@ximian.com>
32790
32791         * threads.c: Make the thread cleaning up cope with threads that
32792         call ExitThread()
32793
32794 2002-07-08  Radek Doulik  <rodo@ximian.com>
32795
32796         * reflection.c (method_encode_code): use non-translated values to
32797         compute finally_start, this fixes exception handling on ppc, yay!
32798
32799         * decimal.h (struct signscale): fix endianess
32800
32801 2002-07-07  Radek Doulik  <rodo@ximian.com>
32802
32803         * reflection.c: swap box_val and not val
32804
32805 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
32806
32807         * reflection.c, reflection.h: handle full assembly info in type name.
32808         Handle Type arguments when loading custom attributes.
32809         * icall.c: updated to use new mono_reflection_type_from_name () method.
32810
32811 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32812
32813         * loader.c:
32814         (method_from_memberref): also print assembly name when method not found.
32815
32816 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32817
32818         * icall.c:
32819         (ves_icall_TypeGetProperties): fixed bug #27473. 
32820
32821 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32822
32823         * reflection.c: display image name and token when cannot find the
32824         .ctor for an attribute.
32825
32826 2002-07-05  Martin Baulig  <martin@gnome.org>
32827
32828         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
32829
32830 2002-07-04  Dick Porter  <dick@ximian.com>
32831
32832         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
32833         compile on mingw.  This will cause mingw builds to not wait for
32834         subthreads to terminate after the main thread does.  I've lodged a
32835         bug with the mingw developers for them to wrap OpenThread().
32836
32837 2002-07-03  Dick Porter  <dick@ximian.com>
32838
32839         * threads.c: Store thread IDs instead of handles, because
32840         GetCurrentThread() returns a pseudohandle and therefore stores
32841         useless values.  mono_thread_cleanup() continues checking the
32842         array of threads until it is empty, to cope with subthreads
32843         spawning new threads after the main thread has finished.
32844
32845         * profiler.h:
32846         * profiler.c:
32847         * profiler-private.h: Pass the thread ID to thread profiler
32848         functions, instead of a handle
32849
32850 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
32851
32852         * verify.c: fixes to make it more usable.
32853         * pedump.c: added --verify code to verify IL code in an assembly.
32854
32855 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
32856
32857         * reflection.c: turn errors into warnings to allow compiling corlib.
32858
32859 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
32860
32861         * reflection.c: add special cases to compile corlib.
32862
32863 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
32864
32865         * reflection.c: handle properties with only a set method.
32866
32867 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
32868
32869         * opcodes.h: add enum with opcodes in opval order.
32870
32871 2002-07-01  Dick Porter  <dick@ximian.com>
32872         
32873         * object.h:
32874         * object.c (mono_runtime_run_main): Removed unneeded argument
32875
32876 2002-06-28  Martin Baulig  <martin@gnome.org>
32877
32878         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
32879
32880 2002-06-27  Dick Porter  <dick@ximian.com>
32881
32882         * threads.c: Store the handle in both the parent thread and in the
32883         subthread, to minimise the time between starting a new thread and
32884         storing its ID.
32885
32886 2002-06-26  Dick Porter  <dick@ximian.com>
32887
32888         * appdomain.c (mono_runtime_cleanup): Close the socket library
32889         after all the threads have finished, not before
32890
32891 2002-06-26  Martin Baulig  <martin@gnome.org>
32892
32893         * debug-symfile.c (mono_debug_find_source_location): Added
32894         `guint32 *line_number' argument.  If it's not NULL, store the line number
32895         there and return the file name without the line number.
32896
32897 2002-06-25  Dick Porter  <dick@ximian.com>
32898
32899         * icall.c:
32900         * process.h:
32901         * process.c: Process forking and other support functions
32902
32903 2002-06-25  Dick Porter  <dick@ximian.com>
32904
32905         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
32906         things dont happen when the image is closed.
32907         (mono_image_lookup_resource): Walk the resource section looking
32908         for a particular entry
32909
32910         * cil-coff.h: PE resource section decoding
32911
32912 2002-06-25  Dick Porter  <dick@ximian.com>
32913         
32914         * assembly.h:
32915         * assembly.c: 
32916         (mono_assembly_foreach): Accessor functions to walk the list of
32917         loaded assemblies
32918         (mono_assembly_set_main):
32919         (mono_assembly_get_main): Process methods need to know which
32920         assembly is the "main" one
32921
32922         * object.c (mono_runtime_run_main): Record the main assembly
32923
32924         * debug-helpers.c: Fix typo
32925
32926 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
32927
32928         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
32929         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
32930
32931 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
32932
32933         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
32934
32935 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
32936
32937         * image.c (do_mono_image_open): Initialize reference count,
32938         otherwise we leak the MonoImage.
32939
32940 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
32941
32942         * reflection.c: small tweak to handle self-hosting.
32943
32944 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
32945
32946         * reflection.c: fix type name parse code.
32947
32948 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
32949
32950         * reflection.c: break out of the loop.
32951         * image.c: special case corlib.
32952
32953 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
32954
32955         * reflection.c: add all the custom attrs at the end to ensure the
32956         ctors have been properly initialized when the attributes are defined
32957         in the current assembly.
32958
32959 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
32960
32961         * reflection.c: handle correctly multiple-nested types.
32962
32963 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
32964
32965         * row-indexes.h: fix typos.
32966         * reflection.c: adjust for typos and fix method_def_or_ref
32967         encoding in MethodImpl table.
32968
32969 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
32970
32971         * reflection.c: fix entry point patching (thanks Serge!).
32972
32973 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
32974
32975         * verify.c: add check for System.Exception
32976
32977 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
32978
32979         * image.c, class.c: minifix for code just c&p'ed.
32980         * reflection.c: warning fix.
32981         * object.h, loader.h, domain.c: load also StringBuilder.
32982
32983 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
32984
32985         * marshal.h, marshal.c: some support code to handle complex marshaling.
32986
32987 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
32988
32989         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
32990         Better signatures with vtable error dump.
32991
32992 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
32993
32994         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
32995
32996 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
32997
32998         * icall.c (ves_icall_Type_GetField): impl.
32999
33000 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33001
33002         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
33003         to retrieve a marshal description blob for a field or param.
33004
33005 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
33006
33007         * reflection.h, reflection.c: change order of nested type emission
33008         to avoid table corruption. The NestedTypes table is sorted.
33009         * icall.c: change order of GetConstructor results to workaround mcs bug.
33010
33011 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
33012
33013         * reflection.h, reflection.c: handle field and param marshal
33014         information.
33015
33016 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
33017
33018         * icall.c, marshal.c marshal.h: more Marshal class implementation.
33019
33020 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
33021
33022         * reflection.c: fix call convention.
33023
33024 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
33025
33026         * reflection.h, reflection.c: mono_image_get_memberref_token()
33027         takes a type instead of a class, now. Added
33028         mono_image_get_array_token() to create tokens for the special
33029         multi-dim array methods.
33030
33031 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
33032
33033         * assembly.c: handle modules (no assembly table). Split
33034         loading references in its own function.
33035         * class.c: handle moduleref resolution scope.
33036         * image.c, image.h: cache module name in image.
33037
33038 2002-06-07  Martin Baulig  <martin@gnome.org>
33039
33040         * reflection.c (mono_image_get_type_info): Only add a class layout entry
33041         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
33042
33043 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
33044
33045         * icall.c: more signature fixes that used uint instead of int.
33046
33047 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33048
33049         * reflection.c: fixed signature of field refs.
33050
33051 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
33052
33053         * class.c, reflection.c: handle typerefs of nested types
33054         (both on read and when writing files).
33055
33056 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
33057
33058         * icall.c: fix method signatures that tried to workaround the previous
33059         typo, d'oh!
33060
33061 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
33062
33063         * debug-helpers.c: fix typo.
33064
33065 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
33066
33067         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
33068         rewrote the PE/COFF writing code (our programs are understood by the
33069         ms runtime, now).
33070
33071 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
33072
33073         * gc.c, gc.h, icall.c: weakreference support.
33074
33075 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
33076
33077         * Makefile.am, mono-config.c: use $(sysconfdir).
33078
33079 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
33080
33081         * icall.c: changed default precision of Double.ToString() to 15.
33082         Fixed memory leak. Unified with Single.ToString.
33083
33084 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
33085
33086         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
33087
33088 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
33089
33090         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
33091         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
33092         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
33093         and myself.
33094
33095 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
33096
33097         * debug-symfile.c, sysmath.c: yet more compilation fixes.
33098
33099 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33100
33101         * reflection.c, socket-io.c: more compilation fixes.
33102
33103 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
33104
33105         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
33106         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
33107         unicode.c: warning and compiler compatibility fixes.
33108
33109 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
33110
33111         * class.h, metadata.c: fixed warnings/compilation errors.
33112
33113 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
33114
33115         * Makefile.am, mono-config.c, mono-config.h: configuration file
33116         support routines.
33117         * loader.c, loader.h: make Dll mapping configurable at runtime in the
33118         config file. Export methods to insert and lookup mappings.
33119
33120 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
33121
33122         * reflection.c: handle types and boxed objects in custom attr
33123         constructors.
33124
33125 2002-05-30  Martin Baulig  <martin@gnome.org>
33126
33127         * debug-symfile.c
33128         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
33129
33130 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
33131
33132         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
33133         to lookup the implmap row for a P/Invoke method.
33134         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
33135         P/Invoke method from the runtime on an as needed basis.
33136
33137 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
33138
33139         * metadata.c (mono_metadata_parse_signature): impl.
33140
33141 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
33142
33143         * class.c: handle .pack directive.
33144
33145 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
33146
33147         * object.c: initialize static fields with RVA data.
33148
33149 2002-05-25  Martin Baulig  <martin@gnome.org>
33150
33151         * debug-symfile.c
33152         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
33153
33154 2002-05-24  Martin Baulig  <martin@gnome.org>
33155
33156         * debug-symfile.c
33157         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
33158         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
33159         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
33160
33161 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
33162
33163         * object.c: special case string ctros in invoke.
33164         * gc.c: silly whitespace changes.
33165
33166 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
33167
33168         * threadpool.[ch]: impl. a threadpool that can
33169         be used by mint and mono.
33170
33171 2002-05-22  Martin Baulig  <martin@gnome.org>
33172
33173         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
33174         The first argument is now a `MonoReflectionModuleBuilder *', the return
33175         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
33176         `methods' field to get the method builder.  The `token' argument is the
33177         unfixed token.
33178
33179         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
33180         invalid characters instead of g_assert_not_reached()ing.  This seems
33181         to be the behaviour of mscorlib.
33182
33183 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
33184
33185         * object.c (mono_runtime_invoke_array): applied patch from Rachel
33186         Hestilow to fix bug #25104
33187
33188 2002-05-21  Martin Baulig  <martin@gnome.org>
33189
33190         * debug-symfile.c (mono_debug_find_source_location): New function.
33191         Looks up an IL offset in the line number table and returns the source
33192         location as a string.
33193
33194 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33195
33196         * icall.c:
33197         (mono_double_ToStringImpl): changed %f by %g until we have something
33198         better.
33199
33200 2002-05-21  Nick Drochak  <ndrochak@gol.com>
33201
33202         * icall.c : Use different name for Math.Pow's icall.  Needed to check
33203         parameters first in C#.
33204
33205 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
33206
33207         * icall.c, reflection.h: added icall to get info about an event.
33208
33209 2002-05-20  Radek Doulik  <rodo@ximian.com>
33210
33211         * object.c (mono_value_box): don't use memcpy for boxing on BIG
33212         endian
33213         (mono_value_box): don't use memcpy for small sizes on
33214         architectures with unaligned access
33215
33216 2002-05-20  Martin Baulig  <martin@gnome.org>
33217
33218         * reflection.c (mono_reflection_setup_internal_class): Don't crash
33219         if `tb->parent == NULL'.
33220         (mono_reflection_create_internal_class): New function.  This is
33221         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
33222         for enum types.
33223
33224         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
33225         New interncall.
33226
33227 2002-05-19  Martin Baulig  <martin@gnome.org>
33228
33229         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
33230         argument to get the length, don't default to the array length.
33231
33232 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
33233
33234         * assembly.c (mono_assembly_setrootdir): New function used to
33235         override the MONO_ASSEMBLIES directory.
33236
33237 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
33238
33239         * icall.c: ValueType_GetHashCode() initialize local var.
33240
33241 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
33242
33243         * reflection.c: sort custom attributes table.
33244
33245 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
33246
33247         * reflection.c: support named args in custom attributes (write support).
33248
33249 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
33250
33251         * reflection.c: fix finally position calculation.
33252
33253 2002-05-15  Radek Doulik  <rodo@ximian.com>
33254
33255         * reflection.c: fixed endianess at many places
33256
33257         * icall.c (ves_icall_InitializeArray): comment out debug msg
33258
33259 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
33260
33261         * object.c (mono_unhandled_exception): new function to handle
33262         unhandled exceptions.
33263         (mono_unhandled_exception): call the UnhandledException event.
33264         (mono_runtime_delegate_invoke): impl.
33265
33266 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
33267
33268         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
33269         returns the RVA, not the direct pointer to the data. Handle the case
33270         when the class size is fixed.
33271
33272 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
33273
33274         * reflection.c: fix some endianess issues.
33275
33276 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
33277
33278         * object.c (mono_runtime_invoke): is now able to catch exceptions.
33279
33280         * threads.c (mono_thread_init): added a callback which is invoked
33281         at thread start.
33282
33283 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
33284         
33285         * icall.c: make GetHashCode return non-negative values.
33286
33287 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
33288
33289         * object.c, icall.c, gc.c: revert to address-based hashcode.
33290
33291 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
33292
33293         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
33294
33295 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
33296
33297         * icall.c, class.c: special case <Module>.
33298
33299 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
33300
33301         * icall.c: fix bug in GetNow().
33302
33303 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
33304
33305         * object.c (mono_runtime_class_init): make sure that we call all
33306         static class constructors.
33307
33308 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
33309
33310         * reflection.c: sort methodsemantics table.
33311
33312 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
33313
33314         * reflection.h, reflection.c: honour init locals setting.
33315
33316 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
33317
33318         * icall.c: copied Double ToStringImpl for Single ToStringImpl
33319
33320 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
33321
33322         * reflection.c: support ContructorBuilders in attribute blob creation.
33323
33324 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
33325
33326         * reflection.c: some changes to build a binary that can be run
33327         directly in windows.
33328
33329 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
33330
33331         * loader.c: print a big message when an icall can't be found.
33332
33333 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33334
33335         * string-icalls.c: fix bug 24248.
33336
33337 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
33338
33339         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
33340         icall.c, reflection.h: separate assembly loading by pathname and by
33341         assembly name. Use the MONO_PATH env var to search for assemblies.
33342
33343 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
33344
33345         * assembly.c, image.h: add some support for assemblies
33346         with multiple modules.
33347         * class.c, class.h: export mono_class_from_typeref().
33348         * loader.c: remove duplicated code and use mono_class_from_typeref(),
33349         instead.
33350
33351 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
33352
33353         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
33354         documentation says (the ECMA one is correct).
33355
33356 2002-05-02  Dick Porter  <dick@ximian.com>
33357
33358         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
33359         Don't name the synchronisation mutex.
33360
33361 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
33362
33363         * rand.c
33364         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
33365         Make the prototypes match.
33366         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
33367         Same.
33368
33369         * icall.c
33370         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
33371         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
33372         all systems have tm.tm_zone, so use strftime() with %Z to print
33373         the timezone abreviation into a temp string.
33374
33375         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
33376         rather than mono_array_addr() on a MonoString on Big Endian
33377         machines.
33378
33379 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
33380
33381         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
33382         fix bug 24041
33383
33384 2002-04-30  Dick Porter  <dick@ximian.com>
33385
33386         * socket-io.c: Cope with SOCKET being an integer rather than a
33387         pointer now.
33388
33389         * threads.c: Added Thread_free_internal, to deal with thread
33390         handle cleanup.  Moved calls to handle_store() and handle_remove()
33391         to start_wrapper(), so each can only be called once.  Allocate
33392         synchronisation blocks with GC_malloc(), and use GC finalisation
33393         to close the handles.
33394
33395         * icall.c: added System.Threading.Thread::Thread_free_internal
33396
33397 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
33398
33399         * icall.c: support Environment.Exit, CommandLineArgs().
33400
33401 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
33402
33403         * object.c, object.h: added mono_runtime_run_main () and
33404         mono_runtime_get_main_args () for use in System.Environment.
33405
33406 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
33407
33408         * gc.c: fix thinko, enable actual finalization since the jit is now
33409         fixed.
33410
33411 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
33412
33413         * gc.c, object.c: take into account that an object may be offset wrt the address
33414         returned by GC_malloc().
33415
33416 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
33417
33418         * image.c: handle files without entries in the assembly table (modules).
33419
33420 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
33421
33422         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
33423         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
33424         allowed to be null when it's System.Object class setup.
33425
33426 2002-04-27  Martin Baulig  <martin@gnome.org>
33427
33428         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
33429         if `tb->parent == NULL' rather than crashing.
33430
33431 2002-04-28  Nick Drochak  <ndrochak@gol.com>
33432
33433         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
33434         calling acos() where asin() should have been called.
33435
33436 2002-04-26  Martin Baulig  <martin@gnome.org>
33437
33438         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
33439         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
33440         there's a subdirectory called `System', but we don't want to read that
33441         subdirectory as an assembly.
33442
33443 2002-04-25  Martin Baulig  <martin@gnome.org>
33444
33445         * debug-symfile.c: Reflect latest MonoString changes.
33446
33447 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
33448
33449         * rand.c, rand.h: instance method icalls need to have an explicit
33450         this pointer as first argument in the C implementation.
33451
33452 2002-04-25  Nick Drochak <ndrochak@gol.com>
33453
33454         * icall.c: Fix typo in map for GetNonZeroBytes
33455
33456 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
33457
33458         * string-icalls.c : String does now passes unit tests without any 
33459         errors, the following changes has been made:
33460         
33461         Implemented replace methods.
33462         Renaming of methods to (try) follow the standard.
33463         Fixed compare ordinal
33464         Made all memory allocated directly to function instead of via icall function.
33465         Small performance fix in is_in_array function
33466                         
33467  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
33468
33469         c (mono_string_Internal_ctor_charp_int_int):
33470         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
33471         sindex < 0, throw ArgumentOutOfRangeException instead of
33472         ArgumentNullException.
33473
33474         Added new check for length == 0, however
33475         I need to make it return String.Empty from the C code.
33476         
33477         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
33478         that calculate the length for us here.
33479         
33480         (mono_string_Internal_ctor_sbytep_int_int): Replaced
33481         mono_string_new_utf16 with mono_string_new, since value is utf8.
33482
33483 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
33484
33485         * object.c: register the object for finalization if needed.
33486         Allocate one more char in the string for the terminating 0 char.
33487
33488 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
33489
33490         * class.c, class.h, image.c: check if a type implemenst a destructor.
33491         Use the proper key for array class lookups.
33492         * icall.c: register the icalls in the System.GC class.
33493         * gc.c, gc.h: GC-related functions and icalls.
33494
33495 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33496
33497         * icall.c:
33498         * socket-io.c:
33499         * unicode.c: free some strings gotten from mono_string_to_utf8 and
33500         changed a couple of free () by g_free ().
33501
33502         * decimal.c: one-liner in the comments for decimal2string ().
33503
33504 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
33505
33506         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
33507
33508 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
33509
33510         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
33511         * object.c (mono_runtime_invoke_array) : handle null in params
33512
33513 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
33514
33515         * string-icalls.c: fixed bug in split (one off bug)
33516
33517 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
33518
33519         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
33520         * icalls.c: added String::Equals as internal method
33521
33522 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
33523
33524         * threads.c: fixed bug in the double interlocked functions
33525
33526 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
33527
33528         * threads.c: implemented all of the new interlocked icalls.
33529         * string-icalls.c: fix a bug in insert.
33530         * icalls.c: added the icalls for interlocked, removed old string functions.
33531         
33532 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
33533
33534         * loader.c: fix off-by-one error when reading argument names.
33535
33536 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
33537
33538         * profiler.c: win32 counter implementation (untested).
33539         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
33540         (the latter needs testing and more complete impl. from win32 folks).
33541
33542 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
33543
33544         * object.c: mono_array_new_full workaround mono_array_class_get
33545         problem.
33546
33547 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
33548
33549         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
33550         * object.h (mono_string_chars): Changed casting type.
33551
33552 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
33553
33554         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
33555                            method signatures to use gunichar2 instead of gint16.
33556
33557 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
33558
33559         * object.h, object.c: domain-specific versions of mono_object_new and
33560         mono_array_new.
33561
33562 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
33563
33564         * object.c: changed String layout
33565
33566         * string-icalls.c (mono_string_Internal_ctor_chara): added
33567         internal string constructors.
33568
33569 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
33570
33571         * threads.c: pass 'this' to the thread start routine.
33572
33573 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33574
33575         * string-icalls.c: fix IndexOf and LastIndexOf. Now
33576         InternalCompareStr don't call twice mono_string_cmp_char for the last
33577         character. Improved performance in mono_string_cmp_char.
33578
33579 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
33580
33581         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
33582         code into its own library: libmonoruntime.
33583
33584 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
33585
33586         * object.h, object.c: changed array format so that szarrays do not
33587         require a bounds structure.
33588         * icall.c, appdomain.c: support for new szarray format.
33589
33590 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
33591
33592         * metadata.c: compare also the retuns type when comparing signatures:
33593         we didn't do this as an optimization since really overloaded methods
33594         must differ also in the arguments, but this doesn't work with
33595         low-level IL code (or when using explicit conversion operators: see
33596         bug#23498 for an example).
33597
33598 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
33599
33600         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
33601
33602 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
33603
33604         * icall.c: make MonoType::GetElementType its own icall.
33605
33606 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
33607
33608         * icall.c: remove MonoMethod_get_Name().
33609         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
33610         object.
33611
33612 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
33613
33614         * string-icalls.c: optimized a few methods.
33615
33616 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
33617
33618         * icall.c: added all new string internal calls
33619         * string-icalls.c: added, new string internal call implementation.
33620         * object.c: added mono_string_new_size for allocating a string a size
33621
33622 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
33623
33624         * object.c (mono_object_isinst): use the same code as in the
33625         optimized x86 version.
33626
33627 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
33628
33629         * profiler.c: TSC-based timer code (faster and more accurate).
33630         Not hooked up in configure, yet (set USE_X86TSC to 1).
33631
33632 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
33633
33634         * profiler.c, profiler.h: track time spent compiling methods.
33635         * threads.c: track thread creation/destruction.
33636
33637 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
33638
33639         * profiler.c, profiler.h, profiler-private.h: profiling interface
33640         and sample implementation. Moved here so that it can be used also by
33641         the jit.
33642
33643 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
33644
33645         * reflection.c, reflection.h: keep types and other handles separate in
33646         the hash tables for referred tokens. Add guid for modules.
33647
33648 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
33649
33650         * assembly.c: fix bugs found with valgrind.
33651         * metadata.h, metadata.c: added mono_metadata_guid_heap().
33652
33653 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
33654
33655         * threads: added icall support for getting current domain for
33656                    the thread.
33657  
33658 2002-04-13  Martin Baulig  <martin@gnome.org>
33659
33660         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
33661         (MonoDebugVarInfo): Added `index' field for register based addresses.
33662         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
33663         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
33664         `MonoDebugVarInfo *params' and `guint32 this_offset' with
33665         `MonoDebugVarInfo *this_var'.
33666
33667         * debug-symfile.c (relocate_variable): New static function to write
33668         a location description for a local variable or method parameter.
33669
33670 2002-04-12  Martin Baulig  <martin@gnome.org>
33671
33672         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
33673         stack offset and begin/end scope address of a local variable.
33674         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
33675         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
33676         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
33677
33678         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
33679         Added new relocation types for start/end scope of a local variable.
33680
33681 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
33682
33683         * object.h: add mono_object_domain() macro.
33684         * reflection.c: handle typespecs.
33685         * icall.c: MonoMethod::get_Name() implementation.
33686
33687 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
33688
33689         * icall.c: String::GetHashCode() icall implementation.
33690
33691 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33692
33693         * icall.c: String::IndexOfAny icall.
33694         * object.c, object.h: make array->max_length more useful.
33695         Intrduced mono_object_class() and mono_string_length() macros.
33696
33697 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33698
33699         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
33700         instead of g_unichar_isdigit.
33701
33702 2002-04-11  Nick Drochak  <ndrochak@gol.com>
33703
33704         * icall.c: Implement a simple Double.ToString().
33705
33706 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
33707
33708         * appdomain.h: only io-layer.h is supposed to be included.
33709         * icall.c: explicitly import environ. Fix warning.
33710
33711 2002-04-10  Nick Drochak  <ndrochak@gol.com>
33712
33713         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
33714                 return true even if it's not Daylight Savings time.
33715                 Only return false for the case where the function isn't
33716                 implemented for a plaform (read Windows).
33717
33718 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33719
33720         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
33721         data with a mutex.
33722
33723 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
33724
33725         * mempool.c (mono_mempool_alloc): only use g_malloc when
33726         absolutely necessary.
33727
33728 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
33729
33730         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
33731
33732         * class.c (mono_class_vtable): use domain mempool to allocate vtable
33733         (mono_class_proxy_vtable): use domain mempool
33734
33735 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
33736
33737         * appdomain.h, appdomain.c: split initialization that requires the
33738         execution engine support into mono_runtime_init().
33739
33740 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
33741
33742         * class.c (mono_class_init): don't include vtable inside MonoClass
33743         to save some memory, gather some statistics.
33744         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
33745
33746 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
33747
33748         * icall.c: internalcall implementation for ValueType.Equals().
33749
33750 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
33751
33752         * object.c (mono_message_init): moved 
33753         (mono_runtime_exec_main): new arch. independent impl.
33754         (mono_runtime_invoke_array): new method - like
33755         mono_runtime_invoke, but you can pass an array of objects.
33756         (mono_remoting_invoke): new arch. independent impl.
33757         (mono_message_invoke): new arch. independent impl.
33758         (mono_runtime_class_init): new arch. independent impl.
33759         (mono_runtime_object_init): new arch. independent impl.
33760
33761 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
33762
33763         * metadata.c, object.c, reflection.c: documented the exported
33764         functions.
33765
33766 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
33767
33768         * icall.c: simpler code to pass the assembly builder data to corlib.
33769         Implement GetNestedTypes() internalcall.
33770
33771 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
33772
33773         * class.c: warn if a type can't be loaded.
33774
33775 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
33776
33777         * image.h: typedef MonoImageOpenStatus
33778         * types.h: removed unused file
33779         
33780 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
33781
33782         * icall.c: Enum_ToObject accepts enum value arguments.
33783
33784 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
33785
33786         * class.c: move initialization of properties, events and nested
33787         classes, so that they happen for interfaces, too.
33788
33789 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
33790
33791         * icall.c: cleanup some ugly casts in Array_SetValue*.
33792
33793 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
33794
33795         * icall.c: the values array fro enums is of the correct type, now.
33796         Implement (correctly) getFullName instead of assQualifiedName for
33797         MonoType.
33798         * reflection.h, reflection.c: added mono_type_get_name ().
33799
33800 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
33801
33802         * assembly.c, image.h: for each MonoImage, record from wich assembly
33803         it was loaded.
33804         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
33805         Make Type.Assembly work.
33806
33807 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
33808
33809         * debug-symfile.h: use char* instead of gpointer to avoid
33810         unnecessary casts.
33811
33812         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
33813
33814         * icall.c (ves_icall_InternalExecute): impl. FielSetter
33815         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
33816
33817 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
33818
33819         * icall.c (mono_message_init): impl. (code cleanup)
33820         (ves_icall_InternalExecute): impl. FieldGetter
33821
33822         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
33823         defined we call all (non-static)methods through the vtable. 
33824
33825 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
33826
33827         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
33828         finalizer even though the memory is still referenced (and the chunk of
33829         memory is not freed).
33830
33831 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
33832
33833         * assembly.c: fix brokeness.
33834
33835 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
33836
33837         * class.c: kill some warnings. Check explicit interface method
33838         implementation also without considering the namespace.
33839         Load also literal strings in static class data.
33840
33841 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
33842
33843         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
33844         (default_assembly_name_resolver): Make the resolver take the
33845         "base" directory where the assembly was originally defined, so we
33846         can load DLLs that are in the same directory as the assembly that
33847         is being referenced.
33848
33849 2002-03-28  Dick Porter  <dick@ximian.com>
33850
33851         * file-io.h: 
33852         * file-io.c:
33853         * socket-io.c: 
33854         * unicode.h: 
33855         * unicode.c: Warning cleanups
33856
33857 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
33858
33859         * object.h, reflection.h: use the correct type instead of MonoObject.
33860
33861 2002-03-28  Martin Baulig  <martin@gnome.org>
33862
33863         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
33864         (mono_debug_update_symbol_file): Initialize classes if necessary.
33865
33866 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
33867
33868         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
33869         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
33870
33871 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
33872
33873         * assembly.h: fix function prototype.
33874         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
33875         * mono-endian.h: use const cast.
33876
33877 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
33878
33879         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
33880
33881 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
33882
33883         * loader.c: don't assert when a typeref can't be loaded, give
33884         a chance to the runtime to trow an exception instead.
33885         * loader.h: fix warning.
33886
33887 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
33888
33889         * class.c (mono_class_proxy_vtable): added proxy support
33890
33891 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
33892
33893         * icall.c: removed last of PAL calls, added System.Environment
33894         * file-io.h, file-io.c: MonoIO implementation
33895         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
33896
33897 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
33898
33899         * appdomain.c: do not use the byte marker in ldstr table lookup.
33900         * debug-helpers.c: allow two ':' to separate class and method name.
33901         * object.c: allocate arrays bounds with the GC, too.
33902         * verify: add a few more checks.
33903
33904 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
33905
33906         * reflection.c: output also literal strings. Allocate parameter data
33907         with GC_malloc() (thanks, Martin, for catching this!).
33908
33909 2002-03-26  Martin Baulig  <martin@gnome.org>
33910
33911         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
33912         include the `this' offset in the `param_offsets'.
33913
33914 2002-03-25  Martin Baulig  <martin@gnome.org>
33915
33916         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
33917         mono_debug_get_class() function to get the classes. Added new
33918         relocation types for arrays and strings.
33919         (mono_debug_get_class): New static function to search in all
33920         referenced assemblies for a metadata token.
33921
33922         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
33923
33924 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
33925
33926         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
33927         hold gc-allocated objects. Make the string heap a stream like the
33928         others. Removed duplicated code when writing stream info.
33929         Added asserts to catch possible buffer overflows. Set the sorted map
33930         for tables that need sorting. Added some documentation.
33931
33932 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
33933
33934         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
33935         for interned strings and vtables.
33936
33937 2002-03-24  Martin Baulig  <martin@gnome.org>
33938
33939         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
33940         it in the array since it was created with g_slist_prepend().
33941
33942 2002-03-24  Martin Baulig  <martin@gnome.org>
33943
33944         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
33945         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
33946         (mono_debug_method_from_token): Renamed to
33947         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
33948         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
33949
33950         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
33951         relocation types.
33952
33953         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
33954
33955 2002-03-24  Martin Baulig  <martin@gnome.org>
33956
33957         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
33958         (mono_debug_method_from_token): New func.
33959
33960         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
33961         New interncall, calls mono_debug_local_type_from_signature().
33962         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
33963         calls mono_debug_method_from_token().
33964
33965 2002-03-23  Martin Baulig  <martin@gnome.org>
33966
33967         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
33968         specifies the number of bytes to be converted, not the array size.
33969         Return the number of chars, not the number of bytes.
33970         (ves_icall_iconv_get_chars): The `byteCount' argument
33971         specifies the number of bytes to be converted, not the array size.
33972
33973 2002-03-23  Martin Baulig  <martin@gnome.org>
33974
33975         * reflection.h (MonoReflectionSigHelper): New type.
33976
33977         * reflection.c (mono_reflection_sighelper_get_signature_local),
33978         (mono_reflection_sighelper_get_signature_local): New functions.
33979
33980         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
33981         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
33982         interncalls.
33983
33984 2002-03-23  Martin Baulig  <martin@gnome.org>
33985
33986         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
33987         is_writeable is set.
33988         (mono_raw_buffer_update): New function to write the modified map
33989         back to disk.
33990
33991         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
33992
33993         * debug-symfile.c (mono_debug_update_symbol_file): Call
33994         mono_raw_buffer_update() when done writing.
33995
33996 2002-03-23  Martin Baulig  <martin@gnome.org>
33997
33998         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
33999
34000         * debug-symfile.c: Added support for arguments and local variables.
34001
34002 2002-03-23  Dick Porter  <dick@ximian.com>
34003
34004         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
34005         protected by ifdefs, hence breaking the w32 build.
34006
34007 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
34008
34009         * object.c: implement is_interned() the right way.
34010
34011 2002-03-21  Martin Baulig  <martin@gnome.org>
34012
34013         * debug-symfile.[ch]: New files to handle debugging information
34014         files. There's also support to dynamically update these symbol
34015         files to include machine dependent information.
34016
34017 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
34018
34019         * threads.c (mono_thread_create): new function to create thread
34020         from C
34021
34022 2002-03-20  Martin Baulig  <martin@gnome.org>
34023
34024         * icall.c (ves_icall_InternalInvoke): Create a new object if the
34025         method is a constructor.
34026         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
34027         points to ves_icall_InternalInvoke().
34028
34029 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
34030
34031         * file-io.c: Flush shouldn't throw exceptions.
34032
34033 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
34034
34035         * file-io.c: FileStream flush support; FileSetLength now
34036         restores file pointer.
34037
34038 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
34039
34040         * class.c: set image for pointer classes.
34041
34042 2002/03/19  Nick Drochak <ndrochak@gol.com>
34043
34044         * sysmath.c: Forgot one.
34045
34046 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
34047
34048         * sysmath.c: Avoid redefining existing names.
34049
34050 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
34051
34052         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
34053         handled by runtime as icall rather than dllimport from libm.so
34054         * file-io.c, file-io.h: fixed handle argument type.
34055
34056 2002-03-18  Dick Porter  <dick@ximian.com>
34057
34058         * reflection.c (mono_image_get_type_info): rename interface to
34059         iface, because of "#define interface struct" on windows.
34060
34061 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
34062
34063         * class.c, class.h: rename and export mono_ptr_class_get().
34064         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
34065         * reflection.c, reflection.h, icall.c: better/saner type name
34066         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
34067         method signatures.
34068
34069 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
34070
34071         * class.c (mono_class_init): removed hardcoded GHC_SLOT
34072
34073         * icall.c (ves_icall_InternalInvoke): impl.
34074
34075 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
34076
34077         * reflection.c: output the interface map table, too.
34078
34079 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
34080
34081         * class.c (class_compute_field_layout): separate computation of 
34082         static field layout
34083
34084 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
34085
34086         * icall.c: added System.Buffer support.
34087         * file-io.c: moved file icalls from PAL to FileStream.
34088
34089 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
34090
34091         * icall.c (ves_icall_System_Object_GetHashCode): impl.
34092
34093 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
34094
34095         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
34096
34097 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
34098
34099         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
34100
34101 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
34102
34103         * debug-helpers.{c,h}: moved here from monograph some useful functions
34104         to locate a method by name/signature in a class or image. Included
34105         also a small and flexible IL disassembler.
34106
34107 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
34108
34109         * reflection.c: fixup tokens in methods with small header size, too.
34110
34111 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
34112
34113         * object.c (mono_string_to_utf8): remove assert(!error), instead
34114         print a warning. 
34115
34116 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
34117
34118         * icall.c: update to the new mono_Array_class_get interface.
34119
34120 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
34121
34122         * appdomain.c, object.c: Boehm-GC enable.
34123         * icall.c: make get_data_chunk() support split data requests.
34124         Ensure a class is initialized in more cases. Return only the first
34125         property found in GetProperties() or the compiler gets confused. 
34126         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
34127         * reflection.h, reflection.c: add fixup mechanism for field and method
34128         tokens. Initialize assembly->typeref in a single place. Output
34129         properties after events. Support custom attributes for events, too.
34130         Typo fix for paramter custom attrs.
34131
34132 2002-03-07  Martin Baulig  <martin@gnome.org>
34133
34134         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
34135
34136 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
34137
34138         * class.c (mono_array_class_get): fix. for multi. dim. arrays
34139
34140 2002-03-06  Martin Baulig  <martin@gnome.org>
34141
34142         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
34143         non-zero lower bounds. See testcases #F10-#F13.
34144
34145 2002-03-05  Martin Baulig  <martin@gnome.org>
34146
34147         * exception.c (mono_get_exception_argument_out_of_range): New exception.
34148
34149         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
34150         ves_icall_System_Array_GetValue(), only calculate the absolute array position
34151         here.
34152         (ves_icall_System_Array_SetValue): Likewise.
34153         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
34154         as argument and does the actual work. This function is used when copying a
34155         multi-dimensional array.
34156         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
34157         now do all the widening conversions of value types.
34158         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
34159
34160 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
34161
34162         * class.c: remove some magic numbers and use the smbolic names,
34163         instead. Added init_events() to load event info at class init time.
34164         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
34165         and mono_metadata_methods_from_event().
34166         * reflection.h, reflection.c: added support for writing out the evnets
34167         related information.
34168
34169 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
34170
34171         * reflection.h, icall.c: use a different method (GetInterfaces)
34172         to gather interface info and add isbyref, isprimitive and
34173         ispointer to the ves_icall_get_type_info() return value.
34174
34175 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
34176
34177         * class.h: stared adding support for events.
34178         * icall.c: split find_members implementation. Added debug icall to get
34179         the address of an object.
34180         * reflection.c: handle TypeBuilders in mono_type_get_object().
34181
34182 2002-03-01  Martin Baulig  <martin@gnome.org>
34183
34184         * icall.c (ves_icall_System_Array_GetLength): This must throw an
34185         ArgumentOutOfRangeException(), not an ArgumentException().
34186         (ves_icall_System_Array_GetLowerBound): Likewise.
34187         (ves_icall_System_Array_GetValue): Improved argument checking.
34188         (ves_icall_System_Array_SetValue): Improved argument checking.
34189
34190 2002-03-01  Martin Baulig  <martin@gnome.org>
34191
34192         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
34193         called with invalid arguments rather than just dying with g_assert().
34194         (ves_icall_System_Array_SetValue): Likewise.
34195         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
34196         raise a NotImplementedException instead.
34197         (ves_icall_System_Array_GetLength): Added argument checking.
34198         (ves_icall_System_Array_GetLowerBound): Added argument checking.
34199
34200 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
34201
34202         * object.h (mono_assert): new macros mono_assert and
34203         mono_assert_not_reached
34204
34205 2002-02-28  Martin Baulig  <martin@gnome.org>
34206
34207         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
34208         and "System::String::IsInterned" to "System::String::_IsInterned".
34209
34210 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
34211
34212         * icall.c: remove hacks for typebuilder. Added icall to create a
34213         modified type from a tybebuilder.
34214         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
34215         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
34216         to create a backing MonoClass for a TypeBuilder.
34217
34218 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
34219
34220         * class.c, class.h: more refactoring of class init.
34221         Export mono_class_setup_mono_type() and mono_class_setup_parent().
34222
34223 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
34224
34225         * marshal.c, marshal.h: start of marshaling interface.
34226
34227 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
34228
34229         * icall.c: fix order in assembly qualified name icall.
34230
34231 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
34232
34233         * class.c: do not free str, since we store it in the hash table.
34234         * reflection.h: add label field to MonoILExceptionInfo.
34235         * reflection.c: handle references to more than one assembly. Handle
34236         case when there isn't a module created in the assembly.
34237
34238 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
34239
34240         * class.c: Fix typo. Start refactoring of class init code.
34241
34242 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
34243
34244         * appdomain.c: exit with 1 on error.
34245         * class.c: we already have the name in MonoClassField.
34246         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
34247         MonoStreamHeader instead of an offset of image->raw_metadata.
34248
34249 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
34250
34251         * appdomain.c (mono_init): Be even more descriptive about the error.
34252
34253 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
34254
34255         * appdomain.c: give the user an informative message when corlib can't
34256         be loaded.
34257
34258 2002-02-26  Martin Baulig  <martin@gnome.org>
34259
34260         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
34261         New icall to get the time zone data.
34262
34263 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
34264
34265         * reflection.c: set virtual and raw size of section correctly.
34266         * threads.c: transfer domain information to newly created threads.
34267
34268 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
34269
34270         * class.c: when instancing a class in a domain, load the default
34271         vaules for static fields from the constant table. Fix System.Enum to
34272         not be an enum.
34273         * icall.c: implement Object::GetType() internalcall. Implemented
34274         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
34275         Fixed checking of binding flags in find_members().
34276         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
34277         * reflection.c: handle enumerations when writing to the constant
34278         table. Use a different object cache for types.
34279
34280
34281 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
34282
34283         * object.c (mono_object_isinst): fix for arrays
34284
34285         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
34286
34287 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
34288
34289         * object.c: don't use mprotect ()  and fix intern pool hash table
34290         lookup for big endian systems.
34291
34292 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
34293
34294         * icall.c: change type_is_subtype_of () signature.
34295
34296 2002-02-21  Mark Crichton  <crichton@gimp.org>
34297
34298         * rand.c, rand.h: Added random number generator for
34299         System.Security.Cryptography classes.
34300
34301         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
34302
34303         * icall.c: Added System.Security.Cryptography calls.
34304
34305 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
34306
34307         * class.c, icall.c, metadata.c: better support for pointer types.
34308         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
34309         * reflection.c: Add support for getting custom attrs for properties
34310         and simplify some code.
34311
34312 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
34313
34314         * icall.c: change getToken () and add custom attribute GetBlob()helper
34315         method.
34316         * reflection.h: add custom attrs array to the reflection builder structures.
34317         * reflection.c: encode and emit custom attributes for all the relevant
34318         reflection objects. Cache fieldref and methodref tokens. Change
34319         mono_image_create_token() interface to take a MonoDynamicAssembly.
34320         More complete custom attributes decoder. Load custom attributes for
34321         Assembly, Field, Method and Constructor objects, too. Make the
34322         returned array an Attribute[] one, not object[]. Added
34323         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
34324         custom attribute constructor.
34325
34326 2002-02-20  Dick Porter  <dick@ximian.com>
34327
34328         * icall.c:
34329         * rawbuffer.c:
34330         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
34331         problem code out for now).
34332
34333 2002-02-19  Radek Doulik  <rodo@ximian.com>
34334
34335         * object.c (mono_ldstr): use hash table to avoid multiple swapping
34336
34337 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
34338
34339         * icall.c: register the GetCustomAttributes method.
34340         * object.c, object.h: add mono_string_new_len ().
34341         * reflection.h, reflection.c: added mono_runtime_invoke(),
34342         mono_install_runtime_invoke(). Added
34343         mono_reflection_get_custom_attrs () to load custom attributes and
34344         create the attribute objects.
34345
34346 2002-02-19  Dick Porter  <dick@ximian.com>
34347         * threads-dummy-types.c:
34348         * threads-dummy-types.h:
34349         * threads-dummy.c:
34350         * threads-dummy.h:
34351         * threads-pthread-types.c:
34352         * threads-pthread-types.h:
34353         * threads-pthread.c:
34354         * threads-pthread.h:  Deleted obsolete files
34355
34356 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
34357
34358         * class.c (mono_class_vtable): runtime init the class when we
34359         allocate static class data.
34360
34361         * icall.c (ves_icall_System_Array_SetValue): check for null values.
34362
34363         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
34364         and String - but we will need generic marshalling support in the
34365         future. 
34366         (mono_init): set the domain name in a ms compatible way
34367
34368         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
34369         String[].
34370
34371 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
34372
34373         * object.c (mono_array_clone): use alloca() instead of g_malloc  
34374         for sizes
34375
34376         * appdomain.c (mono_domain_unload): impl.
34377
34378 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
34379
34380         * appdomain.c, object.c: fix intern pool implementation.
34381         * class.c: fix alignment code.
34382
34383 2002-02-16  Radek Doulik  <rodo@ximian.com>
34384
34385         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
34386         and s2 > s1, just copy lower bytes to be compatible with little
34387         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
34388         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
34389
34390         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
34391         force big_endian to be 1 for big endian machines 
34392         (ves_icall_iconv_new_decoder): ditto
34393
34394 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
34395
34396         * socket-io.c (convert_sockopt_level_and_name): If the system
34397         doesn't define SOL_IP or SOL_TCP, get them by hand using
34398         getprotobyname() and caching the values (because this could be a
34399         slow operation).
34400         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
34401         Use the appropriate struct when the system does support it. Ie,
34402         not all systems have struct ip_mreqn so use struct ip_mreq when
34403         appropriate.
34404
34405 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
34406
34407         * reflection.c: handle finally clauses.
34408
34409 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
34410
34411         * socket-io.c: use g_snprintf() instead of snprintf.
34412
34413 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
34414
34415         * reflection.c (mono_param_get_objects): Cast second argument to
34416         mono_method_get_param_names to a const char** to silence the
34417         compiler warning.
34418
34419         * appdomain.c (mono_domain_assembly_open): Put parens around the
34420         truth statement in the for-loop.
34421
34422         * unicode.c (iconv_convert): Got rid of a compiler warning about
34423         int i being unused when the system has a new iconv.
34424         (iconv_get_length): Same.
34425
34426         * image.c (load_class_names): Cast the second argument to
34427         g_hash_table_insert() to char* to hush compiler warnings about the
34428         arg being a const.
34429         (mono_image_open): Same here.
34430
34431         * socket-io.c: Don't conditionally include sys/filio.h or
34432         sys/sockio.h here anymore since we now get them from
34433         io-layer/io-layer.h
34434         (inet_pton): If the system doesn't support inet_aton, implement
34435         using inet_addr and also #define INADDR_NONE if it isn't defined
34436         by the system.
34437
34438 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
34439
34440         * metadata.c, metadata.h: added function to get packing and size info
34441         of a typedef.
34442         * reflection.h, reflection.c: handle field RVA data. Save info about
34443         the table layout if needed. Assign typedef indexes to all the types
34444         before dumping the info about them to avoid forward reference problems.
34445
34446 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
34447
34448         * socket-io.c (convert_sockopt_level_and_name): ifdef
34449         SO_ACCEPTCONN because it is not defined on my system (old debian)
34450
34451 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
34452
34453         * opcode.c: use stddef.h to get NULL.
34454
34455 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
34456
34457         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
34458         for FIONBIO, FIONREAD and SIOCATMARK.
34459         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
34460         define INADDR_NONE and besides, inet_addr() is deprecated and
34461         should not be used. Use inet_pton() instead - it also has the
34462         added bonus that it can easily handle IPv6 addresses as well.
34463         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
34464
34465 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
34466
34467         * decimal.c: remove _MSC_VER conditional.
34468
34469 2002-02-13  Dick Porter  <dick@ximian.com>
34470
34471         * socket-io.c: 
34472         * icall.c: Internal calls for Blocking, Select, Shutdown,
34473         GetSocketOption and SetSocketOption
34474
34475 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
34476
34477         * assembly.cs: better resolver: use it instead of some kludgy
34478         code.
34479
34480 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
34481
34482         * reflection.c: the best way to speed-up the compiler is to avoid
34483         infinite loops.
34484
34485 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
34486
34487         * class.c (mono_class_vtable): changed the object layout
34488         (obj->vtable->class). 
34489         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
34490
34491 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
34492
34493         * assembly.c: look for assemblies in the assembly dir, too.
34494
34495 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
34496
34497         * class.c: fix thinko in mono_class_from_type().
34498
34499 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
34500
34501         * exception.h, exception.c: added TypeLoadException.
34502         * object.h, object.c: added mono_array_clone ().
34503         * icall.c: handle throwOnError in AssemblyGetType().
34504         Added Array.Clone().
34505         * opcode.h, opcode.c: use a single value for the opcode val.
34506         Compile fix for non-gcc compilers.
34507
34508 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
34509
34510         * opcodes.c, opcodes.h: export interesting info about opcodes.
34511
34512 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
34513
34514         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
34515         icalls. 
34516
34517         * class.c (class_compute_field_layout): set element_class for enums
34518         (mono_class_create_from_typedef): set element_class for normal classes
34519
34520         * icall.c (ves_icall_System_Enum_get_value): impl.
34521
34522         * class.c (mono_class_create_from_typedef): do not set valuetype
34523         flag for System.ValueType and System.Enum
34524
34525 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
34526
34527         * unicode.c (iconv_convert): fix big endian problem.
34528
34529 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
34530
34531         * class.c: add asserts if we are ever going to scribble over memory.
34532         * socket-io.c: not all systems have AF_IRDA defined.
34533
34534 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
34535
34536         * class.c (class_compute_field_layout): do not consider static
34537         fields to compute alignment
34538
34539 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
34540
34541         * appdomain.c (mono_appdomain_get): impl.
34542         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
34543
34544 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
34545
34546         * icall.c: ignore "file://" prefix when loading an assembly.
34547
34548 2002-01-23  Dick Porter  <dick@ximian.com>
34549
34550         * socket-io.c:
34551         * icall.c:
34552         * Makefile.am: Added socket support
34553
34554 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
34555
34556         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
34557         code back.  This should return the assemblies that are loaded by
34558         the runtime on behalf of an application domain. 
34559
34560         The current implementation is still broken, it just returns every
34561         assembly loaded, but until we get real applications domain this
34562         will do.
34563
34564 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
34565
34566         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
34567         AppDomain object.
34568
34569 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
34570
34571         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
34572         the mono_class_from_name lookup.
34573         (ves_icall_get_parameter_info): ditto.
34574         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
34575         method.
34576         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
34577
34578 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
34579
34580         * class.c: load also nested classes on class init.
34581         System.ValueType instance methods gets passed boxed
34582         values, unless methods in derived classed that get a pointer to the
34583         data.
34584         * icall.c: use better name parsing code in GetType().
34585         * image.c, image.h: add mono_image_loaded ().
34586         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
34587         * reflection.c, reflection.h: added mono_reflection_parse_type().
34588
34589 2002-01-22  Veronica De Santis <veron78@interfree.it>
34590
34591         * icall.c : Added mapping of internal calls for Manual and Auto reset events
34592         * threads.c : Added the implementation of internal calls for events
34593         * threads.h : Added prototypes of internal calls for events
34594         
34595 2002-01-21  Radek Doulik  <rodo@ximian.com>
34596
34597         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
34598
34599 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
34600
34601         * class.c (mono_class_init): set min_align to 1 (instead of 0)
34602         (mono_class_value_size): use min_align
34603
34604 2002-01-20  Dick Porter  <dick@ximian.com>
34605
34606         * threads.h:
34607         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
34608         so it compiles on w32.
34609
34610 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
34611
34612         * metadata.c (mono_type_stack_size): impl.
34613
34614         * class.c (mono_class_get_field): impl. memberref token
34615
34616 2002-01-16 Veronica De Santis <veron78@@interfree.it>
34617
34618         * icall.h : Added the internal calls mapping for CreateMutex_internal
34619                     and ReleaseMutex_internal.
34620         * threads.h : Added the prototype of mutexes internal calls.
34621         * threads.c : Added the implementations of mutexes internal calls.
34622
34623 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
34624
34625         * metaparse.h: removed unused file.
34626         * reflection.c, reflection.h: added stream_data_align () function 
34627         to align data in streams and keep stream aligned. Add support for
34628         exception support in method headers.
34629
34630 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
34631
34632         * unicode.c: make iconv_convert () return the number of bytess written
34633         in the output buffer.
34634
34635 2002-01-15  Dick Porter  <dick@ximian.com>
34636         * threads.c: Make the runtime's idea of infinite timeouts coincide
34637         with the class library's
34638
34639         Fix a particularly egregious bug in mono_thread_cleanup(). That
34640         code was so utterly bogus it must have been written on a Monday.
34641
34642 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
34643
34644         * reflection.h: add subtypes field to TypeBuilder.
34645         * reflection.c: encode constants for literal fields.
34646         Handle subtypes. Fix user string token (and add a zero byte)
34647         at the end.
34648         
34649 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
34650
34651         * class.c (mono_class_init): bug fix: assign slot numbers for
34652         abstract methods.
34653
34654 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
34655
34656         * reflection.c: don't try to output a code RVA for abstract methods.
34657         Small fixes for method header format. Output parameter info to the
34658         ParamDef table. Save method overriding info to MethodImpl table.
34659         Fix property support. Allow typedef.extends to be a type in the
34660         building assembly.
34661         * verify.c: fix off-by-one error.
34662
34663 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
34664
34665         * class.c: fix mono_class_from_mono_type () for szarray types.
34666         Remove unused cache check in mono_class_from_type_spec().
34667         * icall.c: *type_from_name () functions handle simple arrays and byref.
34668         * reflection.c: handle byref and szarray types. Handle methods without
34669         body (gets P/Invoke compilation working). Handle types and fields in
34670         get_token ().
34671         * reflection.h: add rank to MonoTypeInfo.
34672
34673 2002-01-10  Dick Porter  <dick@ximian.com>
34674
34675         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
34676         internal calls
34677
34678 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
34679
34680         * icall.c: initialize class in type_from_handle ().
34681         Loop also in parent classes for get_method ().
34682         * reflection.c: properly encode class and valuetype types.
34683         Start on encoding TypeBuilder types. Handle fieldrefs.
34684         Use correct length when registering a user string.
34685         Handle ConstructorBuilder and MonoMethod in get_token ().
34686         Make mono_type_get_object () aware of cached types.
34687         * object.c: back out change to mono_string_new ().
34688
34689 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
34690         * object.c: mono_string_new should return a NULL when the string 
34691         passed in is NULL -- not try to deference it.
34692         
34693 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
34694
34695         * icall.c: hack to make IsSubType work for TypeBuilders.
34696         * reflection.c: emit constructors before methods.
34697         Retrieve param names in mono_param_get_objects().
34698
34699 2002/01/05  Nick Drochak  <ndrochak@gol.com>
34700
34701         * Makefile.am: fix list of headers and sources so automake 1.5
34702         doesn't complain. Removed \# at end of list.
34703
34704 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
34705
34706         * reflection.c: get token for a method ref. Set return type of
34707         constructor to void.
34708         * loader.c: debug message.
34709         * class.c: typo fix.
34710
34711 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
34712
34713         * icall.c: fix array init with rank > 1. FindMembers
34714         loops in parent class as well.
34715         * image.c: do not insert nested types in name cache.
34716         * reflection.c: warning fix.
34717         * reflection.h: add override method (for interface impl).
34718
34719 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
34720
34721         * metadata.c: fix customattr decoding.
34722
34723 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
34724
34725         * rawbuffer.cs: Added native Win32 implementation, avoids using
34726         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
34727
34728 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
34729
34730         * class.c: make the low-level routines handle the cache.
34731
34732 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
34733
34734         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
34735
34736 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
34737
34738         * class.c: fix mono_array_element_size() for objects.
34739         * class.h, class.c: add properties to MonoClass and load them
34740         at init time.
34741         * icall.c: check with isinst() when assigning a value to an array
34742         instead of requiring the classes to match exactly.
34743         Implemented icall for System.Type::GetType().
34744         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
34745         enums. Handle bindingflags when looking for methods and fields.
34746         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
34747         and mono_metadata_methods_from_property().
34748         * reflection.h, reflection.c: added structures for propreties,
34749         parameters and enums. Implemented mono_property_get_object() and
34750         mono_param_get_objects().
34751
34752 2001-12-18  Dick Porter  <dick@ximian.com>
34753
34754         * file-io.c: Use mono_string_to_utf16() instead of
34755         mono_string_chars()
34756
34757         * object.c: Added mono_string_to_utf16(), which copies the non
34758         NULL-terminated MonoString into a new double-null-terminated
34759         buffer.
34760
34761 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
34762
34763         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
34764
34765 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
34766
34767         * file-io.c: raise exceptions if handle is invalid.
34768
34769 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
34770
34771         * assembly.c: yet another check for mscorlib.
34772         * class.c, class.h: load nesting info for classes.
34773         * icall.c: many new functions to support the Reflection classes.
34774         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
34775         * reflection.h, reflection.c: mono_image_create_token(),
34776         mono_assembly_get_object(), mono_type_get_object(),
34777         mono_method_get_object(), mono_field_get_object(): methods to return
34778         objects that parallel the C representation of assemblies, types,
34779         methods, fields.
34780
34781 2001-12-11  Dick Porter  <dick@ximian.com>
34782
34783         * icall.c:
34784         * file-io.c: Internal calls for file IO.
34785
34786 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
34787
34788         * tabledefs.h: missing FileAttributes.
34789         * verify.h, verify.c: use is_valid_string () to simplify and check for
34790         valid strings more correctly. Fix warnings and speeling.
34791         Check more tables: Filed, File, ModuleRef, StandAloneSig.
34792         Check code: branches, maxstack, method calls.
34793
34794 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
34795
34796         * object.c (mono_object_allocate): removed static, so that the jit
34797         can allocate value types.
34798
34799         * icall.c (ves_icall_System_DateTime_GetNow): impl.
34800
34801 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
34802
34803         * class.c: init enum types right away and register the
34804         token->MonoClass map in mono_class_create_from_typedef ().
34805         * verify.h, verify.c: first cut of the verifier.
34806         * pedump.c: add --verify switch to verify metadata tables.
34807         * tabledefs.h: add some missing enums.
34808
34809 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
34810
34811         * class.c (mono_install_runtime_class_init): impl.
34812         (mono_class_init): renamed mono_class_metadata_init to
34813         mono_class_init, also removed the metadata_inited flag
34814
34815         * object.c (mono_object_isinst): use faster algorithm
34816
34817 2001-11-30  Radek Doulik  <rodo@ximian.com>
34818
34819         * mono-endian.h: reverted last change
34820         added function prototypes
34821
34822         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
34823         add mono-endian.c back
34824
34825         * mono-endian.c: returned back, as Paolo pointed out, it's needed
34826         for unaligned access, I've mistaked it with endianess. I am
34827         sorry.
34828         (mono_read16): fix reverted endianess
34829         (mono_read64): ditto
34830         (mono_read32): ditto
34831
34832 2001-11-30  Dick Porter  <dick@ximian.com>
34833
34834         * exception.c: Implement mono_exception_from_name()
34835
34836 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
34837
34838         * metadata.h, metadata.c: remove params_size and locals_size and their
34839         calculation from the metadata code: they are only usefult to the
34840         interp.
34841
34842 2001-11-29  Radek Doulik  <rodo@ximian.com>
34843
34844         * object.c (mono_ldstr): swap bytes here, it's probably not the
34845         best place, but works for me now, I'll redo it once I know mono
34846         better, also note that I add PROT_WRITE and don't reset back, also
34847         note that it's only affects big endians, so x86 should be OK
34848
34849         * mono-endian.h (read16): use just glib macros for both endians
34850
34851         * mono-endian.c: removed as glib macros are used in in
34852         mono-endian.h so we don't need to care about endianess for read
34853         macros as glib does that for us already
34854
34855 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
34856
34857         * class.h, class.h: take minimum alignment into consideration so
34858         that the fields of a class remain aligned also when in an array.
34859
34860 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
34861
34862         * loader.h, loader.c: add mono_method_get_param_names().
34863         * class.c: 0-init class fields.
34864
34865 2001-11-26  Dick Porter  <dick@ximian.com>
34866
34867         * icall.c:
34868         * threads-types.h:
34869         * threads.c: New file that handles System.Threading on all platforms
34870
34871         * object.c: 
34872         * object.h: Remove the synchronisation struct from MonoObject,
34873         replace it with a pointer that gets initialised on demand
34874
34875         * Makefile.am: Replace all the system-specific threading code with
34876         a single file that uses the new wrapper library
34877
34878 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
34879
34880         * class.c, class.h: add mono_install_trampoline() so that the runtime
34881         can register a function to create a trampoline: removes the ugly
34882         requirement that a runtime needed to export arch_create_jit_trampoline.
34883         * object.h, object.c: added mono_install_handler() so that the runtime
34884         can install an handler for exceptions generated in C code (with
34885         mono_raise_exception()). Added C struct for System.Delegate.
34886         * pedump.c: removed arch_create_jit_trampoline.
34887         * reflection.c: some cleanups to allow registering user strings and
34888         later getting a token for methodrefs and fieldrefs before the assembly
34889         is built.
34890         * row-indexes.h: updates and fixes from the new ECMA specs.
34891
34892 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
34893
34894         * class.h, class.c: add enum_basetype field to MonoClass.
34895         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
34896         to get index in the constant table reated to a field, param or
34897         property.
34898         * reflection.h, reflection.c: handle constructors. Set public-key and
34899         version number of the built assembly to 0.
34900         * row-indexes.h: update from new ECMA spec.
34901
34902 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
34903
34904         * class.h, class.c: add a max_interface_id to MonoClass.
34905         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
34906         since it's used to do that. Added mono_type_type_from_obj().
34907         Make GetType() return NULL instead of segfaulting if the type was not
34908         found. Handle simple arrays in assQualifiedName.
34909         * object.h: add a struct to represent an Exception.
34910         * reflection.c: output call convention in method signature.
34911         Add code to support P/Invoke methods and fixed offsets for fields.
34912
34913 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
34914
34915         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
34916         the value.
34917         * icall.c: use mono_array_addr instead of array->vector: fixes the
34918         reflection image writing.
34919         * reflection.c: init call convention byte to 0 in method signature.
34920         Encode the property signature. Don't output property-related methods
34921         twice. Really process the properties for a type (don't cast a field to
34922         a property, my mom always told me that).
34923         Fix 64 bit issues in pointer alignment in a different and more
34924         readable way.
34925
34926 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
34927
34928         * loader.h: Removed type class from MonoDefaults, added monotype
34929
34930         * loader.c: Loaded MonoType, removed loading of Type
34931
34932         * icall.c (my_mono_new_object): Now returns a System.MonoType,
34933         and fills in System.Type._impl with a RuntimeTypeHandle rather
34934         than the actual MonoClass *
34935
34936         (ves_icall_type_from_handle): change from type_class to
34937         monotype_class
34938
34939         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
34940         implemented
34941
34942         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
34943         implemented
34944
34945         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
34946
34947         (ves_icall_System_Reflection_Assembly_GetType): implemented
34948
34949         (ves_icall_System_MonoType_assQualifiedName): implemented
34950
34951         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
34952
34953 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
34954
34955         * assembly.c (mono_assembly_open): Implement a cache for the
34956         assemblies. 
34957
34958         (mono_assembly_close): only destroy the assembly when the last
34959         reference is gone.
34960         
34961 2001-11-09  Dick Porter  <dick@ximian.com>
34962
34963         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
34964
34965 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
34966
34967         * class.c (mono_class_metadata_init): bug fix: compute the right slot
34968
34969 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
34970
34971         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
34972         from Martin Weindel.
34973         * object.h: add mono_string_chars ().
34974
34975 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
34976
34977         * reflection.c (build_compressed_metadata): Eliminates warnings
34978         and uses 64-bit clean code.
34979
34980         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
34981         (mono_type_equal): Change signature to eliminate warnings.
34982
34983 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
34984
34985         * icall.c, loader.c: remove the internalcall array constructors.
34986         Changes to match the new MonoArray structure.
34987         * object.h, object.c: an array object doesn't allocate an extra
34988         vector. Add mono_array_new_full () to create jagged arrays easily.
34989
34990 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
34991
34992         * metadata.h, metadata.c: add mono_metadata_field_info () to
34993         retreive all the info about a field from vairous tables.
34994         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
34995         * class.h, class.c: augment MonoClassField with more info.
34996         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
34997         policy and load a field's RVA if needed.
34998
34999 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
35000
35001         * class.c (mono_class_metadata_init): create a trampoline for all
35002         virtual functions instead of actually compiling them.
35003
35004 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
35005
35006         * class.h, class.c: include name in MonoClassField.
35007         * class.c: fix fundamental type of System.Object and System.String.
35008         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
35009         tokens in ldtoken.
35010         * icall.c: remove internalcalls for the Reflection stuff that is now
35011         done in C# code.
35012         * loader.c: mono_field_from_memberref () implementation.
35013         * mono-endian.c: thinko (s/struct/union/g).
35014         * object.c, object.h: make the mono_string_* prototypes actually use
35015         MonoString instead of MonoObject.
35016         * reflection.c, reflection.h: updates for changes in the reflection
35017         code in corlib: we use C structures that map to the actual C# classes.
35018         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
35019         fat method header if needed and use the info from the ILGenerator for
35020         methods. Handle fields in types. Misc fixes.
35021
35022 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
35023
35024         * class.c (mono_class_metadata_init): bug fix: always allocate
35025         space for static class data
35026
35027 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
35028
35029         * class.c (mono_compute_relative_numbering): use relative
35030         numbering to support fast runtime type checks.
35031
35032 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
35033
35034         * class.c (mono_class_create_from_typeref): added debugging output
35035         to print class name when MonoDummy is returned instead of real class
35036
35037 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
35038
35039         * class.c (mono_class_metadata_init): interface offset table now
35040         contains pointers into the vtable - this is more efficient for the jit
35041
35042 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
35043
35044         * class.c (mono_class_metadata_init): use a temporary vtable (the
35045         old algorithm only worked for the interpreter, but not for the jit)
35046
35047 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
35048
35049         * loader.c (method_from_memberref): use mono_class_get to get the
35050         class of an array instead of using System.Array directly.
35051         (mono_get_method): also add MEMBERREF methods to the method cache
35052         which usefull for arrays.
35053
35054 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
35055
35056         * pedump.c (arch_compile_method): added to compute vtable entry
35057
35058         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
35059         number of interfaces.
35060         
35061         * class.h: merged MonoArrayClass into MonoClass
35062
35063         * class.c (mono_class_create_from_typedef): compute the vtable size and
35064         allocate space to include the vtable inside MonoClass
35065         (mono_class_metadata_init): initialize the vtable
35066
35067 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
35068
35069         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
35070         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
35071         * image.c: endian fixes by Laurent Rioux.
35072         * object.h, object.c: rename MonoStringObject to MonoString and
35073         MonoArrayObject to MonoArray. Change some function names to conform to
35074         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
35075         guint16* as first argument, so don't use char*.
35076         Provide macros to do the interesting things on arrays in a portable way.
35077         * threads-pthread.c: updates for the API changes and #include <sched.h>
35078         (required for sched_yield()).
35079         * icall.c: updates for the API changes above.
35080         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
35081         platforms that need them.
35082
35083 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
35084
35085         * class.c: set the correct type for all the fundamental
35086         type when loading the class.
35087
35088 2001-10-05  Dick Porter  <dick@ximian.com>
35089
35090         * threads-pthread.c (pthread_mutex_timedlock): Simple
35091         compatibility version for C libraries that lack this call.
35092
35093 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
35094
35095         * class.c: MonoTypes stored in MonoClass are stored as
35096         fundamental MonoTypes when the class represents a
35097         fundamental type (System.Int32, ...).
35098         The TypeHandle return by ldtoken is a MonoType*.
35099         * icall.c: ves_icall_get_data_chunk () write out all the
35100         PE/COFF stuff. Implement ves_icall_define_method (),
35101         ves_icall_set_method_body (), ves_icall_type_from_handle ().
35102         * image.c: properly skip unknown streams.
35103         * loader.h, loader.c: add type_class to mono_defaults.
35104         * metadata.c, metadata.h: export compute_size () as
35105         mono_metadata_compute_size () with a better interface.
35106         Typo and C&P fixes.
35107         * pedump.c: don't try to print the entry point RVA if there is no entry point.
35108         * reflection.c, reflection.h: many cleanups, fixes, output method
35109         signatures and headers, typedef and typeref info, compress the metadata
35110         tables, output all the heap streams, cli header etc.
35111         * row-indexes.h: typo fixes.
35112
35113 2001-10-04  Dick Porter  <dick@ximian.com>
35114
35115         * object.h: Add a synchronisation mutex struct to MonoObject
35116
35117         * object.c (mono_new_object): Initialise the object
35118         synchronisation mutexes
35119
35120         * icall.c: System.Threading.Monitor internal calls
35121         
35122         * threads-pthread.h:
35123         * threads-pthread.c: System.Threading.Monitor internal calls
35124
35125         * threads-types.h: New file, includes the system-specific thread
35126         structures
35127         
35128         * threads-pthread-types.h:
35129         * threads-pthread-types.c: New files, handle pthread-specific
35130         synchronisation types
35131
35132         * threads-dummy-types.h: 
35133         * threads-dummy-types.c: New files of dummy support for
35134         thread-specific types
35135
35136         * metadata.c:
35137         * image.c:
35138         * pedump.c: include mono-endian.h not endian.h
35139         
35140         * Makefile.am: More threads files.
35141         Name mono-endian.h not endian.h
35142
35143 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
35144
35145         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
35146         stuff and implement a few more bits.
35147         * icall.c: a field needs to be dereferenced twice. Do not use the same
35148         name for two variables in the same scope.
35149         * image.c, image.h: cleanups.
35150
35151 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
35152
35153         * class.c (mono_class_metadata_init): bug fix: compute the right size
35154
35155 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
35156
35157         * icall.c: implemented some of the Reflection internalcalls.
35158         * image.c, image.h: start writing out the PE/COFF image.
35159         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
35160         that does the reverse than decode_blob_size ().
35161         * object.c: use mono_metadata_encode_value (). Move here
35162         temporary implementation of mono_string_to_utf8 ().
35163         * rawbuffer.c: make malloc_map static.
35164
35165 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
35166
35167         * metadata.c: fix type comparison for arrays.
35168         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
35169         Added a couple of new classes to monodefaults.
35170         * icall.c: added a couple of Reflection-related internalcalls.
35171         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
35172         Added a byval_arg MonoType to MonoClass.
35173
35174 2001-09-28  Dick Porter  <dick@ximian.com>
35175
35176         * icall.c:
35177         * threads-pthread.h: 
35178         * threads-pthread.c: Implemented internal calls for
35179         LocalDataStoreSlot operations.  Applied mutexes around all shared
35180         data.  Reworked the thread creation and Start() operations to
35181         avoid a race condition.
35182         
35183         * threads-dummy.h:
35184         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
35185
35186 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
35187
35188         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
35189
35190 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
35191
35192         * class.c, loader.c: warn and return NULL instead of erroring out.
35193         * icall.c: added System.AppDomain::getCurDomain().
35194         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
35195
35196 2001-09-25  Dick Porter  <dick@ximian.com>
35197
35198         * threads-pthread.h:
35199         * threads-pthread.c: Implemented timed thread joining and added
35200         System.Threading.Thread::Join_internal internal call
35201
35202         * icall.c: Added System.Threading.Thread::Join_internal internal call
35203
35204         * threads-dummy.h:
35205         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
35206
35207 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
35208
35209         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
35210         mono_string_intern () to implement the semantics of the ldstr opcode
35211         and the interning of System.Strings.
35212         * icall.c: provide hooks to make String::IsIntern and String::Intern
35213         internalcalls.
35214
35215 2001-09-23  Dick Porter  <dick@ximian.com>
35216
35217         * threads-dummy.c: 
35218         * threads-dummy.h: New files of dummy threading routines
35219
35220         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
35221         support code based on system specifics
35222
35223         Rename PTHREAD_LIBS to THREAD_LIBS
35224         
35225 2001-09-23  Dick Porter  <dick@ximian.com>
35226
35227         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
35228         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
35229         internal calls.
35230         (mono_thread_init): Set up a Thread object instance to return when
35231         the main thread calls Thread.CurrentThread
35232         (mono_thread_cleanup): Wait for all subthreads to exit
35233
35234         * icall.c: New internal calls for System.Threading.Thread::Sleep
35235         (including Schedule) and CurrentThread
35236
35237         * threads.h: New file, to insulate thread-specific stuff from the
35238         rest of the code
35239
35240 2001-09-21  Dick Porter  <dick@ximian.com>
35241
35242         * threads-pthread.h: 
35243         * threads-pthread.c: New file, for handling pthreads-style
35244         threading support.  Start() now starts a new thread and executes
35245         the ThreadStart delegate instance.
35246
35247         * icall.c: Added the internalcall for
35248         System.Threading.Thread::Start_internal
35249
35250         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
35251
35252 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
35253
35254         * loader.c: work around the different signatures for delegates
35255         constructors csc generates in compiled code vs the ones compiled in mscorlib.
35256
35257 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
35258
35259         * class.h, class.c: add mono_class_get_field_from_name ().
35260         * *: Fix C comments and other ANSI C issues.
35261
35262 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
35263
35264         * endian.h, assembly.c: fix some endianness issues.
35265
35266 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
35267
35268         * loader.h, load.c: add delegate_class to mono_defaults.
35269         Handle runtime provided methods in mono_get_method ().
35270
35271 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
35272
35273         * loader.c (mono_get_method): use pinvoke for internal call
35274
35275         * icall.c: use pinvoke for internal call
35276
35277         * loader.c (method_from_memberref): set the method name
35278
35279 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
35280
35281         * metadata.c: help the compiler generate better code for
35282         mono_class_from_mono_type ().
35283
35284 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
35285
35286         * class.c (mono_class_metadata_init): delayed computing of the
35287         class size to mono_class_metadata_init ()
35288
35289 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
35290
35291         * class.c, class.h: add an interfaces member to MonoClass.
35292         * image.c, image.h: add assembly_name field to MonoImage
35293         from the assembly table.
35294         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
35295
35296 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
35297
35298         * class.c: Handle Array in mono_class_from_mono_type ().
35299         * metadata.c, pedump.c: some endian fixes.
35300
35301 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
35302
35303         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
35304         * metadata.c: fix small problem introduced with the latest commit.
35305
35306 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
35307
35308         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
35309         We don't need a MonoMetadata pointer anymore to compare signatures in
35310         mono_metadata_signature_equal (), update callers.
35311         Reduced memory usage an number of allocations for MonoMethodHeader and
35312         MonoMethodSignature.
35313
35314 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
35315
35316         * metadata.c: added compare for szarray.
35317
35318 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
35319
35320         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
35321         and add a couple more types to it and mono_defaults. Give an hint on
35322         classes that need implementing in our corlib and are referenced
35323         in mscorlib.
35324
35325 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
35326
35327         * class.h, class.c: keep track if a class is also an Enum.
35328         * loader.c: Implement a couple more types for use in libffi
35329         marshalling. Gives better diagnostics when failing to dlopen
35330         a library. Set method->klass for P/Invoke methods, too.
35331
35332 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
35333
35334         * class.c, class.h: add a MonoType this_arg to MonoClass that
35335         represents a pointer to an object of the class' type that
35336         can be used by the interpreter and later the type cache.
35337         Add best guess alignment info for valuetype objects.
35338
35339 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
35340
35341         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
35342         into MonoType: one less level of indirection and allocation and
35343         simplifies quite a bit of code. Added cache for MonoTypes that are
35344         used frequently, so that we don't need to allocate them all the time.
35345
35346 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
35347
35348         * class.c (mono_class_create_from_typedef): System.Enum is also a
35349         value type, although it does not derive from System.ValueType
35350         (maybe a bug in the ms compiler?)
35351
35352         * metadata.c (mono_type_size): return the right size for value types
35353
35354         * loader.c (mono_get_method): only initialize method header if not abstract
35355
35356         * class.c (mono_class_from_mono_type): use mono_default values. 
35357
35358 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
35359
35360         * *: use MonoClass pointers instead of <type_tokens>
35361         
35362         * class.h: new flag: metadata_inited.
35363
35364         * class.c (mono_class_metadata_init): impl.
35365         (mono_class_instance_size): impl.
35366         (mono_class_data_size): impl.
35367
35368 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
35369
35370         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
35371         MonoClass now has the name and name_space fields. 
35372         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
35373         mono_get_method () takes and optional MonoClass as argument.
35374         Removed mono_typedef_from_name() and added mono_class_token_from_name()
35375         instead that takes advantage of a map from class names to typedef
35376         tokens in MonoImage.
35377
35378 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
35379
35380         * metadata.c: zero is not a valid alignment boundary.
35381         Merge MONO_TYPE_VOID in default decoding code.
35382
35383 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
35384
35385         * image.h: merged MonoMetadata into MonoImage
35386
35387         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
35388         identify the type of elements.
35389
35390 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
35391
35392         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
35393         * cil-coff.h: split MonoMSDOSHeader and add size info.
35394         * image.c: add some consistency checks.
35395         * metadata.c: fix row size computation: one programmer
35396         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
35397         add explanation for the locator routine.
35398         Fix decoding of size in method header.
35399         
35400 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
35401
35402         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
35403         (g_concat_dir_and_file): Bring g_concat_dir_and_file
35404         function from gnome-libs.  This uses the right path separator
35405         based on the OS, and also works around a bug in some systems where
35406         a double slash is not allowed. 
35407         (default_assembly_name_resolver): Use g_concat_dir_and_file
35408         (mono_assembly_open): ditto.
35409
35410 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
35411
35412         * metadata.c (mono_metadata_signature_equal): impl.
35413
35414         * *: void is now a realy MonoType (instead of using NULL)
35415         
35416         * metadata.c (do_mono_metadata_parse_type): use
35417         mono_metadata_parse_type to parse void value.
35418
35419 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
35420
35421         * metadata.c, metadata.h: in the signature and method header store
35422         only the space required for holding the loca vars and incoming arguments.
35423
35424 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
35425
35426         * metadata.c (do_mono_metadata_parse_type): treat void like any
35427         other type (instead of assigning NULL);
35428
35429 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
35430
35431         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
35432
35433 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
35434
35435         * image.c (do_mono_image_open): added a cache for arrays.
35436
35437 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
35438
35439         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
35440         decode a single column from a row in a metadata table and changes
35441         to take advantage of it in the typedef locator (gives a nice speed up).
35442         Store offset info for function params.
35443
35444 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
35445
35446         * image.h (MONO_IMAGE_IS_CORLIB): removed 
35447
35448 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
35449
35450         * assembly.c: how could mono_assembly_close () had ever worked?
35451         * metadata.c, metadata.h: provide offset info for local vars.
35452         Implement mono_type_size () to take care of alignment as well
35453         as size (it was mono_field_type_size in cli/class.c before).
35454
35455 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
35456
35457         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
35458
35459         * assembly.h (CORLIB_NAME): set to corlib.dll
35460
35461         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
35462
35463 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
35464
35465         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
35466         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
35467         tokentype.h: massive namespace cleanup.
35468
35469 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
35470
35471         * metadata.h, metadata.c: decode exception clauses when parsing method header.
35472
35473 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
35474
35475         * metadata.c (mono_metadata_free_type): added check for type !=
35476         NULL (void) before calling mono_metadata_free_type()
35477
35478 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
35479
35480         * metadata.h, row_indexes.h: added header with enumerations to use
35481         to index in the columns from tables in metadata and to decode coded
35482         tokens: we should start using this instead of embedding magic numbers
35483         all over the code.
35484
35485 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
35486
35487         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
35488         Move metadata_t info from cli_image_info_t to MonoImage, where
35489         it's easily accessible. Changed all the uses accordingly.
35490         Added the method and class caches to MonoImage.
35491         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
35492         and mono_metadata_decode_value () signature to be more consistent
35493         with the other parse functions (and simplify code). Taken advantage
35494         of zero-length array allocation with GCC. Removed reduntant (and
35495         wrong) MonoFieldType struct and use MonoParam instead. Changed
35496         mono_metadata_parse_field_type () to use common code for parsing.
35497         Added mono_metadata_typedef_from_field () and
35498         mono_metadata_typedef_from_method () to lookup a typedef index from a
35499         field or method token.
35500         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
35501
35502 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
35503
35504         * metadata.c (mono_metadata_parse_field_type): Implement. 
35505         (do_mono_metadata_parse_type): Split engine from
35506         mono_metadata_parse_type, so that we can create smaller structures
35507         for things that just have one pointer to the MonoType (look at
35508         the MonoFieldType)
35509
35510 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
35511
35512         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
35513         as Jan Gray found out, it is incorrect. 
35514
35515 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
35516
35517         * assembly.c: Implement asssembly loading.  This loads an image
35518         and loads all the referenced assemblies.  Come to think of it, we
35519         could always do lazy loading of the assemblies. 
35520
35521         * image.c (mono_image_open): Keep loaded images in a hashtable.
35522
35523         * image.h (MonoImage): Add reference count.
35524
35525 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
35526
35527         * assembly.c (mono_assembly_open): Keep track of the file name in
35528         case the assembly has no ASSEMBLY table.
35529
35530         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
35531         from get.c here.
35532
35533 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
35534
35535         * metadata.c, metadata.h: decode local vars in method header
35536         parse function. Change callers accordingly.
35537
35538 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
35539
35540         * metadata.h, cil-coff.h: protect against multiple inclusion.
35541         Added some new structures to hold information decoded from metadata:
35542         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
35543         and relevant decoding/free functions.
35544         * metadata.c: implement decoding functions. Add warning for out of bounds
35545         index in mono_metadata_locate(). Implement mono_get_method () to retreive
35546         all the info about a method signature and invocation. Remove check on
35547         uninitialized local var in parse_mh() and fix memory leak.
35548
35549 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
35550
35551         * metadata.h: More macros.
35552
35553         * tokentype.h: New file.
35554
35555 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
35556
35557         * assembly.c: added a consistency check and initialize
35558         some structures with g_new0().
35559         * metadata.c: fixed a couple more bugs in table size computation
35560         and add other checks for out-of bound access to metadata.
35561
35562 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
35563
35564         * metatada.c: fix bugs computing table sizes. Spew a
35565         warning when index in string heap is out of bounds.
35566
35567 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
35568
35569         * metadata.h: Add a couple of macros to manipulate tokens. 
35570
35571 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
35572
35573         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
35574         cli_section_tables).
35575
35576 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
35577
35578         * metadata.c (mono_metadata_user_string): New function, provides
35579         access to the UserString heap. 
35580
35581 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
35582
35583         * metadata.c: Add inline documentation.
35584
35585 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
35586
35587         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
35588         files. 
35589
35590 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
35591
35592         * typeattr.h: New file, TypeAttribute flags. 
35593
35594 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
35595
35596         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
35597         mono_assembly_ensure_section): Section loading code.
35598         (load_section_tables): Load the sections.
35599
35600         * mono/metadata/metadata.c (mono_metadata_locate_token,
35601         mono_metadata_locate): Functions to locate the information
35602         definition given a token or a table and an index.
35603         (mono_metadata_compute_table_bases): New.
35604         (compute_size): New function to compute the sizes of the various
35605         tables.
35606
35607         * mono/metadata/metadata.h: Finish listing the different index
35608         types. 
35609
35610         * mono/metadata/pedump.c: Improve to dump new information.
35611
35612 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
35613
35614         * mono/metadata/metadata.c: Entered all the tables matching
35615         Beta2. 
35616
35617         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
35618
35619
35620
35621