2010-01-25 Marek Habersack <mhabersack@novell.com>
[mono.git] / mono / metadata / ChangeLog
1 2010-01-25  Zoltan Varga  <vargaz@gmail.com>
2
3         * icall.c (ves_icall_System_Array_SetValueImpl): Handle nullable types correctly.
4         Fixes #573322.
5
6 2010-01-23  Mark Probst  <mark.probst@gmail.com>
7
8         * sgen-pinning.c (evacuate_pin_staging_area): Don't assume
9         pin_staging_area_index is greater than 0.
10
11 2010-01-22 Miguel de Icaza (miguel@novell.com)
12
13         * loader.c: Since we do nothing with the error returned, pass NULL
14         to ignore the error.
15
16 2010-01-21  Rodrigo Kumpera  <rkumpera@novell.com>
17
18         * reflection.c (typebuilder_setup_fields): Pretend field setup already
19         happened before starting to encode the actual fields. This avoid ciclic
20         dependencies and eventual crashes.
21
22         Fixes #572660.
23
24 2010-01-21  Mark Probst  <mark.probst@gmail.com>
25
26         * sgen-gc.c, gc-internal.h, object.c: Make string allocation
27         atomic and remove the half-constructed hack in SGen.
28
29 2010-01-21  Rodrigo Kumpera  <rkumpera@novell.com>
30
31         * metadata-verify.c (parse_generic_inst): Fail a type signature if it 
32         has a recursive reference to itself.
33
34         Fixes #571863.
35
36 2010-01-21  Rodrigo Kumpera  <rkumpera@novell.com>
37
38         * loader.c (mono_method_signature): Fix error message.
39
40 2010-01-21  Mark Probst  <mark.probst@gmail.com>
41
42         * sgen-gc.c: Reuse to-space sections between nursery collections.
43
44 2010-01-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
45
46         * icall.c: don't raise AppDomain.TypeResolve when the type is loaded
47         from the current assembly or mscorlib. Fixes bug #322957.
48
49 2010-01-20  Zoltan Varga  <vargaz@gmail.com>
50
51         * marshal.c: Calculate the target class of the delegete invoke wrappers using
52         get_wrapper_target_class.
53
54 2010-01-19  Mark Probst  <mark.probst@gmail.com>
55
56         * sgen-gc.c: Fix warnings.
57
58 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
59
60         * verify.c (store_local): Better error message.
61
62 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
63
64         * object.c (mono_object_get_virtual_method): Handle generic interfaces with variant
65         arguments.
66
67 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
68
69         * icall.c (ves_icall_Remoting_RemotingServices_GetVirtualMethod): This
70         function is generics variance aware.
71
72 2010-01-19  Sebastien Pouliot  <sebastien@ximian.com>
73
74         * security-core-clr.c (mono_security_core_clr_can_access_internals):
75         Handle the case where 'basedir' can be NULL (e.g. SRE assemblies)
76
77 2010-01-19  Sylvain Dupont <duposyl@gmail.com>
78
79         * cominterop.c marshal.c: Added support for marshalling in, in/byref,
80           in/out, in/out/byref parameters of type SAFEARRAY[VARIANT].
81
82         Code is contributed under MIT/X11 license.
83
84 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
85
86         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition): Handle inflated generic methods
87         on a GTD.
88
89 2010-01-19  Zoltan Varga  <vargaz@gmail.com>
90
91         * marshal.c (mono_marshal_wrapper_info_from_wrapper): New helper function to
92         return a point to a wrapper specific info structure describing the wrapper.
93         (mono_marshal_get_array_address): Store the rank+elem_size in the wrapper info.
94  
95 2010-01-18  Mark Probst  <mark.probst@gmail.com>
96  
97         * sgen-gc.c: Make minor collection section allowance adaptive,
98         depending on the amount of memory reclaimed in the last major
99         collection.  If more memory was reclaimed (i.e. more garbage
100         produced), do the next collection earlier.
101
102 2010-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
103
104         * metadata-verify.c (parse_type): Fail a type signature if it has a recursive reference
105         to itself.
106
107         * metadata-verify.c (mono_verifier_verify_typespec_signature): Change signature to take
108         the token as parameter.
109
110         * verify-internals.h: Ditto.
111
112         * metadata.c (mono_type_create_from_typespec): Pass token to verifier.
113
114         Fixes #571460.
115
116 2010-01-18  Mark Probst  <mark.probst@gmail.com>
117
118         * sgen-gc.c: Make store_remset_buffer_index long.
119
120 2010-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
121
122         * class.c (mono_class_from_typeref): Fail loading of self-referencing typeref tokens.
123
124         Fixes #569579.
125
126 2010-01-18  Zoltan Varga  <vargaz@gmail.com>
127
128         * sgen-gc.c (mono_gc_base_init): Add 'conservative_stack_mark' option to turn
129         off precise marking if it is available.
130         (mono_gc_get_bitmap_for_descr): Fix the handling of run length descriptors.
131
132 2010-01-17  Zoltan Varga  <vargaz@gmail.com>
133
134         * sgen-gc.c (mono_gc_conservatively_scan_area): Resurrect this.
135
136         * sgen-pinning.c (evacuate_pin_staging_area): Don't assert if there are no
137         pinned objects.
138
139         * sgen-gc.c (create_allocator): Add the missing n > MONO_ARRAY_MAX_INDEX check
140         to the array allocator.
141
142 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
143
144         * generic-sharing.c (instantiate_other_info): Don't create ftnptr's from the
145         result of mono_compile_method (), it already includes an ftnptr.
146
147 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
148
149         * metadata.c (get_image_set): Remove an assert which can happen in normal use.
150
151 2010-01-15  Zoltan Varga  <vargaz@gmail.com>
152
153         * metadata.c (mono_metadata_str_hash): New helper function to compute a stable
154         hash value which doesn't depend on glib/eglib versions.
155         (mono_metadata_type_hash): Use it.
156
157         * object.c (mono_method_get_imt_slot): Ditto.
158
159 2010-01-14  Rodrigo Kumpera  <rkumpera@novell.com>
160
161         * class.c (mono_type_has_exceptions): Check the generic instance. It can fail
162         independently of the GTD.
163
164         * class.c (mono_class_setup_fields): Fail if field has negative offset.
165
166         * class.c (mono_class_setup_fields): Fail if valuetype has zero size. Add sizeof(MonoObject)
167         to the upper limit since instance_size includes this amount.
168
169         * class.c (mono_class_layout_fields): Check if the types of the static fields have failed.
170
171         Fixes #569544.
172
173 2010-01-14  Zoltan Varga  <vargaz@gmail.com>
174
175         * object.c (build_imt_slots): Compute the vtable slot correctly for interfaces
176         with static methods.
177
178         * object.c (build_imt_slots): Avoid asserting when static methods are
179         encountered in an interface.
180
181 2010-01-13  Mark Probst  <mark.probst@gmail.com>
182
183         * sgen-gc.c (to_space_expand): Fix assertion.
184
185 Wed Jan 13 15:42:28 CET 2010 Paolo Molaro <lupus@ximian.com>
186
187         * string-icalls.c: missing declaration fixes.
188         * sgen-gc.c: portability fixes.
189
190 2010-01-12  Rodrigo Kumpera  <rkumpera@novell.com>
191
192         * class.c (mono_class_get_implemented_interfaces): Now take a MonoError argument.
193
194         * class.c:
195         * cominterop.c:
196         * icall.c:
197         * object.c: 
198         * class-internals.h: Adjust for new signature of mono_class_get_implemented_interfaces.
199
200 2010-01-12  Rodrigo Kumpera  <rkumpera@novell.com>
201
202         * class.c (mono_class_setup_interfaces): Now take a MonoError argument and
203         it can fail loading the type.
204
205         * class.c: Add mono_class_inflate_generic_class_checked.
206
207         * class.c:
208         * verify.c:
209         * class-internals.h: Adjust for new signature of mono_class_setup_interfaces.
210
211 2010-01-11  Zoltan Varga  <vargaz@gmail.com>
212
213         * loader.c (mono_method_signature_checked): New internal function taking an
214         MonoError argument.
215
216         * socket-io.c (AI_ADDRCONFIG): Applied patch from John Lightsey (jd@cpanel.net).
217         Fixes build on rh 7.3.
218
219 2010-01-10  Aaron Bockover  <abockover@novell.com>
220
221         * assembly.c (mono_set_rootdir): Support finding the mono paths on OS X
222         at runtime in the same way as on Windows, which yields a relocatable
223         Mono. Uses dyld's _NSGetExecutablePath and realpath to resolve the path
224         of the running mono process.
225
226         On TARGET_ARM, fallback () will always be executed.
227
228 2010-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
229
230         * icall.c (ves_icall_Type_GetInterfaceMapData): This function is generics variance aware.
231
232 2010-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
233
234         * class.c (mono_class_is_assignable_from_slow): Support variant
235         generic delegates.
236
237         * class.c (mono_class_implement_interface_slow): Support types with
238         variant generic arguments.
239
240 2010-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
241
242         * verify.c: Remove some code duplication.
243
244 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
245
246         * object.c: Update docs.
247
248 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
249
250         * object.c (add_imt_builder_entry): Improve DEBUG_IMT spew.
251
252         * object.c (build_imt_slots): Interfaces with variant generic arguments use the
253         fallback trampoline as well.
254
255         * class.c (mono_class_interface_offset_with_variance): Add new non_exact_match
256         out argument that is set to TRUE if the match was direct. 
257
258         * class.c (mono_class_is_assignable_from): Delegates require variance testing as well.
259
260         * class-internal.h: Update prototype of mono_class_interface_offset_with_variance.
261
262 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
263
264         * class.c: Add mono_class_interface_offset_with_variance function that does same
265         as mono_class_interface_offset but takes variance into account.
266
267         * class-internal.h: Export mono_class_interface_offset_with_variance.
268
269         * object.c: Fix and improve DEBUG_IMT. Added an assert for IMT thunk building.
270
271 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
272
273         * object.c:
274         * icall.c:
275         * class.c: Add some FIXME for due to variant generic arguments.
276
277         object.c (mono_object_isinst_mbyref): Interfaces with variant generic arguments
278         can't use the simple bitfield check, so call mono_class_is_assignable_from if
279         the bitfield check fails.
280
281 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
282
283         * class.c (mono_class_is_assignable_from): Rework the generics variance code
284         to be easier to read and fix bugs in the case a non generic type implements a variant
285         interface.
286
287         * class.c (mono_class_has_variant_generic_params): Make non static.
288
289         * class-internals.h: Export mono_class_has_variant_generic_params as part of
290         the private API.
291
292 2010-01-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
293
294         * assembly.c: fix MONO_PATH debug output.
295
296 2010-01-06  Atsushi Enomoto  <atsushi@ximian.com>
297
298         * culture-info-table.h : regenerated.
299
300 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
301
302         * verify.c (mono_verifier_verify_class): Properly check for broken parent. Ignore
303         types that are meant to not have a parent.
304
305 2010-01-04  Zoltan Varga  <vargaz@gmail.com>
306
307         * marshal.c (mono_marshal_get_runtime_invoke): Make a copy of the signature
308         from the image mempool, so it is not leaked.
309
310 2010-01-04  Zoltan Varga  <vargaz@gmail.com>
311
312         * metadata-internals.h (_MonoImage): Remove unused generic_class_cache field.
313
314 2010-01-04  Sebastien Pouliot  <sebastien@ximian.com>
315
316         * verify.c (verify_valuetype_layout_with_target): Fix case
317         that can lead to infinite recursion. Fix bug #567861
318
319 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
320
321         * pedump.c: Run code verifier even if image verification fails
322         due to a failed type we. This allows more errors to be shown.
323
324 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
325
326         * class.c (count_virtual_methods): Remove the assert and now
327         fail properly.
328         
329         * class.c (setup_interface_offsets): This can fail now.
330
331         * class.c (mono_class_setup_vtable_general): Check for parent vtable
332         errors. Check setup_interface_offsets errors.
333
334         * class.c (setup_interface_offsets): Simplify the return error logic
335         and remove class_init_ok.
336
337         Fixes #560327.
338
339 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
340
341         * class.c (mono_class_init): Do class verification at the beginning. Add
342         some asserts to avoid tripping into invalid memory.
343
344         * object.c (compute_class_bitmap): Replace a g_assert_not_reached with a
345         g_error and a decent message.
346
347         * verify.c (mono_verifier_verify_class): Verify for invalid super type.
348
349         Fixes #567548.
350
351 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
352
353         * mempool-internals.h (g_list_prepend_mempool): Define this and related functions
354         as inline functions instead of defining them in mempool.c.
355
356         * metadata-internals.h (MonoImageSet): New structure representing a set of
357         MonoImages, which own a collection of generic instances.
358
359         * metadata.c: Get rid of the global generic caches, instead assign each generic
360         instance to the image set which consists of all the images referenced by the
361         instance. This greatly speeds up mono_metadata_clean_for_image (), and allows
362         the memory used by generic instances to be allocated from a per image-set mempool
363         later.
364
365 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
366
367         * marshal.c (mono_marshal_get_runtime_invoke): Fix a memory leak.
368
369 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
370
371         * appdomain.c (zero_static_data): Fix a warning.
372
373         * locales.c (construct_culture_from_specific_name): Applied patch from
374         José Antonio Sánchez Lázaro <jasl@darcysoft.es>. Fix a crash if a culture was
375         not found. Fixes #567900.
376
377 2009-12-31  Sebastien Pouliot  <sebastien@ximian.com>
378
379         * loader.c (mono_method_get_signature_full): Remove two asserts.
380         Return NULL instead so that the verifier can handle both cases 
381         gracefully.
382
383 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
384
385         * class.c (mono_class_setup_methods): Use checked version of mono_class_inflate_generic_method_full
386         so we can properly fail types instead of crashing.
387
388         Fixes #567676.
389
390 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
391
392         * reflection.c (reflection_methodbuilder_to_mono_method): Assert in case of a broken
393         generic method.
394
395 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
396
397         * marshal.c (mono_mb_emit_restore_result): Properly handle generic enums.
398
399 2009-12-26  Zoltan Varga  <vargaz@gmail.com>
400
401         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait): Don't close the
402         wait handle if the wait is interrupted, since it is still in mon->wait_list, and
403         we can't remove it from it since we don't hold the lock.
404         (mon_new): Free the orphaned events here when a mon structure is added to the
405         freelist. Fixes #561239. Thanks to Mike Rieker <wmrieker@nii.net> for tracking
406         this down.
407
408 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
409
410         * verify.c (init_stack_with_value_at_exception_boundary): Do stack overflow checking here
411         as max stack might be zero.
412
413         Fixes #562320.
414
415 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
416
417         Rework all uses of mono_class_setup_methods to accept that it can fail now.
418
419         * class.c (mono_class_setup_methods): This function now can fail the class. Do so for generic
420         instances if the GTD did.
421
422         * class.c (mono_class_setup_properties): Ditto.
423
424         * class.c (mono_class_setup_events): Ditto.
425
426         * class.c (mono_class_setup_vtable): Fail early if the type is already broken.
427
428         * class.c (mono_class_setup_vtable_general): Add a few more missing broken type checks. Sanitize
429         error setting.
430
431         * class.c (mono_class_init): Fail if GTD did.
432
433         * cominterop.c:
434         * generic-sharing.c:
435         * icall.c:
436         * loader.c:
437         * object.c:
438         * verify.c: Properly handle failure of mono_class_setup_methods.
439
440 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
441
442         * class-internals.c: Add mono_class_inflate_generic_method_full_checked and make
443         mono_class_inflate_generic_method_full internal.
444
445         * class.c (inflate_generic_context): Now takes a MonoError argument.
446
447         * class.c (mono_class_inflate_generic_method_full): Now calls the _checked and abort on
448         errors.
449
450 2009-12-26  Zoltan Varga  <vargaz@gmail.com>
451
452         * generic-sharing.c (instantiate_other_info): Avoid creating jump trampolines since
453         they cannot be patched. Partly fixes #564408.
454
455 2009-12-24  Mark Probst  <mark.probst@gmail.com>
456
457         * metadata-internals.h, reflection.c: Use the
458         MonoDynamicImage.handleref hash table only with unmanaged keys,
459         and add a managed hash table handleref_managed for managed keys.
460
461 2009-12-24  Mark Probst  <mark.probst@gmail.com>
462
463         * sgen-gc.c: Unset to-space bumper between collections.  It might
464         become invalid due to degraded allocations.
465
466 2009-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
467
468         * loader.c (mono_method_get_signature_full): Check if the returned signature is compatible
469         with the one from the original method.
470
471         * metadata-verify.c (mono_verifier_is_sig_compatible): New function to verify signature
472         compatibility.
473
474         * verify-internals.h: Add new function to the internal API.
475
476 2009-12-18  Dimitar Dobrev  <dpldobrev@yahoo.com>
477
478         * culture-info-tables.h: regenerated it to include the Georgian culture.
479
480 2009-12-18  Zoltan Varga  <vargaz@gmail.com>
481
482         * sgen-gc.c: Include mono/utils/memcheck.h.
483
484         * reflection.c (mono_reflection_get_type_internal_dynamic): Use assembly->domain
485         instead of the current domain, since the two might not match if this is called
486         from the debugger.
487
488         * metadata-internals.h (MonoDynamicAssembly): Add a 'domain' field to specify the
489         domain which created this assembly.
490
491 2009-12-18  Zoltan Varga  <vargaz@gmail.com>
492
493         * debug-helpers.c (dis_one): Avoid a glib assert on empty strings.
494
495 2009-12-17  Mark Probst  <mark.probst@gmail.com>
496
497         * sgen-gc.c: Managed implementation of the specialized generic
498         store write barrier.
499
500 2009-12-17  Rodrigo Kumpera  <rkumpera@novell.com>
501
502         * icall.c (ves_icall_Type_GetMethodsByName): Don't pin virtual methods if they are newslot.
503         A private virtual newslot method is used to implement an interface method without exposing
504         it to users. When querying for public instance methods, such method would hide a public one
505         on a parent type.
506
507         Fixes #564379.
508
509 2009-12-17  Zoltan Varga  <vargaz@gmail.com>
510
511         * reflection.c (resolve_object): Fix the encoding of unmanaged calling
512         conventions.
513
514 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
515
516         * reflection.c (mono_type_get_object): Guard against NULL generic param owner.
517
518 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
519
520         * class-internals.h (MonoDynamicGenericClass): Kill property and event related fields
521         as they are no longer used.
522         
523          * metadata.c (free_generic_class_dependents): Remove reference to previous fields
524
525         * reflection.c (mono_reflection_generic_class_initialize): Ditto.
526
527 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
528
529         * reflection.c (mono_type_get_object): If the type is VAR or MVAR check
530         if the owner class has not been finished before returning reflection_info.      
531
532         Fixes #565127.
533
534 2009-12-16  Zoltan Varga  <vargaz@gmail.com>
535
536         * reflection.c (mono_custom_attrs_from_param): Avoid a crash if a dynamic
537         param doesn't have custom attributes. Fixes #565117.
538
539         * class.c (mono_bounded_array_class_get): Make these classes PUBLIC. Fixes
540         #565120.
541
542 2009-12-15  Rodrigo Kumpera  <rkumpera@novell.com>
543
544         * class.c (mono_class_setup_fields): Fail valuetypes that are bigger than 1Mb.
545
546 2009-12-15  Rodrigo Kumpera  <rkumpera@novell.com>
547
548         * pedump.c: Add partial-md mode that doesn't perform full metadata verification. It does the
549         same amount done by a core-clr enabled runtime.
550
551 2009-12-15  Marek Habersack  <mhabersack@novell.com>
552
553         * appdomain.c (mono_make_shadow_copy): make sure access mode of
554         the target files is reset to writable by owner and readable by
555         everyone else to prevent problems when updating shadow copies of
556         files whose source is read-only. Fixes bug #556884
557
558 2009-12-15  Mark Probst  <mark.probst@gmail.com>
559
560         * class.c (mono_generic_class_get_class): Allocate the generic
561         class via malloc again, so that it can be freed when any one of
562         the images of its constituent types is closed.
563
564         * metadata.c: When closing an image, don't free generic insts and
565         generic classes right away, but put them into a list for later
566         freeing.
567
568         * image.c, metadata-internals.h: Store the free list and in the
569         second pass of closing an image, free it.
570
571 2009-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
572
573         * reflection.c (mono_generic_class_get_object): Assert if this is ever called.
574
575         * reflection.c (mono_reflection_register_with_runtime): Only register dynamic
576         types in type_hash.
577
578         * reflection.c (resolve_object): Call ensure_complete_type on the inflated field.
579
580 2009-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
581
582         * reflection.c (mono_reflection_type_get_handle): Properly fail in case of a broken
583         user type.
584
585         * reflection.c (mono_reflection_register_with_runtime): Throws in case a bad user type
586         is used.
587
588 2009-12-14  Miguel de Icaza  <miguel@novell.com>
589
590         * verify.c (mono_method_verify): The Unused opcodes produce an
591         InvalidProgramException on .NET
592
593 2009-12-14  Sebastien Pouliot  <sebastien@ximian.com>
594
595         * loader.c (mono_method_get_header): Move assert after the verifier
596         has been called on the method header.
597
598 2009-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
599
600         * object-internals.h: Remove useless field from MonoReflectionGenericClass.
601
602         * appdomain.c: Bump corlib version.
603
604 2009-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
605
606         To properly support user types, MonoGenericClass has to be used for regular, non SRE,
607         types as well since otherwise generic instances would not return UT as arguments but
608         their undelying system type.
609
610         * object-internals.h: Change field types of MonoGenericClass and *OnTypeBuilderInst
611         to reflect the fact that they can have now multiple different types.
612
613         * reflection.c (mono_image_get_field_on_inst_token): Handle MonoField.
614
615         * reflection.c (mono_image_get_ctor_on_inst_token): Handle MonoCMethod.
616
617         * reflection.c (mono_image_get_method_on_inst_token): Handle MonoMethod.
618
619         * reflection.c (mono_reflection_register_with_runtime): Init super types
620         if the image is not dynamic.
621
622         * reflection.c (mono_reflection_bind_generic_parameters): In case of a MonoGenericClass,
623         check if the generic type definition is a TypeBuilder.
624
625         * reflection.c (mono_reflection_generic_class_initialize): If the generic type definition
626         doesn't belong to a dynamic image, skip initialization.
627
628         * reflection.c (resolve_object): Properly handle *OnTypeBuilderInst types where their
629         base definition is not a dynamic type.
630
631 2009-12-11  Marek Habersack  <mhabersack@novell.com>
632
633         * object.c (mono_ldstr, mono_ldstr_metadata_sig): added calls to
634         mono_profiler_string_allocation
635
636         * string-icalls.c (ves_icall_System_String_InternalAllocateStr):
637         if string profiling is enabled, call
638         mono_profiler_string_allocation
639
640         * profiler.h: added two MonoProfileFlags -
641         MONO_PROFILE_IOMAP_EVENTS and MONO_PROFILE_STRING_ALLOC as well as
642         installation functions for the hooks below.
643
644         * profiler-private.h, profiler.c: added two hooks:
645         mono_profiler_string_allocation called whenever a string is
646         allocated by InternalAllocateStr and mono_profiler_iomap called
647         whenever IOMAP code performs an adjustement on a file path.
648
649 Fri Dec 11 18:24:04 CET 2009 Paolo Molaro <lupus@ximian.com>
650
651         * boehm-gc.c: fixed race condition while getting the target of a
652         disappearing link (bug #522233).
653
654 2009-12-10  Rodrigo Kumpera  <rkumpera@novell.com>
655
656         * class.c (mono_type_get_full): Produce warning instead of simply swallowing
657         the error.
658
659 2009-12-10  Rodrigo Kumpera  <rkumpera@novell.com>
660
661         * reflection.c: Add mono_reflection_register_with_runtime icall to
662         allow a MonoGenericClass to register itself as the managed mirror of
663         a given generic instance.
664         This is a temporary workaround until all MGC instantiation happens in
665         managed code.
666
667         * object-internals.h: Ditto.
668
669         * icall-def.h: Ditto.
670
671 2009-12-10  Mark Probst  <mark.probst@gmail.com>
672
673         * sgen-gc.c (find_in_remsets): Also search the generic store
674         remsets.
675
676 2009-12-10  Mark Probst  <mark.probst@gmail.com>
677
678         * sgen-gc.c: Don't access class names in debugging code when
679         unloading a domain, because they might not be valid anymore.
680
681 2009-12-10  Mark Probst  <mark.probst@gmail.com>
682
683         * domain.c, domain-internals.h: New function mono_domain_unset().
684
685         * appdomain.c (unload_thread_main): Detach the thread again at the
686         end.
687
688         * threads.c: When a thread exists or is detached, unset its domain
689         so that it's NULL when, for example, a pthread destructor runs.
690
691         * sgen-gc.c: Assert that there is no domain set after a thread is
692         done.
693
694 2009-12-10  Mark Probst  <mark.probst@gmail.com>
695
696         * class.c (mono_generic_class_get_class),
697         metadata.c (free_generic_class): Allocate generic MonoClass's from
698         the image mempool, not via malloc.  The problem with malloc is
699         that when unloading a domain those classes are freed before
700         clearing the heap and SGen needs the classes.  Rewriting the
701         unloading code to do the free later would be more work and there's
702         no point in using malloc anyway.
703
704 2009-12-09  Sebastien Pouliot  <sebastien@ximian.com>
705
706         * loader.c (mono_method_signature): Always call mono_loader_unlock 
707         before returning.
708
709 2009-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
710
711         * metadata-verify.c: Add mono_verifier_verify_string_signature to check
712         user string blobs.
713
714         * verify-internals.h: Add new function to the internal API.
715
716         * verify.c (do_ldstr): Call into mono_verifier_verify_string_signature to
717         check if it's a valid string.
718
719         * object.c (mono_ldstr): Ditto.
720
721         Fixes #561943.
722
723 2009-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
724
725         * icall.c (ves_icall_GetCurrentMethod): Drop all generic arguments
726         from a method before returning it. This is the expected behavior.
727
728 2009-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
729
730         * reflection.c (inflate_method): Handle the case of a regular system type.
731
732 2009-12-08  Mark Probst  <mark.probst@gmail.com>
733
734         * sgen-gc.c, sgen-pinning-stats.c, sgen-gray.c: More statistics
735         gathering code.
736
737         * mempool.c, mempool-internals.h: New function
738         mono_mempool_get_bytes_allocated().
739
740         * Makefile.am: sgen-pinning-stats.c added.
741
742 2009-12-08  Mark Probst  <mark.probst@gmail.com>
743
744         * sgen-gc.c (create_allocator): Only use the fast path if the
745         object size is within the small object size limit.
746
747 2009-12-07  Mark Probst  <mark.probst@gmail.com>
748
749         * sgen-gc.c: Make sure section->data is aligned to 8 bytes by
750         possibly adding padding to sizeof (GCMemSection).
751
752 2009-12-07  Mark Probst  <mark.probst@gmail.com>
753
754         * sgen-gc.c (mono_gc_wbarrier_nostore): Skip the remset if the
755         reference is not in the nursery.
756
757 2009-12-07  Rodrigo Kumpera  <rkumpera@novell.com>
758
759         * class.c (mono_class_from_typeref): Bounds check idx against the 
760         assemblyref table.
761
762 2009-12-07  Mark Probst  <mark.probst@gmail.com>
763
764         * sgen-gc.c, sgen-pinning.c: When pinning, make only one pass
765         through the potential roots, then sort the results and find the
766         pinned objects from there.
767
768         * Makefile.am: sgen-pinning.c added.
769
770 2009-12-07  Mark Probst  <mark.probst@gmail.com>
771
772         * sgen-gc.c: Record generic stores in specialized remset buffers.
773
774 2009-12-06  Mark Probst  <mark.probst@gmail.com>
775
776         * sgen-gc.c: Make pinned chunks the same size as major heap
777         sections, and align them as well, so that we can check whether an
778         object is in a pinned chunk or a major section in constant time.
779
780 2009-12-06  Mark Probst  <mark.probst@gmail.com>
781
782         * sgen-gc.c (build_nursery_fragments): Don't leak fragments.
783
784 2009-12-06  Mark Probst  <mark.probst@gmail.com>
785
786         * sgen-gc.c: Make all major heap sections the same size (currently
787         128k) and allocate them on aligned addresses.  Small heap sections
788         give us better granularity with pinned objects - we can free up
789         much more memory.
790
791 2009-12-06  Mark Probst  <mark.probst@gmail.com>
792
793         * string-icalls.c (ves_icall_System_String_GetLOSLimit): Debug
794         output removed.
795
796 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
797
798         Applied patch from Laurent Etiemble (laurent.etiemble@gmail.com).
799
800         * mono/metadata/assembly.c: When opening an assembly image, pass the real
801         names in addition to the runtime generated one.
802
803         * mono/metadata/image.h: Add a function to take the real name of the assembly
804         image.
805
806         * mono/metadata/image.c: If a real name has been passed to load an assembly,
807         use it instead of the runtime generated one.
808
809         Code is contributed under MIT/X11 license.
810
811 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
812
813         * marshal.c (emit_marshal_vtype): Do the klass == date_time_class checks
814         before the other checks to prevent problems if the DateTime class is blittable.
815         Hopefully fixes #559600.
816
817 2009-12-05  Mark Probst  <mark.probst@gmail.com>
818
819         * string-icalls.c, string-icalls.h, icall-def.h: New icall that
820         returns the largest string length that will not be put into the
821         LOS.
822
823         * sgen-gc.c, gc-internal.h: New function that returns the largest
824         object size that will not be put into the LOS.
825
826         * appdomain.c: Bump corlib version.
827
828 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
829
830         * class-internals.h: Add MONO_RGCTX_INFO_METHOD_DELEGATE_CODE.
831
832         * generic-sharing.c: Handle MONO_RGCTX_INFO_METHOD_DELEGATE_CODE.
833
834 2009-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
835
836         * reflection.c (inflate_method): Fix signature.
837
838         * object-internals.h (MonoReflectionMethodOnTypeBuilderInst): Reflect change
839         in managed code.
840
841 2009-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
842
843         * reflection.c (inflate_method): Make this method work with TypeBuilder as well.
844
845 2009-12-03  Mark Probst  <mark.probst@gmail.com>
846
847         * sgen-gc.c: Abstract to-space handling.
848
849 2009-12-03  Rodrigo Kumpera  <rkumpera@novell.com>
850
851         * loader.c (find_method_in_class): Ignore methods with broken signatures.
852
853         Fixes #559906.
854
855 2009-12-03  Mark Probst  <mark.probst@gmail.com>
856
857         * sgen-gc.c: Only add references from outside the nursery to
858         within the nursery to the global remset list.
859
860 2009-12-03  Mark Probst  <mark.probst@gmail.com>
861
862         * appdomain.c (create_exceptions): Set the domain temporarily if
863         necessary to avoid cross-domain references.
864
865 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
866
867         * verify.c (get_stack_type): Return that the type is invalid instead of
868         asserting.
869
870         * verify.c (mono_method_verify): Verify that all locals and arguments
871         have valid stack types.
872
873         Fixes #559913.
874
875 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
876
877         * verify.c (mono_method_verify): Bounds check the filter offset. Make all
878         bounds checking overflow aware.
879
880         Fixes #559910.
881
882 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
883
884         * verify.c (do_invoke_method): Check for invalid method signatures.
885
886         Fixes #553450.
887
888 2009-12-02  Jb Evain  <jbevain@novell.com>
889
890         * appdomain.c (MONO_CORLIB_VERSION): bump.
891         * icall-def.h (get_base_definition): renamed to get_base_method
892         and add a boolean argument indicating we want the original
893         method definition, or the immediate base method.
894         * icall.c: apply the get_base_definition to get_base_method change.
895
896 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
897
898         * class.c (mono_class_setup_fields): Fail an enum without an instance field.
899
900         Fixes #558042.
901
902 Wed Dec 2 16:35:49 CET 2009 Paolo Molaro <lupus@ximian.com>
903
904         * class.c: remove asserts for invalid type token in
905         mono_class_name_from_token(), mono_assembly_name_from_token() and
906         mono_class_create_from_typedef () (fixes bug #553318).
907
908 Wed Dec 2 15:48:19 CET 2009 Paolo Molaro <lupus@ximian.com>
909
910         * metadata.c, class.c, loader.c: remove assert after bsearch() for
911         incorrect assemblies (bug #553322).
912
913 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
914
915         * metadata.c (mono_metadata_inflate_generic_inst): Add MonoError parameter.
916
917         * metadata-internals.h: Change signature of mono_metadata_inflate_generic_inst. 
918
919         * class.c (inflate_generic_type): Use new version of mono_metadata_inflate_generic_inst.
920
921         * class.c (inflate_generic_context): Ditto.
922
923         * loader.c (method_from_methodspec): Ditto.
924
925         Fixes #558230.
926
927 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
928
929         * class.c (mono_type_retrieve_from_typespec): Use MonoError machinery to report errors.
930
931         * class.c (mono_class_create_from_typespec): Ditto.
932
933         * class.c (mono_class_get_full): Fix for change on the above 2 functions.
934
935         * class.c (mono_type_get_full): Fix for change on the above 2 functions.
936
937         Fixes #558184.
938
939 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
940
941         * verify.c (mono_class_has_default_constructor): Check fror broken signatures.
942
943         * verify.c (verify_delegate_compatibility): Ditto.
944
945         * verify.c (do_newobj): Ditto.
946
947         Fixes #558046.
948
949 2009-12-02  Mark Probst  <mark.probst@gmail.com>
950
951         * sgen-gc.c: Use a gray queue instead of requiring that gray
952         objects are in a contiguous region.
953
954         * sgen-gray.c: The gray queue implementation.
955
956         * Makefile.am: sgen-gray.c added.
957
958 2009-12-02  Mark Probst  <mark.probst@gmail.com>
959
960         * appdomain.c: When unloading a domain, zero its static data and
961         perform a minor collection when using SGen.  That will get rid of
962         all the remsets pointing into that domain's static data.
963
964         * sgen-gc.c: Allow remsets into static data.  By doing this we
965         need less checks so we're more efficient.
966
967 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
968
969         * verify.c (mono_method_verify): Check for catch clauses with broken
970         types.
971
972         Fixes #558465.
973
974 2009-12-01  Jb Evain  <jbevain@novell.com>
975
976         * class.c (make_generic_param_class): set the namespace of
977         the generic parameter class from its owner, if available.
978
979 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
980
981         * verify.c (code_bounds_check): Do proper overflow checking.
982
983         * verify.c (mono_method_verify): The number of switch entries is
984         an unsigned int. Properly bounds check it.
985
986         Fixes #558594.
987
988 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
989
990         * metadata.c: Kill mono_metadata_get_param_attrs_checked. Add
991         mono_metadata_method_has_param_attrs which only checks if a given param
992         list has a non zero flags entry.
993
994         * metadata.c (mono_metadata_get_param_attrs): Add param_count parameter
995         to inform how many params should we expect to decode.
996
997         * loader.c (mono_method_signature): Use mono_metadata_method_has_param_attrs
998         as it's faster than mono_metadata_get_param_attrs.
999
1000         * metadata-internals.h: Fix mono_metadata_get_param_attrs signature and
1001         add mono_metadata_method_has_param_attrs.
1002
1003 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1004
1005         * class.c (mono_class_setup_vtable_general): Check for mono_method_get_vtable_slot
1006         failures.
1007
1008         * class.c (mono_method_get_vtable_slot): Don't assert if the computed method slot
1009         is -1 but its class is broken.
1010
1011         Fixes #558522.
1012
1013 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1014
1015         * metadata.c: Introduce mono_metadata_get_param_attrs_checked which checks
1016         for parameter overflow.
1017
1018         * metadata.c (mono_metadata_parse_method_signature_full): Use checked version
1019         of mono_metadata_get_param_attrs.
1020
1021         * metadata-internals.h: Add mono_metadata_get_param_attrs_checked to the internal
1022         API.
1023
1024         * loader.c (mono_method_signature): Use checked version of mono_metadata_get_param_attrs.
1025
1026 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1027
1028         * class.c (mono_class_setup_fields): Check for fields with broken types.
1029
1030         Fixes #558741.
1031
1032 2009-11-28  Rodrigo Kumpera  <rkumpera@novell.com>
1033
1034         * reflection.c (ensure_generic_class_runtime_vtable): Split this function in 2
1035         so we can avoid calling ensure_runtime_vtable multiple times for the GTD during
1036         its TypeBuilder::CreateType ().
1037
1038         * reflection.c (ensure_generic_class_runtime_vtable): Avoid initializing interfaces
1039         if not needed.
1040
1041         * reflection.c: Every time we change the interface array, set interfaces_packed to NULL
1042         to make setup_interface_offsets happy.
1043
1044         * reflection.c (remove_instantiations_of_and_ensure_contents): Fix instances again as corlib
1045         compilation now works.
1046
1047 2009-11-28  Zoltan Varga  <vargaz@gmail.com>
1048
1049         * appdomain.c (create_exceptions): New helper function extracted from
1050         mono_runtime_init () to precreate objects used during exception handling.
1051         (mono_runtime_init): Call it.
1052         (mono_domain_create_appdomain_internal): Ditto. Fixes #555264.
1053
1054 2009-11-27  Rodrigo Kumpera  <rkumpera@novell.com>
1055
1056         * reflection.c (remove_instantiations_of_and_ensure_contents): Temp hack to fix corlib
1057         compilation until the proper one is found.
1058
1059 2009-11-27  Zoltan Varga  <vargaz@gmail.com>
1060
1061         * class.c (mono_class_setup_vtable_general): Cache the result of
1062         get_virtual_methods () since it can be slow because of the metadata
1063         optimization.
1064
1065         * metadata-internals.h (_MonoImage): Change 'method_cache' to a GHashTable
1066         from a MonoValueHashTable for now, since the later is based on an earlier
1067         version of hpj's internal probing code and seems to have serious collision
1068         issues.
1069
1070         * loader.c (mono_get_method_full): Update after the change above.
1071
1072 2009-11-26  Zoltan Varga  <vargaz@gmail.com>
1073
1074         * class-internals.h (MonoCachedClassInfo): Add 'is_generic_container' field.
1075
1076 2009-11-26  Rodrigo Kumpera  <rkumpera@novell.com>
1077
1078         * reflection.c (get_field_on_inst_generic_type): Try to fallback using the field from
1079         the GTD instead of the DGC instead of crashing.
1080
1081         * reflection.c (ensure_generic_class_runtime_vtable): Only reinflate stuff that is
1082         required. Inflate fields if needed.
1083
1084         * reflection.c (remove_instantiations_of): Ensure generic instances are properly
1085         finished. Renamed.
1086
1087 2009-11-26  Rodrigo Kumpera  <rkumpera@novell.com>
1088
1089         * class.c (check_interface_method_override): Check for NULL signatures and fail
1090         the type.
1091
1092         * debug-helpers.c (mono_signature_get_desc): Return a fixed string for NULL signatures.
1093
1094         Fixes #553428.
1095
1096 2009-11-26  Zoltan Varga  <vargaz@gmail.com>
1097
1098         * class.c (mono_class_get_virtual_methods): Call decode_row_col to obtain
1099         the MONO_METHOD_FLAGS column instead of decoding the whole row.
1100
1101 2009-11-25  Rodrigo Kumpera  <rkumpera@novell.com>
1102
1103         * loader.c (field_from_memberref): Resolve the class first then the field
1104         signature. Remove a lot of duplicated code and make sure we don't pass valid
1105         values to mono_loader_set_error_field_load.
1106
1107         Fixes #553306.
1108
1109 2009-11-25  Rodrigo Kumpera  <rkumpera@novell.com>
1110
1111         * class.c (inflate_generic_type): Change code to use new signature of
1112         mono_error_set_bad_image.
1113
1114         Fixes #558124.
1115
1116 2009-11-25  Sebastien Pouliot  <sebastien@ximian.com> 
1117
1118         * verify.c (mono_method_verify): Don't free ctx.params items if 
1119         we aborted while inflating the ctx.locals. Complete previous fix
1120
1121 2009-11-25  Sebastien Pouliot  <sebastien@ximian.com>
1122
1123         * verify.c (mono_method_verify): Use the uninflated type name, 
1124         when the inflated is null, to report errors. Also take care when
1125         freeing, not to free everything since, in case of an error, some
1126         stuff would be copies (i.e. not allocated by the function itself)
1127         Fix bug #558145
1128
1129 2009-11-24  Rodrigo Kumpera  <rkumpera@novell.com>
1130
1131         * verify.c (stack_push, stack_pop, stack_pop_safe): Assert if we underflow
1132         or overflow. The caller must have done this check explicitly. This guard us
1133         from accessing invalid memory.
1134
1135         * verify.c (do_push_static_field): Check for stack overflow.
1136
1137         Fixes #553333.
1138
1139 2009-11-24  Rodrigo Kumpera  <rkumpera@novell.com>
1140
1141         * loader.c (find_method_in_class): Don't crash if the signature cannot
1142         be resolved.
1143
1144         * metadata.c (mono_metadata_parse_generic_param): Return NULL instead
1145         of asserting for the case of invalid params.
1146
1147         Fixes #553304.
1148
1149 2009-11-24  Sebastien Pouliot  <sebastien@ximian.com>
1150
1151         * image.c (mono_image_load_module): Fix crash when a bad assembly
1152         has no module at all (fix bug #553412) and also replace the 
1153         g_assert with a return NULL (documented return value for failure)
1154
1155 2009-11-23  Zoltan Varga  <vargaz@gmail.com>
1156
1157         * debug-helpers.c (mono_type_get_desc): Handle typedbyref.
1158
1159 2009-11-23  Miguel de Icaza  <miguel@novell.com>
1160
1161         * file-io.c: Change FindFirst/FindNext/FindClose API to return the
1162         file attribute to managed code and avoid doing the mask/attribute
1163         checks here. 
1164
1165 2009-11-22  Miguel de Icaza  <miguel@novell.com>
1166
1167         * file-io.c: Surface a smart FindFirst/FindNext/FindClose API to
1168         the managed world.
1169
1170         * icall-def.h: New entry points.
1171         
1172 2009-11-19  Mark Probst  <mark.probst@gmail.com>
1173
1174         * process.c: Don't put references to managed objects into a
1175         g_ptr_array.
1176
1177 2009-11-18  Sebastien Pouliot  <sebastien@ximian.com>
1178
1179         * class.c (can_access_internals): Allow CoreCLR to participate in
1180         allowing (or not) [InternalsVisibleTo] between assemblies.
1181         * security-core-clr.c|h: Make sure that only trusted code (a 
1182         superset of platform code) can access the internals of platform
1183         code.
1184
1185 Mon Nov 16 16:28:11 CET 2009 Paolo Molaro <lupus@ximian.com>
1186
1187         * reflection.c: use the correct base class to get the virtual method
1188         "get_UnderlyingSystemType" and speed up the icall. Fixes bug #555013.
1189
1190 2009-11-16  Sebastien Pouliot  <sebastien@ximian.com>
1191
1192         * security-core-clr.c (get_caller_no_reflection_related): 
1193         [Mono]Type.InvokeMember is outside System.Reflection[.Emit] but
1194         it's still reflection and must be filtered correctly.
1195
1196 2009-11-16  Mark Probst  <mark.probst@gmail.com>
1197
1198         * object.c (compute_class_bitmap): Fix for large bitmaps.
1199
1200 2009-11-15  Zoltan Varga  <vargaz@gmail.com>
1201
1202         (mono_gc_get_suspend_signal): Fix the build with a system libgc.
1203
1204         * boehm-gc.c (mono_gc_base_init): Applied patch from DKoushik K. Dutta (
1205         koush@koushikdutta.com). Disable GC_no_dls on android.
1206
1207 2009-11-12  Mark Probst  <mark.probst@gmail.com>
1208
1209         * sgen-gc.c (find_tlab_next_from_address): Handle the case where
1210         tlab_next points outside the TLAB because the allocator was
1211         interrupted.
1212
1213 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
1214
1215         * reflection.c (mono_image_module_basic_init): Handle exceptions correctly.
1216
1217 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
1218
1219         * object-internals.h: Change signature for mono_string_to_utf8_image.
1220
1221         * object.c (mono_string_to_utf8_image): Change signature to take a MonoError
1222         argument.
1223
1224         * reflection.c: Take care of mono_string_to_utf8_image change and avoid raising
1225         exceptions due to mono_string_to_utf8.
1226
1227 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
1228
1229         * object-internals.h: Change signature for mono_string_to_utf8_mp.
1230
1231         * object.c (mono_remote_class): Make sure all resources are released before
1232         raising an exception.
1233
1234         * object.c (mono_print_unhandled_exception): Avoid raising an exception.
1235
1236 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
1237
1238         * mono-perfcounters.c (network_get_impl): Change variable initialization
1239         ordering to fix potential memory leak in case of exceptions.
1240
1241         * mono-perfcounters.c (mono_perfcounter_create): Properly handle badly
1242         encoded strings.
1243         
1244 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
1245
1246         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): Change
1247         variable initialization ordering to fix potential memory leak in case
1248         of exceptions.
1249
1250 2009-11-09  Zoltan Varga  <vargaz@gmail.com>
1251
1252         * icall.c (mono_ArgIterator_Setup): Remove the MONO_ARCH_REGPARMS stuff, its not
1253         needed.
1254
1255 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
1256
1257         * appdomain.c: Fix shadow path code to better deal with exceptions.
1258
1259 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
1260
1261         * appdomain.c: Use checked version of mono_string_to_utf8 to avoid raising an
1262         exception in the middle of the runtime code.
1263
1264 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
1265
1266         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): Don't
1267         leak memory with broken envvar value.
1268
1269 2009-11-06  Mark Probst  <mark.probst@gmail.com>
1270
1271         * reflection.c (mono_reflection_setup_internal_class): Because
1272         nested classes are not added to the name cache, we must put them
1273         in the reflection_info_unregister_classes list.
1274
1275 2009-11-05  Sebastien Pouliot  <sebastien@ximian.com>
1276
1277         * class.c: When CoreCLR is enabled don't call mono_init_com_types
1278         if MONO_CLASS_IS_IMPORT return true unless the type reside in 
1279         platform (trusted) code. Instead we return a TypeLoadException to
1280         be thrown later. This is the exception thrown by Silverlight 2 if
1281         a type, inside application (user) code is marked with [ComImport]
1282
1283 2009-11-05  Zoltan Varga  <vargaz@gmail.com>
1284
1285         * icall.c (ves_icall_System_Diagnostics_Debugger_IsAttached_internal): Call
1286         mono_is_debugger_attached () too.
1287
1288         * mono-debug.c (mono_is_debugger_attached): New helper function.
1289         (mono_set_is_debugger_attached): Ditto.
1290
1291 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
1292
1293         * object-internals.h: Add mono_string_to_utf8_checked.
1294
1295         * object.c: Implement mono_string_to_utf8_checked.
1296
1297 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
1298
1299         * class.c: Add missing check for load errors after every
1300         call to mono_class_setup_fields
1301
1302         Fixes #552282.
1303
1304 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
1305
1306         metadata-verify.c (verify_tables_schema): Fix the error message.
1307
1308 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
1309
1310         * metadata.c: Change event table schema to use TDOR for event type
1311         as this is what it's meant to be.
1312
1313         * metadata.c (mono_metadata_compute_size): Change MONO_TABLE_ASSEMBLYPROCESSOR
1314         to MONO_TABLE_ASSEMBLYREFPROCESSOR, which is table that has a MONO_MT_TABLE_IDX
1315         entry.
1316
1317         * metadata.c (mono_metadata_compute_size): Trim MT_TABLE_IDX of code that no
1318         longer makes sense: remove MONO_TABLE_EVENT and remove checks for non-existent
1319         rows in MONO_TABLE_GENERICPARAM.
1320
1321         Fixes #552289.
1322
1323 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
1324
1325         * class.c (mono_image_add_to_name_cache): Assert on duplicate
1326         insertion.
1327
1328         * reflection.c (mono_reflection_setup_internal_class): Avoid
1329         registering a gc root the same MonoClass multiple times.
1330         Don't register nested types on the global scope as they should
1331         not be available there.
1332
1333 2009-11-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1334
1335         * culture-info-tables.h: regenerated.
1336
1337 2009-11-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
1338
1339         * debug-helpers.c: avoid g_strdup() in mono_type_full_name().
1340
1341 2009-11-04  Sebastien Pouliot  <sebastien@ximian.com>
1342
1343         * string-icalls.c|h: Remove string internal calls that are not 
1344         used anymore by the class libraries.
1345         * icall.c: Remove System_Reflection_FieldInfo_internal_from_handle
1346         which is not used in the class librairies.
1347         * icall-def.h: Update tables.
1348
1349 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
1350
1351         * class.h: Move mono_class_inflate_generic_type_checked...
1352
1353         * class-internals.h: to here and make it internal. We don't want to
1354         further expose MonoGenericContext. 
1355
1356 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
1357
1358         * verify.c (mono_method_verify): Improve error message.
1359
1360 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
1361
1362         * reflection.c (fieldref_encode_signature): If field_image is NULL then
1363         the token is already properly encoded. Fixs 4.0 build.
1364
1365 2009-11-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1366
1367         * locales.c (construct_number_format): Check if the number index is
1368         valid before trying to use it, if not, just return.
1369         
1370 2009-11-04  Zoltan Varga  <vargaz@gmail.com>
1371
1372         * marshal.c (mono_marshal_get_runtime_invoke): Don't reset abort exceptions,
1373         since that loses the abort state. Fixes #539394.
1374
1375 2009-11-03  Zoltan Varga  <vargaz@gmail.com>
1376
1377         * marshal.c (mono_marshal_get_native_wrapper): For icall wrappers, add an
1378         explicit this argument to the call signature.
1379         (mono_marshal_get_icall_wrapper): Ditto.
1380
1381 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
1382
1383         * reflection.c (fieldref_encode_signature): Add new field_image parameter
1384         to indicate which assembly to use when resolving a custom-mod.
1385
1386         Fixes handling of volatile fields used across assemblies as reported in #551513.
1387
1388 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
1389
1390         * loader.c: Improve error messages.
1391
1392 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
1393
1394         * class.c (mono_class_setup_methods): Only give a slot for virtual methods
1395         of interfaces. Fixes IKVM.
1396
1397         * class.c (mono_class_setup_vtable_general): Improve debug spew.
1398
1399 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
1400
1401         * verify.c (verifier_inflate_type): Return the inflated type on success.
1402
1403 2009-11-02  Zoltan Varga  <vargaz@gmail.com>
1404
1405         * debug-mono-symfile.c (check_line): Fix the handling of IL offset 0.
1406
1407         * threads.c (mono_thread_attach): Call the profiler thread start callback.
1408
1409         * object-internals.h (_MonoThreadInternal): Add a 'flags' field.
1410
1411         * threads.c (build_wait_tids): Ignore threads which have the DONT_MANAGE
1412         flag set.
1413
1414         * profiler.c: Add new profiler callbacks for runtime invoke.
1415
1416         * object.c (mono_runtime_invoke): Call the runtime invoke callbacks.
1417
1418 2009-11-01  Mark Probst  <mark.probst@gmail.com>
1419
1420         * sgen-gc.c: Keep track of the reason for a major collection and
1421         write it to the heap-dump file.
1422
1423 2009-10-31  Miguel de Icaza  <miguel@novell.com>
1424
1425         * threads.c: refactor the code that initializes the
1426         thread_start_args into a reusable function and use this in the two
1427         methods that start up threads.
1428
1429 2009-10-31  Zoltan Varga  <vargaz@gmail.com>
1430
1431         * appdomain.c (mono_domain_try_unload): Applied patch from Romain Tartière.
1432         Fix returning when WaitForSingleObjectEx returns WAIT_IO_COMPLETION.
1433
1434 2009-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
1435
1436         * mono-perfcounters.c: add the "_Total" instance for CPU counters.
1437         Until now, we only had the per-cpu(core) counters.
1438
1439 2009-10-28  Mark Probst  <mark.probst@gmail.com>
1440
1441         * gc-internal.h, boehm-gc, sgen-gc.c, null-gc: Add
1442         mono_gc_get_suspend_signal(), which returns the suspend signal
1443         number used by the GC.
1444
1445 2009-10-25  Zoltan Varga  <vargaz@gmail.com>
1446
1447         * threads.c (start_wrapper): Avoid an assert if thread_start_args () is NULL.
1448
1449         * threads.c (start_wrapper): Call mono_profiler_thread_start () later after
1450         signalling start_notify.
1451
1452 2009-10-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
1453
1454         * appdomain.c: do not test the st_mode field for shadow-copies.
1455         Fixes bug #545276.
1456
1457 2009-10-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
1458
1459         * threadpool.[ch]: added hooks for thread start/finish and item
1460         processing begin/end. For monotouch use only.
1461
1462 2009-10-24  Zoltan Varga  <vargaz@gmail.com>
1463
1464         * threads.c (mono_thread_get_name): New helper function.
1465
1466         * reflection.c (resolve_object): Set handle_class for strings too.
1467         (mono_reflection_create_custom_attr_data_args): New helper function to decode
1468         a cattr blob into a set of arrays and structures without creating the custom
1469         attributes themselves.
1470         (create_custom_attr_data): Simplify using create_custom_attr_data_args.
1471
1472         * mono-debug.c (mono_debug_il_offset_from_address): New helper function.
1473
1474         * debug-mono-symfile.c (mono_debug_symfile_get_line_numbers): New helper
1475         function.
1476
1477 2009-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
1478
1479         * verify.c: Replace calls to mono_class_inflate_generic_type with
1480         mono_class_inflate_generic_type_checked. Fixes #480005.
1481
1482 2009-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
1483
1484         * class.c (mono_class_inflate_generic_type_with_mempool): Clear the error
1485         object since not all paths lead to callees initing it.
1486
1487 2009-10-23  Alp Toker  <alp@nuanti.com>
1488
1489         Fix embedding API breakage from r144688. mono-compiler.h is an internal
1490         header and should not be shipped:
1491
1492         * class.h: Back out MONO_DEPRECATED change. Currently depends on config.h
1493         which is specific to the mono build. Not going to work.
1494
1495 2009-10-23  Sebastien Pouliot  <sebastien@ximian.com>
1496
1497         * security-manager.c: Report if core-clr is active from
1498         ves_icall_System_Security_SecurityManager_get_SecurityEnabled
1499         to allow Moonlight BCL to behave appropriately (both in browser
1500         and outside, e.g. smcs)
1501
1502 2009-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
1503
1504         * mono-config.c: ignore UTF-8 BOM and report parser errors.
1505         Fixes bug #549108.
1506
1507 2009-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
1508
1509         * class.c: fix typo.
1510
1511 2009-10-22  Rodrigo Kumpera  <rkumpera@novell.com>
1512
1513         * class-internals.h: Change signature of mono_class_inflate_generic_type_with_mempool to take
1514         a MonoError parameter.
1515
1516         * class.h: Mark mono_class_inflate_generic_type deprecated, add new mono_class_inflate_generic_type_checked
1517         version that can does proper error handling.
1518
1519         * class.c (inflate_generic_type): Add a MonoError parameter. Don't assert on error, use new mono error machinery.
1520
1521         * class.c (mono_class_inflate_generic_type_with_mempool): Add new MonoError parameter.
1522
1523         * class.c, generics-sharing.c: Changes to handle mono_class_inflate_generic_type_with_mempool new signature.
1524
1525 2009-10-20  Zoltan Varga  <vargaz@gmail.com>
1526
1527         * debug-helpers.c (dis_one): Fix the disassembly of empty strings when
1528         NO_UNALIGNED_ACCESS is defined.
1529
1530 2009-10-22  Zoltan Varga  <vargaz@gmail.com>
1531
1532         * marshal.c (mono_string_builder_to_utf16): Applied patch from
1533         Hib Eris  <hib@hiberis.nl>. Return empty string for empty string builders.
1534         Fixes #549173.
1535
1536 2009-10-22  Mark Probst  <mark.probst@gmail.com>
1537
1538         * sgen-gc.c: Shorten sections whenever possible.
1539
1540 2009-10-22  Mark Probst  <mark.probst@gmail.com>
1541
1542         * sgen-gc.c: Use our portable semaphore #defines.
1543
1544 2009-10-22  Mark Probst  <mark.probst@gmail.com>
1545
1546         * sgen-gc.c: A debug option for dumping the heap layout to a file
1547         after each collection.
1548
1549 2009-10-21  Mark Probst  <mark.probst@gmail.com>
1550
1551         * sgen-gc.c: Make managed write barriers atomic via
1552         thread-restarts.
1553
1554 2009-10-21  Rodrigo Kumpera  <rkumpera@novell.com>
1555
1556         * verify.c (verify_delegate_compatibility): Properly verify delegate creation of static
1557         methods. Fixes #543021.
1558
1559 2009-10-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
1560
1561         * socket-io.[ch]: fix VS build.
1562
1563 2009-10-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
1564
1565         * icall-def.h:
1566         * socket-io.[ch]: implemented SendFile.
1567
1568 2009-10-20  Zoltan Varga  <vargaz@gmail.com>
1569
1570         * class.c (mono_class_create_from_typedef): Initialize class->element_class
1571         before the interfaces to avoid crashes later if class initialization fails.
1572         Fixes #548417.
1573
1574         * marshal.c (emit_marshal_vtype): Implement byref marshalling of DateTime.
1575         Fixes #548276.
1576
1577 2009-10-20  Marek Safar  <marek.safar@gmail.com>
1578
1579         * domain.c: Bump 4.0 version.
1580
1581 2009-10-19  Sebastien Pouliot  <sebastien@ximian.com>
1582
1583         * assembly.c (mono_assembly_load_reference): Fix leak when 'status'
1584         code is known. (parse_public_key) Remove duplicate (unneeded) NULL
1585         check since 'pubkey' can't be NULL at this stage
1586         * icall.c (ves_icall_System_Array_FastCopy): Add comment about
1587         the check. (ves_icall_Type_GetInterfaceMapData) Remove duplicate
1588         initialization of 'iter'
1589
1590 2009-10-16  Bill Holmes  <billholmes54@gmail.com>
1591
1592         * cominterop.c : Search the interface parts of vtable to find 
1593           method matches.  Fixes 547030.
1594
1595         Code is contributed under MIT/X11 license.
1596
1597 2009-10-15 Gonzalo Paniagua Javier <gonzalo@novell.com>
1598
1599         * marshal.c: BeginInvoke cannot be called on multicast delegates with
1600         multiple targets. Fixes bug #574426.
1601
1602 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
1603
1604         * profiler.h: Put here the definition of
1605         MONO_PROFILER_MAX_STAT_CALL_CHAIN_DEPTH
1606         (and fix the build...).
1607
1608 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
1609
1610         * profiler.c, profiler.h, profiler-private.h:
1611         Added support for different ways of getting call chains in stat mode.
1612
1613 2009-10-12  Mark Probst  <mark.probst@gmail.com>
1614
1615         * object.c, object-internals.h: New function for computing the
1616         size of an array, factored out of mono_array_new_full().  Use
1617         SGen's functions for allocating arrays and vectors.
1618
1619         * sgen-gc.c, gc-internal.h: Special functions for allocating
1620         arrays and vectors without race conditions.  A managed array
1621         allocator method.
1622
1623         * boehm-gc.c, null-gc.c: Don't provide a managed array allocator.
1624
1625 2009-10-12  Mark Probst  <mark.probst@gmail.com>
1626
1627         * object.c, object.h, icall.c: Write barriers do the copying now,
1628         as well, so no need for an additional memcpy.
1629
1630         * sgen-gc.c: Lock when storing remsets.  Do the memory
1631         copying/moving in the write barriers.
1632
1633         * null-gc.c, boehm-gc.c: Write barriers must copy here, too.
1634
1635         * reflection.c: Added an assert.
1636
1637 2009-10-12  Mark Probst  <mark.probst@gmail.com>
1638
1639         * threads.c, process.c: A few missing write barriers.
1640
1641 2009-10-12  Joel W. Reed <joelwreed@gmail.com>
1642
1643         * mono-perfcounters.c, mono-perfcounters-def.h: Add
1644         network performance counters for bytes sent per second, bytes
1645         received per second, and bytes total per second.
1646
1647         Code is contributed under MIT/X11 license.
1648
1649 2009-10-09  Mark Probst  <mark.probst@gmail.com>
1650
1651         * threads.c (ves_icall_System_Threading_Thread_GetAbortExceptionState):
1652         Fix warning.
1653
1654 2009-10-09  Mark Probst  <mark.probst@gmail.com>
1655
1656         * threads.c, object-internals.h, object.c: Move code for
1657         transferring an object to a different domain (via
1658         serialization/remoting) to object.c.
1659
1660         * object.c (call_unhandled_exception_delegate): If the exception
1661         is in a different domain than the delegate, transfer the exception
1662         to that domain.
1663
1664 2009-10-07  Zoltan Varga  <vargaz@gmail.com>
1665
1666         * marshal.c (emit_marshal_vtype): Emit marshalling of DateTime to OLE DATE.
1667         Fixes #322934.
1668
1669 2009-10-06  Zoltan Varga  <vargaz@gmail.com>
1670
1671         * domain.c (DEFAULT_RUNTIME_VERSION): Change this to v2.0.
1672
1673 2009-10-06  Mark Probst  <mark.probst@gmail.com>
1674
1675         * object.c (mono_method_return_message_restore): Handle the case
1676         where the argument is an instance of a generic type.  Fixes
1677         #544446.
1678
1679 2009-10-06  Mark Probst  <mark.probst@gmail.com>
1680
1681         * object.c (set_value): Write barrier fix - we must pass the
1682         count, not the size.
1683
1684 2009-10-05  Zoltan Varga  <vargaz@gmail.com>
1685
1686         * domain.c (mono_init_internal): Print a useful error message when encountering
1687         an old mscorlib, instead of crashing. Fixes #544307.
1688
1689 2009-10-04  Zoltan Varga  <vargaz@gmail.com>
1690
1691         * appdomain.c (copy_app_domain_setup): Fix a warning.
1692
1693         * debug-helpers.c (dis_one): Ditto.
1694
1695 2009-10-04  Mark Probst  <mark.probst@gmail.com>
1696
1697         * domain-internals.h, appdomain.c: The AppDomainSetup is copied
1698         into the new domain, instead of referencing the original one.
1699
1700         * marshal.c, marshal.h: Make mono_marshal_xdomain_copy_value()
1701         non-static.
1702
1703         * appdomain.c: Corlib version bump.
1704
1705 2009-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
1706
1707         * threadpool.c: one more...
1708
1709 2009-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
1710
1711         * threadpool.c: forgot a LeaveCriticalSection when telling the idle
1712         threads to die because we're shutting down. delgate5.exe works again.
1713
1714 2009-10-01  Bill Holmes  <billholmes54@gmail.com>
1715
1716         * cominterop.c (mono_marshal_free_ccw_entry): Updating the
1717           ccw_interface_hash table when a ccw is finalized.
1718
1719         Code is contributed under MIT/X11 license.
1720
1721 2009-09-30  Mark Probst  <mark.probst@gmail.com>
1722
1723         * assembly.c, domain.c, image.c, metadata-internals.h: Split
1724         domain and image unloading into two steps.  We must do this
1725         because clearing the domain in SGen requires the class metadata to
1726         be intact, but we need to free the mono_g_hash_tables in case a
1727         collection occurs during domain unloading and the roots would trip
1728         up the GC.
1729
1730 2009-09-30  Mark Probst  <mark.probst@gmail.com>
1731
1732         * object-internals.h: Remove serialized culture fields from
1733         MonoInternalThread.
1734
1735         * icall-def.h, thread-types.h, threads.c: Remove serialized
1736         culture icalls.
1737
1738         * appdomain.c: Corlib version bump.
1739
1740 2009-09-30  Zoltan Varga  <vargaz@gmail.com>
1741
1742         * marshal.c (emit_marshal_object): Emit out marshalling of stringbuilders.
1743         Fixes #543133.
1744
1745 2009-09-30  Mark Probst  <mark.probst@gmail.com>
1746
1747         * sgen-gc.c: Try to shorten the new section after a major
1748         allocation to avoid ever-growing sections.
1749
1750 2009-10-13  Martin Baulig  <martin@ximian.com>
1751
1752         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
1753         `MONO_DEBUGGER_EVENT_TRAMPOLINE' into
1754         `MONO_DEBUGGER_EVENT_OLD_TRAMPOLINE' and added a new
1755         `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
1756
1757         * mono-debug.h (MONO_DEBUGGER_MINOR_VERSION): Bump to 4.
1758
1759 2009-09-29 Gonzalo Paniagua Javier <gonzalo@novell.com>
1760
1761         * threadpool.c: fixed the order in which 'completed' and the wait
1762         handle, if any, are set.  Fixes bug #542933 and delegate2.exe
1763         No need to use the wait_handle field of ASyncCall. Make sure the
1764         threadpool is active when adding a job or queueing an idle thread.
1765
1766 2009-09-29  Zoltan Varga  <vargaz@gmail.com>
1767
1768         * object.c (mono_unhandled_exception): Fix a crash if there is no main thread.
1769
1770         * threads.c (build_wait_tids): Fix a crash if there is no main thread, like
1771         when using --compile-all.
1772
1773 2009-09-27  Mark Probst  <mark.probst@gmail.com>
1774
1775         * metadata.c (free_generic_class): Unregister the field_objects
1776         roots if we're using SGen.
1777
1778 2009-09-27  Mark Probst  <mark.probst@gmail.com>
1779
1780         * reflection.c (mono_dynamic_image_free): Deregister the GC root
1781         for GenericParamTableEntry.gparam.
1782
1783 2009-09-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
1784
1785         * marshal.c: don't create the handle when calling. It is created later
1786         if needed.
1787
1788 2009-09-26  Mark Probst  <mark.probst@gmail.com>
1789
1790         * sgen-gc.c: Warning fixes.
1791
1792 2009-09-26  Mark Probst  <mark.probst@gmail.com>
1793
1794         * sgen-gc.c: New debug option "xdomain-checks", which scans the
1795         whole heap for cross-domain references before each collection.
1796
1797         * sgen-scan-object.h: The scan action can now use SCAN to scan the
1798         object.
1799
1800         * threadpool-internals.h, threadpool.c: New function
1801         mono_thread_pool_is_queue_array() for checking whether a given
1802         array is used as a (cross-domain) queue by the thread pool code.
1803
1804 2009-09-26  Mark Probst  <mark.probst@gmail.com>
1805
1806         * sgen-gc.c: New function mono_gc_scan_for_specific_ref() which
1807         searches the whole heap for objects containing a specific
1808         reference.  Only for debugging.
1809
1810 2009-09-26  Mark Probst  <mark.probst@gmail.com>
1811
1812         * appdomain.c (MONO_CORLIB_VERSION): Bumped.
1813
1814         * icall-def.h, threads.c, threads-types.h: New icalls for copying
1815         byte arrays between domains.
1816
1817 2009-09-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
1818
1819         * threadpool.c:
1820         * class-internals.h:
1821         * mono-perfcounters-def.h:
1822         * mono-perfcounters.c:
1823         -There is a list of idle threads
1824         -Each of those idle threads wait on their own WaitHandle instead
1825         of all of them using the same semaphore. When a new work item is
1826         added, the job is assigned directly to an idle thread or a newly
1827         created one if possible and then the handle for that thread is
1828         signaled. Compare that to the current approach where all the
1829         threads in the pool compete to dequeue a job from the same
1830         queue.
1831         -New struct ThreadPool that brings together the bunch of static
1832         variable for each threadpool (IO and regular).
1833         -New performance counters: # of items added and its rate per
1834         threadpool. The rate will be used later, perhaps together with
1835         other perf. counters, to decide when idle threads should exit.
1836
1837 2009-09-25  Jonathan Chambers  <joncham@gmail.com>
1838
1839         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Receive_internal): 
1840         Fix typo on Windows build.      
1841         (ves_icall_System_Net_Sockets_Socket_Accept_internal): Fix typo on Windows build.
1842         
1843         Code is contributed under MIT/X11 license.
1844
1845 2009-09-25  Mark Probst  <mark.probst@gmail.com>
1846
1847         * object-internals.h: The Thread class is split up into Thread and
1848         InternalThread now.  We have exactly one InternalThread per
1849         thread, and at most one Thread per appdomain per thread.  Most
1850         data is stored in InternalThread.  All InternalThread objects live
1851         in the root domain.
1852
1853         * class-internals.h: Add internal_thread_class to MonoDefaults.
1854
1855         * appdomain.c (mono_domain_unload), attach.c (receiver_thread),
1856         domain.c, gc.c, icall-def.h, monitor.c, object.c, sgen-gc.c,
1857         socket-io.c, threadpool.c, thread-types.h, threads.c: Changes
1858         resulting from the split of the Thread class.
1859
1860         * gc-internal.h: Prototype for new function for checking whether a
1861         thread is the finalizer thread.
1862
1863         * appdomain.c: Corlib version bump.
1864
1865 2009-09-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1866
1867         * appdomain.c|h: Add a mono_domain_try_unload method which is
1868         equivalent to mono_domain_unload, except that it returns an exception
1869         instead of throwing it. Make mono_domain_unload use the
1870         mono_domain_try_unload method to avoid code-duplication.
1871
1872 2009-09-25  Zoltan Varga  <vargaz@gmail.com>
1873
1874         * debug-helpers.c (dis_one): Avoid unaligned accesses on platforms where that is
1875         a problem.
1876
1877 2009-09-24  Zoltan Varga  <vargaz@gmail.com>
1878
1879         * marshal.c (emit_ptr_to_object_conv): Generate an exception instead of
1880         aborting when a conversion is not implemented.
1881
1882 2009-09-23  Miguel de Icaza  <miguel@novell.com>
1883
1884         * verify.c: when comparing culture strings, use g_ascii_strcmp
1885
1886         * assembly.c (mono_public_tokens_are_equal): Change g_strcasecmp
1887         when comparing public key tokens to use memcmp on 16 bytes.   I do
1888         not believe this ever worked as advertised in the past.
1889
1890         The standard Public Key is 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
1891         which would have always failed earlier.
1892
1893 2009-06-25  Miguel de Icaza  <miguel@novell.com>
1894
1895         * gc.c: Raise a NullArgumentException if the object passed is
1896         null.
1897
1898 2009-09-22  Zoltan Varga  <vargaz@gmail.com>
1899
1900         * image.c (mono_image_close): Atomically decrement the reference count and
1901         remove the image from the hash tables, to prevent another thread from seeing a
1902         dying MonoImage. Fixes #541194.
1903
1904 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
1905
1906         * threadpool.c: actually use the minimum number of 'completion ports'
1907         (for us is just a potential worker thread).
1908
1909 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
1910
1911         * threadpool.c: remove ares_htable. It does not make sense any more
1912         since the same objects are now stored in GC-tracked arrays while they are
1913         in the queue.
1914
1915 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
1916
1917         * threadpool.c: increase the minimum length of the queues to 128.
1918         Remove warning.
1919
1920 2009-09-21  Zoltan Varga  <vargaz@gmail.com>
1921
1922         * marshal.c (mono_marshal_get_string_ctor_signature): New internal function to
1923         return the modified signature used by string ctors.
1924
1925 2009-09-20  Zoltan Varga  <vargaz@gmail.com>
1926
1927         * marshal.c (mono_marshal_get_runtime_invoke_dynamic): New internal function
1928         to return a runtime-invoke wrapper which uses DYN_CALL to call the wrapped
1929         method, to be used by full-aot.
1930
1931 2009-09-18  Rodrigo Kumpera  <rkumpera@novell.com>
1932
1933         Since the runtime supports lazy initialization of a type's vtable and this can cause a type
1934         to fail, we need to ensure that the vtable is properly initialized at spots were the type must
1935         be known to be good.
1936
1937         * class.c (mono_class_init): Fail array types if their element type fails initialization
1938         as well.
1939
1940         * object.c (mono_class_create_runtime_vtable): Fail array types if their element type fails
1941         initialization, additionally we request the element_type vtable to be initialized as well.
1942
1943         This is fine and should not increase the working set in any meaningful way since it's reasonable
1944         to assume       that most code will create an array and eventually populate it, which will require the
1945         type's vtable to be initialized.
1946
1947         * loader.c (field_from_memberref): Add a comment for a possibly useless mono_class_init call.
1948
1949 2009-09-17  Atsushi Enomoto  <atsushi@ximian.com>
1950
1951         * normalization-tables.h : regenerated.
1952
1953 2009-09-16  Zoltan Varga  <vargaz@gmail.com>
1954
1955         * mono-debug.c (mono_debug_add_method): Increase the size of the buffer,
1956         a leb128 encoding can take up to 5 bytes.
1957
1958 2009-09-15  Rodrigo Kumpera  <rkumpera@novell.com>
1959
1960         * class.c (verify_class_overrides): Remove useless argument.
1961
1962         * class.c (mono_class_setup_vtable_general): Move the overrides check to happen
1963         before interface enumeration as this is no longer required.
1964
1965 2009-09-15  Rodrigo Kumpera  <rkumpera@novell.com>
1966
1967         * class.c: New function mono_class_is_assignable_from_slow that is safe to be
1968         used under mono_class_init context. This functions avoid any code path that
1969         calls mono_class_init, which leads it to be slow as some things like the interface
1970         bitmap are not available.
1971
1972         * class.c (verify_class_overrides): Use mono_class_is_assignable_from_slow instead
1973         of it's own broken version. Fixes the verifier part of #538588.
1974
1975         * class-internals.h: Export mono_class_is_assignable_from_slow as part of the internal
1976         API.
1977
1978 2009-09-15  Mark Probst  <mark.probst@gmail.com>
1979
1980         * class.c (mono_class_init): Always set an exception in a class if
1981         vtable setup fails.  Fixes #538577.
1982
1983         * generic-sharing.c: Raise an exception if mono_class_vtable()
1984         returns NULL.
1985
1986 2009-09-13  Zoltan Varga  <vargaz@gmail.com>
1987
1988         * marshal.c (mono_marshal_get_runtime_invoke): Don't share instance 
1989         methods of vtypes, as they could be incorrectly shared with static methods
1990         taking an IntPtr argument.
1991
1992 2009-09-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
1993
1994         * domain.c:
1995         * object.c:
1996         * class-internals.h: renamed waithandle_class to
1997         manualresetevent_class.
1998         * marshal.c: propagate the exception if a remoting BeginInvoke call
1999         fails.
2000
2001 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2002
2003         * object.c: Properly handle vtable failures.
2004
2005 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2006
2007         * socket-io.c: Assert on vtable failure.
2008
2009         * mono-mlist.c: Assert on vtable failure.
2010
2011 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2012
2013         * marshal.c: Assert on vtable failure.
2014
2015 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2016
2017         * icall.c: Properly handle vtable failures.
2018
2019 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2020
2021         * debug-helpers.c (mono_class_describe_statics): Properly handle vtable failures.
2022
2023 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2024
2025         * cominterop.c (ves_icall_System_ComObject_CreateRCW): Property handle vtable failures.
2026
2027         * console-unix.c (do_console_cancel_event): Same.
2028
2029 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2030
2031         * class-internals.h: Add mono_class_vtable_full function that allows control
2032         if an exception should be raised or not.
2033
2034         * object.c (mono_class_vtable): Call into mono_class_vtable_full. Fix this function
2035         to do what its documentation say, that is to return NULL and set exception_type on
2036         failure.
2037
2038         * object.c (mono_class_create_runtime_vtable): Add new raise_on_error parameter
2039         and change the code to honor it.
2040
2041 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2042
2043         * verify.c: Fix typo in error message.
2044
2045 2009-09-10  Sebastien Pouliot  <sebastien@ximian.com>
2046
2047         * security-core-clr.c: Fix default_platform_check so it can run
2048         the runtime coreclr tests (without an infinite recursion when
2049         throwing an exception).
2050
2051 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2052
2053         object.c (mono_delegate_ctor_with_method): Guard against null method.
2054
2055 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2056
2057         * marshal.c (mono_marshal_get_xappdomain_dispatch): Add an assert
2058         that should be replaced with error handling later.
2059
2060 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2061
2062         * marshal.c (mono_delegate_end_invoke): Fix warning.
2063
2064 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2065
2066         * loader.c (mono_field_from_token): Properly handle invalid
2067         dynamic tokens.
2068
2069 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2070
2071         * pedump.c (verify_image_file): Skip types that can't be
2072         decoded.
2073
2074 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2075
2076         * verify.c: Look for recursive valuetypes only against the
2077         type been initialized as this is a lot simpler and works.
2078
2079 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2080
2081         * verify.c: Ensure that fields are properly loaded before
2082         checking them.
2083
2084 2009-09-10  Bill Holmes  <billholmes54@gmail.com>
2085
2086         * object.c (mono_object_get_virtual_method) : Call 
2087           mono_cominterop_get_invoke if the object is a COM object.
2088
2089         Code is contributed under MIT/X11 license.
2090
2091 2009-09-09  Rodrigo Kumpera  <rkumpera@novell.com>
2092
2093         * verify.c: Check for recursive valuetype definitions.
2094
2095 2009-09-08  Rodrigo Kumpera  <rkumpera@novell.com>
2096
2097         Use inheritance-aware interface offsets. Inherited types use the same offsets
2098         of their parents. This reduce offset duplication in case more than one type in
2099         the inheritance tree explicitly implements the same interface.
2100
2101         This also removes a source of vtable bubbles found in #532409. An abstract type
2102         isn't required to provide abstract methods to all interfaces it implements, which
2103         resulted in a bubble with the previous scheme as the child would get a non-full
2104         vtable from its parent. We fail all concrete types with vtable bubbles, so this
2105         should be fixed.
2106
2107         This change causes an increase of 1.7% in vtable memory usage for IronPython pystone but
2108         it's expected to not cause any significant increase beyond that.
2109
2110         * class.c (setup_interface_offsets): Compute super class iface offsets
2111         first to force sharing.
2112
2113         * class.c: Add VTABLE_SELECTOR macro to the vtable debug macros to help
2114         dumping only the relevant ones.
2115
2116         * class.c (mono_class_setup_vtable_general): Give newslot, non final, virtual
2117         methods a new slot regardless if they belong to an interface or not. This allows
2118         an inherited type to override the iface method separately from the class one.
2119
2120 2009-09-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
2121
2122         * threadpool.c: make the Sleep() alertable to prevent delays exiting
2123         applications that take less than 2s to execute.
2124         Bug #524984 fixed.
2125
2126 2009-09-04  Zoltan Varga  <vargaz@gmail.com>
2127
2128         * object-internals.h (MonoRuntimeCallbacks): Add a 'get_runtime_build_info' callback.
2129
2130         * object.c (mono_get_runtime_callbacks): New helper function to return
2131         the runtime callbacks.
2132
2133         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Use the result of
2134         mono_get_runtime_build_info () as the display name.
2135         
2136 2009-09-03  Zoltan Varga  <vargaz@gmail.com>
2137
2138         * marshal.c (emit_marshal_array): Call conv.ovf.i on the array parameter
2139         argument, since NEWARR expects a native int. Fixes #481559.
2140
2141 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
2142
2143         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Guard
2144         against broken SRE methods.
2145
2146 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
2147
2148         * class.c (mono_type_get_full): Don't call mono_metadata_free_type on
2149         a NULL variable. Abort early on failure.
2150
2151 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
2152
2153         * class.c (can_access_type): Fail visibility test for non nested
2154         types with nested visibility.
2155
2156 2009-09-02  Sebastien Pouliot  <sebastien@ximian.com>
2157
2158         * assembly.c (parse_public_key): Avoid allocating (and not 
2159         freeing) the public key array when it's not requested by the 
2160         caller.
2161         * threads.c (mono_thread_manage, mono_thread_create_internal, 
2162         ves_icall_System_Threading_Thread_Thread_internal): Free 
2163         allocated memory on error.
2164
2165 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
2166
2167         * icall.c, icall-def.h: Remove some dead code from early SRE changes.
2168
2169 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
2170
2171         * class.c (mono_class_setup_fields): Remove duplicated local variable
2172         named gklass.
2173         Rename gklass to gtd to reflect the fact that it points to the generic
2174         type definition.
2175         Remove the duplicated call to mono_class_setup_fields on gtd and move
2176         the error check to the beginning.
2177
2178 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
2179
2180         * marshal.c (mono_array_to_lparray): Do DISABLE_COM properly.
2181         Remove cruft of the previous patch.
2182
2183 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
2184
2185         * metadata-verify.c (verify_method_table): Check for abstract + final.
2186         Fixes #534175.
2187
2188 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
2189
2190         * verify.c (verify_class_fields): Check for duplicate fields.
2191
2192 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
2193
2194         * metadata-verify.c: Verify the typeref table for duplicates.
2195
2196 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
2197
2198         This reverts r140936 and properly handles interfaces with static methods. The
2199         right fix is to ensure vtables without bubles which is an easier to verify
2200         constraint. We should avoid such special cases as of the reverted patch as those
2201         only make the runtime more brittle.
2202
2203         * class.c (mono_class_setup_vtable_general): Revert previous change that handle
2204         static methods on interfaces.
2205
2206         * class.c (setup_interface_offsets): Use the number of virtual methods when
2207         calculating interface offsets instead of the number of methods. This way we
2208         avoid bubles on the layout.
2209
2210 2009-08-31  Rodrigo Kumpera  <rkumpera@novell.com>
2211
2212         * metadata-verify.c (verify_metadata_header): Some very smart
2213         obfuscators like to add extra stream headers. Ignore them.
2214
2215 2009-08-30  Zoltan Varga  <vargaz@gmail.com>
2216
2217         * class.c (mono_class_setup_vtable_general): Verify interfaces with static
2218         methods correctly.
2219
2220 2009-08-29  Rodrigo Kumpera  <rkumpera@novell.com>
2221
2222         * metadata-verify.c: Verify for duplicated types.
2223
2224 2009-08-28  Rodrigo Kumpera  <rkumpera@novell.com>
2225
2226         * metadata-verify.c (verify_typedef_table): Verify for nested types
2227         without an entry on the nested class table.
2228
2229 2009-08-28  Zoltan Varga  <vargaz@gmail.com>
2230
2231         * cominterop.c (cominterop_get_ccw): Applied patch from tom hindle
2232         <tom_hindle@sil.org>. Add locking around hash table accesses.
2233
2234 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
2235
2236         * verify.c (mono_verifier_verify_class): Verify all interface if
2237         really are interfaces. Fixes #534184.
2238
2239 2009-08-27  Rodrigo Kumpera  <rkumpera@novell.com>
2240
2241         * pedump.c: Initialize all types during metadata validation so we report
2242         errors only detected as part of class initialization.
2243
2244 2009-08-26  Rodrigo Kumpera  <rkumpera@novell.com>
2245
2246         * metadata-verify.c (verify_method_table): PInvoke requires method to
2247         be static. Fixes #534189
2248
2249 2009-08-26  Zoltan Varga  <vargaz@gmail.com>
2250
2251         * threads.c (mono_thread_suspend_all_other_threads): Handle 'threads_starting_ip'
2252         being NULL.
2253
2254 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
2255
2256         * class.c (mono_class_setup_vtable_general): Verify the resulting vtable
2257         for holes or bad methods. Fixes #525314.
2258
2259 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
2260
2261         * class.c (setup_interface_offsets): Don't allocate slot
2262         for the same interface multiple times. This creates bubbles
2263         that waster space and make vtable verification harder.
2264
2265         The same interface get a slot multiple times since we need
2266         to get the closure of all implemented interfaces, which means
2267         the same interface is reported multiple times.
2268
2269 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
2270
2271         * verify.c (mono_verifier_verify_class): Don't check the fields
2272         of generic instances since the context on which they got expanded
2273         might lead to false positives.
2274
2275         Such thing happens when a generic type is inflated in the context
2276         of a generic method and the inflated type of a field turns into a
2277         generic method argument, which causes the checking code to think
2278         it's an invalid class when it's not.
2279
2280 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
2281
2282         * verify.c (mono_type_is_valid_in_context): Verify if type
2283         is NULL and remove duplicate test.
2284
2285 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
2286
2287         * verify.c (mono_verifier_verify_class): Check fields for
2288         invalid generic arguments.
2289
2290 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
2291
2292         * class.c (verify_class_overrides): Verify if for static
2293         and non virtual methods.
2294
2295 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
2296
2297         * icaa.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor):
2298         Check for errors after retrieving the vtable.
2299
2300 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
2301
2302         * class.c (mono_class_setup_vtable_general): Verify
2303         if method overrides are valid before processing them.
2304
2305 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
2306
2307         * marshal.c (mono_array_to_lparray): Fix minimal build with
2308         cominterop disabled.
2309
2310         * marshal.c (mono_free_lparray): Same.
2311
2312 2009-08-21  Mark Probst  <mark.probst@gmail.com>
2313
2314         * threadpool.c (mono_thread_pool_init): Use mono_object_hash() as
2315         the hash function for the ares_htable.
2316
2317 2009-08-20  Rodrigo Kumpera  <rkumpera@novell.com>
2318
2319         * metadata-verify.c (verify_assembly_table): Accept 0x10 as a valid
2320         bit for assembly flags. MS is ok with it but there is no spec anywhere
2321         on its mean
2322
2323 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2324
2325         * class.c (mono_class_create_from_typedef): Emit profiler events
2326         in all cases.
2327
2328 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2329
2330         * icall.c (ves_icall_Type_GetMethodsByName): Don't leak loader errors.
2331         Release memory on failure.
2332
2333 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2334
2335         * class-internals.h: Add mono_metadata_load_generic_param_constraints_full
2336         to the internal API.
2337
2338         * metadata.c (get_constraints): Use a single-linked table as we don't
2339         traverse it backward. Fail and return FALSE if only of the contraint types
2340         is not found.
2341
2342         * metadata.c (mono_metadata_load_generic_param_constraints_full): Identical
2343         to mono_metadata_load_generic_param_constraints except for having a return value.
2344         This has to be done since the later is part of the public API.
2345
2346         * class.c (mono_class_create_from_typedef): Properly check the loading of constrains
2347         and fail the type.
2348
2349         * loader.c (mono_get_method_from_token): Properly check the loading of constraints
2350         and fail the method.
2351
2352 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2353
2354         * metadata-verify.c (is_valid_method_header): Add work-around to deal
2355         with MS broken behavior of emmitting EH section sizes without the
2356         header size added.
2357
2358 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2359
2360         * metadata.c (mono_type_create_from_typespec): Don't allocate image
2361         memory until we're sure that we'll need it. This avoids leaking for
2362         broken types or duplicated instantiation.
2363
2364 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2365
2366         * metadata-verify.c (is_valid_method_header): Fix stupid formating
2367         mistake.
2368
2369 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2370
2371         * metadata-verify.c (is_valid_method_header): Fix number of clauses
2372         and expected size calculation.
2373
2374 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2375
2376         * class.c (mono_class_get_field_idx): Add fixme for broken
2377         behavior for types with multiple fields with the same name.
2378         I would rather fix it, but have no idea on how to generate
2379         such artifact for testing.
2380
2381 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2382
2383         * verify.c (verifier_load_field): We should allow references to
2384         fields to be made using the generic type definition. It's up to
2385         the loader system to fail invalid ops.
2386
2387         * verify.c (get_boxable_mono_type): Only uninstantiated GTDs
2388         are invalid.
2389
2390 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2391
2392         * class.c: Fix usage of mono_metadata_interfaces_from_typedef_full.
2393
2394         * metadata-internals.h: Fix declaration of 
2395         mono_metadata_interfaces_from_typedef_full.
2396
2397         * metadata.c (mono_metadata_interfaces_from_typedef_full): Add extra
2398         heap_alloc_result parameter that controls if the result should be
2399         g_malloc'd.
2400
2401         * metadata.c (mono_metadata_interfaces_from_typedef): Let the resulting
2402         array be g_malloc'd and properly document this public API function.
2403
2404 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2405
2406         * cil-coff.h: Fix METHOD_HEADER_FORMAT_MASK to be 2 bits and
2407         remove METHOD_HEADER_TINY_FORMAT1.
2408
2409         * reflection.c: Remove reference to METHOD_HEADER_TINY_FORMAT1.
2410
2411         * metadata.c (mono_metadata_parse_mh_full): Kill tiny format1.
2412
2413         Both spec and MS uses only 2 bits to enumerate the kind of header.
2414         So given that 0x6 and 0x2 are equal under a 2 bits mask, tiny format1
2415         is superfluous, only used for tiny headers with odd code lengths.
2416
2417         This change also make sure that mono doesn't wronly interpret bit 2
2418         of fat header flags, which is currently reserved.
2419
2420 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2421
2422         * metadata.c (do_mono_metadata_parse_type): Do error
2423         checking for element types. Don't abort if presented
2424         with a broken type kind.
2425
2426 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2427
2428         * metadata.c (mono_metadata_parse_method_signature_full):
2429         Gracefully fail bad vararg signatures.
2430
2431 2009-08-18  Christian Hergert  <chris@dronelabs.com>
2432
2433         * profiler.c:
2434         * class.c: Fix warnings for uninitialized variables.
2435
2436 2009-08-18  Christian Hergert  <chris@dronelabs.com>
2437
2438         * icall.c: Fix _NSGetEnviron method declaration warning.
2439
2440 2009-08-18  Christian Hergert  <chris@dronelabs.com>
2441
2442         * icall.c:
2443         * reflection.c: Make bitwise checks explicit.
2444
2445 2009-08-18  Christian Hergert  <chris@dronelabs.com>
2446
2447         * debug-helpers.c:
2448         * marshal.c: Fix printf warnings.
2449
2450 2009-08-18  Zoltan Varga  <vargaz@gmail.com>
2451
2452         * reflection.c (encode_cattr_value): Fix a warning.
2453
2454 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2455
2456         * metadata.c (mono_metadata_parse_array_full): Fix memory leak
2457         of array bounds.
2458
2459 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2460
2461         * loader.c (mono_method_signature): Don't assert on broken
2462         signature. Print a more useful error message.
2463
2464 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2465
2466         * loader.c (mono_method_get_marshal_info): Assert if
2467         signature is invalid. Bounds check stores to the
2468         mspecs array;
2469
2470 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2471
2472         * loader.c (field_from_memberref): Fix warning.
2473
2474 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2475
2476         * loader.c (mono_method_get_param_names): Check if signature
2477         is null. Don't store beyond the size of the name array.
2478
2479 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2480
2481         * loader.c (mono_get_method_constrained): Check if signature
2482         is null.
2483
2484 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2485
2486         * loader.c (mono_loader_set_error_bad_image): Improve
2487         error messages.
2488
2489 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2490
2491         * loader.c (mono_get_method_full): Convert an assertion
2492         into a loader error.
2493
2494 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2495
2496         * class-internals.h, class.c: Better naming and documentation.
2497
2498 2009-08-17  Zoltan Varga  <vargaz@gmail.com>
2499
2500         * boehm-gc.c (mono_gc_add_weak_track_handle): Don't do any work if
2501         obj is NULL.
2502
2503 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
2504
2505         * loader.c (mono_method_get_signature_full): Fail gracefully if signature
2506         parsing fails.
2507
2508 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
2509
2510         * loader.c (mono_loader_error_prepare_exception): Handle missing field
2511         errors with no class set.
2512
2513         * loader.c (field_from_memberref): If the field signature is of the wrong
2514         type fail with a MissingFieldException instead of a BadImageException as
2515         this is the behavior observed on MS. 
2516
2517 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
2518
2519         * loader.c (field_from_memberref): Don't crash if either the field
2520         signature or the typespec class are invalid.
2521
2522 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
2523
2524         * verify.c (verifier_load_field): Don't allow field related
2525         ops to reference fields on generic type definition.
2526
2527 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
2528
2529         * metadata-verify.c: Add new warning level for errors specified
2530         by ECMA 335 but that MS ignores.
2531
2532         * metadata-verify.c (verify_method_table): Make compiler controled
2533         visibility + (rt)specialname error a warning as MS ignores this. Ignoring
2534         this check is safe because the end result will only be some visibility
2535         exceptions been thrown.
2536
2537 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
2538
2539         * verify.c (get_boxable_mono_type): Don't allow the
2540         use of the generic type definition on boxed type positions.
2541
2542         Fixes #531237.
2543
2544 2009-08-14  Mark Probst  <mark.probst@gmail.com>
2545
2546         * threadpool.c: Make sure no cross-domain references remain in
2547         ares_htable or the arrays that are thrown away when resizing.
2548
2549 2009-08-14  Mark Probst  <mark.probst@gmail.com>
2550
2551         * appdomain.c, metadata-internals.h, image.c: In MonoImage add a
2552         list of classes for which we have to unregister reflection_info
2553         with the GC and which are not in the namespace cache.
2554
2555         * reflection.c (mono_reflection_initialize_generic_parameter): Add
2556         the class to the list.
2557
2558 2009-08-14  Mark Probst  <mark.probst@gmail.com>
2559
2560         * domain.c (mono_domain_free): Unregister the GC roots in
2561         MonoDomain.
2562
2563 2009-08-12  Rodrigo Kumpera  <rkumpera@novell.com>
2564
2565         * reflection.c (mono_reflection_type_get_handle): Fix typo.
2566
2567 2009-08-12  Rodrigo Kumpera  <rkumpera@novell.com>
2568
2569         * class.c: Add mono_class_get_field_from_name_full which does
2570         the same as mono_class_get_field_from_name but does check field
2571         signature as well.
2572
2573         * class-internals.h: Export mono_class_get_field_from_name_full as
2574         part of the internal API.
2575
2576         * loader.c (field_from_memberref): Search fields by name and signature
2577         as it's valid to have two fields with same name but different types.
2578
2579         Fixes #528055.
2580
2581 2009-08-10  Rodrigo Kumpera  <rkumpera@novell.com>
2582
2583         * icall-def.h: Add a bunch of temporary icalls to MonoGenericClass.
2584
2585         * reflection.c (mono_reflection_type_get_handle): Handle MonoGenericClass.
2586
2587         * reflection.c (encode_cattr_value): Use mono_reflection_type_get_handle to encode
2588         System.Type.
2589
2590 2009-08-13  Zoltan Varga  <vargaz@gmail.com>
2591
2592         * gc.c (GCHandle_CheckCurrentDomain): Moved this here from icall.c.
2593
2594         * boehm-gc.c (mono_gc_add_weak_track_handle): Handle nulls.
2595
2596 2009-08-12  Mark Probst  <mark.probst@gmail.com>
2597
2598         * sgen-gc.c, sgen-scan-object.h: Object scanning code factored out
2599         to sgen-scan-object.h, which can be included and parameterized via
2600         macros.
2601
2602         * Makefile.am: sgen-scan-object.h added.
2603
2604 2009-08-12  Mark Probst  <mark.probst@gmail.com>
2605
2606         * gc.c: #define GC_dont_gc if we're compiling with SGen.
2607
2608 2009-08-12  Mark Probst  <mark.probst@gmail.com>
2609
2610         * domain.c (mono_domain_free): Free a domain's mono_g_hash_tables
2611         before clearing a domain in the GC.
2612
2613 2009-08-12  Mark Probst  <mark.probst@gmail.com>
2614
2615         * exception.c (mono_exception_from_name_domain): Actually create
2616         the exception in the specified domain.
2617
2618         * appdomain.c (mono_domain_create_appdomain_internal): Create the
2619         OutOfMemoryException a bit later so that the domain is inialized
2620         "enough" that it works.
2621
2622 2009-08-12  Mark Probst  <mark.probst@gmail.com>
2623
2624         * threads.c (thread_cleanup): Clean up the cached_culture_info
2625         array to prevent cross-domain references.
2626
2627 Tue Aug 11 14:38:57 CEST 2009 Paolo Molaro <lupus@ximian.com>
2628
2629         * metadata.c: more documentation for MonoType accessors.
2630
2631 2009-08-11  Raja R Harinath  <harinath@hurrynot.org>
2632
2633         Fix incorrect size definitions where the tail array isn't a list
2634         of pointers
2635         * class-internals.h (MONO_SIZEOF_MARSHAL_TYPE): Use offsetof to
2636         define size.
2637         * domain-internals.h (MONO_SIZEOF_JIT_INFO): Likewise.
2638         * metadata.h (MONO_SIZEOF_TYPE): Likewise.
2639         * reflection.h (MONO_SIZEOF_CUSTOM_ATTR_INFO): Likewise.
2640
2641 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
2642
2643         * reflection.h:
2644         * reflection.c: MONO_SIZEOF_CUSTOM_ATTR_INFO.
2645
2646 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
2647
2648         * metadata.c:
2649         * loader.c:
2650         * metadata-internals.h:
2651         * method-builder.c:
2652         * reflection.c: use MONO_SIZEOF_METHOD_HEADER.
2653
2654 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
2655
2656         * cominterop.c:
2657         * metadata.c:
2658         * metadata.h:
2659         * loader.c:
2660         * marshal.c:
2661         * reflection.c: #define for sizeof in MonoType and
2662         MonoMethodSignature.
2663
2664 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
2665
2666         * domain.c:
2667         * domain-internals.h: add and use #define's instead of sizeof()
2668         for MonoJitInfo and MonoJitInfoTable.
2669
2670 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
2671
2672         * object.c:
2673         * class.h: use #define instead of sizeof() for MonoRemoteClass.
2674
2675 2009-08-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
2676
2677         * metadata.c:
2678         * metadata.h:
2679         * object.c:
2680         * class-internals.h:
2681         * generic-sharing.c:
2682         * marshal.c: use a #define instead of sizeof() for a few
2683         structures that use a zero-length array.
2684
2685 2009-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
2686
2687         * object-internals.h (MonoReflectionMethodOnTypeBuilderInst): Add new fields
2688         to handle inflated generic methods.
2689
2690         * appdomain.c: Bump corlib version.
2691
2692         * reflection.c (mono_image_get_method_on_inst_token): Handle generic method
2693         instances.
2694
2695         * reflection.c (fixup_method): Same
2696
2697         * reflection.c (resolve_object): Same.
2698
2699         * reflection.c (inflate_method): Replace a g_assert_not_reached with a
2700         g_error and a decent message.
2701
2702 2009-08-06  Massimiliano Mantione  <massi@ximian.com>
2703
2704         * bohem-gc.c (mono_gc_add_weak_track_handle): Get the domain
2705         from the object because it could not yet be available globally
2706         (it happens if the profiler tries to create a gchandle on the
2707         MonoThread object of a thread that is still registering itself
2708         with the runtime).
2709
2710 2009-08-04  Rodrigo Kumpera  <rkumpera@novell.com>
2711
2712         * reflection.c (mono_generic_class_get_object): Initialized the
2713         managed type arguments array.
2714
2715         * object-internals.h (MonoReflectionGenericClass): Add type_arguments field.
2716
2717         * appdomain.c: Bump corlib version.
2718
2719 2009-08-04  Zoltan Varga  <vargaz@gmail.com>
2720
2721         * threads.c (thread_cleanup): Free serialized_ui_culture_info. Fixes
2722         #527902.
2723
2724 2009-08-03  Zoltan Varga  <vargaz@gmail.com>
2725
2726         * threads.c (ves_icall_System_Threading_Thread_Thread_free_internal): 
2727         Avoid a crash if synch_cs is not set.
2728         
2729         * threads.c (ves_icall_System_Threading_Thread_Thread_free_internal): 
2730         Handle the case when the handle is 0.
2731
2732         * appdomain.c: Bump corlib version.
2733
2734 2009-08-02  Zoltan Varga  <vargaz@gmail.com>
2735
2736         * reflection.c (mono_type_get_object): Fix a warning.
2737
2738 2009-08-01  Mark Probst  <mark.probst@gmail.com>
2739
2740         * sgen-gc.c (mono_gc_wbarrier_value_copy): Don't compute the GC
2741         descriptor here.  We assume it's already been computed.
2742
2743         * generic-sharing.c (instantiate_other_info): Compute the GC
2744         descriptor for info type MONO_RGCTX_INFO_KLASS.
2745
2746 2009-08-01  Mark Probst  <mark.probst@gmail.com>
2747
2748         * reflection.c (mono_type_get_object): MonoDomain is an unmanaged
2749         type, so don't use MONO_OBJECT_SETREF to set a field.
2750
2751 2009-08-01  Mark Probst  <mark.probst@gmail.com>
2752
2753         * gc.c: We were missing one case where invoking a finalizer would
2754         not reset the domain.  Also, in the finalizer thread loop, assert
2755         that we're in the root domain.
2756
2757 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
2758
2759         * icall.c (ves_icall_MonoType_GetArrayRank): Throw ArgumentException
2760         if the type is not an array.
2761
2762 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
2763
2764         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Return the
2765         method bound to the declaring type of the method. Raise an exception
2766         if the type is not a generic param.
2767
2768 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
2769
2770         * class.c (print_unimplemented_interface_method_info): Print the
2771         full type name.
2772
2773         * class.c (mono_class_setup_vtable_general): When dealing with a
2774         generic instance first check if the generic type definition is
2775         not broken.
2776
2777 2009-02-11 Tom Hindke <tom_hindle@sil.org>
2778
2779         * marshal.c (mono_array_to_lparray): Implemented so managed object types are converted to native types.
2780
2781         * marshal.c: Added new method mono_free_lparray to free memory allocated by mono_array_to_lparray
2782
2783         * marshal.c (emit_marshal_array): call emit mono_free_lparray where approprate.
2784
2785         * marshal.c (conv_to_icall): added MONO_MARSHAL_FREE_LPARRAY case
2786
2787         * metadata.h (MonoMarshalConv enum): added MONO_MARSHAL_FREE_LPARRAY
2788
2789         Code is contributed under MIT/X11 license
2790
2791 2009-08-30  Rodrigo Kumpera  <rkumpera@novell.com>
2792
2793         * verify.c: Fix naming of stelem and ldelem.
2794
2795 2009-07-30  Mark Probst  <mark.probst@gmail.com>
2796
2797         * generic-sharing.c: Replace the templates lock with the loader
2798         lock because of very hard to resolve deadlock issues.
2799
2800 2009-07-30  Zoltan Varga  <vargaz@gmail.com>
2801
2802         * icall.c (ves_icall_Type_GetMethodsByName): Use 
2803         mono_class_get_vtable_size () instead of accessing klass->vtable_size
2804         directly. Fixes #525338.
2805
2806         * class.c (mono_class_get_vtable_size): New helper function.
2807
2808         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle_type): Fix the second argument, its a MonoType* not a MonoClass*. Check whenever
2809         the field belongs to the type. Fixes #525733.
2810
2811 2009-07-30  Mark Probst  <mark.probst@gmail.com>
2812
2813         * sgen-gc.c: When we stop a thread and its stack top is not within
2814         its allocated stack (because it's in an altstack signal handler),
2815         restart it and stop it again, until it is.
2816
2817 2009-07-30  Mark Probst  <mark.probst@gmail.com>
2818
2819         * sgen-gc.c: Take a thread's stack top and registers from the
2820         sigcontext in the suspend signal handler.
2821
2822         * sgen-gc.h, sgen-archdep.h, Makefile.am: Move arch-dependent
2823         stuff to sgen-archdep.h.
2824
2825         * gc.c, gc-internal.h: Remove the get_ip_from_sigctx installer and
2826         caller, because have code in sgen-archdep.h to acquire that data.
2827
2828 2009-07-29  Massimiliano Mantione  <massi@ximian.com>
2829
2830         * profiler.c, profiler.h, profiler-private.h:
2831         Added support for keeping track of code chunks and buffers.
2832
2833 2009-07-29 Rodrigo Kumpera  <rkumpera@novell.com>
2834
2835         * metadata-verify.c: Fix endianness problems on decoding functions.
2836         Based on a patch by Ulrich Weigand <uweigand@de.ibm.com>
2837
2838 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
2839
2840         * icall.c (ves_icall_Type_make_array_type): Handle the new encoding
2841         schema for vectors and one dimension SZARRAY.
2842
2843 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
2844
2845         * reflection.c (mono_reflection_type_get_handle): Handle the new encoding
2846         schema for vectors and one dimension SZARRAY.
2847
2848 2009-07-27  Mark Probst  <mark.probst@gmail.com>
2849
2850         * icall-def.h, thread-types.h, threads.c: New separate icalls for
2851         Interlocked.(Compare)Exchange with object arguments, which invoke
2852         write barriers.
2853
2854 2009-07-26  Miguel de Icaza  <miguel@novell.com>
2855
2856         * icall.c (ves_icall_Type_GetNestedType): Throw an exception when
2857         passed invalid arguments.   Fixes another crasher in the
2858         Silverlight test suite.
2859
2860         * class.c (mono_class_array_element_size): Return 0 for the size
2861         of the class;  This fixes the crasher exposed by :
2862
2863         typeof (void).MakeArrayType ();
2864
2865         * icall.c (ves_icall_MonoType_GetEvent): Do not dereference method
2866         if there is no method to dereference.    Put all the code that
2867         depends on this inside the if (method) block.
2868
2869         This fixes the crasher exposed by Microsoft's Silvelright CLR test
2870         suite  ./Reflection/Emit/TypeBuilder/TypeBuilderGetEvent.exe
2871
2872         With this change, we pass the test.
2873         
2874         * reflection.c (mono_reflection_sighelper_get_signature_local):
2875         Only dereference the assembly if it has been set.    Fixes a
2876         crasher exposed by #525328
2877
2878 2009-07-25  Mark Probst  <mark.probst@gmail.com>
2879
2880         * sgen-gc.c, object.h, null-gc.c, boehm-gc.c, marshal.c: Really
2881         don't perform the store in mono_gc_wbarrier_generic_nostore().
2882         Remove the second argument (value), which is not needed.
2883
2884 2009-07-24  Zoltan Varga  <vargaz@gmail.com>
2885
2886         * null-gc.c (mono_gc_wbarrier_generic_nostore): Define this to fix
2887         the build.
2888
2889         * boehm-gc.c: Ditto.
2890         
2891 2009-07-24  Mark Probst  <mark.probst@gmail.com>
2892
2893         * sgen-gc.c, marshal.c, object.h: Make the managed write barrier
2894         not perform the store itself.  Introduce
2895         mono_gc_wbarrier_generic_nostore(), which is the same as
2896         mono_gc_wbarrier_generic_store(), except it doesn't perform the
2897         store.
2898
2899 2009-07-24  Mark Probst  <mark.probst@gmail.com>
2900
2901         * icall.c (ves_icall_System_Array_SetGenericValueImpl):
2902         mono_gc_wbarrier_value_copy() doesn't perform the copy itself, so
2903         we still need the memcpy().
2904
2905 2009-07-22  Mark Probst  <mark.probst@gmail.com>
2906
2907         * sgen-gc.c: Align array bounds calculation to mono_array_size_t
2908         so that big arrays are handled correctly.  Always use
2909         safe_object_get_size() to calculate array object sizes, which
2910         takes bounds into account.
2911
2912 2009-07-22  Mark Probst  <mark.probst@gmail.com>
2913
2914         * sgen-gc.c (mono_gc_wbarrier_value_copy): Make sure the class's
2915         GC descriptor is computed before we use it.
2916
2917 2009-07-22  Mark Probst  <mark.probst@gmail.com>
2918
2919         * icall.c (ves_icall_System_Array_SetGenericValueImpl): Use a
2920         write barrier if necessary.
2921
2922 2009-07-22  Mark Probst  <mark.probst@gmail.com>
2923
2924         * icall-def.h, icall.c, thread-types.h: New separate icall for
2925         VolatileWrite(object&,object) that uses a write barrier.
2926
2927         * console-unix.c, file-io.c, icall.c, threads.c: Use write
2928         barriers in icalls which write to "ref" or "out" arguments.
2929
2930 2009-07-21  Zoltan Varga  <vargaz@gmail.com>
2931
2932         * marshal.c (mono_marshal_get_runtime_invoke): Do the work done in the exception
2933         handler in a separate icall, to reduce the size of the wrappers.
2934
2935 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
2936
2937         * metadata-verify.c (is_valid_typespec_blob): Fix error message.
2938
2939 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
2940
2941         * metadata-verify.c (parse_field): Allow byref field.
2942
2943         * metadata-verify.c (parse_locals_signature): Allow byref locals.
2944
2945         * metadata-verify.c (is_valid_typespec_blob): Allow byref typespec.
2946
2947 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
2948
2949         * verify.c (do_cast): Fail for any non reference type that isn't boxed.
2950         Fixes #522784.
2951
2952 2009-07-20  Robert Jordan  <robertj@gmx.net>
2953
2954         * cominterop.c (cominterop_get_managed_wrapper_adjusted):
2955         Fix invalid IL in valuetype handling (STOBJ must push the
2956         corresponding class). Fixes bug #523149.
2957
2958         Code is contributed under MIT/X11 license.
2959
2960 2009-07-20  Geoff Norton  <gnorton@novell.com>
2961
2962         * gc.c: Use proper semaphores where available on posix and darwin.
2963
2964 2009-07-19  Geoff Norton  <gnorton@novell.com>
2965
2966         * gc.c: Unnamed posix semaphores are broken on darwin-arm too.
2967
2968 2009-07-19 Rodrigo Kumpera  <rkumpera@novell.com>
2969
2970         * refletion.c (is_sre_usertype): Change name to is_usertype and
2971         invert it's result so it returns true if the type is an user type
2972         and not the opposite.
2973
2974         * reflection.c (is_*_type): Change all of those to use new macro
2975         check_corlib_type_cached that cached the type lookup so we don't
2976         need to do string comparisons all the type. Changed the signature
2977         to take a MonoClass instead.
2978
2979         * reflection.c: Change mono_image_create_token and resolve_object
2980         to use is_sre_* functions.
2981
2982 2009-07-18  Mark Probst  <mark.probst@gmail.com>
2983
2984         * sgen-gc.c: Check for writes to the stack in the managed
2985         wbarrier as well.
2986
2987 2009-07-18  Mark Probst  <mark.probst@gmail.com>
2988
2989         * sgen-gc.c: When a thread is unregistered, don't free its remsets
2990         but put them on a list which is processed with the other thread's
2991         remsets.
2992
2993 2009-07-18  Mark Probst  <mark.probst@gmail.com>
2994
2995         * sgen-gc.c: Fix and enable the internal allocator instead of
2996         using malloc/free (which causes deadlocks).
2997
2998 2009-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
2999
3000         * refletion.c: Fix builds with SRE disabled by adding a minimal
3001         implementation of mono_reflection_type_get_handle.
3002
3003 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
3004
3005         * refletion.c: Make mono_reflection_type_get_handle non static.
3006
3007         * object-internals.h: Export mono_reflection_type_get_handle.
3008
3009         * icall.c (ves_icall_MonoGenericClass_InflateType): Resolve the
3010         unmanaged handle using mono_reflection_type_get_handle.
3011
3012 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
3013
3014         * refletion.c: Replace all reads of MonoReflectionType::type with
3015         calls to mono_reflection_type_get_handle. Only the functions that
3016         deal with constructing TypeBuilder::type have not been changed
3017         because they have to deal with NULL values.
3018
3019         This is a first step into supporting reflection types that don't
3020         map directly into their unmanaged counterpart.
3021
3022 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
3023
3024         * metadata-verify.c (parse_locals_signature): Don't complain
3025         on signature with zero locals since MS generates it and doesn't
3026         bother with.
3027
3028 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
3029
3030         * reflection.c (mono_image_get_array_token): Resolve return
3031         type using mono_reflection_type_get_handle.
3032
3033         * reflection.c (mono_image_get_array_token): Resolve array method
3034         parent type using mono_reflection_type_get_handle.
3035
3036 2009-07-14  Zoltan Varga  <vargaz@gmail.com>
3037
3038         * reflection.c (mono_image_basic_init): Applied patch from
3039         <Dax@daxxfiles.net>. Set the public key token from the assembly
3040         builder. Fixes #518909.
3041
3042         * appdomain.c: Bump corlib version.
3043
3044 2009-07-13  Zoltan Varga  <vargaz@gmail.com>
3045
3046         * class.c (mono_class_needs_cctor_run): Make this return false if
3047         the class has no cctor.
3048
3049 2009-07-13  Mark Probst  <mark.probst@gmail.com>
3050
3051         * sgen-gc.c: When the minor GC needs to allocate a new section,
3052         invoke the major GC afterwards.
3053
3054 2009-07-14  Bill Holmes  <billholmes54@gmail.com>
3055
3056         * process.c  (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal) :
3057           Applying the window_style field to the SHELLEXECUTEINFO struct.
3058
3059         Code is contributed under MIT/X11 license.
3060
3061 2009-07-13  Mark Probst  <mark.probst@gmail.com>
3062
3063         * sgen-gc.c: Fix the race condition in the unmanaged allocator by
3064         locking earlier.  Fix it in the managed allocator by making sure
3065         that no thread is stopped there before the GC runs.  If we do stop
3066         a thread there, we restart it and let it run a but, until it stops
3067         somewhere else.
3068
3069         * gc-internal.h, gc.c: Function for getting the IP from a signal
3070         context via a function registered by mini.
3071
3072 2009-07-11  Zoltan Varga  <vargaz@gmail.com>
3073
3074         * object-internals.h (MonoIntPtr): New structure describing a boxed
3075         IntPtr.
3076
3077         * object.c (mono_runtime_invoke_array): Handle ptr arguments and
3078         returns. Fixes #519953.
3079
3080         * marshal.c (mono_marshal_get_runtime_invoke): Handle pointer returns.
3081
3082 2009-07-09  Mark Probst  <mark.probst@gmail.com>
3083
3084         * class-internals.h, generic-sharing.c: New RGCTX info type for
3085         getting a remoting invoke with check wrapper.
3086
3087 2009-07-07  Geoff Norton  <gnorton@novell.com>
3088
3089         * icall-def.h: Fix the enable-minimal build.
3090
3091 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
3092
3093         * object-internals.h: Add MonoReflectionDerivedType.
3094
3095         * reflection.c: Implement support for PointerType.
3096         Fixed tons of warnings.
3097
3098 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
3099
3100         * object-internals.h: Add MonoReflectionByRefType.
3101
3102         * reflection.c: Implement support for ByRefType.
3103
3104 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
3105
3106         * icall-def.h: Add System.Reflection.Emit.DerivedType::create_unmanaged_type.
3107
3108         * object-internals.h: Add MonoReflectionArrayType and
3109         mono_reflection_create_unmanaged_type.
3110
3111         * reflection.c: Implement support for ArrayType.
3112
3113 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
3114
3115         * metadata-verify.c (is_valid_method_header): Parse EH block
3116         flags correctly.
3117
3118 2009-07-03  Mark Probst  <mark.probst@gmail.com>
3119
3120         * sgen-gc.c (finish_gray_stack): Set the to_space pointer after
3121         processing the disappearing links, and process disappearing links
3122         in a loop until no new objects are copied.
3123
3124 2009-07-03  Mark Probst  <mark.probst@gmail.com>
3125
3126         * object.c (handle_enum): Invoke the write barrier when copying
3127         value type instances.
3128
3129         * sgen-gc.c: Register remsets for unmanaged write barriers only
3130         when the address written to is actually on the heap.  This makes
3131         set_value() in object.c work without requiring that the result be
3132         on the heap.
3133
3134 2009-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
3135
3136         The runtime wrappers are all bound to a given type that must
3137         exist in the same image. For regular images we use the <Module>
3138         type, which is required to exist for all images.
3139
3140         The <Module> type can't be used for dynamic images because it
3141         might not exist at the time the wrapper is required, so we create
3142         a synthetic type to use instead.
3143
3144         The current code works because of the 2 stage setup of MonoClass,
3145         but once this is gone it will no longer work.
3146
3147         * icall-def.h: Add ModuleBuilder::set_wrappers_type.
3148
3149         * metadata-internals.h (MonoDynamicImage): Add wrappers_type.
3150
3151         * object-internals.h: Export mono_image_set_wrappers_type icall
3152         as part of the internal API.
3153
3154         * marshal.c (get_wrapper_target_class): If the image is dynamic,
3155         use MonoDynamicImage::wrappers_type instead of the <Module> type.
3156
3157         reflection.c: Add mono_image_set_wrappers_type qhixh sets the dynamic
3158         image wrappers_type to the provided value.
3159
3160 2009-07-01 Rodrigo Kumpera  <rkumpera@novell.com>
3161
3162         * appdomain.c (deregister_reflection_info_roots): No need
3163         to use the image lock here.
3164
3165 2009-07-02  Mark Probst  <mark.probst@gmail.com>
3166
3167         * sgen-gc.c (collect_nursery): Also scan from write-barrier roots.
3168
3169 2009-06-29  Zoltan Varga  <vargaz@gmail.com>
3170
3171         * threads.c: Store the thread start argument in a hash table instead of
3172         registering it as a root, as libgc doesn't support unregistering roots
3173         under windows, leading to 'too many root sets' errors when many threads
3174         are created.
3175
3176         * gc.c (mono_gc_run_finalize): Avoid finalizing dynamic methods during
3177         shutdown, they can still be referenced by the other dying objects.
3178         Fixes #514506.
3179
3180 2009-06-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
3181
3182         * socket-io.c: DontLinger does not allow LingerOptions.
3183
3184 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
3185
3186         * metadata-verify.c: The spec doesn't mention that it's possible to add
3187         custom attribute to a generic parameter. Fixed.
3188
3189 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
3190
3191         * class.c (inflate_generic_type): Don't crash while trying to output a message
3192         on why we're aborting.
3193
3194 2009-06-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
3195
3196         * socket-io.c: DontLinger can take an int or a boolean too.
3197
3198 Fri Jun 26 17:00:04 CEST 2009 Paolo Molaro <lupus@ximian.com>
3199
3200         * gc.c: check for a null argument to SuppressFinalize () and
3201         ReRegisterForFinalize ().
3202
3203 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
3204
3205         * loader.c (method_from_methodspec): Call into the verifier to check
3206         the signature.
3207
3208         * metadata-verify.c: Addmono_verifier_verify_methodspec_signature.
3209
3210         * verify-internals.h: Export mono_verifier_verify_methodspec_signature as
3211         part of the internal API.
3212
3213 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
3214
3215         * metadata.c (mono_type_create_from_typespec): Call into the verifier to check
3216         the signature.
3217
3218         * metadata-verify.c: Add mono_verifier_verify_typespec_signature.
3219
3220         * verify-internals.h: Export mono_verifier_verify_typespec_signature as
3221         part of the internal API.
3222
3223 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
3224
3225         * metadata.c (mono_metadata_parse_mh_full): Call into the verifier to check
3226         the signature.
3227
3228         * metadata-verify.c: Add mono_verifier_verify_standalone_signature. Fix
3229         blob verification.
3230
3231         * verify-internals.h: Export mono_verifier_verify_memberref_signature as
3232         part of the internal API.
3233
3234 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
3235
3236         * metadata-verify.c: Use is_valid_blob_object to verify blob validity
3237         when doing basic verification. 
3238
3239         This check must be done since the runtime peeks into signatures in much
3240         more places than it does decoding so it makes sense to ensure that all
3241         pointers to blob objects are well formed.
3242
3243 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
3244
3245         * metadata-verify.c (is_valid_blob_object): Add extra minsize argument.
3246         Use proper overflow dectection. Fix usage of it.
3247
3248 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
3249
3250         * loader.c (field_from_memberref): Call into the verifier to check
3251         the signature.
3252
3253         * loader.c (mono_method_get_signature_full): Same.
3254
3255         * loader.c (method_from_memberref): Same.
3256
3257         * metadata-verify.c: Add mono_verifier_verify_memberref_signature.
3258
3259         * verify-internals.h: Export mono_verifier_verify_memberref_signature as
3260         part of the internal API.
3261
3262 2009-06-25  Mark Probst  <mark.probst@gmail.com>
3263
3264         * threadpool.c (mono_thread_pool_add): If the domain is unloading
3265         or unloaded, still return an AsyncResult, but don't add it to the
3266         threadpool.
3267
3268 2009-06-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
3269
3270         * threads.c: fix missing colon when DEBUG is defined.
3271
3272 2009-06-25  Mark Probst  <mark.probst@gmail.com>
3273
3274         * threadpool.c: Don't add new calls to a threadpool if the domain
3275         of the call is unloading or unloaded.  When dequeuing a job, null
3276         the reference in the queue.
3277
3278 2009-06-25  Mark Probst  <mark.probst@gmail.com>
3279
3280         * sgen-gc.c (null_link_in_range): Add the dislink for the old
3281         generation if an object was moved.
3282
3283 2009-06-25  Sylvain Dupont <duposyl@gmail.com>
3284
3285         * cominterop.h cominterop.c marshal.c: Added support for marshalling out 
3286           parameters of type SAFEARRAY[VARIANT].
3287
3288         * reflection.c (encode_marshal_blob): Properly generate element type
3289           (SafeArraySubType marshal attribute option).
3290
3291         Code is contributed under MIT/X11 license.
3292
3293 Thu Jun 25 15:48:09 CEST 2009 Paolo Molaro <lupus@ximian.com>
3294
3295         * reflection.c: in mono_method_clear_object () really ensure all the
3296         objects are removed.
3297
3298 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
3299
3300         * loader.c (mono_method_signature): Call into the verifier to check
3301         the method signature.
3302
3303         * metadata-verify.c (verify_method_table): Move signature verification
3304         to verify_method_table_full.
3305
3306         * metadata-verify.c: Add mono_verifier_verify_method_signature.
3307
3308         * verify-internals.h: Export mono_verifier_verify_method_signature as
3309         part of the internal API.
3310
3311 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
3312
3313         * loader.c (mono_method_get_header): Call into the verifier to
3314         check the method header.
3315
3316         * metadata-verify.c: Add mono_verifier_verify_method_header.
3317
3318         * verify-internals.h: Export mono_verifier_verify_method_header as
3319         part of the internal API.
3320
3321 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
3322
3323         * class.c (mono_class_find_enum_basetype): Call into the verifier to
3324         check the field signature. Replace an assert with an explicit check.
3325
3326         * class.c (mono_class_setup_fields): Call into the verifier to check
3327         the field signature.
3328
3329         * metadata-verify.c: Add mono_verifier_verify_field_signature.
3330
3331         * verify-internals.h: Export mono_verifier_verify_field_signature as
3332         part of the internal API.
3333
3334 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
3335
3336         * class.c (mono_class_find_enum_basetype): Simplify this function
3337         by moving code outside of the loop and not decoding static fields.
3338
3339 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
3340
3341         * metadata-verify.c (verify_typedef_table): Check the extends
3342         token here. Move to here a flags check from verify_typedef_table_full.
3343
3344 2009-06-24  Zoltan Varga  <vargaz@gmail.com>
3345
3346         * metadata-verify.c (is_valid_method_header): Fix a warning.
3347
3348         * metadata-internals.h (MonoImage): Remove the unused 
3349         static_rgctx_invoke_wrapper_cache.
3350
3351         * image.c marshal.c: Ditto.
3352
3353 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
3354
3355         * image.c (do_mono_image_load): Enable table data verification.
3356
3357 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
3358
3359         * metadata-verify.c (is_valid_constant): Fix nullref check.
3360
3361 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
3362
3363         * metadata-verify.c (is_valid_constant): Fix string bounds check.
3364
3365 2009-06-22  Mark Probst  <mark.probst@gmail.com>
3366
3367         * sgen-gc.c: Managed allocation with pthreads TLS.
3368
3369         * threads.c, threads-types.h: Functions for the JIT to tell the
3370         runtime whether it supports the MONO_TLS opcode.
3371
3372 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
3373
3374         * metadata-verify.c (verify_param_table): Fix a crash for assemblies
3375         without methods.
3376
3377 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
3378
3379         * metadata-verify.c (is_valid_constant): Fix the string length check.
3380         Use safe overflow checking. Add decent error messages.
3381
3382 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
3383
3384         * metadata-verify.c: Move remaininh blob checks to the offline
3385         verification path.
3386
3387 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
3388
3389         * metadata-verify.c: Move more blob checks to the offline verification
3390         path.
3391
3392 2009-06-22  Bill Holmes  <billholmes54@gmail.com>
3393
3394         * object-internals.h : Adding interrupt_on_stop field.
3395
3396         * threads.c (mono_thread_request_interruption) : On Windows exit the
3397           thread if interrupt_on_stop is set.
3398
3399         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal) :
3400          Removing old interrupt logic and setting the interrupt_on_stop for the
3401          thread when calling accept.
3402
3403         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Receive_internal) :
3404          setting the interrupt_on_stop for the thread when calling accept.
3405
3406         Contributed under MIT/X11 license.
3407
3408 2009-06-20  Martin Baulig  <martin@ximian.com>
3409
3410         * mono-debug.h (MONO_DEBUGGER_MINOR_VERSION): Bump to 3.
3411
3412 2009-06-21  Zoltan Varga  <vargaz@gmail.com>
3413
3414         * appdomain.c (mono_try_assembly_resolve): Don't call managed code when
3415         running in no-exec mode.
3416
3417 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3418
3419         * metadata-verify.c (verify_method_table): Move header
3420         checking to verify_method_table_full.
3421
3422         * metata-verify.c (mono_verifier_verify_full_table_data):
3423         Call verify_method_table_full.
3424
3425 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3426
3427         * metadata-verify.c (verify_field_table): Move signature
3428         checking to verify_field_table_full.
3429
3430         * metata-verify.c (mono_verifier_verify_full_table_data):
3431         Call verify_field_table_full.
3432
3433 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3434
3435         * metadata-verify.c (verify_typedef_table): Move remaining
3436         stuff to verify_typedef_table_full.
3437
3438 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3439
3440         * metadata-verify.c: Kill is_corlib from VerifyContext.
3441         It is only used by the offline mode.
3442         So we better remove it from the runtime path.
3443
3444 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3445
3446         * metadata-verify.c: Add new mono_verifier_verify_full_table_data
3447         function that perform the offline metadata verification steps.
3448
3449         * metadata-verify.c (verify_typedef_table): Move some checks to
3450         verify_typedef_table_full and make it been called by new function
3451         mono_verifier_verify_full_table_data.
3452
3453         * pedump.c: Call mono_verifier_verify_full_table_data.
3454
3455         * verify-internals.h: Export mono_verifier_verify_full_table_data as
3456         part of the internal API.
3457
3458 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3459
3460         * metadata-verify.c (typedef_is_system_object): Fix System.Object
3461         check.
3462
3463         * metadata-verify.c (verify_implmap_table): Fix implmap invalid
3464         flags bits. SupportLastError was confused as bit 7 instead of 6.
3465
3466         * metadata-verify.c (verify_implmap_table): Fix import scope verification
3467         to check against the module ref table instead of module.
3468
3469         * metadata-verify.c (verify_implmap_table): Fix corlib check.
3470
3471         * pedump.c: Call mono_image_load_names.
3472
3473 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3474
3475         * image.c: Extract mono_image_load_names from do_mono_image_load.
3476
3477         * metadata-internals.h: Export mono_image_load_names as part of
3478         the internal API.
3479         
3480 2009-06-19  Zoltan Varga  <vargaz@gmail.com>
3481
3482         * metadata.c (mono_metadata_cleanup): Free the generic method cache
3483         first, as it could reference data in the other caches.
3484
3485 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
3486
3487         * metadata-verify.c: Finished with method header verification.
3488
3489 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
3490
3491         * metadata-verify.c: Added more header verification code.
3492         Now only EH clauses are missing.
3493
3494 2009-06-17  Zoltan Varga  <vargaz@gmail.com>
3495
3496         * marshal.c (get_runtime_invoke_type): Don't share primitive types
3497         for return values.
3498
3499 2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
3500
3501         * metadata-verify.c: Initial method header verification.
3502
3503 2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
3504
3505         * metadata-verify.c (verify_import_table): The IAT contents
3506         might end been patched by the windows DL when running with
3507         coree enabled.
3508
3509 2009-06-15 Rodrigo Kumpera  <rkumpera@novell.com>
3510
3511         * class.c (mono_class_from_typeref): If the enclosing type is not
3512         found return null instead of crashing. Fixes #508487.
3513
3514 2009-06-15  Atsushi Enomoto  <atsushi@ximian.com>
3515
3516         * normalization-tables.h : updated to the latest unicode charcter
3517           data.
3518         * appdomain.c : bump corlib version.
3519
3520 2009-06-14  Zoltan Varga  <vargaz@gmail.com>
3521
3522         * class.c (mono_class_from_name): Fix support for assembly references
3523         in the EXPORTEDTYPE table. Fixes #511704.
3524
3525 2009-06-13  Geoff Norton  <gnorton@novell.com>
3526
3527         * domain.c: Ensure that mono_domain_assembly_open actually opens the
3528         assembly in the target domain.
3529
3530 2009-06-12  Robert Jordan  <robertj@gmx.net>
3531
3532         * cominterop.c (cominterop_get_ccw): Increment mspec's SizeParamIndex
3533         because "this" of the managed signature has become an
3534         ordinary parameter in the unmanaged signature.
3535
3536 2009-06-12  Zoltan Varga  <vargaz@gmail.com>
3537
3538         * class-internals.h (struct _MonoGenericContainer): Add an 'image'
3539         field for owner-less generic containers.
3540
3541         * reflection.c (mono_reflection_initialize_generic_parameter): Set the
3542         image field of the owner-less generic containers created here.
3543
3544         * metadata.c (mono_metadata_load_generic_params): Ditto, the
3545         contain is ownerless until the caller sets its owner.
3546
3547         * metadata.c (type_in_image): Handle owner-less generic containers
3548         correctly.
3549         
3550 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
3551
3552         * image.c (mono_image_close): Support debug_assembly_unload for
3553         dynamic images too.
3554
3555 2009-06-11 Andrés G. Aragoneses  <aaragoneses@novell.com>
3556
3557         * class.c: Fix some typos in comments.
3558
3559 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
3560
3561         * reflection.c (add_custom_modifiers): Avoid reading invalid memory.
3562
3563         * threads.c (mono_thread_execute_interruption): Avoid creating the
3564         abort exception object while holding the synch_cs lock.
3565
3566 2009-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
3567
3568         * metadata-verify.c: Verify basic cattr content.
3569
3570 2009-06-10  Zoltan Varga  <vargaz@gmail.com>
3571
3572         * reflection.c (add_exported_type): Don't set the FORWARDER flag on
3573         nested types.
3574         
3575         * reflection.c (mono_image_fill_export_table_from_type_forwarders): Add
3576         support for nested types. Fixes #511704.
3577
3578 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
3579
3580         * metadata-verify.c: Verify methodspec signatures.
3581
3582 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
3583
3584         * metadata-verify.c: Verify typespec signatures.
3585
3586 2009-06-09  Zoltan Varga  <vargaz@gmail.com>
3587
3588         * metadata.c (free_inflated_method): Call 
3589         mono_marshal_free_inflated_wrappers (), which was missed earlier.
3590
3591 2009-06-08  Miguel de Icaza  <miguel@novell.com>
3592
3593         * mono-config.c: Small change to report the PPC64/ILP32 model.
3594
3595 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
3596
3597         * metadata-verify.c (parse_type): Check szarray.
3598
3599 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
3600
3601         * metadata-verify.c (parse_type): Check fnptr.
3602
3603 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
3604
3605         * metadata-verify.c (parse_type): Check generic instances.
3606
3607 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
3608
3609         * metadata-verify.c (parse_type): Check array shape.
3610
3611 2009-06-05  Robert Jordan  <robertj@gmx.net>
3612
3613         * class.c (mono_class_create_from_typedef): Check only for
3614         mscorlib's System.Array.
3615
3616 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
3617
3618         * metadata-verify.c (parse_type): Check pointer, class/valuetype
3619         and generic params. 
3620
3621         * metadata-verify.c (parse_field): Check the signature.
3622
3623 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
3624
3625         * metadata-verify.c: Implement locals signature check.
3626
3627 2009-06-04  Marek Safar  <marek.safar@gmail.com>
3628
3629         * domain.c: Add .NET 4.0 Beta 1 version.
3630
3631 2009-06-04  Bill Holmes  <billholmes54@gmail.com>
3632
3633         * cominterop.c (cominterop_ccw_queryinterface): Fix for bug 499566.
3634           For QueryInterface on CCWs consider the base class
3635           interfaces as well.
3636
3637         Code is contributed under MIT/X11 license.
3638
3639 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
3640
3641         * wrapper-types.h: Delete STATIC_RGCTX_INVOKE.
3642
3643         * marshal.c (mono_marshal_ret_static_rgctx_invoke): Remove, no longer
3644         used.
3645
3646         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
3647         adding a static-rgctx invoke wrapper, it is done by the runtime trampolines.
3648
3649         * generic-sharing.c (inflate_other_data): Ditto.
3650         
3651 2009-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
3652
3653         * metadata-verify.c: Implement property signature check.
3654
3655 2009-06-04  Mark Probst  <mark.probst@gmail.com>
3656
3657         * sgen-gc.h: Register saving support for PPC.
3658
3659 2009-06-04  Mark Probst  <mark.probst@gmail.com>
3660
3661         * sgen-gc.c: Fixed a pthread TLS screwup.
3662
3663 2009-06-04  Mark Probst  <mark.probst@gmail.com>
3664
3665         * sgen-gc.c: Do TLS using pthread API if __thread keyword is not
3666         supported.
3667
3668 2009-06-04  Mark Probst  <mark.probst@gmail.com>
3669
3670         * sgen-gc.c: Disable TLA and managed allocation if the __thread
3671         keyword is not supported.
3672
3673 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
3674
3675         * marshal.c metadata.c: Applied patch from Ulrich Weigand 
3676         <uweigand@de.ibm.com>: Free the wrappers of inflated generic methods when
3677         the inflated method is freed. Fixes #508389.
3678
3679         The code is contributed under the MIT/X11 license.
3680         
3681 2009-06-03  Zoltan Varga  <vargaz@gmail.com>
3682
3683         * marshal.c (get_wrapper_target_class): New helper function.
3684         (mono_marshal_get_runtime_invoke): Place runtime-invoke wrappers into
3685         the <Module> class of the image. Fixes #509049.
3686
3687 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
3688
3689         * threads.c (ves_icall_System_Threading_Thread_Sleep_internal):
3690         Check if the thread was interrupted and proccess it straight away.
3691         Makes abortion much more responsive.
3692
3693 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
3694
3695         * threads.c (mono_thread_execute_interruption): Use atomic cas with
3696         MonoThread::interruption_requested to match it's counterpart.
3697
3698         Fixes a hang in abort-stress-1 on a 2 core x86.
3699
3700         * threads.c (ves_icall_System_Threading_Thread_GetAbortExceptionState):
3701         Fix warning.
3702
3703 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
3704
3705         Change MonoImage::name_cache to be protected by the image lock
3706         instead of the loader lock.
3707
3708         * appdomain.c (deregister_reflection_info_roots): Protect access
3709         to name_cache.
3710
3711         * class.c (mono_image_init_name_cache): Change from the loader lock
3712         to the image lock. Check if the cache wasn't already created.
3713
3714         * class.c: Change from the loader to the image lock.
3715
3716         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Fix
3717         the code to hold the image lock while iterating over name_cache and
3718         not go into mono_array_new holding it.
3719
3720         * metadata-internals.h: Add a comment about this change.
3721
3722 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
3723
3724         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
3725         Under the 2.0 profile raise the loader error.
3726
3727         Fixes #508532.
3728
3729 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
3730
3731         * marshal.c (mono_marshal_get_runtime_invoke): Emit the right kind
3732         of ldind opcode for generic instances so we don't fail for direct wrappers.
3733         This only affect direct calls.
3734
3735 2009-05-31  Zoltan Varga  <vargaz@gmail.com>
3736
3737         * reflection.c (create_dynamic_mono_image): Fix warnings.
3738
3739         * generic-sharing.c (other_info_equal): Ditto.
3740         
3741 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
3742
3743         * metadata-verify.c: Implement field signature check.
3744
3745 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
3746
3747         * metadata-verify.c: Implement standalone signature check.
3748
3749 2009-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
3750
3751         * metadata-verify.c: Implement methodref signature check.
3752
3753 2009-05-28  Zoltan Varga  <vargaz@gmail.com>
3754
3755         * object-internals.h (MonoRuntimeCallbacks): New structure containing
3756         callbacks supplied by the runtime.
3757
3758         * object.c (mono_install_callbacks): New internal function to install
3759         the callbacks.
3760
3761         * object.c (mono_create_ftnptr): Move the implementation of this to
3762         mini/.
3763
3764         * object.c (mono_get_addr_from_ftnptr): Ditto.  
3765
3766 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
3767
3768         * metadata-verify.c (parse_return_type): Proper byref check.
3769         * metadata-verify.c (is_valid_method_signature): Check for zero arity
3770         generic signatures and method params.
3771
3772 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
3773
3774         * metadata-verify.c (decode_signature_header): Fix bounds check.
3775
3776         * metadata-verify.c (parse_custom_mods): Check custom mods.
3777
3778         * metadata-verify.c (parse_type): Do initial basic verification
3779         of valid values.
3780         
3781         * metadata-verify.c (is_valid_method_signature): Parse the generic
3782         param count.
3783
3784 2009-05-26 Rodrigo Kumpera  <rkumpera@novell.com>
3785
3786         * icall.c (ves_icall_Type_GetMethodsByName): Virtual methods should be
3787         discarded based on their most specific definition so we set the method_slots
3788         array before checking if the method is acceptable or not.
3789
3790         Fixes #506757.
3791
3792 2009-05-26  Mark Probst  <mark.probst@gmail.com>
3793
3794         * icall.c: Free the old array when resizing a mono_ptr_array.
3795
3796 2009-05-26  Mark Probst  <mark.probst@gmail.com>
3797
3798         * reflection.c (create_dynamic_mono_image): Use mono_object_hash()
3799         for the hashes whose keys are managed objects.
3800
3801 2009-05-26  Mark Probst  <mark.probst@gmail.com>
3802
3803         * object-internals.h, threads.c: Set the execution context on
3804         thread start here, not in corlib.
3805
3806         * appdomain.c: Bump corlib version.
3807
3808 2009-05-27  Martin Baulig  <martin@ximian.com>
3809
3810         * mono-debug.c (mono_debug_init): Use `MONO_DEBUG_FORMAT_DEBUGGER'
3811         if `_mono_debug_using_mono_debugger' is set to make things work
3812         properly when embedding Mono.
3813
3814 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
3815
3816         * class.c (mono_class_setup_fields): Don't mark simd types as having
3817         16 bytes alignment as the whole runtime doesn't support.
3818
3819 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
3820
3821         * metadata-verify.c (safe_read): Use endian safe read macros.
3822
3823 2009-05-25  Zoltan Varga  <vargaz@gmail.com>
3824
3825         * object.c (mono_create_ftnptr): Don't allocate from the code mempool since
3826         it is read-only when using full aot.
3827
3828 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
3829
3830         * metadata-verify.c (is_valid_method_signature): Verify parts
3831         of the return type. Provide an error message in case of failure.
3832
3833 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
3834
3835         * metadata-verify.c (is_valid_method_signature): Verify the call conv.
3836
3837 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
3838
3839         * metadata-verify.c: Include the size prefix in the bounds check.
3840
3841 2009-05-22  Miguel de Icaza  <miguel@novell.com>
3842
3843         * icall.c: Remove warnings.
3844
3845         * mono-config.c: Allow for CONFIG_CPU to be set in config.h and
3846         prevent auto-detection based on GCC defines.
3847
3848         Add PS3
3849
3850         * metadata-verify.c: Do not include signal.h
3851
3852         * generic-sharing.c, marshal.c: Add returns to avoid some warning
3853         messages.  Not sure why the g_assert_not_reached is not enough to
3854         quiet the compiler.
3855         
3856
3857         * appdomain.c: Remove code that is not used when
3858         DISABLE_SHADOW_COPY is set.
3859
3860         * image.c: use g_getenv
3861
3862 2009-05-21  Miguel de Icaza  <miguel@novell.com>
3863
3864         * reflection.c: Remove code that it not used with
3865         DISABLE_REFLECTION_EMIT is defined.
3866
3867 2009-05-21  Zoltan Varga  <vargaz@gmail.com>
3868
3869         * marshal.c (mono_marshal_get_runtime_invoke): Share more runtime
3870         invoke wrappers.
3871
3872 2009-05-20  Miguel de Icaza  <miguel@novell.com>
3873
3874         * socket-io.c
3875         (ves_icall_System_Net_Sockets_Socket_Available_internal): Remove
3876         the ifdef here and instead put that on io-layer
3877
3878 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
3879
3880         * metadata-verify.c: Verify the generic param constraint table.
3881
3882 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
3883
3884         * metadata-verify.c (verify_generic_param_table): Fix
3885         thinko on the valid flags bits for generic params.
3886
3887 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
3888
3889         * metadata-verify.c: Verify the methodspec table.
3890
3891 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
3892
3893         * metadata-verify.c: Verify the generic param table.
3894
3895 2009-05-19  Mark Probst  <mark.probst@gmail.com>
3896
3897         * sgen-gc.c: Store and use the count with REMSET_VTYPE.
3898
3899 2009-05-19  Mark Probst  <mark.probst@gmail.com>
3900
3901         * sgen-gc.c: Use generation enum more consistently and use the
3902         correct generation in mono_gc_register_for_finalization().
3903
3904 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
3905
3906         * metadata-verify.c: Verify the nested class table.
3907
3908 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
3909
3910         * metadata-verify.c: Verify the manifest resource table.
3911
3912 2009-05-17  Zoltan Varga  <vargaz@gmail.com>
3913
3914         * debug-helpers.c (dis_one): Add little-endian support for ldstr.
3915
3916 2009-05-16  Zoltan Varga  <vargaz@gmail.com>
3917
3918         * class.c (mono_class_get_vtable_entry): Avoid adding static-rgctx
3919         wrappers, this is now done in the JIT.
3920         
3921         * class.c (mono_set_generic_sharing_supported): New internal function.
3922         (mono_class_generic_sharing_enabled): Move the #ifdef stuff to the JIT.
3923
3924 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
3925
3926         * metadata-verify.c: Verify the exported type table.
3927
3928 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
3929
3930         * pedump.c (main): Fake an assembly for netmodules to make the verifier happy.
3931
3932 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
3933
3934         * metadata-verify.c: Verify the file table.
3935
3936 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
3937
3938         * metadata-verify.c (verify_assembly_table): Fix an error message.
3939
3940         * metadata-verify.c: Verify the assemblyref table.
3941
3942 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
3943
3944         * metadata-verify.c (verify_assembly_table): Fix the valid
3945         bits mask for flags.
3946
3947 2009-05-15  Zoltan Varga  <vargaz@gmail.com>
3948
3949         * debug-helpers.c (mono_method_full_name): Print generic parameters of
3950         generic methods as well.
3951
3952 2009-05-15  Geoff Norton  <gnorton@novell.com>
3953
3954         * gc.c: MachO/Darwin supports and uses semaphores fine for this 
3955         use-case and is significantly more performant than the wapi layer.
3956
3957 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
3958
3959         * metadata-verify.c: Verify the assembly table.
3960
3961 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
3962
3963         * metadata-verify.c: Fix rows limit check.
3964
3965 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
3966
3967         * metadata-verify.c: Verify the fieldrva table.
3968
3969 2009-05-13  Mark Probst  <mark.probst@gmail.com>
3970
3971         * sgen.c: Speed up weak links and finalizers by grouping them by
3972         generation.
3973
3974 2009-05-13  Mark Probst  <mark.probst@gmail.com>
3975
3976         * marshal.c (delegate_hash_table_add): When overwriting an entry,
3977         free the old GCHandle (only applies to SGen).
3978
3979 2009-05-13  Zoltan Varga  <vargaz@gmail.com>
3980
3981         * loader.c (mono_get_method_from_token): Avoid the expensive call to
3982         mono_metadata_load_generic_params () for non-generic methods.
3983
3984 2009-05-12  Mark Probst  <mark.probst@gmail.com>
3985
3986         * monitor.c, monitor.h (mono_monitor_get_object_monitor_weak_link):
3987         New function for returning a monitor's weak link if it has one.
3988
3989         * sgen-gc.c: Remove an object's monitor's weak link (if it has
3990         one) when clearing a domain.  These can still be around because
3991         the object might not have been collected.
3992
3993 2009-05-12  Zoltan Varga  <vargaz@gmail.com>
3994
3995         * gc.c: Fix a warning.
3996
3997 2009-05-12  Kornél Pál  <kornelpal@gmail.com>
3998
3999         * gc.c (mono_gc_init): Set gc_thread on creation. This avoids the
4000         prevous wait that resulted in a deadlock on Windows when initializing
4001         the runtime form DllMain. Also results in improved startup time.
4002         (finalizer_thread): Get rid of thread_started_event.
4003         * threads.c, threads-types.h (mono_thread_create_internal): Return the
4004         resulting MonoThread.
4005
4006         Contributed under MIT/X11 license.
4007
4008 2009-05-11 Rodrigo Kumpera  <rkumpera@novell.com>
4009
4010         * metadata-verify.c: Verify the implmap table.
4011         Don't require that #US and #Strings be present.
4012
4013 2009-05-11  Sebastien Pouliot  <sebastien@ximian.com>
4014
4015         * security-core-clr.c: Delegate checks are done at creation time,
4016         not a invocation time. Fix exception for Telerik Silverlight demo
4017
4018 2009-05-11  Mark Probst  <mark.probst@gmail.com>
4019
4020         * sgen-gc.c (need_remove_object_for_domain): Remove the special
4021         case for the Thread class.
4022
4023         * threads.c: Do clean-up of abort exception/state in
4024         thread_cleanup() instead of Thread.free_internal().  Also clean up
4025         current_appcontext.  The reason we have to do that is because
4026         those references might point into another domain and if that
4027         domain is unloaded before the thread is finalized, they point to
4028         invalid data.
4029
4030 2009-05-10  Andreas Faerber  <andreas.faerber@web.de>
4031
4032         * null-gc.c (mono_gc_weak_link_add, mono_gc_clear_domain): Fix
4033         stub signatures.
4034         
4035         Contributed unter MIT/X11 license.
4036
4037 2009-05-09  Miguel de Icaza  <miguel@novell.com>
4038
4039         * verify.c, metadata-verifier.c: Add support for disabling the
4040         verifier in some builds.
4041
4042         [ Sorry, my previous commit accidentally commited some work in
4043         progress ]
4044
4045 2009-05-08  Zoltan Varga  <vargaz@gmail.com>
4046
4047         * class.c (mono_class_setup_fields): Set class->field.first for
4048         generic instances.
4049
4050 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
4051
4052         * metadata-verify.c: Verify the typespec table.
4053
4054 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
4055
4056         * metadata-verify.c: Verify the module table.
4057
4058 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
4059
4060         * metadata-verify.c: Verify the methodimpl table.
4061
4062 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
4063
4064         * metadata-verify.c: Verify the property table.
4065
4066 2009-05-06  Zoltan Varga  <vargaz@gmail.com>
4067
4068         * debug-helpers.c (mono_method_desc_match): Add support for generic
4069         glob patterns.
4070
4071 2009-05-05 Rodrigo Kumpera  <rkumpera@novell.com>
4072
4073         * metadata-verify.c: Verify the propertymap table.
4074
4075 2009-05-04 Rodrigo Kumpera  <rkumpera@novell.com>
4076
4077         * metadata-verify.c: Verify the event table.
4078
4079         * metadata-verify.c (search_sorted_table): Fix offset
4080         calculation.
4081
4082 2009-05-02  Zoltan Varga  <vargaz@gmail.com>
4083
4084         * domain-internals.h (struct _MonoJitInfo): Add a 'from_llvm' flag.
4085
4086 2009-05-01  Mark Probst  <mark.probst@gmail.com>
4087
4088         * gc.c (mono_gc_run_finalize): Don't set the domain too late,
4089         because mono_delegate_free_ftnptr() needs it.
4090
4091 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4092
4093         * metadata-verify.c: Verify the eventmap table.
4094
4095 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4096
4097         * metadata-verify.c: Verify the standalonesig table.
4098
4099 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4100
4101         * metadata-verify.c: Verify the field layout table.
4102
4103 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4104
4105         * class.c (mono_type_get_name_recurse): Don't crash
4106         for ownerless generic params.
4107
4108         * debug-helpers.c (mono_type_get_desc): Correct the format
4109         for ownerless generic params.
4110
4111 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4112
4113         * metadata-verify.c: Verify the class layout table.
4114
4115 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4116
4117         * metadata-verify.c: Verify the decl security table.
4118
4119 2009-04-30  Mark Probst  <mark.probst@gmail.com>
4120
4121         * domain.c (mono_domain_set_internal_with_options): Don't do
4122         anything if the old domain is the same as the old one.  Fixes
4123         #499326.
4124
4125 2009-04-30  Mark Probst  <mark.probst@gmail.com>
4126
4127         * appdomain.c: Deregister the reflection_info roots when unloading
4128         a domain.
4129
4130         * sgen-gc.c, domain.c, gc-internal.h: mono_gc_clear_domain() nulls
4131         memory allocated by a domain and frees its disappearing links.
4132
4133         * boehm-gc.c, null-gc.c: Empty implementation of
4134         mono_gc_clear_domain().
4135
4136 2009-04-30  Mark Probst  <mark.probst@gmail.com>
4137
4138         * appdomain.c (clear_cached_vtable): Free the static fields memory
4139         block.
4140
4141 2009-04-30  Mark Probst  <mark.probst@gmail.com>
4142
4143         * gc.c: Set the correct domain when invoking finalizers.
4144
4145         * appdomain.c: Set the correct domain when creating threads.
4146
4147 2009-04-30  Mark Probst  <mark.probst@gmail.com>
4148
4149         * sgen-gc.c: Fix skip size for vectors.
4150
4151 2009-05-03  Martin Baulig  <martin@ximian.com>
4152
4153         * mono-debug-debugger.c
4154         (mono_debugger_check_breakpoints): Check class init handlers even
4155         if we don't have any method load handers.
4156
4157 2009-04-30  Zoltan Varga  <vargaz@gmail.com>
4158
4159         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid 
4160         returning refonly assemblies if refonly is FALSE. Fixes #499013.
4161
4162 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
4163
4164         * metadata-verify.c: Verify the field marshal table.
4165
4166 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
4167
4168         * metadata-verify.c: Verify the custom attribute table.
4169
4170 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
4171
4172         * metadata-verify.c: Verify the constant table.
4173
4174 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
4175
4176         * metadata-verify.c: Verify the memberef table.
4177
4178 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
4179
4180         * metadata-verify.c (get_coded_index_token): Remove
4181         dead argument.
4182
4183 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
4184
4185         * metadata-verify.c: Verify the interfaceimpl table.
4186
4187 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
4188
4189         * verify.c: Improve error message.
4190
4191         * debug-helpers.c (mono_type_get_desc): Harden the code that
4192         deals with VAR and MVAR.
4193
4194 2009-04-28  Zoltan Varga  <vargaz@gmail.com>
4195
4196         * image.c (mono_image_fixup_vtable): Avoid casting an lvalue. Fixes 
4197         part of #498692.
4198
4199 2009-04-23 Tom Hindle <tom_hindle@sil.org>
4200
4201         * cominterop.c (ves_icall_System_Runtime_InteropServices_Marshal_ReleaseComObjectInternal):
4202         changed to match .Net behaviour of not aborting on additional calls to ReleaseComObject.
4203
4204 2009-04-28  Sebastien Pouliot  <sebastien@ximian.com>
4205
4206         * security-core-clr.c: Avoid redundant checks for platform code, 
4207         e.g. check for method and for class (very common) and check
4208         for class and outer class (less common)...
4209
4210 2009-04-27  Zoltan Varga  <vargaz@gmail.com>
4211
4212         * reflection.c: Avoid returning random cattrs for synthetic methods.
4213         Fixes #498545.
4214
4215 2009-04-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
4216
4217         * assembly.c: assemblies in the GAC should never be shadow-copied.
4218
4219 2009-04-26  Mark Probst  <mark.probst@gmail.com>
4220
4221         * domain.c, domain-internals.h: Disable
4222         track_resurrection_{objects,handles}_hash in MonoDomain if using
4223         SGen.
4224
4225 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
4226
4227         * metadata-verify.c: Verify the param table.
4228
4229 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
4230
4231         * metadata-verify.c (verify_typedef_table): Range check FieldList and
4232         MethodList.
4233
4234         * metadata-verify.c (verify_method_table): Proper check the ParamList
4235         field.
4236
4237 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
4238
4239         * metadata-verify.c (verify_method_table): Check for runtime
4240         implemented functions such as delegate .ctors. Remove spurious
4241         printf.
4242         
4243 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
4244
4245         * pedump.c: Proper initialize the runtime forcing the 2.0 profile.
4246
4247 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
4248
4249         Don't allocate MonoGenericInfo for ownerless generic params.
4250         * class-internals.h (MonoGenericParam::info): Move field to ...
4251         (MonoGenericParamFull): ... this.  New struct.
4252         (MonoGenericContainer::type_params): Change type to
4253         MonoGenericParamFull.
4254         (MonoGenericParam, MonoGenericContainer): Update accessors.
4255         * metadata.c (mono_metadata_parse_generic_param): Don't initialize
4256         'info' field for ownerless generic param.
4257         (mono_metadata_load_generic_params): Update to changes.
4258         * reflection.c (mono_reflection_create_generic_class): Likewise.
4259         (reflection_methodbuilder_to_mono_method): Likewise.
4260         (mono_reflection_initialize_generic_parameter): Likewise.
4261
4262 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
4263
4264         Don't use MonoGenericParamInfo for ownerless generic params.
4265         * class.c (get_anon_gparam_class, set_anon_gparam_class): New.  Don't
4266         use ParamInfo class at all.
4267         (mono_class_from_generic_parameter): Use them.
4268         (make_generic_param_class): Fix a couple of instances where 'pinfo
4269         == NULL' wasn't handle.
4270
4271 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
4272
4273         * class.c (make_generic_param_class): Carve out of ...
4274         (mono_class_from_generic_parameter): ... here.
4275
4276 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
4277
4278         Simplify mono_class_from_generic_parameter
4279         * class-internals.h (MonoGenericParamInfo::token): New field.
4280         * metadata.c (mono_metadata_load_generic_params): Initialize it
4281         from metadata.
4282         * class.c (mono_class_from_generic_parameter): Use it instead of
4283         searching through metadata.
4284
4285 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
4286
4287         * metadata-verify.c: Add verification of the method table.
4288
4289 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
4290
4291         * icall.c (ves_icall_Type_GetMethodsByName): Fix memleak for the
4292         Delegate::Invoke optimization.
4293
4294 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
4295
4296         * appdomain.c (mono_domain_create_appdomain_internal): Free the
4297         string returned by get_shadow_assembly_location_base.
4298
4299         * appdomain.c (get_shadow_assembly_location_base): Add a comment
4300         about caller's ownership.
4301
4302 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
4303
4304         * reflection.c: Add mono_reflection_cleanup_domain to cleanup
4305         reflection memory on domain unload.
4306
4307         * domain.c (mono_domain_free): Don't free refobject_hash, let the
4308         reflection cleanup code do it.
4309
4310         * domain-internals.h: Add mono_reflection_cleanup_domain.
4311
4312         This fixes a memory leak for managed mirrors of reflection objects
4313         on domain unload. 
4314
4315 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
4316
4317         * metadata-verify.c: Implement more verification of the field table.
4318
4319 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
4320
4321         * pedump.c (main): Init mono with mscorlib so it defaults to 2.0 and
4322         doesn't try to parse the input assembly, which can be broken.
4323
4324 2009-04-23  Mark Probst  <mark.probst@gmail.com>
4325
4326         * boehm-gc.c, gc-internal.h, gc.c, monitor.c, null-gc.c,
4327         sgen-gc.c: Implement track resurrection in weak GC handles in SGen
4328         by using the lowest bit in the link to store whether the link is
4329         tracked.  Move the track_resurrection hashes into boehm-gc.c.
4330
4331 2009-04-22  Miguel de Icaza  <miguel@novell.com>
4332
4333         * Makefile.am: Split the console support in platform specific code
4334         and put together a framework for making this easy in the future so
4335         that we can start splitting code instead of having a mess of PLATFORM_WIN32
4336
4337 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
4338
4339         * pedump.c: Fix a warning.
4340
4341 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
4342
4343         * verify.c (mono_delegate_type_equal): Compare valuetypes using
4344         mono_class_from_mono_type to avoid bad interactions with the dual representation
4345         of the generic type definition.
4346
4347 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
4348
4349         * verify.c (do_invoke_method): Use mono_class_from_mono_type to
4350         get the MonoClass for the call context type as it might be a generic
4351         instance.
4352
4353         Fixes #491483.
4354
4355 2009-04-21  Mark Probst  <mark.probst@gmail.com>
4356
4357         * object-internals.h: The Thread object has no execution_context
4358         member anymore.
4359
4360         * threads.c, threadpool.c, threads-types.h: Accessor functions for
4361         the execution context.
4362
4363         * appdomain.c: Bump corlib version.
4364
4365 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
4366
4367         * verify.c (do_newobj): Improve error message.
4368
4369 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
4370
4371         * verify.c (verify_clause_relationship): Only mask as an error if the exception clause
4372         is nested in the filter block.
4373
4374         * verify.c (verify_clause_relationship): The disjoint check must verify if the exception
4375         block is not fully nested.
4376
4377         Fixes #495656.
4378
4379 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
4380
4381         * verify.c (verify_type_compatibility_full): Compare MonoClass and
4382         not MonoType to check for equality of valuetypes as the generic type
4383         definition allows for two different encodings: the generic type definition
4384         class or a generic instance over the GTD arguments.
4385
4386         Fixes #496175.
4387
4388 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
4389
4390         * verify.c (dump_stack_value): Fix compilation with extra debug turned on.
4391
4392         * verify.c (do_initobj): Improve error message.
4393
4394 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
4395
4396         * metadata-verify.c: Enable pe verification as the issue with #496453
4397         is that the authenticode data directory have a different unspecified
4398         format. Ignore it for now.
4399
4400         * pedump.c: Run the metadata verifier together with the IL verifier.
4401
4402         Fixes ##496453.
4403
4404 2009-04-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4405
4406         * metadata-verify.c: Temporarily disable pe verification due to #496453.
4407
4408 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
4409
4410         * class.c (can_access_type): Check visibility against
4411         the element type for pointers and arrays.
4412
4413         Fixes #496150.
4414
4415 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
4416
4417         * metadata-verify.c: Fix cli and table verification to use information
4418         from the MonoImage. A lot of duplicated code got killed.
4419
4420 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
4421
4422
4423         This patch starts to integrate the metadata verifier with the runtime code.
4424
4425         This patch causes major regression in functionality for the metadata verifier
4426         as cli and table verification are disabled since they require to be ported to
4427         use MonoImage information.
4428
4429         * image.c (do_mono_image_load): Split the code in this function
4430         into mono_image_load_pe_data and mono_image_load_cli_data.
4431         Add     care_about_pecoff parameter to not load pecoff data.
4432         Call into the metadata verifier for pecoff and cli verification.
4433
4434         * image.c (mono_image_open_raw): New function that doesn't perform
4435         any parsing of the image contents.
4436         
4437         The reason for the 3 new functions is to give pedump better control
4438         into the interaction with the verifier.
4439
4440         * metadata-internals.h: Add new functions from image.c as part of the
4441         internal mono API.
4442
4443         * metadata-verify.c: Split mono_image_verify into mono_verifier_verify_pe_data,
4444         mono_verifier_verify_cli_data and mono_verifier_verify_table_data. Prepare
4445         to make those functions work together with the runtime.
4446
4447         * verify.c: Add mono_verifier_is_enabled_for_image function that returns
4448         true if the image needs to be verified.
4449
4450         * verify-internals.h: Export new functions from metadata-verify.c and verify.c.
4451
4452         * pedump.c: Use new metadata verifier API.
4453
4454 2009-04-19  Zoltan Varga  <vargaz@gmail.com>
4455
4456         * object.c (mono_install_vtable_trampoline): Make this receive a
4457         trampoline creation function instead of trampoline, allowing the JIT
4458         to use a different trampoline for each vtable.
4459
4460 2009-04-18  Mark Probst  <mark.probst@gmail.com>
4461
4462         * object.c (mono_raise_exception): Don't reset the thread abort
4463         exception state here.
4464
4465 2009-04-18  Mark Probst  <mark.probst@gmail.com>
4466
4467         * icall-def.h: New icall for getting the thread abort exception
4468         state for a thread.
4469
4470         * object.c, thread.c, object-internals.h: A thread's abort
4471         exception state is now a GC handle.  To get the object it stands
4472         for, we must move it into the current app domain, if it's
4473         different than the one where it originated from.
4474
4475         * appdomain.c: Bump corlib version.
4476
4477         * domain.c, domain-internals.h: New function for setting the
4478         domain and migrate the thread abort exception or not.
4479
4480 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4481
4482         * metadata-verify.c: Add initial verification of the
4483         field table.
4484
4485 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4486
4487         * metadata-verify.c: Add a macro to conditionally enable
4488         dumping of verification information. Add  make_coded_token
4489         and search_sorted_table to enable search sorted tables
4490         by a given coded token.
4491
4492 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4493
4494         * metadata-verify.c: Add array mapping from table index
4495         to description offset. Add get_col_offset and get_col_size
4496         functions.
4497
4498 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4499
4500         * metadata-verify.c: Add remaining table descriptions offsets.
4501         Add remaining coded index descriptions.
4502
4503 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4504
4505         * metadata-verify.c: Fixed constant table description.
4506         Fixed calculation of HasCustomAttribute coded index size.
4507         Fixed calculation of size for many table indexes. 
4508
4509 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4510
4511         * pedump.c (dump_metadata): Dump table offset instead
4512         of useless pointer in memory.
4513
4514 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4515
4516         * metadata-verify.c (verify_typedef_table): Add tests for MethodList.
4517
4518 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
4519
4520         * metadata-verify.c (verify_typedef_table): Add tests for FieldList and
4521         a missing of for interface types.
4522
4523 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
4524
4525         * metadata-verify.c (verify_pe_optional_header): Add comment of why
4526         the code is commented.
4527
4528         * metadata-verify.c (verify_resources_table): Remove spurious printf
4529         and don't fail if there are unmanaged resources. Gmcs generates a useless
4530         one     for all assemblies - I bet it's some MS compatibility junk.
4531
4532 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
4533
4534         * metadata-verify.c (verify_typedef_table): Verify the extends field.
4535
4536         * metadata-verify.c (mono_image_verify): Add a is_corlib.
4537
4538         * verify-internals.h: Same.
4539
4540         * pedump.c: Fix for mono_image_verify new signature.
4541
4542 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
4543
4544         * metadata-verify.c (verify_typedef_table): Verify for some invalid
4545         flags combinations.
4546
4547 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
4548
4549         * metadata-verify.c (verify_module_table): Ignore the generation field.
4550
4551 2009-04-15  Martin Baulig  <martin@ximian.com>
4552
4553         * debug-mono-symfile.c
4554         (mono_debug_symfile_lookup_location): Don't print a warning for
4555         unknown extended opcodes if they're within 0x40 and 0x7f.
4556
4557 2009-04-15  Zoltan Varga  <vargaz@gmail.com>
4558
4559         * marshal.c (mono_marshal_get_runtime_invoke_sig): Don't share runtime
4560         invoke signatures returning an enum. Fixes #494847.
4561
4562 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
4563
4564         * metadata-verify.c: Initial code to verify the typedef table.
4565
4566 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
4567
4568         * verify.c (mono_method_verify): Don't fail if an unconditional branch
4569         with non empty stack happens before the beginning of a try block.
4570
4571         Fixes #494812.
4572
4573 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
4574
4575         * metadata-verify.c: Verify typename and typenamespace fields of
4576         the typeref table.
4577
4578 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
4579
4580         * metadata-verify.c: Initial code to verify the typeref table.
4581
4582 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
4583
4584         * verify.c (verify_delegate_compatibility): Fix error message.
4585
4586 2009-04-14  Sebastien Pouliot  <sebastien@ximian.com>
4587
4588         * security-core-clr.c: Fix typo
4589
4590 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
4591
4592         * marshal.c (delegate_hash_table_add): Make delegate_target_locations 
4593         a MonoGHashTable to keep its values alive.
4594         (emit_marshal_boolean): Fix a warning.
4595
4596 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
4597
4598         * socket-io.c: don't return IPv4/IPv6 addresses if the machine does
4599         not have any interface configured for IPv4/IPv6.
4600
4601 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
4602
4603         * assembly.c: fix typo in error message.
4604
4605 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
4606
4607         * marshal.c (mono_delegate_to_ftnptr): Use mono_gc_alloc_fixed () for
4608         allocating the location holding the this argument to prevent
4609         'too many root sets' errors.
4610
4611         * object.c (mono_class_create_runtime_vtable): Set field->offset to -1
4612         to mark fields as special static.
4613         (mono_field_static_get_value): Handle special static fields.
4614         (mono_field_static_set_value): Ditto.
4615
4616         * class-internals.h (struct _MonoClassField): Document this.
4617
4618 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
4619
4620         * cominterop.c (mono_cominterop_emit_marshal_com_interface): Assigning
4621           the argument a value of null for the MARSHAL_ACTION_MANAGED_CONV_OUT
4622           case.  This will handle when managed code returns null to native code.
4623
4624         Code is contributed under MIT/X11 license.
4625
4626 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
4627
4628         * object.c (build_imt_slots): Changing a free to a g_free to match
4629           the g_malloc0 in add_imt_builder_entry that allocated this memory.
4630
4631         Code is contributed under MIT/X11 license.
4632
4633 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
4634
4635         * marshal.c (emit_marshal_boolean): Adding code to ensure that
4636           the correct TRUE value is passed through the marshaling layer.
4637
4638         Code is contributed under MIT/X11 license.
4639
4640 2009-04-13  Zoltan Varga  <vargaz@gmail.com>
4641
4642         * marshal.c (mono_marshal_emit_managed_wrapper): Handle closed delegates
4643         correctly. Fixes #492330.
4644         
4645         * marshal.c: Fix the embedding of object pointers into JITted code in
4646         the native-to-managed wrappers by allocating some GC tracked memory, and
4647         embedding the address of that.
4648
4649 2009-04-11  Zoltan Varga  <vargaz@gmail.com>
4650
4651         * object.c (mono_class_create_runtime_vtable): Avoid putting MonoMethod
4652         pointers into the vtable.
4653
4654 2009-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
4655
4656         * verify.c (mono_delegate_type_equal): Proper check MONO_TYPE_CLASS.
4657
4658         * verify.c (verify_ldftn_delegate): Improve error message.
4659
4660 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
4661
4662         * reflection.c (my_mono_class_from_mono_type): Remove.
4663
4664 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
4665
4666         Prepare to reduce memory usage of owner-less generic parameters (1/n)
4667         * class-internals.h (MonoGenericParam): Carve out pklass, name, flags
4668         and constraints fields into ...
4669         (MonoGenericParamInfo): ... this.
4670         (mono_generic_param_info, mono_generic_container_get_param_info):
4671         New accessors.
4672         * class.c, debug-helpers.c, icall.c: Update to changes.
4673         * metadata.c, reflection.c, verify.c: Likewise.
4674
4675 2009-04-09  Zoltan Varga  <vargaz@gmail.com>
4676
4677         * debug-helpers.c (dis_one): Fix decoding of strings in dynamic images.
4678
4679         * marshal.c (get_runtime_invoke_type): Share enums with their base types.
4680         
4681         * marshal.c (get_runtime_invoke_type): Share pointers with ints and
4682         booleans with sbytes.
4683
4684 2009-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
4685
4686         * class.c (can_access_instantiation): Verify accesibility of element types
4687         for arrays and pointers.
4688
4689         * class.c (can_access_type): Return true if the target class is VAR or MVAR.
4690
4691         * class.c (mono_method_can_access_method_full): Fix typos in the documentation.
4692
4693         Fixes #493068.
4694
4695 2009-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
4696
4697         * verify.c (do_invoke_method): Improve error messages.
4698
4699 2009-04-08  Bill Holmes  <billholmes54@gmail.com>
4700
4701         * verify.c:  Fixing the MSVC build.
4702
4703         Code is contributed under MIT/X11 license.
4704
4705 2009-04-08  Sebastien Pouliot  <sebastien@ximian.com>
4706
4707         * security-core-clr.c: Simplify get_reflection_caller not to call
4708         mono_method_get_last_managed (another stack walk) and adjust the
4709         callers to handle a (should not happen) NULL return value.
4710
4711 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
4712
4713         Add accessors to some MonoGenericParam fields
4714         * class-internals.h (mono_generic_param_owner): New accessor.
4715         (mono_generic_param_num): Likewise.
4716         (mono_type_get_generic_param_owner): New helper.
4717         (mono_type_get_generic_param_num): New helper.
4718         * class.c, icall.c, metadata.c, reflection.c, verify.c: Use them.
4719
4720 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
4721
4722         * class-internals.h (mono_generic_container_get_param): New wrapper.
4723         * class.c, icall.c, metadata.c, verify.c: Use it.
4724
4725 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
4726
4727         Fix gtest-252.cs
4728         * verify.c (mono_type_is_valid_type_in_context): Rewrite to use
4729         the standard case/loop.  In particular, don't complain about
4730         references to generic type definitions.
4731
4732 2009-04-07  Zoltan Varga  <vargaz@gmail.com>
4733
4734         * debug-helpers.c (dis_one): Decode string arguments.
4735
4736 2009-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
4737
4738         * pedump.c (dump_verify_info): Dump type name correctly.
4739
4740 2009-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
4741
4742         * verify.c (mono_method_verify): Don't init code slots for exception boundaries if they
4743         are larger than code size.
4744
4745         This can happen in valid code if the try/catch block is not followed by any instruction
4746         and do a backward branch on the leave instruction.
4747
4748         Fixes #492494.
4749
4750 2009-04-06  Sebastien Pouliot  <sebastien@ximian.com>
4751
4752         * security-core-clr.c: Fix typo while comparing second method names
4753         in can_avoid_corlib_reflection_delegate_optimization
4754
4755 2009-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
4756
4757         * verify.c (do_throw): Don't allow an unboxed generic param ar argument.
4758
4759         Fixes #487738.
4760
4761 2009-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
4762
4763         * metadata.c (do_mono_metadata_parse_type): Fail if we are decoding
4764         a MVAR using a class context.
4765
4766         Fixes #490335.
4767
4768 2009-04-06  Zoltan Varga  <vargaz@gmail.com>
4769
4770         * object.c (mono_class_compute_gc_descriptor): Make this non-static.
4771
4772         * domain-internals.h (struct _MonoJitInfo): Add a 'gc_info' field.
4773
4774         * gc-internal.h (MonoGCCallbacks): New stucture containing the callback
4775         functions supplied by the JIT for the SGEN GC.
4776
4777         * sgen-gc.c: Call the callbacks supplied by the JIT to do stack marking.
4778         
4779 2009-04-06  Massimiliano Mantione  <massi@ximian.com>
4780
4781         monitor.c (mono_monitor_try_enter_internal):
4782         Added calls to profile monitor contentions.
4783         Also duplicated a small piece of code (the "get the monitor" logic)
4784         from the fast path to the slow path, and changed the relevant goto
4785         statements, so that monitor acquisition events can be emitted from the
4786         slow path (this is by Paolo Molaro).
4787
4788 2009-04-06  Massimiliano Mantione  <massi@ximian.com>
4789
4790         * profiler.c, profiler.h, profiler-private.h:
4791         Added support for profiling monitor contentions.
4792
4793 2009-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
4794
4795         * metadata-verify.c: Verify the modules table.
4796
4797 2009-04-02 Rodrigo Kumpera  <rkumpera@novell.com>
4798
4799         * verify.c (mono_generic_param_is_constraint_compatible): Inflate the candidate
4800         using the context of the method been verifier and not of the method been called.
4801
4802         * verify.c: Add verifier_inflate_type and mono_type_is_valid_type_in_context to
4803         safely inflate generic types. 
4804
4805 2009-04-02  Sebastien Pouliot  <sebastien@ximian.com>
4806
4807         * security-core-clr.c: Change the strategy for checking the 
4808         "reflection using delegates optimization" to avoid unneeded 
4809         attributes in multiple class libraries.
4810
4811 2009-04-02  Mark Probst  <mark.probst@gmail.com>
4812
4813         * sgen-gc.c: Remove object element in the disappearing link struct
4814         by storing the object pointer in the link.
4815
4816 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
4817
4818         * pedump.c (dump_verify_info): Don't crash if signature decoding fails.
4819
4820 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
4821
4822         * verify.c (verifier_load_field): Fail if the field parent could not be loaded.
4823
4824         * verify.c (mono_method_verify): Do proper bounds checking of exception
4825         clause ranges.
4826
4827 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
4828
4829         * loader.c (mono_field_from_token): Don't crash if the field parent could
4830         not be decoded.
4831
4832 2009-03-31  Mark Probst  <mark.probst@gmail.com>
4833
4834         * sgen-gc.c: Execute critical finalizers after ordinary
4835         finalizers.
4836
4837         * class-internals.h, domain.c: Add CriticalFinalizerObject to
4838         mono_defaults.
4839
4840 2009-03-31 Jb Evain <jbevain@novell.com>
4841
4842         * verify.c (do_ldstr): don't check if a string is in the user strings
4843         heap if the current image is dynamic.
4844
4845 2009-03-31  Mark Probst  <mark.probst@gmail.com>
4846
4847         * sgen-gc.c: Wait until the last finalizer has executed when
4848         returning from WaitForPendingFinalizers.
4849
4850 2009-03-31  Martin Baulig  <martin@ximian.com>
4851
4852         * mono-debug-debugger.h (MonoDebuggerEvent): Add
4853         `MONO_DEBUGGER_EVENT_CREATE_APPDOMAIN' and
4854         `MONO_DEBUGGER_EVENT_UNLOAD_APPDOMAIN'.
4855         (mono_debugger_event_create_appdomain): New function.
4856         (mono_debugger_event_unload_appdomain): New function.
4857
4858         * appdomain.c (mono_domain_create_appdomain_internal): Call
4859         mono_debugger_event_create_appdomain().
4860
4861 2009-03-31  Martin Baulig  <martin@ximian.com>
4862
4863         * mono-debug-debugger.c
4864         (mono_debugger_register_class_init_callback): Also register the
4865         class init callback if the class is already initialized to make
4866         things work with shadow copied assemblies.
4867
4868 2009-03-31  Sebastien Pouliot  <sebastien@ximian.com>
4869
4870         * security-core-clr.c
4871         (mono_security_core_clr_ensure_reflection_access_field): Let 
4872         critical code access the field (just like we do for methods). Use
4873         check_field_access helper.
4874         (mono_security_core_clr_ensure_reflection_access_method): Use 
4875         check_field_access helper.
4876
4877 2009-03-31  Mark Probst  <mark.probst@gmail.com>
4878
4879         * sgen-gc.c: Remove data (callback) element from FinalizeEntry and
4880         call the run-finalize function directly.
4881
4882         * gc.c, gc-internal.h: Make run_finalize() non-static.
4883
4884 2009-03-31  Mark Probst  <mark.probst@gmail.com>
4885
4886         * sgen-gc.c: Use a separate struct for disappearing links.
4887
4888 2009-03-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
4889
4890         * socket-io.c: don't fail if the SocketOptionsFlag has Partial or
4891         * MaxIOVectorLength enabled, just ignore them.
4892         Fixes bug #349688.
4893
4894 2009-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
4895
4896         * metadata-verify.c: Fix eglib build.
4897
4898 2009-03-30  Zoltan Varga  <vargaz@gmail.com>
4899
4900         * threads-types.h: Fix the win32 build.
4901
4902 2009-03-28  Sebastien Pouliot  <sebastien@ximian.com>
4903
4904         * class.c: move coreclr inheritance/override checks to 
4905         security-core.clr.c
4906         * security-core.clr.c|h: add code from class.c with additional
4907         documentation. Fix override check when the method is not critical.
4908
4909 2009-03-28  Zoltan Varga  <vargaz@gmail.com>
4910
4911         * debug-helpers.c (mono_method_desc_match): Make '*' match anything.
4912         (match_class): Ditto.
4913
4914 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
4915
4916         * metadata-verify.c: Rename bounds_check_offset to bounds_check_datadir.
4917
4918         * metadata-verify.c: Implement table layout row size calculation. Verify
4919         the total size of the tables.
4920
4921 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
4922
4923         * metadata-verify.c: Verify heap sizes and size to decode row counts. 
4924
4925 2009-03-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
4926
4927         * appdomain.c:
4928         * console-io.[ch]: added new mono_console_init() to make sure that
4929         file descriptors 0, 1 and 2 are opened.
4930         Bug #489019 fixed.
4931
4932 2009-03-27  Sebastien Pouliot  <sebastien@ximian.com> 
4933
4934         * appdomain.h: Export a new callback type and a new function to
4935         set this callback. This allow a mono host to provide it's own
4936         definition for "platform code".
4937         * metadata-internals.h: Add a core_clr_platform_code flag on 
4938         _MonoImage to (cache and) know if it is representing platform 
4939         code.
4940         * image.c (do_mono_image_open): Set core_clr_platform_code flag 
4941         on platform code images.
4942         * security-core-clr.c|h 
4943         (mono_security_set_core_clr_platform_callback): Allow the host
4944         to provide it's own platform check definition.
4945         (mono_security_core_clr_determine_platform_image): Detect if an 
4946         image is platform code (using the specified callback).
4947         (mono_security_core_clr_is_platform_image): Return cached value 
4948         for platform code.
4949
4950 2009-03-27  Zoltan Varga  <vargaz@gmail.com>
4951
4952         * threads.c (mono_create_thread): New helper function to wrap CreateThread
4953         which has different parameter types for the 'tid' argument in windows and
4954         the io-layer.
4955
4956         * appdomain.c attach.c threads.c: Use the new helper.
4957
4958 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
4959
4960         * metadata-verify.c: Verify valid table bits.
4961
4962 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
4963
4964         * metadata-verify.c (verify_metadata_header): Store size in the size field.
4965
4966         * metadata-verify.c: Add initial table schema verification.
4967
4968 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
4969
4970         * icall.c (ves_icall_get_parameter_info): Add a 'member' argument, used to
4971         obtain the refclass argument needed by mono_param_get_objects (). Fixes
4972         #488383.
4973
4974         * reflection.c (mono_param_get_objects_internal): Add a 'refclass' argument.
4975
4976         * appdomain.c (MONO_CORLIB_VERSION): Bump this.
4977
4978 2009-03-26  Sebastien Pouliot  <sebastien@ximian.com>
4979
4980         * security-core-clr.c: Add/update documentation
4981
4982 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
4983
4984         * marshal.c (emit_marshal_object): Generate code to throw an exception
4985         instead of throwing it. Fixes #488670.
4986
4987 2009-03-25  Sebastien Pouliot  <sebastien@ximian.com>
4988
4989         * appdomain.c: Bump MONO_CORLIB_VERSION to 73.
4990         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Add
4991         an extra 'throwOnBindFailure' parameter to the icall. Remove FIXME
4992         and add a call to mono_security_core_clr_ensure_delegate_creation
4993         to do the extra checks required by CoreCLR.
4994         * security-core-clr.c|h: Add function to check delegate creation,
4995         both in the binding and accessibility, under CoreCLR.
4996
4997 2009-03-25  Sebastien Pouliot  <sebastien@ximian.com> 
4998
4999         * reflection.c (mono_reflection_create_dynamic_method): when 
5000         coreclr is enabled make sure that every resolved object are
5001         checked (e.g. field and method access).
5002         * security-core-clr.c|h: Add function to check objects resolved
5003         when a dynamic method is created.
5004
5005 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
5006
5007         * metadata-verify.c: Cache directory rva translations.
5008
5009         * metadata-verify.c: Add cli-header and streams verification.
5010
5011 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
5012
5013         * image.c (load_metadata_ptrs): We decode MonoImage::md_version_minor at
5014         the wrong offset (8 instead of 6).
5015
5016 2009-03-23  Zoltan Varga  <vargaz@gmail.com>
5017
5018         * marshal.c (mono_delegate_to_ftnptr): For delegates wrapping pinvoke
5019         methods, return the native function address itself. Fixes
5020         #487758.
5021
5022 2009-03-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
5023
5024         * console-io.c: some of the values for control characters might not be
5025         present.
5026
5027 2009-03-21  Sebastien Pouliot  <sebastien@ximian.com>
5028
5029         * exception.c|h: Add helpers to create [Field|Method]AccessException
5030         * icall.c: Add required coreclr check calls for field reflection.
5031         Move the existing (method) check logic into security-core-clr.c
5032         * security-core-clr.c: Add functions to check if the access of a
5033         field or method is allowed when reflecting under coreclr. This is
5034         mostly done using a stack walk to find the "real" caller: i.e. the
5035         code that is calling the reflection
5036
5037 2009-03-20  Zoltan Varga  <vargaz@gmail.com>
5038
5039         * gc-internal.h: Change location of gc_wrapper.h
5040
5041 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com> 
5042
5043         * class.c: Simplification to coreclr checks for overrides that
5044         makes it easier to set breakpoints.
5045
5046 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com>
5047
5048         * security-core-clr.c|h: (mono_security_core_clr_class_level, 
5049         mono_security_core_clr_method_level): Avoid potential 
5050         MonoCustomAttrInfo allocation for transparent assemblies (e.g. 
5051         user/application code) and make it easier to set breakpoints
5052
5053 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
5054
5055         * metadata-verify.c: Reject cli header tables that mono don't handle.
5056
5057 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
5058
5059         * pedump.c: Fix CLI header dumping.
5060
5061 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
5062
5063         * metadata-verify.c: More CLI header verification.
5064
5065 2009-03-19  Zoltan Varga  <vargaz@gmail.com>
5066
5067         * locales.c (get_current_locale_name): Use g_malloc instead of malloc.
5068
5069 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
5070
5071         * metadata-verify.c: Initial verification of the CLI header.
5072
5073 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
5074
5075         * metadata-verify.c (verify_resources_table): Fix verification of zero
5076         sized resource section and id entries count.
5077
5078 2009-03-18  Zoltan Varga  <vargaz@gmail.com>
5079
5080         * icall.c: Handle user types in many Type icalls. Fixes #486303.
5081
5082 2009-03-17  Jb Evain  <jbevain@novell.com>
5083
5084         * profiler.c: call mono_gc_base_init from mono_profiler_load.
5085
5086 2009-03-17  Zoltan Varga  <vargaz@gmail.com>
5087
5088         * sgen-gc.c (mono_gc_make_descr_for_object): Fix 64 bit support.
5089         (mono_gc_make_descr_for_array): Ditto.
5090
5091 2009-03-17  Sebastien Pouliot  <sebastien@ximian.com>
5092
5093         * verify.c (mono_verifier_is_class_full_trust): Add support for
5094         CoreCLR security mode where trusted assemblies are defined as
5095         "platform code".
5096
5097 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
5098
5099         * metadata-verify.c: Add minimal PECOFF resource verification.
5100
5101 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
5102
5103         * metadata-verify.c: Be less restrictive with some coff fields.
5104
5105 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
5106
5107         * verify.c (init_stack_with_value_at_exception_boundary): Init generic
5108         params as boxed values on stack. Fixes #485706.
5109
5110 2009-03-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
5111
5112         * console-io.c: the termios values may vary in different flavors of unix.
5113
5114 2009-03-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
5115
5116         * console-io.[ch]: return the entire set of control characters when
5117         initializing the terminal.
5118         * appdomain.c: bump corlib version.
5119
5120 Mon Mar 16 11:11:26 CET 2009 Paolo Molaro <lupus@ximian.com>
5121
5122         * mono-perfcounters.c: added support for in-process custom
5123         performance counters.
5124
5125 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
5126
5127         * metadata-verify.c: Small cleanup and add comment for IAT directory entry. 
5128
5129 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
5130
5131         * metadata-verify.c: Verify the data pointed by the import table. 
5132
5133 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
5134
5135         * metadata-verify.c (load_data_directories): Store data
5136         directory contents.
5137
5138         * metadata-verify.c: Verify the import table. 
5139
5140 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
5141
5142         * metadata-verify.c: Verify data directories.
5143
5144 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
5145
5146         * metadata-verify.c: Check section header flags.
5147
5148 2009-03-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
5149
5150         * appdomain.c: if the assembly name is a shadow-copied file, return
5151         TRUE from mono_is_shadow_copy_enabled but don't actually do anything
5152         in mono_make_shadow_copy.
5153         * icall.c: if the assembly name is a shadow-copied file, replace it
5154         with the original assembly path.
5155
5156         Bug #484244 fixed. NUnit tests for corlib can be run without
5157         --noshadow now.
5158
5159 2009-03-12  Zoltan Varga  <vargaz@gmail.com>
5160
5161         * sgen-gc.c (add_to_global_remset): Fix the handling of root global remset
5162         entries when the table is reallocated.
5163
5164         * icall.c: Allocate the memory used by the mono_ptr_array macros using
5165         mono_gc_alloc_fixed () since it contains GC refs.
5166
5167 2009-03-10  Zoltan Varga  <vargaz@gmail.com>
5168
5169         * reflection.c (ensure_complete_type): New helper function to call
5170         type resolve handlers for unfinished dynamic types.
5171         (resolve_object): Call it for MonoClassFields. Fixes #483852.
5172
5173 2009-03-09  Zoltan Varga  <vargaz@gmail.com>
5174
5175         * reflection.c (mono_custom_attrs_has_attr): Handle interfaces. Fixes
5176         #483247.
5177
5178 2009-03-08 Rodrigo Kumpera  <rkumpera@novell.com>
5179
5180         * appdomain.c (get_shadow_assembly_location): Fix memleak.
5181
5182 2009-03-08  Zoltan Varga  <vargaz@gmail.com>
5183
5184         * domain-internals.h (struct _MonoDomain): Add new hash tables mapping
5185         between GCHandles of type WeakTrackResurrection and the objects they
5186         point to.
5187
5188         * gc.c: Partly implement the sematics of GCHandles of type 
5189         WeakTrackResurrection: these handles should only be cleared after the
5190         finalizer of the object they are pointing to has ran.
5191
5192 2009-03-06  Mark Probst  <mark.probst@gmail.com>
5193
5194         * icall.c: Partially revert r126631 because using the jump
5195         trampolines for generic shared methods makes it superfluous.
5196
5197 2009-03-06  Zoltan Varga  <vargaz@gmail.com>
5198
5199         * threads.c (handle_store): Create the 'threads' hash table with the proper
5200         MONO_HASH_VALUE_GC type.
5201
5202 2009-03-05  Zoltan Varga  <vargaz@gmail.com>
5203
5204         * domain-internals.h (struct _MonoDomain): Move 'typeof_void' before
5205         FIRST_GC_TRACKED.
5206
5207         * domain.c (mono_domain_create): Register the fields between FIRST_GC_TRACKED
5208         and LAST_GC_TRACKED as a GC root.
5209
5210         * gc-internal.h: Fix the comment of mono_gc_alloc_fixed.
5211
5212         * object.c (mono_class_create_runtime_vtable): Create a GC descriptor for
5213         the static data even if it consists of 1 reference.
5214
5215         * boehm-gc.c (mono_gc_alloc_fixed): Allocate using GC_MALLOC_EXPLICITLY_TYPED
5216         if there is a GC descriptor.
5217
5218         * reflection.c (ALLOC_REFENTRY): Allocate ReflectedEntry-es using malloc
5219         instead of through the GC since they contain no object references.
5220
5221 2009-03-05  Mark Probst  <mark.probst@gmail.com>
5222
5223         * generic-sharing.c (instantiate_other_info): Always return a jump
5224         trampoline for method code.
5225
5226 2009-03-05  Marek Habersack  <mhabersack@novell.com>
5227
5228         * culture-info-tables.h: generated to include the en-tt culture.
5229
5230 2009-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
5231
5232         * domain-internals.h (MonoDomain): Add two fields to cache invoke wrappers to
5233         capture the thread context.
5234
5235         * object.c (mono_async_result_new): Cache the invoke wrappers to
5236         ExecutionContext::Capture.
5237
5238 2009-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
5239
5240         * marshal.h: Add a prototype for what mono_compile_method returns
5241         for invoke wrappers.
5242
5243         * gc.c: Use the new prototype declaration.
5244
5245 2009-03-04  Geoff Norton  <gnorton@novell.com>
5246
5247         * boehm-gc.c: Add some MONO_LOG tracing for the GC
5248         * gc-internal.h:
5249         * mono-gc.h: Expose mono_gc_invoke_finalizers in the embedding api.
5250
5251 2009-03-04  Martin Baulig  <martin@ximian.com>
5252
5253         * mono-debug.h
5254         (mono_debugger_runtime_invoke): Removed.
5255
5256         * mono-debug-debugger.c
5257         (mono_runtime_invoke): Moved into ../mini/debug-mini.c.
5258
5259 2009-03-02  Martin Baulig  <martin@ximian.com>
5260
5261         * mono-debug.h
5262         (mono_debugger_unhandled_exception): Removed.
5263         (mono_debugger_handle_exception): Removed.
5264         (mono_debugger_throw_exception): Removed.
5265
5266         * mono-debug.c
5267         (mono_debug_debugger_version): Bump to 5.
5268
5269         * mono-debug-debugger.c: Moved the exception handling code to
5270         ../mini/debug-mini.c
5271
5272 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
5273
5274         * domain-internals.h (struct _MonoDomain): Add a separate lock for the
5275         finalize_objects_hash.
5276
5277         * gc.c: Use the separate lock to access the finalize_objects_hash field.
5278         
5279         * domain-internals.h (struct _MonoDomain): Add finalize_runtime_invoke
5280         field.
5281
5282         * metadata-internals.h (struct _MonoImage): Add runtime_invoke_vcall_cache
5283         cache.
5284
5285         * image.c (mono_image_close): Free it.
5286         
5287         * marshal.c (mono_marshal_get_runtime_invoke): Add a 'virtual' argument
5288         allowing a creation of a wrapper which invokes its method using a CALLVIRT
5289         on the this argument.
5290
5291         * gc.c (run_finalize): Optimize the calling of the finalizers.
5292
5293 2009-03-03  Martin Baulig  <martin@ximian.com>
5294
5295         * mono-debug.h (MONO_DEBUGGER_MAJOR_VERSION): Bump to 81 because
5296         of the `MonoGenericInst' changes.
5297
5298 2009-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
5299
5300         * icall.c (ves_icall_MonoType_GetGenericArguments): Use
5301         mono_array_class_get_cached to reduce locking contention. Extract
5302         a domain var.
5303
5304         * icall.c (ves_icall_Type_GetFields_internal): Avoid allocating
5305         intermediary managed arrays. Use caching version of mono_array_new
5306         to allocate the result array.
5307
5308         * icall.c (ves_icall_Type_GetEvents_internal): Same.    
5309
5310         * icall.c (ves_icall_Type_GetNestedTypes): Same.        
5311
5312         * locales.c (create_names_array_idx):  Use mono_array_new_cached
5313         to reduce locking contention.
5314
5315 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
5316                 
5317         * object.c (mono_method_add_generic_virtual_invocation): Put back the
5318         thunk builder code for the non-interface case.
5319
5320 2009-03-02  Zoltan Varga  <vargaz@gmail.com>
5321
5322         * object.c (get_generic_virtual_entries): New helper function to collect
5323         the virtual generic method instances which need to be added to an IMT
5324         thunk.
5325         (mono_method_add_generic_virtual_invocation): Add a 'vtable' argument.
5326         Instead of creating a new IMT thunk, reset the vtable slot to the
5327         trampoline, the thunk will be created the next time the trampoline is called.
5328         (build_imt_slots): Add support for virtual generic methods in interfaces by
5329         adding to the IMT thunk all the methods registered using 
5330         mono_method_add_generic_virtual_invocation ().
5331
5332         * object-internals.h (_MonoImtBuilderEntry): Add a 'has_target_code' field.
5333         (struct _MonoIMTCheckItem): Ditto.
5334
5335         * object.c (mono_method_add_generic_virtual_invocation): Take a
5336         MonoMethod argument instead of a MonoGenericInst. Fix the construction of
5337         the IMT thunk to include all items.
5338         
5339         * object.c (mono_class_create_runtime_vtable): Add a missing
5340         mono_loader_unlock ().
5341
5342 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
5343
5344         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5345
5346         * object-internals.h (MonoReflectionEvent): Add cached_add_event.
5347
5348 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
5349
5350         * object-internals.h: Rename _MonoReflectionEvent to
5351         MonoReflectionMonoEvent so it reflects the right managed type.
5352         Add a MonoReflectionEvent that correctly represents System.EventInfo.
5353
5354         * icall.c:
5355         * reflection.c: Adjust code to use the new MonoReflectionMonoEvent
5356         type.
5357
5358 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
5359
5360         * icall.c (ves_icall_Type_GetMethodsByName): Avoid allocating
5361         intermediary managed arrays. Use caching version of mono_array_new
5362         to allocate the result array.
5363
5364 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
5365
5366         * reflection.c: Use cached version of mono_array_new alongside
5367         the mono_reflection_get_custom_attrs_by_type call path.
5368
5369 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
5370
5371         * icall.c (ves_icall_Type_GetInterfaces): Avoid allocating
5372         intermediary managed arrays. Use caching version of mono_array_new
5373         to allocate the result array.
5374
5375         * icall.c (ves_icall_Type_GetConstructors_internal): Same.
5376
5377 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
5378
5379         * icall.c: Add small implementation of a growable stack bound array.
5380
5381         * icall.c (ves_icall_System_Enum_get_hashcode): Fix warning.
5382
5383         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid allocating
5384         intermediary managed arrays. Use caching version of mono_array_new
5385         to allocate the result array.
5386
5387 2009-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
5388
5389         * icall.c: New icall ves_icall_System_Enum_compare_value_to that
5390         helps Enum::CompareTo to be implemented without reboxing all enums
5391         to their underlying type.
5392 2009-02-27  Zoltan Varga  <vargaz@gmail.com>
5393
5394         * domain.c (SET_APPDOMAIN): Avoid calling TlsSetValue () on some platforms,
5395         since it acquires a global lock leading to scalability problems.
5396
5397         * profiler.c: Make the stat profiler work with multiple appdomains, this
5398         currently only works when no appdomains are unloaded.
5399
5400 2009-02-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
5401
5402         * appdomain.c: make the check to avoid copying when the assembly is
5403         already shadow copied actually work.
5404
5405 2009-02-26  Zoltan Varga  <vargaz@gmail.com>
5406
5407         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5408
5409         * object-internals.h (struct _MonoReflectionGenericClass): Sync with
5410         changes to the managed side.
5411
5412 2009-02-25  Zoltan Varga  <vargaz@gmail.com>
5413
5414         * metadata-internals.h (struct _MonoImage): Add a new cache for szarray
5415         classes + a separate lock for it, as it is used frequently at runtime, not
5416         just during metadata loading/JIT compilation.
5417
5418         * class.c (mono_bounded_array_class_get): Use the separate cache + lock
5419         for szarrays.
5420         
5421         * object-internals.h (mono_class_from_name_cached): New macro to cache
5422         the results of the lookup locally without having to declare a static
5423         variable to hold it.
5424         (mono_class_get_field_from_name_cached): Ditto.
5425         (mono_array_class_get_cached): Ditto.
5426
5427         * threadpool.c threads.c locales.c icall.c reflection.c socket-io.c: Use
5428         the new macros.
5429         
5430         * object.c (mono_get_delegate_invoke): Call setup_methods () to avoid the
5431         slower search in metadata.
5432
5433         * pedump.c: Fix a warning.
5434
5435 2009-02-23  Zoltan Varga  <vargaz@gmail.com>
5436
5437         * reflection.c (encode_locals): Add checks for user types.
5438         (method_encode_clauses): Ditto.
5439         (method_encode_code): Ditto.
5440         (mono_image_create_token): Ditto.
5441
5442         * object-internals.h: Change the type of more fields from MonoReflectionType*
5443         to MonoObject*.
5444
5445 2009-02-22  Zoltan Varga  <vargaz@gmail.com>
5446
5447         * threads.c (mono_thread_suspend_all_other_threads): Handle the case when
5448         the a thread does not suspend within 100ms.
5449
5450         * monitor.c (mono_monitor_try_enter_internal): Handle SuspendRequested
5451         in addition to StopRequested as well.
5452
5453         * mono-debug.c: Call _mono_debug_get_image () while holding the debug lock.
5454
5455         * debug-mono-symfile.c (mono_debug_symfile_lookup_method): Actually
5456         search the method_hash before inserting a new entry, to avoid crashes when
5457         the same method is inserted multiple times, causing the old 
5458         MonoDebugMethodInfo structure to be freed by the value dtor function.
5459
5460 2009-02-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
5461
5462         * socket-io.c: support SO_MAXCONN, SO_USELOOPBACK and
5463         SO_EXLUSIVEADDRUSE where available.
5464
5465 2009-02-21  Zoltan Varga  <vargaz@gmail.com>
5466
5467         * marshal.c (mono_marshal_get_runtime_invoke): Fix _another_ bug sharing
5468         runtime invoke wrappers, this time it is string ctor wrappers, which
5469         pass a dummy string as 'this' instead of their obj argument. Fixes
5470         #478473.
5471
5472 2009-02-21  Jb Evain  <jbevain@novell.com>
5473
5474         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
5475         only get create_culture once.
5476
5477 2009-02-20  Zoltan Varga  <vargaz@gmail.com>
5478
5479         * reflection.c (mono_reflection_setup_internal_class): Move the user type
5480         check before the locking.
5481         
5482         * reflection.c (mono_reflection_setup_internal_class): Check for user types.
5483         (mono_reflection_create_runtime_class): Ditto.
5484         (mono_reflection_sighelper_get_signature_local): Ditto.
5485         (mono_reflection_sighelper_get_signature_field): Ditto.
5486
5487         * object-internals.h (CHECK_MONOTYPE): New macro to check that a Type object
5488         is a System.MonoType object or similar.
5489         (monotype_cast): New helper function to cast a MonoObject to a 
5490         MonoReflectionType object.
5491
5492         * object-internals.h: Change MonoReflectionType* members in structures to
5493         MonoObject* members to force the usage of the monotype_cast () function.
5494
5495         * reflection.c icall.c: Use monotype_cast () for accessing Type members of
5496         structures/arrays. This causes us to assert instead of crashing when 
5497         instances of user defined subclasses of System.Type are encountered.
5498
5499 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
5500
5501         * cil-coff.h:
5502         * icall-def.h:
5503         * icall.c: add new GetUnmanagedResourcePtr that returns a pointer to a
5504         win32 resource loaded from a PE file.
5505
5506         * image.c: fix mono_image_lookup_resource.
5507
5508 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
5509
5510         * icall-def.h:
5511         * threads-types.h:
5512         * threads.c: added internal call for WaitHandle.SignalAndWait.
5513
5514 2009-02-19  Bill Holmes  <billholmes54@gmail.com>
5515
5516         * cominterop.c : Adding cominterop_type_from_handle and 
5517           registering it as an icall.  Replacing all references
5518           to type_from_handle.
5519
5520         Code is contributed under MIT/X11 license.
5521
5522 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
5523
5524         * Makefile.am: Add lock-tracer.h and lock-trace.c.
5525
5526         * appdomain.c: Call the tracer init function.
5527
5528         * domain-internals.h: Enable the tracer for the domain locks.
5529
5530         * image.c: Enable the tracer for image locks.
5531
5532         * loader.c: Enable the trace for the loader lock.
5533
5534         * lock-tracer.h:
5535         * lock-tracer.c: Initial implementation of the lock trace utility.
5536         The tracer requires a compile time define to be enabled and a env var
5537         to be enabled at runtime.
5538
5539 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
5540
5541         * domain.c (mono_domain_code_foreach): Improve documentation.
5542
5543 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
5544
5545         * appdomain.c:
5546         * generic-sharing.c:
5547         * object.c:
5548         * reflection.c:  Adjust locking order to the new semantics where the loader lock
5549         comes first.
5550
5551 2009-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
5552
5553         * domain.c: Add mono_domain_code_* functions that perform locking
5554         around the domain codeman.
5555
5556         * domain-internals.h: Export those functions.
5557
5558         * object.c: Use new functions instead of acquiring the domain lock.
5559
5560 2009-02-19  Zoltan Varga  <vargaz@gmail.com>
5561
5562         * marshal.c (mono_ftnptr_to_delegate): Convert a NULL ftnptr to a null
5563         delegate. Fixes #477396.
5564
5565 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
5566
5567         * reflection.c (create_custom_attr): Get rid of alloca.
5568
5569 2009-02-18  Bill Holmes  <billholmes54@gmail.com>
5570
5571         * cominterop.c (cominterop_get_managed_wrapper_adjusted) :
5572           Adding exception handling for all CCW calls.
5573
5574         Code is contributed under MIT/X11 license.
5575
5576 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
5577
5578         * reflection.c (mono_reflection_init): Remove the unused reflection mutex.
5579
5580         * marshal.c (emit_marshal_boolean): Add null checks to the new 
5581         native->managed marshalling code. Fixes #476247.
5582
5583 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
5584
5585         * class.c (mono_class_get_vtable_entry): Move the addition of
5586         static rgctx invoke wrappers for vtable methods here, this simplifies
5587         a lot of code and causes fewer rgctx wrappers to be created.
5588
5589         * marshal.c (mono_marshal_get_static_rgctx_invoke): Change the
5590         name of the statistics to begin with an uppercase.
5591
5592 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
5593
5594         * reflection.c: Revert previous change as it breaks the build.
5595         
5596 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
5597
5598         * verify.c: Properly handle SZARRAY element type.
5599
5600         Fixes #474271.
5601
5602 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
5603
5604         * reflection.c (mono_image_create_method_token): Correctly encode
5605         MethodDef MemberRefParent token.
5606
5607         Fixes #472845.
5608
5609 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
5610
5611         * image.c (mono_image_close): Delete the critical section before
5612         freeing the memory holding it.
5613
5614 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
5615
5616         * verify.c (mono_method_verify): rethrow opcode doesn not fall through.
5617         Fixes #476257.
5618
5619 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
5620
5621         * pedump.c (main): Call mono_marshal_init so pedump
5622         doesn't crash.
5623
5624 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
5625
5626         * loader.c (method_from_memberref): Properly fix #474271 and
5627         don't break the runtime bad.
5628
5629 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
5630
5631         * domain.c (mono_domain_alloc): Add locking so the caller doesn't have to.
5632         (mono_domain_alloc0): Ditto.
5633
5634 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
5635
5636         * loader.c (method_from_memberref): Don't abort if the array
5637         method is not found. A regular loader failure is more informative
5638         and correct.
5639
5640         Fixes #474271.
5641
5642 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
5643
5644         *loader.c: Guard MonoImage::method_cache/methodref_cache
5645         using the image lock instead of the loader lock.
5646
5647         * metadata.h: Add comments about which fields are protected by
5648         the image lock.
5649
5650 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
5651
5652         * appdomain.c (mono_set_private_bin_path_from_config): Fix a warning.
5653
5654         * generic-sharing.c (mono_method_construct_object_context): Remove the
5655         wrapper_type == NONE assert, it is not needed.
5656
5657 2009-02-15  Zoltan Varga  <vargaz@gmail.com>
5658
5659         * reflection.c (clear_cached_object): New helper function.
5660         (mono_method_clear_object): New function to clear the cached reflection
5661         objects for a dynamic method.
5662
5663         * object.c (mono_runtime_free_method): Call mono_method_clear_object ().
5664         Partly fixes # 463323.
5665         
5666 2009-02-14 Rodrigo Kumpera  <rkumpera@novell.com>
5667
5668         * class.c:
5669         * loader.c:
5670         * reflection.c: Remove all explicit uses of MonoImage::property_hash.
5671
5672 2009-02-14 Rodrigo Kumpera  <rkumpera@novell.com>
5673
5674         * image.c: Add mono_image_property_(lookup,insert,remove) functions that
5675         take the image lock instead of the loader lock.
5676
5677         * metadata-internals.h: Export new functions.
5678
5679 2009-02-12  Miguel de Icaza  <miguel@novell.com>
5680
5681         * domain.c (app_config_parse): Remove another use of stat that is
5682         not necessary as g_file_get_contents already does the presence
5683         check. 
5684
5685 2009-02-13  Zoltan Varga  <vargaz@gmail.com>
5686
5687         * cominterop.c icall-def.h: Fix the DISABLE_COM build.
5688
5689         * marshal.c: Move the bstr handling code to cominterop.c.
5690
5691         * marshal.c: Remove some COM interop code missed previously.
5692
5693 2009-02-12  Miguel de Icaza  <miguel@novell.com>
5694
5695         More Paolo patches from the Wii port:
5696         
5697         * security.c: Remove ves_icall_System_Environment_get_UserName
5698         from here.
5699
5700         * icall.c: And put ves_icall_System_Environment_get_UserName
5701         here. 
5702
5703         * appdomain.c (mono_set_private_bin_path_from_config): Remove
5704         redundant call to stat that was only used to test for the file
5705         existence.   Patch from Paolo.
5706
5707         * gc.c (run_finalize): If COM is disabled, do not link in
5708         mono_marshal_free_ccw.
5709
5710         * generic-sharing.c: Use alloca.h here as well.
5711
5712 2009-02-13 Rodrigo Kumpera  <rkumpera@novell.com>
5713
5714         * reflection.c (mono_reflection_lookup_dynamic_token): Do the locking properly.
5715
5716 2009-02-13  Zoltan Varga  <vargaz@gmail.com>
5717
5718         * cominterop.c cominterop.h: New files.
5719
5720         * marshal.c: Move the COM interop related code to cominterop.c. Make a few
5721         function/typedefs which are needed by cominterop.c global.
5722
5723 2009-02-12  Mark Probst  <mark.probst@gmail.com>
5724
5725         * generic-sharing.c: Don't take the loader lock to guard image
5726         mempool allocs.
5727
5728 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5729
5730         * reflection.c (mono_reflection_lookup_dynamic_token): This function might be
5731         called without the loader lock which is required to guard MonoImage:tokens.
5732
5733 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5734
5735         * class.c:
5736         * metadata.c:
5737         * method-builder.c:
5738         * marshal.c:
5739         * reflection.c: Don't take the loader lock to alloc memory from the image mempool.
5740
5741 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5742
5743         * metadata.c: Remove mono_image_alloc_lock and mono_image_alloc0_lock.
5744         Rework the code to use regular mono_image_alloc/0.
5745
5746         * loader.c: Rework the code to use regular mono_image_alloc/0.
5747
5748         * metadata-internals.h: Remove mono_image_alloc_lock and mono_image_alloc0_lock.
5749
5750 2009-02-12  Bill Holmes  <billholmes54@gmail.com>
5751
5752         * object-internals.h : Fixing a typo in the 
5753           MonoReflectionComVisibleAttribute struct.
5754
5755         * marshal.c (cominterop_com_visible): Check the implemented 
5756           interfaces for ComImport.
5757
5758         * marshal.c (cominterop_get_native_wrapper_adjusted): For COM calls 
5759           assume that bools should be treated as VARIANTBOOLs.
5760
5761         * marshal.c (emit_marshal_boolean): Adding cases for 
5762           MARSHAL_ACTION_MANAGED_CONV_IN and MARSHAL_ACTION_MANAGED_CONV_OUT.
5763
5764         * marshal.c (mono_marshal_emit_managed_wrapper): Adding calls to 
5765           emit_marshal MARSHAL_ACTION_MANAGED_CONV_IN and OUT for bools.
5766
5767         * marshal.c (cominterop_get_ccw): For COM calls assume that bools
5768           should be treated as VARIANTBOOLs.    
5769
5770         Code is contributed under MIT/X11 license.
5771
5772 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5773
5774         * image.c (mono_image_alloc, mono_image_alloc0, mono_image_strdup): Guard mempool
5775         allocation with the image lock.
5776
5777 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5778
5779         This patch is the last of a series to remove explicit reference of MonoImage::mempool
5780         and use mono_image_alloc set of functions instead. This time we finish with reflection.c
5781
5782         * object.c: Add mono_string_to_utf8_image.
5783
5784         * object-internals.h: Export mono_string_to_utf8_image.
5785
5786         * reflection.c: Rework all explicit references to the the image mempool to go thought
5787         the mono_image_alloc set of functions.
5788
5789 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5790
5791         This patch is the third of a series to remove explicit reference of MonoImage::mempool
5792         and use mono_image_alloc set of functions instead. This time we finish with marshal.c
5793         and generics-sharing.c.
5794
5795         * generics-sharing.c (set_other_info_templates): Take a MonoImage instead of a MonoMemPool
5796         as first argument. Note that this function remains broken as it doesn't perform locking around the
5797         mempool allocation.
5798
5799         * generics-sharing.c (rgctx_template_set_other_slot): Pass the image and not the mempool.
5800
5801         * image.c: Add g_slist_append_image.
5802
5803         * metadata.c (mono_metadata_field_info_with_mempool): Remove the mempool argument and use
5804         the supplied image for allocation. Move code into mono_metadata_field_info_full.
5805
5806         * metadata.c (mono_metadata_parse_marshal_spec_full): Take a MonoImage instead of a MonoMemPool.
5807         Fix all related code to do the same.
5808
5809         * marshal.c (mono_marshal_load_type_info): Pass the image instead of the mempool.
5810
5811         * metadata-internals.h: Fix the signatures.
5812
5813 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5814
5815         This patch is the second of a series to remove explicit reference of MonoImage::mempool
5816         and use mono_image_alloc set of functions instead. This time we rework mono_metadata_type_dup
5817         and similar to work using MonoImage.
5818
5819         * class.c (mono_mempool_dup): Rename to mono_image_memdup and take a MonoImage instead of a
5820         MonoMemPool.
5821
5822         * class.c (mono_dup_array_type): Take a MonoImage instead of a MonoMemPool as first argument.
5823
5824         * class.c (mono_metadata_signature_deep_dup): Same.
5825
5826         * class.c (inflate_generic_type): Same.
5827
5828         * class.c (mono_class_inflate_generic_type_with_mempool): Same.
5829
5830         * metadata.c (mono_metadata_signature_dup_full): Same.
5831
5832         * metadata.c: Add mono_metadata_signature_dup_mempool and extract common functionality from 
5833         mono_metadata_signature_dup_full.
5834
5835         * metadata.c (mono_metadata_type_dup): Same.
5836
5837         * marshal.c: Pass the image to calls to mono_metadata_type_dup.
5838
5839         * reflection.c: Same.
5840
5841         * generic-sharing.c: Pass the image to calls to mono_class_inflate_generic_type_with_mempool.
5842
5843         * metadata-internals.h: Fix the signatures.
5844
5845         * class-internals.h: Same.
5846
5847 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
5848
5849         This patch is the first of a series to remove explicit reference of MonoImage::mempool
5850         and use mono_image_alloc set of functions instead. 
5851
5852         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy):
5853         Rename to mono_class_inflate_generic_type_no_copy and take a MonoImage instead
5854         of a MonoMemPool.
5855
5856         * class.c (mono_class_setup_fields): Adapt to mono_class_inflate_generic_type_no_copy.
5857
5858         * class.c (g_list_prepend_mempool): Removed.
5859
5860         * class.c (mono_class_get_nested_types): Use g_list_prepend_image instead of g_list_prepend_mempool.
5861
5862         * image.c: Add g_list_prepend_image.
5863
5864         * metadata-internals.h (struct MonoImage): Fix comment. Export g_list_prepend_image as internal.
5865
5866         * reflection.c (mono_reflection_create_runtime_class): Use g_list_prepend_image instead of g_list_prepend_mempool.
5867
5868
5869 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
5870
5871         * metadata-internals.h (struct MonoImage): Add lock field. Export mono_image_lock and
5872         mono_image_unlock.
5873
5874         * image.c (mono_image_init): Init the lock field.
5875  
5876         * image.c (mono_image_init): Cleanup the lock field.
5877
5878         * image.c: Add mono_image_(un)lock functions.
5879
5880 2009-02-11  Mark Probst  <mark.probst@gmail.com>
5881
5882         * class.c, class-internals.h: mono_method_get_context_general()
5883         combines the functionality of mono_method_get_context() and
5884         mini_method_get_context().
5885
5886         * generic-sharing.c, domain-internals.h:
5887         mono_method_construct_object_context() and
5888         mono_domain_lookup_shared_generic() moved from mini.
5889
5890         * icall.c (ves_icall_InternalInvoke): Handle the case where the
5891         method doesn't have the correct instantiation because it's shared
5892         generic code.  Fixes #473999.
5893
5894 2009-02-11  Zoltan Varga  <vargaz@gmail.com>
5895
5896         * loader.c (mono_method_get_wrapper_data): Handle inflated methods as well.
5897
5898         * loader.c (mono_loader_lock): Add a comment pointing to the locking document.
5899         
5900 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
5901
5902         * metadata.c: Make mono_image_alloc_lock and mono_image_alloc0_lock non static.
5903
5904         * metadata-internals.h: Export mono_image_alloc_lock and mono_image_alloc0_lock.
5905
5906         * loader.c (mono_get_method_full): Drop the loader lock while constructing the method
5907         and recheck the cache for dups after it.
5908
5909         * loader.c (mono_get_method_from_token): Use _lock version of mono_image_alloc0.
5910
5911         Fixes one of the deadlocks found in #473150.
5912
5913 2009-02-11  Bill Holmes  <billholmes54@gmail.com>
5914
5915         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal):
5916           For Win32, add additional break conditions for accept.
5917
5918         Code is contributed under MIT/X11 license.
5919
5920 2009-02-10  Zoltan Varga  <vargaz@gmail.com>
5921
5922         * marshal.c (mono_marshal_get_native_func_wrapper): Use get_cache to
5923         lazily initialize the native wrapper cache.
5924         (mono_marshal_get_native_wrapper): Put aot-ed native wrappers into a separate
5925         cache, since they are different from the normal wrappers.
5926
5927         * image.c (mono_image_init): Initialize native_wrapper_cache lazily as well.
5928
5929         * metadata-internals.h (struct _MonoImage): Add a new wrapper for
5930         AOT compiled native wrappers.
5931
5932 2009-02-09  Geoff Norton  <gnorton@novell.com>
5933
5934         * appdomain.h:
5935         * security-core-clr.c: Allow enabling core-clr from the embedding
5936         API.
5937
5938 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
5939
5940         * socket-io.c: when requesting all the local ips, if there are no
5941         interfaces up and running, MS returns 127.0.0.1.
5942
5943 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
5944
5945         * mono-perfcounters-def.h: processor time is an inverse time.
5946         Fixes bug #468625.
5947
5948 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
5949
5950         * socket-io.c: an empty host name returns the list of local IPs.
5951         Fixes bug #386637 part 1/2.
5952
5953 2009-02-07  Zoltan Varga  <vargaz@gmail.com>
5954
5955         * verify.c (mono_class_interface_implements_interface): Call
5956         mono_class_setup_interfaces ().
5957         (merge_stacks): Ditto.
5958
5959 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
5960
5961         * class.c (mono_class_setup_interfaces): New function to lazily initalize
5962         klass->interfaces.
5963         (mono_generic_class_get_class): Don't initalize klass->interfaces.
5964         (mono_generic_class_get_class): Ditto.
5965
5966 2009-02-06  U-QUACK\miguel  <miguel@quack>
5967
5968         * icall-defs.h: Include also the Encrypt/Decrypt string methods as
5969         they live in security.c
5970
5971         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Integrated
5972         another bit from Paolo's code.
5973
5974 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
5975
5976         * object.c (build_imt_slots): Add a small optimization to avoid inflating
5977         methods which will be discarded by add_imt_builder_entry ().
5978
5979         * marshal.c (get_runtime_invoke_type): Avoid sharing enum types since they
5980         need to be boxed.
5981
5982         * loader.c: Add a statistics for the size of the memberref signature cache.
5983         
5984         * loader.c (find_cached_memberref_sig): New helper function.
5985         (cache_memberref_sig): Ditto.
5986
5987         * loader.c: Cache the result of parsing memberref signatures, since otherwise
5988         they will be parsed again for every generic instantiation, leading to unbounded
5989         memory growth.
5990
5991 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
5992
5993         * loader.c (mono_get_method_from_token): Avoid creating class for the generic
5994         parameters of generic methods.
5995
5996         * class.c (mono_class_inflate_generic_method_full): Set is_mb_open again
5997         after the original method is copied to the inflated method.
5998         (mono_class_get_vtable_entry): Handle rgctx invoke wrappers more efficiently.
5999
6000         * class-internals.h (struct _MonoMethodInflated): Move the is_mb_open
6001         field to MonoMethod since it only consumes 1 bit there, and 4/8 bytes here.
6002
6003         * class.c metadata.c: Update after the changes above.
6004
6005 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
6006
6007         * metadata-verify.c: Simplified error handling and added
6008         section table validation.
6009
6010 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
6011
6012         * class-internals.h (MonoClassExt): New structure containing rarely used
6013         fields of MonoClass.
6014         (struct _MonoClass): Move rarely used fields to MonoClassExt, accessed
6015         through a new 'ext' field.
6016
6017         * class.c (mono_class_alloc_ext): New helper function to allocate 
6018         class->ext.
6019
6020         * class.c metadata.c reflection.c: Update after MonoClass structure changes.
6021
6022 2009-02-05  Mark Probst  <mark.probst@gmail.com>
6023
6024         * object.c (mono_object_get_virtual_method): Properly inflate
6025         generic methods.  Fixes #472692.
6026
6027 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
6028
6029         * class.c (mono_class_create_from_typedef): The CLR supports SystemF
6030         recursive types such as List<T>:Cons<T,List<T>> so when doing the lookup
6031         for the parent type, the created type must be ready to be used on a generic
6032         instantiation.
6033         We fill this_arg/byval_arg if the parent is a generic instance to make sure
6034         we won't have duplicated entries in generic_inst_cache.
6035
6036         Fixes #469553.
6037
6038 2009-02-05  Miguel De Icaza  <miguel@novell.com>
6039
6040         * threadpool.c (socket_io_add_poll): Remove the BSD6 define and
6041         replace with plain BSD per the comments on the bug MONO77637.
6042
6043 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
6044
6045         * class.c (mono_class_get_generic_class): New accessor function.
6046         (mono_class_get_generic_container): Ditto.
6047
6048         * class-internals.h (struct _MonoClass): Add 'is_generic' and 'is_inflated'
6049         fields, similar to the ones in MonoMethod.
6050
6051         * class.c (mono_generic_class_get_class): Set klass->is_inflated.
6052         (mono_class_create_from_typedef): Set klass->is_generic if needed.
6053
6054         * reflection.c (mono_reflection_create_generic_class): Set klass->is_generic.
6055         
6056         * class-internals.h (struct _MonoClass): Remove enum_basetype, it contains
6057         the same information as element_class->byval_arg.
6058
6059         * class.c reflection.c: Remove references to class->byval_arg.
6060
6061         * class.c marshal.c: Use mono_class_enum_basetype () instead of accessing 
6062         klass->enum_basetype directly.
6063
6064         * verify.c metadata.c object.c icall.c reflection.c: Use 
6065         mono_class_enum_basetype () instead of accessing klass->enum_basetype 
6066         directly.
6067
6068 2009-02-04  Miguel de Icaza  <miguel@novell.com>
6069
6070         * icall-def.h: Remove internal calls for sockets when
6071         DISABLE_SOCKET is defined, file system writing features when the
6072         OS only support reading and not writing data and Policy support if
6073         the Policy is disabled.
6074         
6075         * image.c (do_mono_image_open): Apply Paolo's patches for using
6076         mono_file_map_ APIs here.
6077
6078         * assembly.c: Add support for platforms to avoid prefix
6079         auto-detection. 
6080
6081 2009-02-04  Zoltan Varga  <vargaz@gmail.com>
6082
6083         * generic-sharing.c (mono_method_fill_runtime_generic_context): Fix a
6084         warning.
6085
6086         * class.c (mono_class_inflate_generic_class): New helper function.
6087
6088         * class.c: Use mono_class_inflate_generic_class in a few places. Add
6089         statistics for inflated methods/classes.
6090
6091         * loader.c (inflate_generic_header): Use mono_class_inflate_generic_class.
6092
6093         * icall.c (ves_icall_Type_GetMethodsByName): Optimize the case when
6094         the call is made from Delegate.CreateDelegate () for the invoke method of
6095         a delegate.
6096
6097         * loader.c: Add a statistics for the memory occupied by inflated signatures.
6098
6099         * metadata.c (mono_metadata_signature_size): New helper function.
6100
6101         * class.c (mono_class_get_method_from_name_flags): Add an optimization for
6102         generic instances.
6103
6104         * metadata.c (inflated_method_in_image): Avoid calling 
6105         mono_method_signature () if the method does not already have a signature.
6106
6107 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
6108
6109         * verify.c (is_compatible_boxed_valuetype): When checking if the boxed 
6110         valuetype is compatible with target type, check by inheritance as a
6111         VT is not really compatible with System.ValueType, for example.
6112
6113         * verify.c (do_invoke_method): Improve error message.
6114
6115         * verify.c (do_box_value): If boxing a nullable, use the type argument
6116         on stack instead.
6117
6118         * verify.c (do_newobj): Improve error message.  
6119
6120         Fixes #469549.
6121
6122 2009-02-03  Miguel de Icaza  <miguel@novell.com>
6123
6124         * appdomain.c: Add support for DISABLE_SOCKETS and DISABLE_SHADOW_COPY
6125
6126 2009-02-03  Mark Probst  <mark.probst@gmail.com>
6127
6128         * generic-sharing.c: Don't hold domain lock when calling
6129         instantiate_other_info().  Fixes #471958.
6130
6131         * domain-internals.h, loader.c: Describe locking policy of domain
6132         lock vs loader lock.
6133
6134 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
6135
6136         * verify.c (mono_delegate_signature_equal): Make it possible to check
6137         first-arg-bound delegates to static method.
6138
6139         * verify.c (verify_delegate_compatibility): Correctly verify delegates to
6140         static methods with the first arg bound.
6141
6142         Fixes #469529.
6143
6144 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
6145
6146         * verify.c: Added stack_slot_full_name to provide decent and more meanfull
6147         errors.
6148
6149         * verify.c (is_compatible_boxed_valuetype): Be less restrictive when not
6150         under strict mode. Any type, when boxed can be seen as a reference type.
6151
6152         Fixes #469528.
6153
6154 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
6155
6156         * object.h: The lower bound of an array is a signed integer value.
6157         Introduce mono_array_lower_bound_t typedef. It should be used instead of
6158         gint32 as under MONO_BIG_ARRAYS it will be a gint64.
6159
6160         * icall.c: Cast MonoArrayBounds::length to a signed value so correctly
6161         calculate the upper bound.
6162         
6163         Fixes #471252.
6164
6165 2009-02-02  Miguel de Icaza  <miguel@novell.com>
6166
6167         From Paolo's work, refactored, cleared up:
6168         
6169         * threadpool.c, icall.c: ifdef code that requires a working socket
6170         stack.
6171
6172         * metadata.c (mono_metadata_field_info): Do not attempt to return
6173         a value from a function declared as void.
6174
6175         * console-io.c: Use MONO_NULL_TTYDRIVER to remove the tty driver
6176         from the console stack.
6177
6178         * assembly.c: use strrchr instead of rindex.
6179
6180         * class.c, object.c, marshal.c, icall.c, reflection.c: include
6181         alloca.h on systems that have it.
6182
6183         * environment.c: Avoid code that uses stuff from
6184         HAVE_SYS_UTSNAME_H
6185         
6186         * appdomain.c: Include sys/time.h.
6187
6188         * console-io.c: include sys/ioctl.h if it is available.
6189
6190 2009-02-03  Zoltan Varga  <vargaz@gmail.com>
6191
6192         * method-builder.h (_MonoMethodBuilder): Add a 'skip_visibility' flag.
6193
6194         * method-builder.c (mono_mb_create_method): Set method->skip_visibility from
6195         the method builder.
6196
6197         * marshal.c: Set mb->skip_visibility instead of setting it on the method
6198         after it was created and cached, as the later is not thread safe.
6199         
6200 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
6201
6202         * mono-debug.c (mono_debug_print_stack_frame): Avoid crashes when this is
6203         called while the debugging module is not initialized. Fixes #471669.
6204
6205 2009-02-02 Rodrigo Kumpera  <rkumpera@novell.com>
6206
6207         * icall.c (type_from_name): Ignore reflection frames to find out the real caller.
6208
6209         Fixes #471255.
6210
6211 2009-02-02  Mark Probst  <mark.probst@gmail.com>
6212
6213         * generic-sharing.c (lookup_or_register_other_info): Make sure the
6214         loader lock is not taken while the templates lock is held.  Fixes
6215         #471089.
6216
6217 2009-02-02  Mark Probst  <mark.probst@gmail.com>
6218
6219         * metadata.c (type_in_image): Added a check to fix a monodis
6220         crash.
6221
6222 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
6223
6224         * marshal.c (mono_marshal_get_runtime_invoke): Add support for byref
6225         nullable arguments.
6226
6227         * object.c (mono_runtime_invoke_array): Ditto.
6228         
6229         * marshal.c (mono_marshal_free_dynamic_wrappers): New function for
6230         freeing wrappers of dynamic methods.
6231
6232         * loader.c (mono_free_method): Call it. Fixes #463323.
6233         
6234         * marshal.c (mono_marshal_get_runtime_invoke): Disable sharing for
6235         methods taking vtype/byref arguments, to fix yet another bug caused by
6236         the sharing of runtime invoke wrappers. Partly fixes #471259.
6237
6238 2009-02-01  Zoltan Varga  <vargaz@gmail.com>
6239
6240         * debug-mono-symfile.c (check_line): Return NULL instead of returning
6241         <first file in file table>:1 when the IL offset does not have an associated
6242         line number.
6243
6244 2009-01-31  Zoltan Varga  <vargaz@gmail.com>
6245
6246         * mono-debug.c (mono_debug_lookup_locals): New function to return local
6247         variable info for a method.
6248
6249         * debug-mono-symfile.c (mono_debug_symfile_lookup_locals): Ditto.
6250         
6251 2009-01-30  Jb Evain  <jbevain@novell.com>
6252
6253         * pedump.c: reuse code from monodis to make sure pedump honors
6254         MONO_PATH, which is needed to verify net_2_1 assemblies.
6255
6256 2009-01-29  Zoltan Varga  <vargaz@gmail.com>
6257
6258         * mono-debug.c (mono_debug_print_stack_frame): Print the IL offset even when
6259         there is no line number info.
6260
6261 2009-01-29  Raja R Harinath  <harinath@hurrynot.org>
6262
6263         Avoid some MonoType allocations
6264         * reflection.c (mono_reflection_initialize_generic_parameter):
6265         Reuse MonoType from param->pklass rather than allocating one.
6266         (mono_dynamic_image_free): Update to changes.
6267
6268 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
6269
6270         Rearrange some code to improve consistency
6271         * reflection.c (mono_reflection_setup_generic_class): Move body ...
6272         (mono_reflection_initialize_generic_parameter): ... here.
6273
6274 2009-01-28  Zoltan Varga  <vargaz@gmail.com>
6275
6276         * generic-sharing.c (has_constraints): Enable gshared for methods/classes
6277         with type constraints as an experiment.
6278
6279         * boehm-gc.c (on_gc_notification): Update mono_stats.
6280
6281 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
6282
6283         Avoid some allocations
6284         * class-internals.h (_MonoGenericInst::type_argv): Convert from
6285         pointer to tail array to avoid extra allocation.
6286         * metadata.c (free_generic_inst): Update to changes.
6287         (mono_metadata_get_generic_inst): Likewise.  Use alloca instead of
6288         on-stack struct.
6289
6290 2009-01-27  Zoltan Varga  <vargaz@gmail.com>
6291
6292         * icall.c (ves_icall_System_Type_EqualsInternal): For user-defined types,
6293         return TRUE if the two type objects are the same.
6294
6295 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
6296
6297         * marshal.c (mono_marshal_load_type_info): Fill out info->min_align.
6298         (mono_class_native_size): Use klass->marshal_info->min_align instead of
6299         klass->min_align, since klass->min_align contains the managed alignment,
6300         while the native alignment can be different, like for longs on x86.
6301         Fixes #469135.
6302
6303         * class-internals.h (MonoMarshalType): Add a min_align field.
6304
6305 2009-01-26 Rodrigo Kumpera  <rkumpera@novell.com>
6306
6307         * assembly.c (mono_assembly_try_decode_skip_verification): Add a hack to check
6308         the 1.0 format.
6309
6310 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
6311
6312         * domain-internals.h (struct _MonoJitInfo): Add a 'from_aot' field plus
6313         some comments about the usage of the used_regs field.
6314
6315         * marshal.c (emit_marshal_ptr): Allow pointers to blittable structures.
6316         Fixes #469217.
6317
6318 2009-01-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
6319
6320         * appdomain.c: return NULL instead of throwing FileNotFoundException
6321         when LoadAssembly() fails.
6322
6323 2009-01-23  Mark Probst  <mark.probst@gmail.com>
6324
6325         * metadata.c (mono_metadata_generic_param_equal): Only compare the
6326         image if the owner is NULL.  Fixes the AOT failures.
6327
6328 2009-01-23  Zoltan Varga  <vargaz@gmail.com>
6329
6330         * metadata.c (mono_metadata_load_generic_params): Initialize the 
6331         MonoGenericParam structure using memset so the image field is initialized
6332         as well.
6333
6334 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
6335
6336         * appdomain.c (mono_domain_unload): Change the InterlockedIncrement to
6337         a plain store.
6338
6339 2009-01-21  Zoltan Varga  <vargaz@gmail.com>
6340
6341         * class.c (mono_class_setup_vtable_general): In the generic instance
6342         optimization, set method->slot for abstract virtual methods. Fixes part of
6343         #467834.
6344
6345 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
6346
6347         * domain-internals.h: Add new appdomain state MONO_APPDOMAIN_UNLOADING_START
6348         which signals that the unloading has started but all appdomain services must
6349         remain operational.
6350
6351         * appdomain.c (mono_domain_unload): The initial state for unloading now
6352         is unloading_start and we switch to unloading after the managed call to
6353         AppDomain::DomainUnload has finished.
6354
6355         The new unloading state has to be created because managed code in the
6356         DomainUnload event can depend on things like the threadpool still working.
6357         The domain must remain fully functional while the event executes.
6358
6359         This shown as an issue due to Process::WaitForExit, which waits for
6360         async reads of stdout and stderr to complete. Since those are processed
6361         in the threadpool the code deadlocks because the DomainUnload callback 
6362         waits for the async read finished event, which should have been set by a
6363         threadpool job but has been discarded due to the domain been in unload
6364         state.
6365
6366 2009-01-21  Mark Probst  <mark.probst@gmail.com>
6367
6368         * metadata.c (mono_metadata_generic_param_equal): Owner as well as
6369         image must match.
6370
6371 2009-01-21  Mark Probst  <mark.probst@gmail.com>
6372
6373         * reflection.c (resolve_object): For fields, inflate the class and
6374         then get the field in the inflated class.
6375
6376 2009-01-20  Mark Probst  <mark.probst@gmail.com>
6377
6378         * object-internals.h (struct _MonoException): Added a comment
6379         explaining the new use of trace_ips.
6380
6381 2009-01-20  Mark Probst  <mark.probst@gmail.com>
6382
6383         * generic-sharing.c (inflate_other_data): Inflate array methods
6384         correctly.
6385
6386         * loader.c, class-internals.h: Rename search_in_array_class() to
6387         mono_method_search_in_array_class() and make it non-static.
6388
6389 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
6390
6391         * metadata.c (inflated_signature_in_image): Call signature_in_image as well.
6392         Hopefully fixes #458168.
6393
6394 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
6395
6396         * object.c (mono_raise_exception): Remove call to InterlockedIncrement
6397         as it is performed elsewhere.
6398
6399         Code is contributed under MIT/X11 license
6400
6401 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
6402
6403         * mono-perfcounters-def.h: Add counters for asp.net requests total and
6404         requests queued.
6405         * object.c (mono_raise_exception): Increment the exceptions total
6406         counter when an exception is thrown.
6407         * class-internals.h: Add a location for storing the total number of
6408         asp.net requests served.
6409         * mono-perfcounters.c: Implement update support for asp.net counters
6410         from the class libraries. Implement read support for asp.net counters
6411         and exceptions total counter.
6412
6413 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
6414
6415         * loader.c (search_in_array_class): Call mono_class_setup_methods () before
6416         accessing klass->methods. Fixes #467385.
6417
6418 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
6419
6420         * marshal.c (emit_marshal_custom): Avoid calling MarshalNativeToManaged
6421         for byval arguments without an [Out] attribute. Fixes #467212.
6422
6423         * attach.c: Applied patch from Koushik Dutta (koush@koushikdutta.com). 
6424         Fix compilation under android.
6425         
6426         * sgen-gc.c: Instead of scanning gray objects after all roots have been 
6427         processed, scan them directly after they are copied, to achieve better locality
6428         and cache usage.
6429
6430         * socket-io.c: Applied patch from Koushik Dutta
6431         (koush@koushikdutta.com). Disable IPV6 when running under android.
6432
6433 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
6434
6435         * icall.c (ves_icall_InternalExecute): Add write barriers.
6436
6437         * marshal.c (mono_marshal_get_write_barrier): Remove, this is now done in
6438         the GC code.
6439
6440         * sgen-gc.c: Implement write barriers in IL code.
6441
6442 2009-01-17  Geoff Norton  <gnorton@novell.com>
6443
6444         * image.c: Avoid trying to walk the reference table of dynamic assemblies.
6445
6446 2009-01-17  Geoff Norton  <gnorton@novell.com>
6447
6448         * image.c: When unloading the image->references table, there can be gaps
6449         in it.  Ensure that we iterate every entry to avoid leaking assembly references
6450         when unloading an appdomain.
6451
6452 2009-01-16  Zoltan Varga  <vargaz@gmail.com>
6453
6454         * sgen-gc.c: Add support for allocating a nursery at an aligned address, to
6455         speed up ptr-in-nursery checks.
6456
6457         * threads.c (mono_threads_abort_appdomain_threads): Abort threads outside the
6458         threads_lock () to prevent deadlocks.
6459
6460         * sgen-gc.c gc-internal.h: Add a new root type root-with-wbarrier, which
6461         does not need to be scanned during minor collections, since writes to it
6462         must use write barriers.
6463
6464 2009-01-15 Rodrigo Kumpera  <rkumpera@novell.com>
6465
6466         * metadata-verify.c: Add pe nt header verification.
6467         
6468 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
6469
6470         * gc.c: Fix a few warnings when using SGEN.
6471
6472 2009-01-14 Rodrigo Kumpera  <rkumpera@novell.com>
6473
6474         * metadata-verify.c: Add pe optional header verification.
6475
6476 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
6477
6478         * sgen-gc.c: Add support for user defined marker functions, used by
6479         MonoGHashTable to avoid registering a GC root for every hash node.
6480
6481 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
6482
6483         * sgen-gc.c: Fix warnings. Optimize copy_object () a bit. Split pinned/
6484         non-pinned roots into separate hashes to avoid having to traverse them
6485         in functions which are only interested in one kind.
6486
6487 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
6488
6489         * metadata-verify.c: Add pe header machine field verification.
6490         
6491 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
6492
6493         * metadata-verify.c: Add pe header size verification.
6494
6495 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
6496
6497         * reflection.c (ALLOC_REFENTRY): Don't allocate the ReflectionEntry structures
6498         using the GC, they don't contain references.
6499
6500         * domain.c (mono_domain_create): Create ldstr_table using MONO_HASH_KEY_VALUE_GC.
6501
6502 2009-01-13  Geoff Norton  <gnorton@novell.com>
6503
6504         * appdomain.c|h: Expose mono_domain_unload to the embedding api so that 
6505         AppDomains created on the native side can be cleaned up on the native side.
6506
6507 2009-01-13  Geoff Norton  <gnorton@novell.com>
6508
6509         * appdomain.c: Ensure that we call mono_context_init for the embedding api
6510         as well as the managed api.
6511
6512 2009-01-13  Geoff Norton  <gnorton@novell.com>
6513
6514         * appdomain.h|c: New API for creating a MonoDomain in the embedding api
6515         with a MonoAppDomain initialized against it.
6516
6517 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
6518
6519         * reflection.c (MOVING_GC_REGISTER): Fix a warning.
6520         
6521         * reflection.c (mono_image_get_generic_param_info): Use MOVING_GC_REGISTER.
6522
6523         * marshal.c: Avoid setting the exception clauses after a method has been entered 
6524         into the wrapper caches. Fixes #465700.
6525
6526         * method-builder.c (mono_mb_set_clauses): New function to set the clauses of the
6527         method builder.
6528         (mono_mb_create_method): Set the clauses from the method builder.
6529
6530 2009-01-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
6531
6532         * threadpool.c: include sys/socket.h. Fixes compilation on FreeBSD.
6533         Patch from Makoto Kishimoto.
6534
6535 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
6536
6537         * sgen-gc.c (mono_gc_make_descr_from_bitmap): Handle large bitmaps by 
6538         encoding them as ROOT_DESC_COMPLEX.
6539         (precisely_scan_objects_from): Implement support for ROOT_DESC_COMPLEX.
6540
6541 2009-01-12  Zoltan Varga  <vargaz@gmail.com>
6542
6543         * sgen-gc.c (scan_from_remsets): Clear the global remset of pointers which
6544         no longer point to the nursery.
6545
6546         * sgen-gc.c: Add a few comments/FIXMEs.
6547         
6548         * sgen-gc.c: Implement scanning of the alloc_pinned objects.
6549
6550         * marshal.c (mono_marshal_get_synchronized_wrapper): Make the 
6551         initialization of the various _method variables thread safe. Fixes
6552         #465377.
6553
6554 2009-01-12  Mark Probst  <mark.probst@gmail.com>
6555
6556         * domain.c, domain-internals.h: Remove the shared_generics_hash
6557         and its lookup functions.
6558
6559 2009-01-12  Bill Holmes  <billholmes54@gmail.com>
6560
6561         * socket-io.c:  Fixing the MSVC build. 
6562
6563         Code is contributed under MIT/X11 license.
6564
6565 2009-01-12 Rodrigo Kumpera  <rkumpera@novell.com>
6566
6567         * metadata-verify.c: Add pe header watermark verification.
6568
6569 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
6570
6571         * metadata-verify.c: Add lfanew verification.
6572
6573 2009-01-12  Jb Evain  <jbevain@novell.com>
6574
6575         * tabldefs.h: rename METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE to
6576         METHOD_ATTRIBUTE_STRICT to match the ECMA terminology.
6577
6578 2009-01-10  Zoltan Varga  <vargaz@gmail.com>
6579
6580         * socket-io.c: Fix the build.
6581
6582         * environment.c: Fix an #ifdef.
6583
6584 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
6585
6586         * threadpool.c (async_invoke_thread): Handle the wait function returning
6587         WAIT_IO_COMPLETION as well.
6588         (async_invoke_io_thread): Ditto.
6589
6590 2009-01-09  Bill Holmes  <billholmes54@gmail.com>
6591
6592         * threads.c: Fixing the Windows build.
6593
6594         Code is contributed under MIT/X11 license.
6595
6596 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
6597  
6598         * threads.c (signal_thread_state_change): Call wapi_interrupt_thread () to
6599         interrupt a wait.
6600         (mono_thread_execute_interruption): Call wapi_clear_interruption () to enable
6601         the thread to wait again.
6602
6603 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
6604
6605         * metadata-verify.c: Initial skeleton of the metadata verifier.
6606
6607         * pedump.c: Add support for the metadata verifier.
6608
6609         * verify-internal.h: Export the whole assembly metadata verifier function.
6610
6611 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
6612
6613         * gc.c (mono_gc_init): Fix the comments about deadlock on windows.
6614
6615 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
6616
6617         * Makefile.am: Upgrade dtrace-prelink.sh location.
6618
6619 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
6620
6621         * gc.c (mono_gc_init): Wait for finalizer thread to init on windows as
6622         well. Otherwise the shutdown deadlock that happens on unix will can happen
6623         as well.
6624         If the main thread code finishes too fast it's possible that the finalizer
6625         thread won't have executed yet, won't record itself as the finalizer thread
6626         and the shutdown sequence will wait on it forever.
6627
6628 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
6629
6630         * threads.c (mono_thread_current): Make THREAD_DEBUG work on windows
6631         with MSVC.
6632
6633 2009-01-08  Miguel de Icaza  <miguel@novell.com>
6634
6635         * appdomain.c: Initialize the mono_strtod_mutex here, thanks to
6636         Robert Jordan for pointing this out.
6637
6638 2009-01-08  Christian Prochnow  <cproch@seculogix.de>
6639
6640         * icall.c
6641         * icall-def.h: added internal calls ves_icall_System_IO_DriveInfo_GetDiskFreeSpace,
6642         ves_icall_System_IO_DriveInfo_GetDriveType.
6643
6644 2009-01-07  Miguel de Icaza  <miguel@novell.com>
6645
6646         * icall.c: Wrap calls to mono_strtod in CriticalSection
6647         invocations when using eglib, to work around #464316.
6648
6649 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
6650
6651         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Double check the
6652         return value of GetCurrentDirectory to never access unitialized memory.
6653
6654 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
6655
6656         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Properly check the
6657         return value of GetCurrentDirectory and expand the buffer if needed.
6658
6659         Fixes #459094.
6660
6661 2009-10-07 Tom Hindle  <tom_hindle@sil.org>
6662
6663         * marshal.c (GetIUnknownForObjectInternal, GetIUnknownForObjectInternal) : 
6664           Adding a call to mono_init_com_types.
6665
6666         Code is contributed under MIT/X11 license.
6667
6668 2009-01-07  Geoff Norton  <gnorton@novell.com>
6669
6670         * socket-io.c: ioctlsocket(FIONREAD) returns the size of the UDP header as well on 
6671         darwin.  Use getsockopt SO_NREAD instead to get the right values for TCP and UDP.
6672         ai_canonname can be null in some cases on darwin, where the runtime assumes it will 
6673         be the value of the ip buffer.
6674
6675 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
6676
6677         * verify.c (mono_class_interface_implements_interface): Verify parents as we can't rely on
6678         interfaces_packed here.
6679
6680         Fixes part of #463294.
6681
6682 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
6683
6684         * verify.c (is_array_type_compatible): Ignore bounds and sizes when checking array compatibility.
6685
6686         Fixes part of #463294.
6687
6688 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
6689
6690         * verify.c (stack_slot_is_complex_type_not_reference_type): Check if the type
6691         is a boxed complex as well.
6692
6693         Fixes part of #463294.
6694
6695 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
6696
6697         * reflection.c (mono_image_get_methodref_token): Add an extra create_typespec parameter to
6698         control if a methodspec should be created for the generic method definition from external assemblies.
6699         Caching of methodspec is done using the handleref hash table.
6700
6701         Fixes #462592.
6702
6703 2009-01-05 Rodrigo Kumpera  <rkumpera@novell.com>
6704
6705         * loader.c (find_method): When searching the interfaces of a class
6706         check the transitive closure of implemented interfaces.
6707
6708         Fixes #463303.
6709
6710 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
6711
6712         * class.c (get_implicit_generic_array_interfaces): Improve debugging code.
6713         
6714 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
6715
6716         * class.c (get_implicit_generic_array_interfaces): Extract valuetype
6717         interfaces calculation to fill_valuetype_array_derived_types.
6718
6719         * class.c (get_implicit_generic_array_interfaces): Valuetypes need IList /
6720         ICollection / IEnumerator interfaces for their extra twin type - sbyte for byte
6721         for example.
6722
6723         * class.c (get_implicit_generic_array_interfaces): InternalEnumerator gets
6724         interfaces for valuetypes if needed.    
6725
6726         * class.c (fill_valuetype_array_derived_types): Enums should have interfaces
6727         for their basetype as well. Types are array expanded if rank is > 0.
6728
6729         Fixes #400716.
6730
6731 2008-12-30  Bill Holmes  <billholmes54@gmail.com>
6732
6733         * socket-io.h : Changing the signature of
6734           ves_icall_System_Net_Sockets_Socket_Accept_internal to pass
6735           the blocking state.
6736
6737         * icall-def.h :  Changing the signature of
6738           System.Net.Sockets.Socket.Accept_internal to pass the blocking state.
6739
6740         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal) :
6741           For Windows only.  Avoid blocking when calling accept by
6742           querying for a connection via select.  The loop also queries
6743           the thread state every 1000 micro seconds for the thread
6744           stop state.  This will avoid the process hanging on shutdown
6745           when using a TcpChannel that is never connected to.
6746
6747         Code is contributed under MIT/X11 license.
6748
6749 2008-12-30  Marek Safar  <marek.safar@gmail.com>
6750
6751         * tabledefs.h: Add METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE.
6752
6753 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
6754
6755         * class.c (get_implicit_generic_array_interfaces): Extract common
6756         code to a helper function making it a lot easier on the eyes.
6757
6758 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
6759
6760         * class.c (get_implicit_generic_array_interfaces): If the internal
6761         enumerator is an interface inflate System.Object instead of itself.
6762
6763         Fixes #461261.
6764
6765 2008-12-24 Rodrigo Kumpera  <rkumpera@novell.com>
6766
6767         * object.c (mono_runtime_invoke_array): Don't assert with
6768         byref nullable types.
6769
6770         * marshal.c (mono_marshal_get_runtime_invoke): To handle
6771         byref nullables we unbox the object and store it on the
6772         stack. 
6773         We can't use the boxed object since it is the T of Nullable<T>
6774         and the boxed representation of a nullable it's underlying type
6775         or null.
6776         We could cheat and create a boxed nullable and use the same
6777         machinery of other byref VTs but this feels like a hack and
6778         using the stack has the bonus of reducing heap pressure.
6779
6780         Fixes #461941.
6781
6782 2008-12-23 Rodrigo Kumpera  <rkumpera@novell.com>
6783
6784         * marshal.c (mono_marshal_emit_managed_wrapper): Handle char
6785         return value.
6786
6787         Fixes #461867.
6788
6789 2008-12-19  Bill Holmes  <billholmes54@gmail.com>
6790
6791         * icall-def.h : Adding an internal call definition for 
6792           System.Environment.internalBroadcastSettingChange.
6793
6794         * icall.c : Adding a Windows only implementation to broadcast a 
6795           WM_SETTINGCHANGE when an environment variable has changed.
6796
6797         Code is contributed under MIT/X11 license.
6798
6799 2008-12-19  Mark Probst  <mark.probst@gmail.com>
6800
6801         * class.c, class-internals.h: Made
6802         mono_class_has_parent_and_ignore_generics() non-static.
6803
6804 Thu Dec 18 16:35:22 CET 2008 Paolo Molaro <lupus@ximian.com>
6805
6806         * image.c: deal with the mmap failing when loading an image.
6807
6808 2008-12-17  Geoff Norton  <gnorton@novell.com>
6809
6810         * threadpool.c: Ensure that the io_queue_lock is initialized
6811         in all circumstances, as we always attempt to cleanup against it.
6812
6813 2008-12-17  Miguel de Icaza  <miguel@novell.com>
6814
6815         * icall.c (ves_icall_System_Environment_get_Platform): For
6816         compatibility reasons for existing client code we will keep
6817         returning 4 for a while.   
6818
6819         For how long will depend on the documentation being updated, and
6820         for us to give client code a chance to be updated.
6821
6822         This reverts the original decison on #433108 since we did not
6823         catch roughly 33 instances of the broken code in our own source
6824         code base, we did not catch failures on the buildbots, and QA did
6825         not bring this as a problem.
6826
6827         Only today I found some customer's code breaking due to our own
6828         class libraries not being fully updated and tracked it down to
6829         this change.  I am reverting it because if we could not even get
6830         our story straight in our own code base, how can we hope that our
6831         end user code be fixed?
6832
6833         As of this morning, our Wiki page that documents how to detect
6834         Unix had not been fixed.    
6835
6836 2008-12-16  Zoltan Varga  <vargaz@gmail.com>
6837
6838         * metadata.c (inflated_method_in_image): Add a workaround for #458168.
6839
6840         * class.c (mono_class_get_fields): Handle loading errors.
6841
6842 2008-12-12 Mark Mason <mmason@upwardaccess.com>
6843
6844         * 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.
6845         
6846 2008-12-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
6847
6848         * mono-perfcounters.c: avoid warning.
6849
6850 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
6851
6852         * reflection.c (ensure_runtime_vtable): Work on generic instances and
6853         make sure all interfaces have MonoClass::interface_id set.
6854
6855         * reflection.c (ensure_generic_class_runtime_vtable): Ensure the
6856         method table is property set.
6857
6858 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
6859
6860         * class.c: New function mono_class_setup_interface_id that setup
6861         MonoClass::interface_id if needed.
6862
6863         * class-internals.h: Export new function.
6864
6865 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
6866
6867         * class.c: Add code to sanity check the vtable after setup_vtable_general
6868         has done it's work.
6869
6870 2008-12-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
6871
6872         * icall.c: make Assembly.GetExecutingAssembly work properly when
6873         reflection is used to invoke the method.
6874         Bug #321781 fixed.
6875
6876 2008-12-11  Mark Probst  <mark.probst@gmail.com>
6877
6878         * metadata/generic-sharing.c: Look for constraints in all type
6879         arguments, not just the first one.
6880
6881 2008-12-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
6882
6883         * appdomain.c: return the correct CodeBase for an Assembly instance
6884         that was loaded from the shadow-copy directories.
6885         Bug #458190 fixed.
6886
6887 2008-12-10  Zoltan Varga  <vargaz@gmail.com>
6888
6889         * sgen-gc.c (build_nursery_fragments): Clear nursery_next/nursery_frag_real_end.
6890
6891         * sgen-gc.c (check_object): New debugging helper function.
6892
6893         * object.c: Fix calls to mono_value_copy_array ().
6894
6895 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
6896
6897         * class.c (mono_class_setup_fields): If working on an inflated class
6898         first check if the generic definition did init with success.
6899
6900         Fixes #445361.
6901
6902 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
6903
6904         pedump.c (main): Fix a warning.
6905
6906 2008-12-10  Bill Holmes  <billholmes54@gmail.com>
6907
6908         * object-internals.h : Adding a definition for 
6909           MonoReflectionComVisibleAttribute.
6910
6911         * marshal.c (cominterop_com_visible) :  Method added to check the 
6912           ComVisible attribute of a class.
6913
6914         * marshal.c (cominterop_raise_hr_exception, cominterop_get_interface) :  
6915           cominterop_raise_hr_exception added to consolidate common code 
6916           to raise hr exceptions.
6917
6918         * marshal.c (cominterop_can_support_dispatch) :  Method added to determine 
6919           if a managed class should support IDispatch.
6920
6921         * marshal.c 
6922           (cominterop_get_idispatch_for_objec, cominterop_ccw_queryinterfacet) :  
6923           Added additional checks for managed object when getting 
6924           an IDispatch interface.
6925
6926         Code is contributed under MIT/X11 license.
6927
6928 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
6929
6930         pedump.c (main): Handle mono_get_method () returning NULL. 
6931
6932 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
6933
6934         * marshal.h: Fix a warning.
6935
6936 2008-12-09  Bill Holmes  <billholmes54@gmail.com>
6937
6938         * marshal.c : Adding cominterop_release_all_rcws to release all
6939           runtime callable wrappers held by the runtime.
6940
6941         * marshal.h : Adding declaration for cominterop_release_all_rcws.
6942           
6943         Code is contributed under MIT/X11 license.
6944
6945 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
6946
6947         * metadata.c (mono_image_alloc_lock): New helper function.
6948         (mono_image_alloc0_lock): Ditto.
6949
6950         * metadata.c: Use the alloc_lock () helper functions for allocating
6951         memory from the image mempool.
6952
6953 2008-12-08 Rodrigo Kumpera  <rkumpera@novell.com>
6954
6955         * class.c (mono_class_from_generic_parameter): Document it's
6956         locking behavior. Fix double checked locking here, we stored in
6957         param->pklass a partially initialized MonoClass and no membar was used.
6958
6959 2008-12-05  Marek Habersack  <mhabersack@novell.com>
6960
6961         * sysmath.c (ves_icall_System_Math_Round2): if round (3) and rint
6962         (3) functions are present in the C library use them to do the
6963         job. If they are absent, make sure that the sum of int_part and
6964         dec_part is rounded before returning. This is necessary due to the
6965         division of dec_part by the power of 10 before the final addition
6966         is performed - if the result is not rounded in some cases it will
6967         yield invalid results.
6968
6969 2008-12-04  Zoltan Varga  <vargaz@gmail.com>
6970
6971         * marshal.c (mono_marshal_emit_native_wrapper): Add AOT support for pinvoke
6972         wrappers by emitting the function address using a CEE_MONO_ICALL_ADDR 
6973         instruction instead of a pointer constant.
6974
6975 2008-12-03  Zoltan Varga  <vargaz@gmail.com>
6976
6977         * loader.c (mono_method_get_header): Do most of the work outside the
6978         loader lock, to avoid assembly load hook deadlocks.
6979
6980         * metadata.c (mono_metadata_parse_mh_full): Use finer-grained locking.
6981         (mono_metadata_parse_type_full): Ditto.
6982
6983 2008-12-02 Rodrigo Kumpera  <rkumpera@novell.com>
6984
6985         * mempool.c (mono_backtrace): Take the number of allocated bytes as argument.
6986         Make the stack depth fixed. Ensure proper argument passing to the backtrace
6987         funtions. Finally, use a lock to produce well ordered output.
6988
6989         The lock looks silly, as all calls to the corlib mempool should be guarded
6990         with the loader lock, but for some reason this fact doesn't help. 
6991
6992         * mempool.c (mono_mempool_alloc0): Add support for TRACE_ALLOCATIONS.
6993
6994 2008-12-02  Mark Probst  <mark.probst@gmail.com>
6995
6996         * socket-io.c: 64 bit big-endian fixes.
6997
6998 2008-12-01 Rodrigo Kumpera  <rkumpera@novell.com>
6999
7000         * verify.c (is_compatible_boxed_valuetype): Rewrite function to work properly with
7001         targets that require strict compatibility between the types.
7002
7003         * verify.c (verify_stack_type_compatibility_full): Boxed values are not compatible
7004         to unboxed types. All cases that this is true are checked by is_compatible_boxed_valuetype.
7005         Kill the strict argument and create a new one valuetype_must_be_boxed.
7006
7007         * verify.c (verify_delegate_compatibility): Use verify_stack_type_compatibility_full to
7008         state that all valuetypes must be boxed.
7009
7010         Fixes #448560.
7011
7012 2008-11-29  Kornél Pál  <kornelpal@gmail.com>
7013
7014         * coree.c (MonoFixupExe): Use sizeof(IMAGE_BASE_RELOCATION) instead of
7015         IMAGE_SIZEOF_BASE_RELOCATION as newer Vista SDKs no longer define the latter.
7016
7017         Contributed under MIT/X11 license.
7018
7019 2008-11-28 Rodrigo Kumpera  <rkumpera@novell.com>
7020
7021         * class.c (mono_class_setup_fields): Don't copy MonoType::attrs as
7022         the inflate_generic_type machinery should handle it.
7023
7024         This avoids a crash when the field's flags is zero and it's type is
7025         a primitive.
7026         What happens is that mono_metadata_parse_type_full will see that opt_attrs
7027         is zero and will return one of the cached built-in primitive types. Since
7028         those types live in read-only memory, the code that copies it crashes.  
7029
7030 2008-11-28  Mark Probst  <mark.probst@gmail.com>
7031
7032         * object.c: Don't put function descriptors into generalized IMT
7033         thunks.
7034
7035 2008-11-28  Mark Probst  <mark.probst@gmail.com>
7036
7037         * class.c: Enable generic code sharing on PPC64.
7038
7039 2008-11-27  Mark Probst  <mark.probst@gmail.com>
7040
7041         * mempool.c, mempool-internals.h: Added g_slist_append_mempool()
7042         from mini/mini.c.
7043
7044         * generic-sharing.c: Allocate the method template slists from the
7045         image mempool so it doesn't leak.
7046
7047 2008-11-27 Rodrigo Kumpera  <rkumpera@novell.com>
7048
7049         * class.c (generic_array_methods): Release the linked list.
7050
7051 2008-11-27  Mark Probst  <mark.probst@gmail.com>
7052
7053         * marshal.c (mono_string_builder_to_utf8): Fixed a wrong
7054         invocation to g_utf16_to_utf8().
7055
7056 2008-11-26  Mark Probst  <mark.probst@gmail.com>
7057
7058         * icall.c (mono_ArgIterator_IntGetNextArg): Handle sub-word sized
7059         arguments on big endian archs.
7060
7061 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
7062
7063         * reflection.c: (_mono_reflection_parse_type) skip leading spaces in
7064         the type name (test added in corlib).
7065
7066 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
7067
7068         * pedump.c: initialize perf. counters. Fixes a segv.
7069
7070 2008-11-25  Martin Baulig  <martin@ximian.com>
7071
7072         * mono-debug-debugger.c
7073         (mono_debugger_runtime_invoke): Return the exception object if an
7074         exception was thrown.  Visual Studio displays the exception object
7075         in the locals window.
7076
7077 2008-11-24  Mark Probst  <mark.probst@gmail.com>
7078
7079         * mini-trampolines.c (mono_delegate_trampoline): Don't return a
7080         ftnptr.
7081
7082 2008-11-24  Mark Probst  <mark.probst@gmail.com>
7083
7084         * marshal.c (mono_type_native_stack_size): MONO_TYPE_I and
7085         MONO_TYPE_U are sizeof (gpointer), too.
7086
7087 2008-11-24  Mark Probst  <mark.probst@gmail.com>
7088
7089         * marshal.c (mono_type_native_stack_size): Fixed size and
7090         alignment for reference types.
7091
7092 2008-11-23  Mark Probst  <mark.probst@gmail.com>
7093
7094         * class.c (mono_class_generic_sharing_enabled): Disable generic
7095         code sharing for PPC64.
7096
7097 2008-11-21 Rodrigo Kumpera  <rkumpera@novell.com>
7098
7099         * icall.c (mono_method_get_equivalent_method): Make sure
7100         method->klass->methods is inited before looping over it.
7101
7102 2008-11-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
7103
7104         * object.c: when calling ExecuteAssembly in a newly created domain,
7105         the configuration file and application base are already set up.
7106         Bug #446353 take 2 fixed.
7107
7108 2008-11-20  Zoltan Varga  <vargaz@gmail.com>
7109
7110         * marshal.c: Add support for MONO_TYPE_GENERICINST to some functions.
7111         Fixes #444715. Fix a warning.
7112
7113 2008-11-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
7114
7115         * appdomain.c: write the full path of the assembly to the .ini file
7116         created when "shadow-copying"
7117         Bug #446353 fixed.
7118
7119 2008-11-18  Zoltan Varga  <vargaz@gmail.com>
7120
7121         * debug-helpers.c (mono_method_full_name): Stringify wrapper types even
7122         if signature==FALSE.
7123
7124 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
7125
7126         * marshal.h : Fix the cygwin build.
7127            marshal.c:12442: undefined reference to `_IID_IMarshal'
7128           
7129         Code is contributed under MIT/X11 license.
7130
7131 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
7132
7133         * marshal.h : cominterop_ccw_getfreethreadedmarshaler added to return the
7134           free threaded marshaler when QueryInterface is called on a COM callable
7135           wrapper requesting the IMarshal interface.
7136           
7137         Code is contributed under MIT/X11 license.
7138
7139 2008-11-14  Zoltan Varga  <vargaz@gmail.com>
7140
7141         * domain-internals.h (MonoDomain): Update MONO_DOMAIN_LAST_GC_TRACKED.
7142
7143         * reflection.c (mono_type_get_object): Special case the very common
7144         void type.
7145
7146         * domain-internals.h (struct _MonoDomain): Add 'typeof_void' field to
7147         hold typeof(void).
7148
7149 2008-11-13  Bill Holmes  <billholmes54@gmail.com>
7150
7151         * process.h : Adding method declaration for
7152           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
7153           
7154         * process.c : Adding implementation for
7155           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
7156           
7157         * icall-def.h : Registering ICALL Processs.WaitForInputIdle_internal
7158           to ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
7159
7160         Code is contributed under MIT/X11 license.
7161
7162 2008-11-10  Rodrigo Kumpera  <rkumpera@novell.com>
7163
7164         * appdomain.c (unload_thread_main): Clean up threadpool by
7165         calling mono_thread_pool_remove_domain_jobs.
7166
7167         * domain-internals.h (struct _MonoDomain): Add new fields to
7168         help coordinate the cleanup of the threadpool.
7169
7170         * threadpool.c (mono_thread_pool_remove_domain_jobs): New fuction
7171         that cleans up the threadpool of all jobs associated with an appdomain.
7172         It does that by cleaning up the queues and making sure all active
7173         threads are accounted.
7174
7175         * threadpool.c (async_invoke_io_thread): Ignore job if its domain is
7176         unloaded or in the process of. Take this is such way that there is
7177         no race condition between another thread starting the unload and the
7178         current thread acknowledging it.
7179
7180         * threadpool.c (async_invoke_thread): Same.
7181
7182         * threadpool.c (start_io_thread_or_queue): Increment threadpool_jobs before
7183         firing the new thread.
7184
7185         * threadpool.c (start_tpthread): Same.
7186
7187         * theadpool.c (append_job): Increment threadpool_jobs before queueing.
7188
7189         * threadpool.h: Add mono_thread_pool_remove_domain_jobs.
7190
7191 2008-11-06  Jonathan Chambers  <joncham@gmail.com>
7192
7193         * file-io.c (ves_icall_System_IO_MonoIO_DuplicateHandle): 
7194         Add support for DuplicateHandle.
7195         
7196         * file-io.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
7197         Add support for DuplicateHandle.
7198         
7199         * icall-def.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
7200         Add support for DuplicateHandle.
7201
7202         Code is contributed under MIT/X11 license.
7203
7204 2008-11-06  Mark Probst  <mark.probst@gmail.com>
7205
7206         * class-internals.h: Make min_align into a whole byte.
7207
7208         * class.c: Set min_align for SIMD types to 16.
7209
7210 2008-11-05  Geoff Norton  <gnorton@novell.com>
7211
7212         * attach.c: Default the attacher to enabled for all cases including
7213         embedded.
7214
7215 Wed Nov 5 16:33:41 CET 2008 Paolo Molaro <lupus@ximian.com>
7216
7217         * monitor.c, class-internals.h, wrapper-types.h: revert incorrect
7218         change r117650.
7219
7220 2008-11-04  Mark Probst  <mark.probst@gmail.com>
7221
7222         * monitor.c, monitor.h: New function for querying offsets of
7223         members of MonoThreadsSync.
7224
7225 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
7226
7227         * marshal.c (mono_marshal_get_runtime_invoke): Use runtime_invoke_direct_cache
7228         to speed up this function and to avoid the boundless memory growth caused by
7229         the signature_dup () calls.
7230
7231 2008-11-02  Zoltan Varga  <vargaz@gmail.com>
7232
7233         * monitor.c (mono_monitor_get_fast_enter_method): Add a proper type for the
7234         wrapper.
7235
7236         * class-internals.h (struct _MonoMethod): Increase the size of 'wrapper_type'
7237         by 1 bit.
7238
7239         * wrapper-types.h: Add MONO_WRAPPER_MONITOR_FAST_ENTER/EXIT.
7240
7241 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
7242
7243         * appdomain.c:
7244         * domain-internals.h: made mono_set_private_bin_path_from_config()
7245         "internal".
7246         * object.c: call the above function after setting the configuration
7247         file path for the root domain.
7248         Fixes bug #314478.
7249
7250 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
7251
7252         * assembly.c: when the assembly is loaded from an absolute path, end
7253         basedir with a directory separator.
7254         Bug #440781 fixed.
7255
7256 2008-10-30  Mark Probst  <mark.probst@gmail.com>
7257
7258         * monitor.c (mono_monitor_get_fast_enter_method): If
7259         CompareExchange is not available, don't create the fastpath
7260         instead of asserting.  (The method is missing in the 1.1 profile.)
7261
7262 2008-10-30  Mark Probst  <mark.probst@gmail.com>
7263
7264         * marshal.c, marshal.h: Rename signature_no_pinvoke() and make it non-static.
7265
7266         * monitor.c, monitor.h: Code for generating Monitor.Enter and
7267         Monitor.Exit IL fastpaths.
7268
7269 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
7270
7271         * class.c (mono_class_create_from_typedef): Added Vector2ul.
7272
7273 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
7274
7275         * class.c (mono_class_create_from_typedef): Added Vector2l.
7276
7277 2008-10-27  Rodrigo Kumpera  <rkumpera@novell.com>
7278
7279         * class.c (mono_class_create_from_typedef): Added Vector2d.
7280
7281 2008-10-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
7282
7283         * appdomain.c: translate \ into / for cache_path.
7284         * domain-internals.h: new mono_is_shadow_copy_enabled().
7285         * icall.c: (fill_reflection_assembly_name) do the same path
7286         manipulations that get_code_base does.
7287         (get_code_base) use mono_is_shadow_copy_enabled.
7288
7289 2008-10-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
7290
7291         * appdomain.c: shadow-copied assemblies go to CachePath +
7292         ApplicationName when both are set. DynamicBase has nothing to do with
7293         shadow copies.
7294         Bug #406877 fixed.
7295
7296 2008-10-26  Zoltan Varga  <vargaz@gmail.com>
7297
7298         * reflection.c (encode_locals): Use a cache to avoid duplicate entries in the
7299         STANDALONESIG table.
7300
7301         * metadata-internals.h (struct _MonoDynamicImage): Add cache for
7302         standalone signatures.
7303
7304         * marshal.c (mono_marshal_get_runtime_invoke): Rewrite the signature 
7305         comparison code: instead of comparing the signatures using a custom
7306         equals function, transform them to a common signature and compare that. This
7307         works better with AOT.
7308
7309 2008-10-25  Zoltan Varga  <vargaz@gmail.com>
7310
7311         * Reapply r116521 with (!mono_debug_using_mono_debugger ()) checks.
7312
7313         * class.c (mono_class_init): Remove unneccesary mono_class_setup_properties ()
7314         call for generic instances.
7315         (mono_class_setup_properties): Call setup_properties () before accessing
7316         gklass->properties.
7317
7318         * class.c (mono_class_get_virtual_methods): New helper function to iterate
7319         over the virtual methods of a class using metadata if possible, avoiding the
7320         creation of MonoMethod's for non-virtual methods.
7321         
7322         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
7323         get_virtual_methods () to iterate over the virtual methods of classes.
7324
7325 2008-10-25  Martin Baulig  <martin@ximian.com>
7326
7327         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_DEAD): New #define.
7328
7329 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
7330
7331         * class.c (mono_class_create_from_typedef): Added Vector4i.
7332
7333 2008-10-24  Mark Probst  <mark.probst@gmail.com>
7334
7335         * marshal.c (mono_marshal_get_synchronized_wrapper): Emit
7336         ldtoken+GetTypeFromHandle instead of i4+icall so that the JIT
7337         special-casing applies to eliminate the call completely.
7338
7339 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
7340
7341         * class.c (mono_class_create_from_typedef): Added Vector8s.
7342
7343 2008-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
7344
7345         * class.c (mono_class_create_from_typedef): Added Vector16sb.
7346
7347 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
7348
7349         * icall.c: get rid of annoying warning.
7350
7351 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
7352
7353         * threadpool.c: in 1.x, if you change the background status of the
7354         threadpool thread, it's not reset.
7355         Remove unnecessary calls to SetState.
7356
7357 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
7358
7359         * threadpool.c: asynchronously create a set of idle threads upon first
7360         use of the threadpool. SetMinThreads will now start the appropriate
7361         number of idle threads if they are not already running. The default is
7362         1 threadpool thread per CPU. Increased the maximum number of threads
7363         per CPU to 10.
7364
7365 2008-10-22  Martin Baulig  <martin@ximian.com>
7366
7367         Revert r116521 from Zoltan, it breaks the debugger:
7368
7369         * class.c (mono_class_get_virtual_methods): New helper function to iterate
7370         over the virtual methods of a class using metadata if possible, avoiding the
7371         creation of MonoMethod's for non-virtual methods.
7372         
7373         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
7374         get_virtual_methods () to iterate over the virtual methods of classes.
7375
7376 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
7377
7378         * threads.c: when creating a threadpool thread, set its state to
7379         'background'.
7380         * threadpool.c: reset the background state of a threadpool thread
7381         after finishing each work item
7382         Bug #437888 fixed.
7383
7384 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
7385
7386         * class.c (mono_class_get_vtable_entry): Add an optimization for szarrays.
7387         
7388         * class.c (mono_class_setup_vtable_general): Add an optimized version for
7389         generic instances which works by inflating the methods in the container
7390         class's vtable.
7391
7392         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy): New
7393         variant which doesn't make a copy if no inflation was done.
7394         (mono_class_setup_fields): Use it.
7395
7396         * metadata.c (mono_metadata_get_shared_type): New helper function to
7397         return a shared instance of a given MonoType.
7398
7399         * class.c (mono_class_inflate_generic_type_with_mempool): Avoid making
7400         a copy of most non-generic types.
7401
7402 Wed Oct 22 18:00:46 CEST 2008 Paolo Molaro <lupus@ximian.com>
7403
7404         * threadpool.c: remove one more GetSystemInfo () call.
7405
7406 Wed Oct 22 17:45:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
7407
7408         * mono-perfcounters.c, icall-def.h, environment.c, environment.h:
7409         use the code in mono-proclib.h to get processor information.
7410
7411 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
7412
7413         * appdomain.c: fixed the logic that determines whether assemblies in a
7414         directory are "shadow-copied" or not. Bug #433483 fixed.
7415
7416 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
7417
7418         * process.c (ves_icall_System_Diagnostics_Process_GetProcessData): Fix a
7419         warning.
7420
7421 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
7422
7423         * marshal.c (runtime_invoke_signature_equal): Don't shared wrappers
7424         returning a vtype.
7425
7426         * class.c debug-helpers.c object.c class-internals.h marshal.c icall.c
7427         reflection.c: Use mono_field_get_name () for accessing a field's name.
7428
7429         * class-internals.h (MONO_CLASS_HAS_STATIC_METADATA): Move this here from
7430         class.c
7431
7432         * class.c (mono_field_get_rva): Fix crash if this is called on a dynamic
7433         field.
7434
7435         * loader.c (find_method_in_class): Reenable the metadata optimization by
7436         not using it for generic instances.
7437
7438         * class-internals.h (MonoFieldDefaultValue): Extract the rarely used 
7439         data/def_type fields from MonoClassField into a separate structure.
7440         (struct MonoClassField): Remove data/def_type fields.
7441         (struct _MonoClass): Add a 'field_def_values' array to store the default
7442         values/RVA for fields.
7443
7444         * class.c reflection.c: Update after the changes.
7445         
7446         * object.c (mono_class_create_runtime_vtable): Use mono_field_get_data ()
7447         for accessing field->data.
7448
7449         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_InitializeArray): Ditto.
7450
7451         * loader.c (find_method_in_class): Revert the last change for now as
7452         it breaks Mono.C5 unit tests.
7453
7454         * class-internals.h (struct _MonoDynamicGenericClass): Add fields
7455         'field_generic_types' and 'field_objects' which contain the information
7456         previously stored in MonoInflatedField.
7457         (MonoInflatedField): Delete.
7458         (struct _MonoClassField): Delete 'generic_info' field.
7459
7460         * reflection.c: Store the information which was previously in 
7461         field->generic_info in MonoDynamicGenericClass instead.
7462
7463         * metadata.c (free_generic_class): Update after MonoDynamicGenericClass/
7464         MonoClassField changes.
7465
7466 Tue Oct 21 17:07:55 CEST 2008 Paolo Molaro <lupus@ximian.com>
7467
7468         * marshal.c, method-builder.c: get rid of wrapper_hash and instead
7469         store the value inside the data array of the MonoMethodWrapper.
7470         This saves memory, is faster and fixes the lifetime issues (methods
7471         were never removed from the hash previously). May also fix bug#436996.
7472
7473 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
7474
7475         * reflection.c (mono_image_get_fieldref_token): For fields of non-dynamic 
7476         generic instances, compute the type from the generic definition instead of
7477         looking in field->generic_info.
7478
7479         * class.c (mono_class_setup_fields): Don't create a MonoInflatedField
7480         for inflated fields, the only user was get_fieldref_token () which no
7481         longer needs it.
7482
7483         * class.c (mono_class_init): Revert the last change as it seems to cause
7484         crashes.
7485
7486         * class-internals.h (struct _MonoClassField): Reorder fields to save 4
7487         bytes on 64 bit platforms.
7488
7489         * object.c (mono_class_create_runtime_vtable): Fix a warning.
7490         
7491         * object.c (mono_class_create_runtime_vtable): Don't initalize
7492         field->data/field->def_type here, it is done lazily by 
7493         mono_class_get_field_default_value ().
7494
7495         * icall.c (ves_icall_get_enum_info): Call 
7496         mono_class_get_field_default_value () instead of directly accessing
7497         field->data and field->def_type.
7498
7499         * object.c (get_default_field_value): Ditto.
7500
7501         * class.c (mono_field_get_data): Ditto.
7502         
7503         * class.c (mono_class_init): Remove unneccesary mono_class_setup_methods ()
7504         call for generic instances.
7505
7506         * loader.c (find_method_in_class): If klass != from_class, then inflate
7507         the method with the context of from_class, since the caller assumes this.
7508
7509 2008-10-20  Zoltan Varga  <vargaz@gmail.com>
7510
7511         * class.c (mono_method_get_vtable_index): Use mono_method_get_vtable_slot ()
7512         for accessing method->slot.
7513
7514 2008-10-20  Cedric Vivier  <cedricv@neonux.com>
7515
7516         * icall-def.h, icall.c: Add icall for Debugger.IsAttached.
7517
7518 2008-10-19  Zoltan Varga  <vargaz@gmail.com>
7519
7520         * class.c (mono_method_get_vtable_index): Use
7521         mono_method_get_vtable_slot () for accessing method->slot.
7522
7523         * object.c (build_imt_slots): Use mono_class_get_method_by_index () for
7524         accessing klass->methods.
7525
7526         * class.c (mono_method_get_vtable_slot): New helper function.
7527         (mono_class_get_vtable_entry): Ditto.
7528         (mono_class_setup_vtable_general): Use mono_method_get_vtable_slot () for
7529         accessing method->slot.
7530
7531         * generic-sharing.c (mono_class_get_method_generic): Pass the declaring
7532         method to get_inflated_method ().
7533
7534         * class.c (mono_class_get_inflated_method): New helper method to obtain
7535         a method of an inflated class without calling setup_methods ().
7536         (mono_class_get_cctor): Use get_inflated_method.
7537
7538         * generic-sharing.c (mono_class_get_method_generic): Ditto.
7539         
7540         * marshal.c image.c: Lazily create all the marshal caches.
7541
7542         * image.c (mono_image_init): Move initialization of runtime_invoke
7543         caches to marshal.c.
7544
7545         * marshal.c (get_cache): New helper function to lazily initialize a 
7546         wrapper cache.
7547         (mono_marshal_get_runtime_invoke): Share more runtime invoke wrappers.
7548
7549         * debug-helpers.c (mono_method_full_name): Include generic arguments.
7550
7551 Fri Oct 17 10:51:32 CEST 2008 Paolo Molaro <lupus@ximian.com>
7552
7553         * loader.c: fixed check for interface type.
7554
7555 Thu Oct 16 20:59:11 CEST 2008 Paolo Molaro <lupus@ximian.com>
7556
7557         * appdomain.c: check for NULL setup before it's referenced.
7558
7559 p
7560 Thu Oct 16 16:12:23 CEST 2008 Paolo Molaro <lupus@ximian.com>
7561
7562         * class.c: remove the unused old vtable setup code.
7563
7564 Thu Oct 16 12:53:29 CEST 2008 Paolo Molaro <lupus@ximian.com>
7565
7566         * class.c: don't depend on interface order in
7567         setup_interface_offsets (bug #435777).
7568         * reflection.c: sort the InterfaceImpl table (patch from
7569         Jb Evain  <jbevain@novell.com>).
7570
7571 2008-10-13  Zoltan Varga  <vargaz@gmail.com>
7572
7573         * assembly.c (mono_assembly_open_full): Avoid loading images while holding
7574         the low level assemblies lock.
7575
7576 Mon Oct 13 16:35:26 CEST 2008 Paolo Molaro <lupus@ximian.com>
7577
7578         * domain-internals.h, domain.c, icall.c, image.c, marshal.c,
7579         object.c, reflection.c, socket-io.c, threads.c: introduced
7580         mono_framework_version () to return the major framewrok version,
7581         changed the code that was using more complex patterns to use it.
7582         Return the correct value for PlatformID for OSX.
7583
7584 Mon Oct 13 14:38:01 CEST 2008 Paolo Molaro <lupus@ximian.com>
7585
7586         * icall-def.h, process.h, process.c: added an icall to get info about
7587         processes using mono-proclib.
7588
7589 Mon Oct 13 11:14:44 CEST 2008 Paolo Molaro <lupus@ximian.com>
7590
7591         * mono-perfcounters.c: use the mono-proclib functions to
7592         access process information.
7593
7594 Mon Oct 13 11:00:49 CEST 2008 Paolo Molaro <lupus@ximian.com>
7595
7596         * domain.c, assembly.c, debug-mono-symfile.c, debug-mono-symfile.h,
7597         monosn.c, Makefile.am, pedump.c, image.c, metadata-internals.h,
7598         reflection.c: remove rawbuffer usage: mmap support is more sanely
7599         provided by utils/mono-mmap.
7600
7601 Sat Oct 11 19:46:19 CEST 2008 Paolo Molaro <lupus@ximian.com>
7602
7603         * gc.c: use posix semaphores when possible so that
7604         mono_gc_finalize_notify() is signal safe.
7605
7606 2008-10-11  Zoltan Varga  <vargaz@gmail.com>
7607
7608         * reflection.c: Implement DISABLE_REFLECTION_EMIT, remove some
7609         #ifdef DISABLE_REFLECTION_SAVE stuff, only the exported functions need to
7610         be #ifdef-ed out, the linker will remove the rest.
7611
7612         * marshal.c: Implement DISABLE_COM.
7613
7614         * reflection.c: Implement DISABLE_REFLECTION_EMIT_SAVE.
7615
7616 2008-10-11  Miguel de Icaza  <miguel@novell.com>
7617
7618         * locales.c (string_invariant_compare_char): Optimization: do not
7619         call g_unichar_type unless we actually need the information.
7620
7621 2008-10-10  Mark Probst  <mark.probst@gmail.com>
7622
7623         * object.c, class-internals.h: Also create remoting trampolines
7624         for generic methods.  Pass the domain to the remoting trampoline
7625         creation function, too.
7626
7627 2008-10-10  Zoltan Varga  <vargaz@gmail.com>
7628
7629         * class.c (mono_class_init): Fix+re-enable the finalize optimization.
7630
7631 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
7632
7633         * class.c (mono_class_create_from_typedef): Vector4u was renamed to
7634         Vector4ui.
7635
7636 2008-10-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
7637
7638         * assembly.c:
7639         * locales.c: remove the use of g_strdown. Fixes bug #322313.
7640
7641 Fri Oct 10 17:01:42 CEST 2008 Paolo Molaro <lupus@ximian.com>
7642
7643         * assembly.c: in mono_assembly_load_friends() take the assemblies lock
7644         for the least possible amount of time (extending the fix in r113458).
7645
7646 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
7647
7648         * class.c (mono_class_create_from_typedef): Retrofit to new type names.
7649
7650 2008-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
7651
7652         * class.c (mono_class_create_from_typedef): Added Vector8u and Vector16u
7653         as possible simd intrinsic types.
7654         Optimized the test to check for the common prefix first.
7655
7656 Thu Oct 9 17:38:24 CEST 2008 Paolo Molaro <lupus@ximian.com>
7657
7658         * class.c: back out part of a broken optimization committed on
7659         May 23th (bug #433908).
7660
7661 2008-10-09  Mark Probst  <mark.probst@gmail.com>
7662
7663         * profiler.c (simple_shutdown): Don't call mono_thread_attach() on
7664         Win32.  Should fix #432388 for most cases until we have the new
7665         profiler on Win32.
7666
7667 2008-10-08  Zoltan Varga  <vargaz@gmail.com>
7668
7669         * metadata.c (mono_metadata_generic_context_hash): Call generic_inst_hash
7670         instead of using inst->id so the hash is stable for AOT.
7671
7672 2008-10-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
7673
7674         * appdomain.c:
7675         * icall.c: create a .ini file for shadow-copied assemblies that
7676         contains the location of the original assembly. Use this to return the
7677         proper CodeBase for shadow-copied assemblies. Fixes bug #323606.
7678         Also fix the number of '/' for windows when returning the CodeBase.
7679         Fixes bug #430920.
7680
7681 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
7682
7683         * marshal.c (cominterop_get_ccw) : Fixing a copy paste error from r115126.
7684
7685         Code is contributed under MIT/X11 license.
7686
7687 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
7688
7689         * marshal.c (cominterop_get_native_wrapper) : Adding a call to mono_class_setup_vtable
7690           if if the class vtable needs initialized.
7691
7692         Code is contributed under MIT/X11 license.
7693
7694 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
7695
7696         * marshal.c (cominterop_get_native_wrapper_adjusted, cominterop_get_ccw) : 
7697           Adding default MonoMarshalSpecs for COM methods.  OBJECT->STRUCT,
7698           STRING->BSTR, and CLASS->INTERFACE.
7699
7700         Code is contributed under MIT/X11 license.
7701
7702 2008-10-07  Marek Habersack  <mhabersack@novell.com>
7703
7704         * sysmath.h: changed the declaration of the
7705         ves_icall_System_Math_Round2 icall by adding an extra
7706         away_from_zero parameter.
7707
7708         * sysmath.c (ves_icall_System_Math_Round2): added support for
7709         away from zero rounding. The icall now takes an extra boolean
7710         parameter to signal that away from zero operation is requested.
7711
7712 2008-10-06  Zoltan Varga  <vargaz@gmail.com>
7713
7714         * marshal.c (mono_marshal_get_delegate_begin_invoke): Put the wrapper in
7715         the delegate klass so it can work with full-aot.
7716         (mono_marshal_get_delegate_end_invoke): Ditto.
7717         (mono_marshal_get_delegate_invoke): Ditto.
7718
7719 Mon Oct 6 16:10:02 CEST 2008 Paolo Molaro <lupus@ximian.com>
7720
7721         * gc.c, attach.h, attach.c: remove a bad pattern:
7722         add_finalizer_callback () is not implemented correctly, it can't
7723         without adding more overhead to the finalizer loop and it's not
7724         even needed, since we know exactly what we need to call, so there is
7725         no need to do so through an expensive function pointer.
7726
7727 2008-10-04  Zoltan Varga  <vargaz@gmail.com>
7728
7729         * gc.c: Define a dummy version of mono_gc_add_finalizer_thread_callback ()
7730         for the no-gc case.
7731         * attach.c (mono_attach_init): Remove the #ifdef.
7732
7733 2008-10-04  Andreas Färber  <andreas.faerber@web.de>
7734
7735         * attach.c (mono_attach_init): Don't use
7736         mono_gc_add_finalizer_thread_callback when compiling without GC.
7737         Fixes #432306.
7738         
7739         Code is contributed under MIT/X11 license.
7740
7741 2008-10-03  Zoltan Varga  <vargaz@gmail.com>
7742
7743         * class.c (mono_class_create_from_typedef): Remove the 
7744         #ifndef DISABLE_SIMD stuff.
7745
7746 2008-10-03  Rodrigo Kumpera  <rkumpera@novell.com>
7747
7748         * class-internals.h (MonoClass): Added simd_type bit field.
7749
7750         * class.c (mono_class_create_from_typedef): Check if type is a simd
7751         intrinsic.
7752
7753 2008-10-03  Mark Probst  <mark.probst@gmail.com>
7754
7755         * object.c (mono_method_add_generic_virtual_invocation): Only add
7756         instantiations to the thunk whose count is at least as large as
7757         the threshold.
7758
7759 2008-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
7760
7761         * icall.c: changed the Type of the exception thrown when trying to
7762         invoke a constructor on an abstract class. Part of the fix for bug
7763         #324185.
7764
7765 2008-10-02  Mark Probst  <mark.probst@gmail.com>
7766
7767         * class.c, class-internals.h (mono_method_get_vtable_index): New
7768         function which returns the index into the vtable and properly
7769         handles inflated virtual generic methods.
7770
7771 2008-10-01  Mark Probst  <mark.probst@gmail.com>
7772
7773         * object.c, domain.c, object-internals.h, domain-internals.h:
7774         Generalize IMT thunk machinery to also handle thunks for virtual
7775         generic method invokes.  When a virtual generic method is invoked
7776         more than a number of times we insert it into the thunk so that it
7777         can be called without lookup in unmanaged code.
7778
7779         * generic-sharing.c, class-internals.h: Fetching a
7780         MonoGenericInst* for a method from an (M)RGCTX.
7781
7782 2008-10-01  Zoltan Varga  <vargaz@gmail.com>
7783
7784         * marshal.c (emit_marshal_string): Applied a variant of a patch by
7785         tom hindle <tom_hindle@sil.org>. Fix byref native-to-managed string
7786         marshalling. Fixes #431304.
7787
7788 2008-10-01  Bill Holmes  <billholmes54@gmail.com>
7789
7790         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
7791           handle when ref is specified without In or Out.
7792
7793         Code is contributed under MIT/X11 license.
7794
7795 2008-09-30  Mark Probst  <mark.probst@gmail.com>
7796
7797         * loader.c (mono_get_method_constrained): Don't expand method with
7798         the class's context, because it's already a method of that class.
7799
7800 2008-09-30  Atsushi Enomoto  <atsushi@ximian.com>
7801
7802         * attach.c : should be correct build fix.
7803
7804 2008-09-29  Zoltan Varga  <vargaz@gmail.com>
7805
7806         * attach.c: Fix the previous change.
7807
7808 2008-09-29  Atsushi Enomoto  <atsushi@ximian.com>
7809
7810         * attach.c : quick w32 build fix.
7811
7812 2008-09-27  Miguel de Icaza  <miguel@novell.com>
7813
7814         * Turn off MONO_GENERIC_SHARING=all and go back to corlib as it
7815         crashes MonoDevelop: #430455.
7816
7817 2008-09-27  Zoltan Varga  <vargaz@gmail.com>
7818
7819         * domain-internals.h (struct _MonoDomain): Move most fields used only by
7820         the JIT do MonoJitDomainInfo in ../mini/mini.h.
7821
7822         * domain.c: Remove initialization/cleanup of the removed fields.
7823
7824 2008-09-27  Mark Probst  <mark.probst@gmail.com>
7825
7826         * class.c (mono_class_generic_sharing_enabled): Enable generic
7827         code sharing for PPC.
7828
7829 2008-09-26  Bill Holmes  <billholmes54@gmail.com>
7830
7831         * attach.c : Fixing the Windows builds.
7832
7833         Code is contributed under MIT/X11 license.
7834
7835 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
7836
7837         * class.c (mono_class_generic_sharing_enabled): Experimentally change 
7838         the default generic sharing mode to 'all'.
7839
7840 2008-09-25  Mark Probst  <mark.probst@gmail.com>
7841
7842         * generic-sharing.c, class-internals.h: New function for checking
7843         whether a method needs a static RGCTX invoke wrapper.  A few
7844         funtions moved from mini/generic-sharing.c.
7845
7846         * icall.c: New function used.
7847
7848 2008-09-25  Mark Probst  <mark.probst@gmail.com>
7849
7850         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
7851         Static RGCTX invoke wrapping applies to value type methods, too.
7852
7853         * class.c (mono_class_setup_vtable_general): In generic-shared
7854         value types, wrap methods with a static RGCTX invoke wrapper.
7855
7856 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
7857
7858         * attach.c (ipc_connect): Use AF_UNIX instead of AF_FILE to fix the
7859         osx build.
7860
7861 2008-09-24  Zoltan Varga  <vargaz@gmail.com>
7862
7863         * gc.c (mono_gc_add_finalizer_thread_callback): New function to
7864         register a callback which is called when the finalizer thread is woken
7865         up.
7866         (finalizer_thread): Call the callback if it exists.
7867
7868         * attach.h attach.c: New files, implementing the attach mechanism.
7869
7870         * appdomain.c: Init/cleanup the attach mechanism on startup/shutdown.
7871         
7872         * object.c (mono_object_get_virtual_method): Fix an assertion introduced
7873         by the previous change.
7874
7875 Tue Sep 23 15:24:03 CEST 2008 Paolo Molaro <lupus@ximian.com>
7876
7877         * class.c, domain-internals.h, domain.c, generic-sharing.c, image.c,
7878         loader.c, marshal.c, metadata-internals.h, metadata.c,
7879         method-builder.c, object.c, reflection.c: introduced specific functions
7880         to allocate from the domain and image mempools and cleaned up most of
7881         the code to use them (still missing a few in reflection.c).
7882         Keep the loader bytes counter updated.
7883
7884 Mon Sep 22 17:33:12 CEST 2008 Paolo Molaro <lupus@ximian.com>
7885
7886         * domain.c, monitor.c, boehm-gc.c, gc.c: update some of the GC and
7887         loader-related counters.
7888
7889 Mon Sep 22 17:29:54 CEST 2008 Paolo Molaro <lupus@ximian.com>
7890
7891         * mono-perfcounters-def.h, mono-perfcounters.c, class-internals.h:
7892         added more MS-compatible counters.
7893
7894 2008-09-22  Zoltan Varga  <vargaz@gmail.com>
7895
7896         * class.c (mono_class_setup_fields): Call setup_fields before accessing
7897         class->blittable. Fixes #428217.
7898
7899 2008-09-21  Zoltan Varga  <vargaz@gmail.com>
7900
7901         * reflection.c (mono_image_get_field_on_inst_token): Call 
7902         field_encode_signature () since that handles custom modifiers too.
7903         Fixes #424663.
7904
7905 2008-09-20  Zoltan Varga  <vargaz@gmail.com>
7906
7907         * reflection.c (add_custom_modifiers): New helper function to merge custom
7908         modifiers stored in objects to a MonoType.
7909         (fieldref_encode_signature): Encode custom modifiers.
7910         (mono_image_get_generic_field_token): Call add_custom_modifiers ().
7911         (fieldbuilder_to_mono_class_field): Ditto. Fixes #424663.
7912
7913 2008-09-19  Kornél Pál  <kornelpal@gmail.com>
7914
7915         * coree.c (_CorValidateImage): Some 64-bit IL only images have entry point
7916         calling _CorDllMain imported from mscoree.dll. Set entry point RVA to 0 for
7917         64-bit IL only images because imports are not resolved for IL only images.
7918         Special thanks to Bill Holmes for finding this bug and testing the patch.
7919         Also fail for 64-bit images marked as CLI_FLAGS_32BITREQUIRED.
7920
7921         Contributed under MIT/X11 license.
7922
7923 2008-09-19  Miguel de Icaza  <miguel@novell.com>
7924
7925         * mono-config.c (dllmap_start): Add support for the bits keyword
7926         on dllentry and dllmap to easily detect 32 vs 64 bit systems.
7927
7928 2008-09-19  Mark Probst  <mark.probst@gmail.com>
7929
7930         * reflection.c (inflate_mono_method): When the class the method is
7931         to be inflated for is itself not inflated, just return the method.
7932
7933 Fri Sep 19 11:51:36 CEST 2008 Paolo Molaro <lupus@ximian.com>
7934
7935         * mono-perfcounters.c: use more user friendly process instance names.
7936
7937 2008-09-18  Bill Holmes  <billholmes54@gmail.com>
7938
7939         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
7940           handle "[in] ref" and "[in][out] ref" cases.
7941
7942         * marshal.c (cominterop_get_ccw) : The wrong signature was being passed
7943           to mono_mb_create_method.  This was causing problems calling native to
7944           managed passing Variants by value.
7945
7946         Code is contributed under MIT/X11 license.
7947
7948 2008-09-18  Zoltan Varga  <vargaz@gmail.com>
7949
7950         * class.c (can_access_internals): Call mono_assembly_load_friends ()
7951         before accessing the friend_assembly_names field.
7952
7953         * assembly.c (mono_assembly_load_friends): Make this callable multiple
7954         times.
7955         (mono_assembly_load_from_full): Avoid calling load_friends (), it is
7956         called lazily when it is needed.
7957
7958         * metadata-internals.h (struct _MonoAssembly): Add 
7959         'friend_assembly_names_inited' flag.
7960
7961 Thu Sep 18 18:18:47 CEST 2008 Paolo Molaro <lupus@ximian.com>
7962
7963         * mono-perfcounters-def.h: fix the types of a few counters.
7964         * mono-perfcounters.c: implemented the instance names getter
7965         and a few bugfixes.
7966
7967 2008-09-18  Atsushi Enomoot  <atsushi@ximian.com>
7968
7969         * culture-info-table.h : regenerated.
7970
7971 2008-09-17  Robert Jordan  <robertj@gmx.net>
7972
7973         * marshal.c (mono_marshal_get_ldflda_wrapper): Add support for
7974         context bound objects. Fixes #415577.
7975
7976         Code is contributed under MIT/X11 license.
7977
7978 Tue Sep 16 21:03:58 CEST 2008 Paolo Molaro <lupus@ximian.com>
7979
7980         * icall-def.h, threads-types.h, threads.c: fixed SpinWait()
7981         implementation (bug #423582).
7982
7983 2008-09-16  Zoltan Varga  <vargaz@gmail.com>
7984
7985         * object.c (mono_object_get_virtual_method): Handle the case method->slot
7986         is not set. Fixes #426309.
7987
7988 2008-09-16  Jb Evain  <jbevain@novell.com>
7989
7990         * class.c (mono_class_from_name): fix the exported type look up
7991         when the type is defined in a referenced assembly.
7992
7993 2008-09-16  Jb Evain  <jbevain@novell.com>
7994
7995         * reflection.c (mono_image_fill_export_table_from_type_forwarders):
7996         increment the next index counter on each iteration to make that work
7997         for more than one type forwarder. Unmanaged part to fix #422929.
7998
7999 2008-09-15  Mark Probst  <mark.probst@gmail.com>
8000
8001         * object-internals.h: enum ComInterfaceType in
8002         MonoInterfaceTypeAttribute is guint32, not guint16.
8003
8004 2008-09-12  Mark Probst  <mark.probst@gmail.com>
8005
8006         * cil-coff.h, image.c, reflection.c: Endianness fixes in image
8007         writing code.
8008
8009 2008-09-11  Mark Probst  <mark.probst@gmail.com>
8010
8011         * icall.c: Boolean arguments to a runtime invoke are MonoBoolean,
8012         not gboolean.
8013
8014 2008-09-11  Mark Probst  <mark.probst@gmail.com>
8015
8016         * debug-mono-symfile.c (mono_debug_symfile_lookup_location):
8017         Endianness fixes for MonoSymbolFileOffsetTable.
8018
8019 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
8020
8021         * process.c (complete_path) : Removing quotes from the 
8022           input path.  The glib file routines do not handle file paths
8023           that have quotes around them.
8024
8025         Code is contributed under MIT/X11 license.
8026
8027 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
8028
8029         * socket-io.h : Adding a comment to provide locations where 
8030           changes to MonoSocketAsyncResult need to be synced.
8031
8032         Code is contributed under MIT/X11 license.
8033
8034 2008-09-10  Zoltan Varga  <vargaz@gmail.com>
8035
8036         * marshal.c (emit_marshal_custom): Call NativeToManaged for non-out 
8037         parameters as well. Fixes #425001.
8038
8039 2008-09-08  Miguel de Icaza  <miguel@novell.com>
8040
8041         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Fix
8042         windows build.
8043
8044 2008-09-07  Miguel de Icaza  <miguel@novell.com>
8045
8046         * console-io.c: Add support for tracking the window size if it
8047         changes.
8048
8049         The setup is very simple: the TtySetup function will now return a
8050         pointer to a location in memory that tracks the current console
8051         size.  The managed code checks its current value every time its
8052         queried against the last value set, and updates accordingly.
8053
8054         With this setup we can work with multiple consoles, and we do not
8055         require to poke into managed code from a signal handler.
8056
8057         Additionally, the environment for COLUMNS and LINES is now handled
8058         in unmanaged code.
8059
8060         (ves_icall_System_ConsoleDriver_GetTtySize): This is now gone.
8061
8062 2008-09-07  Mark Probst  <mark.probst@gmail.com>
8063
8064         * marshal.c (mono_type_native_stack_size): Treat
8065         MONO_TYPE_TYPEDBYREF like MONO_TYPE_VALUETYPE.
8066
8067 2008-09-04  Jb Evain  <jbevain@novell.com>
8068
8069         * class.c (mono_class_is_assignable_from): fix assignability of nullables
8070         to nullables.
8071
8072 2008-09-03 Rodrigo Kumpera  <rkumpera@novell.com>
8073
8074         * verify.c (verify_type_compatibility_full): Revert change
8075         to allow converting a native int to unmanaged pointer be verifiable
8076         under non-strict mode.
8077         It turns out that "(IntPtr)null" is indeed unverifiable, go figure.
8078
8079         * verify.c: Added some TODOs.
8080
8081 2008-09-02  Bill Holmes  <billholmes54@gmail.com>
8082
8083         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi,
8084           ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni) :
8085           Changed to use GlobalAlloc for the memory returned on Windows platforms.
8086
8087         Code is contributed under MIT/X11 license.
8088
8089 2008-09-02  Jb Evain  <jbevain@novell.com>
8090
8091         * object.c (mono_ldstr_metdata_sig): renamed to mono_ldstr_metadata_sig.
8092
8093 2008-09-02 Rodrigo Kumpera  <rkumpera@novell.com>
8094
8095         reflection.c (typebuilder_setup_fields): Handle classes with
8096         explicit size.
8097
8098 2008-09-01 Rodrigo Kumpera  <rkumpera@novell.com>
8099
8100         class.c (mono_class_setup_events): Add memory barrier due to
8101         double checked locking.
8102         
8103         class.c (mono_class_setup_properties): Same.
8104
8105 2008-08-31  Zoltan Varga  <vargaz@gmail.com>
8106
8107         * class.c (mono_class_is_assignable_from): Fix the build.
8108         
8109         * class.c (mono_class_is_assignable_from): Call mono_class_setup_vtable ()
8110         before accessing klass->interface_bitmap. Fixes #421744.
8111
8112 2008-08-28  Zoltan Varga  <vargaz@gmail.com>
8113
8114         * appdomain.c (mono_runtime_set_no_exec): New internal function setting
8115         the runtime into no-exec mode, useful when running the AOT compiler.
8116
8117         * appdomain.c gc.c object.c: Avoid executing managed code when running
8118         in no-exec mode.
8119         
8120         * rawbuffer.c (mono_raw_buffer_load_mmap): Disable this on the iphone.
8121
8122         * reflection.c (_mono_reflection_get_type_from_info): Handle the 
8123         special case when the mono_assembly_loaded () returns NULL because the 
8124         search hook is not installed.
8125
8126 2008-08-25  Zoltan Varga  <vargaz@gmail.com>
8127
8128         * marshal.c: Applied patch from tom hindle (tom_hindle@sil.org) to fix
8129         crashes in bstr marshalling on linux.
8130
8131 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
8132
8133         * debug-helpers.c (mono_type_get_desc): Fix printing of generic instances
8134         with more than one parameter.
8135
8136 2008-08-24  Miguel de Icaza  <miguel@novell.com>
8137
8138         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Disable
8139         start/stop flow control as well when turning off ICANON (allows
8140         C-s and C-q to be read by Console.ReadKey).
8141
8142 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
8143
8144         * class.c (mono_class_init): Move the initialization of nested classes
8145         into mono_class_get_nested_types (). Fixes #418433.
8146
8147         * class-internals.h (struct _MonoClass): Add a new 'nested_classes_inited'
8148         flag.
8149
8150         * class.c reflection.c icall.c: Use mono_class_get_nested_types () for 
8151         iterating tough the nested classes of a class.
8152
8153 2008-08-23  Zoltan Varga  <vargaz@gmail.com>
8154
8155         * class.c (mono_class_generic_sharing_enabled): Enable generic sharing
8156         on arm.
8157
8158 2008-08-22  Miguel de Icaza  <miguel@novell.com>
8159
8160         * console-io.c (sigcont_handler): Support signal chaining for
8161         SIGCONT.
8162
8163         (console_set_signal_handlers): Use best practices with sigaction,
8164         clear the structure before using it. 
8165
8166 2008-08-22  Robert Jordan  <robertj@gmx.net>
8167
8168         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup):
8169         Fix the Windows build.
8170
8171 2008-08-22  Zoltan Varga  <vargaz@gmail.com>
8172
8173         * class.c (mono_class_generic_sharing_enabled): Make the default
8174         sharing mode 'corlib'.
8175
8176 2008-08-21  Zoltan Varga  <vargaz@gmail.com>
8177
8178         * console-io.c (console_set_signal_handlers): Fix a warning.
8179
8180         * marshal.c (mono_marshal_get_synchronized_wrapper): Call the wrapper
8181         method normally, the JIT will take care of avoiding recursion.
8182
8183 2008-08-20  Bill Holmes  <billholmes54@gmail.com>
8184
8185         * console-io.c : Fixing builds for platforms that do not have <termios.h>.
8186
8187         Code is contributed under MIT/X11 license.
8188
8189 2008-08-20  Miguel de Icaza  <miguel@novell.com>
8190
8191         * console-io.c (sigcont_handler): We need to restore the entire
8192         termios state, not only the original settings, as things like echo
8193         can be controlled after this (Booish exposes this issue with its
8194         own ReadLine implementation).
8195
8196         Additionally, we need to set the terminal back into keypad_xmit
8197         mode.
8198         
8199         (ves_icall_System_ConsoleDriver_TtySetup): Take the keypad xmit
8200         string as a paramter as well.   Otherwise we get different
8201         keyboard sequences.
8202
8203 2008-08-20  Zoltan Varga  <vargaz@gmail.com>
8204
8205         * marshal.c (emit_marshal_object): Avoid managed-to-native marshalling of
8206         delegates with byref out parameter passing. Fixes #351520.
8207
8208         * debug-helpers.c (mono_context_get_desc): New helper function to stringify
8209         a generic context.
8210         (mono_type_get_desc): Add the type arguments for GENERICINST.
8211         (mono_method_full_name): Stringify the class name using mono_type_full_name
8212         so it picks up generic arguments.
8213
8214 2008-08-19  Gert Driesen  <drieseng@users.sourceforge.net>
8215
8216         * console-io.c: Removed debug output.
8217
8218 2008-08-19 Rodrigo Kumpera  <rkumpera@novell.com>
8219
8220         reflection.c (mono_reflection_create_runtime_class): Alloc
8221         the nested classes linked list using the dynamic image mempool.
8222         Fixes leak in corlib compilation.
8223
8224 2008-08-19  Miguel de Icaza  <miguel@novell.com>
8225
8226         * console-io.c: Fix incredibly annoying behavior on the console
8227         after resuming execution after control-z.   This affected every
8228         console application.
8229
8230 2008-08-18 Rodrigo Kumpera  <rkumpera@novell.com>
8231
8232         * mempool-internals.h: Header for mono private mempool functions. The first
8233         two function are for allocating glib linked lists using pools.
8234
8235         * mempool.c: Added g_list_prepend_mempool and g_slist_prepend_mempool.
8236
8237         * Makefile.am: Added mempool-internals.h.
8238
8239 2008-08-16  Zoltan Varga  <vargaz@gmail.com>
8240
8241         * domain.c (mono_domain_create): Call the JIT domain hook if installed.
8242         (mono_domain_free): Ditto.
8243
8244         * domain-internals.h (struct _MonoDomain): Add 'runtime_info' field, this could
8245         be used by the JIT to store its domain-specific information, instead of putting
8246         it directly into MonoDomain.
8247
8248         * domain.c (mono_install_create_domain_hook): New helper function to install
8249         a hook which initializes domain->runtime_info.
8250
8251         * domain.c (mono_install_free_domain_hook): Ditto.
8252         
8253 2008-08-15  Zoltan Varga  <vargaz@gmail.com>
8254
8255         * marshal.c (mono_delegate_end_invoke): Raise an exception instead of
8256         asserting if the ares parameter is null.
8257
8258         * mono-perfcounters.c: Fix warnings.
8259
8260         * marshal.c (mono_marshal_get_delegate_begin_invoke): Don't set save_lmf, it
8261         is not needed, don't check for interruptions either.
8262         (mono_marshal_get_delegate_end_invoke): Ditto.
8263
8264 2008-08-15  Marek Habersack  <mhabersack@novell.com>
8265
8266         * mono-perfcounters.c (predef_readonly_counter): added support for
8267         reading the ASP.NET Requests Queued counter from another process.
8268
8269 2008-08-12  Zoltan Varga  <vargaz@gmail.com>
8270
8271         * metadata-internals.h: Move the 'aot_module' field from MonoAssembly to
8272         MonoImage to simplify the AOT code.
8273
8274 2008-08-10  Zoltan Varga  <vargaz@gmail.com>
8275
8276         * marshal.c (emit_marshal_object): Implement native-to-managed StringBuilder
8277         marshalling. Fixes #416078.
8278
8279 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
8280         
8281         * marshal.c (mono_marshal_get_native_wrapper): Add an 'aot' argument, when
8282         it is set, looking up the icall address is deferred to the JIT, since 
8283         in embedded scenarios, the icall might not be registered in the runtime
8284         doing the AOT compilation. Backported from the 2.0 branch.
8285
8286 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
8287
8288         * marshal.c (mono_remoting_wrapper): Handle nullable types correctly.
8289         Fixes #415621.
8290
8291 2008-08-05  Marek Habersack  <mhabersack@novell.com>
8292
8293         * Makefile.am: added support for cross-compilation.
8294
8295 2008-08-04  Zoltan Varga  <vargaz@gmail.com>
8296
8297         * socket-io.c (get_socket_assembly): Make 'moonlight' variable static.
8298
8299 Fri Aug 1 18:47:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
8300
8301         * mono-perfcounters.c: jitted methods and jitted bytes counters.
8302
8303 Fri Aug 1 16:07:09 CEST 2008 Paolo Molaro <lupus@ximian.com>
8304
8305         * class-internals.h, icall-def.h, mono-perfcounters-def.h,
8306         mono-perfcounters.c: performance counters implementation.
8307
8308 2008-07-31  Zoltan Varga  <vargaz@gmail.com>
8309
8310         * metadata-internals.h (struct _MonoAssembly): Change the type of 'aot_module'
8311         to gpointer, letting the AOT code decide what to store in it.
8312
8313 2008-07-31  Bill Holmes  <billholmes54@gmail.com>
8314
8315         * marshal.c (cominterop_get_native_wrapper) : Adding a call to 
8316           mono_class_setup_methods if the methods are not initialized.
8317
8318         Code is contributed under MIT/X11 license.
8319
8320 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
8321
8322         * verify.c: Remove some debug code I commited by accident.
8323
8324         * verify.c (mono_method_is_valid_in_context): Change the return value
8325         to make possible to distinguish between invalid and unverifiable.
8326
8327         * verify.c (verifier_load_method): Don't return NULL for unverifiable
8328         methods.
8329
8330 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
8331
8332         * verify.c (mono_generic_param_is_constraint_compatible): Inflate type
8333         constraints. Fixes regression in gtest-253.
8334
8335 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
8336
8337         * verify.c (mono_verifier_verify_class): Don't allow generic types
8338         with explicit layout.
8339
8340         * verify.c (mono_method_verify): Check locals and argument types.
8341
8342 2008-07-29  Zoltan Varga  <vargaz@gmail.com>
8343
8344         * monitor.c (mono_monitor_try_enter_internal): Allow nterruption of the
8345         wait if the thread is in StopRequested state.
8346
8347         * class.c (mono_class_from_name): Refactor the module searching code into
8348         a separate function so it can be reused in the AOT case too.
8349
8350 2008-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
8351
8352         * verify.c (mono_type_is_valid_in_context): Improve the error message.
8353         Check both the type and it's generic type definition for loader errors.
8354         
8355         * verify.c (mono_method_is_valid_in_context): Don't generate another
8356         error when a type errors occur, this leads to the wrong exception been
8357         thrown.
8358
8359 2008-07-28  Dick Porter  <dick@ximian.com>
8360
8361         * icall-def.h
8362         * process.c
8363         (ves_icall_System_Diagnostics_Process_ProcessHandle_duplicate):
8364         New internal calls to duplicate and close a process handle.
8365
8366 2008-07-27  Andreas Färber  <andreas.faerber@web.de>
8367
8368         * object.c (CHECK_ADD_OVERFLOW_UN): Add missing bracket. Fixes #412499.
8369
8370 2008-07-27  Zoltan Varga  <vargaz@gmail.com>
8371
8372         * appdomain.c (unload_thread_main): Attach the unload thread to the runtime.
8373
8374 2008-07-27  Robert Jordan  <robertj@gmx.net>
8375
8376         * class.c (mono_class_init): Don't compute class.has_finalize for
8377         valuetypes. Fixes #412477.
8378
8379 2008-07-25 Rodrigo Kumpera  <rkumpera@novell.com>
8380
8381         * verify.c: Implement constraint equivalence checking.
8382         This is required when a generic parameter is used as
8383         argument to a constrained one.
8384
8385         Fixes #410637.
8386
8387 2008-07-24  Zoltan Varga  <vargaz@gmail.com>
8388
8389         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
8390
8391         * domain-internals.h (struct _MonoDomain): Add 'method_code_hash' field.
8392
8393         * object-internals.h (struct _MonoDelegate): Add 'method_code' field,
8394         synch with managed object layout.
8395
8396 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
8397
8398         * verify.c (do_branch_op): Handle valuetypes and generic
8399         arguments properly.
8400
8401         * verify.c (do_cmp_op): Same.
8402
8403         Fixes #410383.
8404
8405 2008-07-24  Mark Probst  <mark.probst@gmail.com>
8406
8407         * generic-sharing.c: Fix memory leaks.
8408
8409         * class.c, class-internals.h: Make
8410         mono_class_inflate_generic_type_with_mempool() non-static.
8411
8412 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
8413
8414         * pedump.c (dump_verify_info): Dump full class name.
8415
8416 2008-07-24  Mark Probst  <mark.probst@gmail.com>
8417
8418         * generic-sharing.c: Removed some old code that didn't do anything.
8419
8420 2008-07-24  Massimiliano Mantione  <massi@ximian.com>
8421         * profiler.c: Added runtime_initialized_event,
8422         mono_profiler_install_runtime_initialized and
8423         mono_profiler_runtime_initialized. This new hook tells the profiler
8424         when the runtime is sufficiently initialized to be able to call
8425         mono_thread_attach on the root appdomain.
8426         * profiler.h, profiler-private.h: Likewise.
8427
8428 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
8429
8430         * verify.c (do_cast): Do boxing for generic arguments as well.
8431
8432         * class.c (is_nesting_type): Drop generic instantiations before
8433         checking for nesting.
8434
8435         * class.c (can_access_instantiation): Allow access to generic
8436         arguments.
8437
8438 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
8439
8440         * verify.c (verify_class_for_overlapping_reference_fields):
8441         On some cases, the field size might be zero, guard against that.
8442         Fix the explicit layout check to work as expected.
8443
8444 2008-07-23  Zoltan Varga  <vargaz@gmail.com>
8445
8446         * threads.c (ves_icall_System_Threading_Thread_Abort): Avoid calling 
8447         mono_thread_resume () during shutdown, since the thread we want to abort
8448         might be suspended.
8449
8450 2008-07-22  Zoltan Varga  <vargaz@gmail.com>
8451
8452         * mono-debug-debugger.c (mono_debugger_check_breakpoints): Fix a 
8453         warning.
8454
8455         * debug-mono-symfile.c: Fix a warning.
8456
8457         * mono-perfcounters.c (get_cpu_times): Fix a warning.
8458
8459         * object.c (mono_class_vtable): Check if exception_type is set, and return
8460         NULL as defined by the function comments.
8461
8462 2008-07-22  Mark Probst  <mark.probst@gmail.com>
8463
8464         * mempool.c: Use malloc for every single mempool allocation if the
8465         configure option is set.  This makes it easier to track mempool
8466         allocations with tools like Valgrind.
8467
8468 2008-07-22  Jb Evain  <jbevain@novell.com>
8469
8470         * reflection.c (create_dynamic_mono_image): emit the same
8471         metadata version that SL2 does when creating a SL2 image.
8472
8473 2008-07-21 Rodrigo Kumpera  <rkumpera@novell.com>
8474
8475         * icall-def.h:
8476         * icall.c: New icall System.Enum:get_hashcode. This function
8477         avoids the overhead of boxing the enum to the underlying type.
8478
8479 2008-07-21  Mark Probst  <mark.probst@gmail.com>
8480
8481         * reflection.c (mono_method_get_object): Don't let static RGCTX
8482         invoke wrappers get into MonoReflectionMethods.
8483
8484 2008-07-17 Rodrigo Kumpera  <rkumpera@novell.com>
8485
8486         * object-internals.h:
8487         * object.c: New mono_runtime_class_init_full function
8488         that makes throwing the exception optinal.
8489
8490         * class-internals.h: New exception type MONO_EXCEPTION_OBJECT_SUPPLIED
8491         for the case where the exception object is supplied.
8492
8493 2008-07-16  Kornél Pál  <kornelpal@gmail.com>
8494
8495         * coree.h: Define __ImageBase as _image_base__ on cygwin that fixes build with
8496         old ld versions.
8497
8498         Contributed under MIT/X11 license.
8499
8500 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
8501
8502         * string-icalls.c (ves_icall_System_String_InternalSplit):
8503         Optimize array allocation by caching the MonoClass of the
8504         array type.
8505
8506         * icall.c (ves_icall_Type_GetMethodsByName): Same.
8507
8508         * reflection.c (mono_param_get_objects): Same.
8509
8510 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
8511
8512         * icall-def.h:
8513         * icall.c: New ves_icall_MonoGenericClass_InflateType icall.
8514         It inflates the given type using the class context.
8515
8516 2008-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
8517
8518         * object.c (mono_class_try_get_vtable): New function. Tries to fetch
8519         the vtable if it already exists.
8520
8521         * object-internals.h: Add mono_class_try_get_vtable as part of the
8522         internal API.
8523
8524         * reflection.c (mono_type_get_object): Use the MonoObject from the
8525         vtable when possible. Reduces locking contention on reflection heavy
8526         code.
8527
8528 2008-07-15  Zoltan Varga  <vargaz@gmail.com>
8529
8530         * decimal.c (my_g_bit_nth_msf): Implement this directly without calling
8531         g_bit_nth_msf () since that macro is not implemented in eglib.
8532
8533 2008-07-13  Zoltan Varga  <vargaz@gmail.com>
8534
8535         * class.c (mono_class_generic_sharing_enabled): Always disable generic sharing
8536         on platforms which do not support it.
8537
8538 2008-07-12  Zoltan Varga  <vargaz@gmail.com>
8539
8540         * marshal.c (mono_signature_to_name): Encode sig->hasthis as well.
8541
8542 2008-07-11  Martin Baulig  <martin@ximian.com>
8543
8544         * mono-debug-debugger.h
8545         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_INTERRUPTION_REQUEST'.
8546
8547         * mono-debug-debugger.c
8548         (_mono_debugger_interruption_request): New global volatile variable.
8549         (mono_debugger_check_interruption): New public function.
8550
8551         * threads.c
8552         (mono_thread_current_check_pending_interrupt): Call
8553         mono_debugger_check_interruption().
8554         (mono_thread_interruption_checkpoint_request): Likewise.
8555
8556 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
8557
8558         * verify.c: Add more type checks for loaded types. Verify the result
8559         handle from ldtoken.
8560
8561 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
8562
8563         * loader.c (field_from_memberref): Don't crash if the field
8564         wasn't found.
8565
8566 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
8567
8568         * verify.c: Verify if type and method instantiations
8569         don't have invalid VAR or MVAR arguments.
8570
8571 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
8572
8573         * verify.c: Fix double free of function pointer list.
8574
8575 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
8576
8577         * object.c (mono_string_to_utf8): Comment the new code as it
8578         breaks under eglib.
8579
8580 2008-07-08 Rodrigo Kumpera  <rkumpera@novell.com>
8581
8582         * object.c (mono_string_to_utf8): Avoid allocating a temp array.
8583
8584 2008-07-07  Bill Holmes  <billholmes54@gmail.com>
8585
8586         * threads.c : Thread.Interrupt changes to ensure that ThreadInterruptedException
8587           is not throw too many times.
8588
8589         Code is contributed under MIT/X11 license.
8590
8591 2008-07-07  Zoltan Varga  <vargaz@gmail.com>
8592
8593         * mono-debug.c (mono_debug_find_method): Allow this to be called even when
8594         debugging is turned off.
8595
8596 2008-07-06  Zoltan Varga  <vargaz@gmail.com>
8597
8598         * generic-sharing.c (mono_method_lookup_rgctx): Fix a warning.
8599
8600 2008-07-04  Mark Probst  <mark.probst@gmail.com>
8601
8602         * class-internals.h, class.c: Added new generic sharing option:
8603         Share only stuff in System.Collections.Generic, which is now the
8604         default.
8605
8606 2008-07-04  Mark Probst  <mark.probst@gmail.com>
8607
8608         * generic-sharing.c, class-internals.h: New function for getting a
8609         generic method in a generic class given the corresponding method
8610         for a different instantiation of the class.  Partly refactored
8611         from mini-trampolines.c.
8612
8613         * class.c: Make sure generic methods have a class_inst if they are
8614         part of a generic class.
8615
8616         * metadata.c (mono_type_stack_size_internal): Handle type
8617         variables.
8618
8619 2008-07-04  Mark Probst  <mark.probst@gmail.com>
8620
8621         * domain-internals.h: New field (has_this) in MonoGenericJitInfo.
8622         Signifies whether information on the this/vtable/mrgctx variable
8623         is available.
8624
8625 2008-07-04  Mark Probst  <mark.probst@gmail.com>
8626
8627         * object.c, object-internals.h, icall.c: New function
8628         mono_delegate_ctor_with_method(), which does the same as
8629         mono_delegate_ctor(), but takes an explicit method argument
8630         instead of taking the method from the jit info.
8631
8632         * marshal.c: When creating a delegate with an inflated method take
8633         the "this" argument as the target class for the castclass.
8634
8635 2008-07-03  Mark Probst  <mark.probst@gmail.com>
8636
8637         * domain.c (mono_jit_info_table_find): Fixed a bug that caused
8638         mono_jit_info_table_find() to perform very badly in some cases.
8639
8640 2008-07-02  Zoltan Varga  <vargaz@gmail.com>
8641
8642         * icall.c (type_from_typename): Handle 'string'.
8643
8644         * marshal.c (mono_marshal_get_runtime_invoke): Don't insert runtime invoke
8645         wrappers into the wrapper_hash, since the key is not a MonoMethod.
8646
8647 2008-07-01  Zoltan Varga  <vargaz@gmail.com>
8648
8649         * icall.c (mono_get_jit_icall_info): New function to return the jit icall hash table.
8650
8651         * *-gc.c (mono_gc_get_managed_allocator_types): New function to return the
8652         number of available managed allocator types.
8653
8654         * marshal.c (mono_marshal_init): Register Thread:ResetAbort as an icall ().
8655         (mono_marshal_get_runtime_invoke): Call ResetAbort as an icall.
8656
8657 2008-06-30  Zoltan Varga  <vargaz@gmail.com>
8658
8659         * domain-internals.h (struct _MonoDomain): Add 'jit_code_hash_lock' field,
8660         which is a low level lock protecting just the 'jit_code_hash' hash table.
8661
8662         * domain.c: Initialize+cleanup jit_code_hash_lock.
8663         
8664 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
8665
8666         * coree.c (mono_load_coree): Set coree_module_handle global variable only
8667         after initialization.
8668
8669         * coree.h: Make MonoFixupExe internal.
8670
8671         Contributed under MIT/X11 license.
8672
8673 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
8674
8675         * coree.c (_CorValidateImage): Retain IMAGE_DIRECTORY_ENTRY_SECURITY
8676         because that is platform independent. Check NumberOfRvaAndSizes in PE32
8677         as well.
8678         (MonoLoadImage): New wrapper function around LoadLibrary to ensure that the
8679         image being loaded is a CLI image and _CorValidateImage gets called.
8680
8681         * coree.h: Add MonoLoadImage.
8682
8683         * image.c (mono_image_open_full): Load CLI images using MonoLoadImage
8684         instead of LoadLibrary.
8685
8686         Contributed under MIT/X11 license.
8687
8688 2008-06-29 Rodrigo Kumpera  <rkumpera@novell.com>
8689
8690         * icall.c (ves_icall_System_ValueType_Equals): Avoid allocating objects
8691         for any primitive type.
8692
8693 2008-06-29  Zoltan Varga  <vargaz@gmail.com>
8694
8695         * object.c (mono_array_new_specific): Optimize this and the other allocation
8696         functions a bit.
8697         
8698         * object.c (mono_class_create_runtime_vtable): Use typed allocation in other
8699         domains too if mono_dont_free_domains is set.
8700
8701         * domain-internals.h (mono_dont_free_domains): New internal option controlling
8702         whenever to free appdomain data after it has been unloaded.
8703
8704         * domain.c (mono_domain_free): Don't free appdomain data if the option is set.
8705         
8706 2008-06-28  Zoltan Varga  <vargaz@gmail.com>
8707
8708         * icall.c (ves_icall_System_Enum_get_underlying_type): New icall.
8709         (mono_method_get_equivalent_method): Fix a warning.
8710
8711         * object.c (mono_message_init): Avoid looking up array types for each call.
8712
8713 2008-06-27  Zoltan Varga  <vargaz@gmail.com>
8714
8715         * object.c (mono_message_invoke): Avoid looking up the object[] type for each
8716         call.
8717
8718         * icall.c (ves_icall_System_ValueType_Equals): Optimize the comparison of enums
8719         even more.
8720
8721         * class.c (mono_class_get_fields): Avoid calling setup_fields_locking () for
8722         each iteration.
8723
8724         * icall.c (ves_icall_System_ValueType_Equals): Avoid traversing all the static
8725         fields of an enum.
8726
8727 2008-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
8728
8729         * object.c (mono_value_box): Fix boxing of nullables.
8730
8731 2008-06-26  Kornél Pál  <kornelpal@gmail.com>
8732
8733         * assembly.c (mono_set_rootdir): Use __ImageBase instead of
8734         mono_module_handle that is defined by the linker; no initialization required.
8735         * coree.h: Remove mono_module_handle, add __ImageBase, update
8736         mono_image_open_from_module_handle.
8737         * coree.c (_CorValidateImage): Convert platform independent PE32 images to
8738         PE32+ on 64-bit Windows that makes the OS able to load CIL images as modules.
8739         (MonoFixupCorEE): Export Address Table RVAs are 32-bit unsigned integers so
8740         memory has to be allocated for trampolines (x64) or procedure labels (IA64) up
8741         to 4 GB away from image base address. IA64 version is not tested but was very
8742         easy to implement and should work if we ever need it.
8743         * domain.c (mono_init_internal): Avoid system error message boxes.
8744         * image.c (mono_image_open_from_module_handle): Replace ref_count argument
8745         with has_entry_point. Handle do_mono_image_load fauilre correctly.
8746         (mono_image_open_full, mono_image_close): Use has_entry_point instead of
8747         coff_attributes that is a more reliable way to detect if _CorDllMain was called.
8748         * metadata-internals.h: Add has_entry_point to _MonoImage on Windows.
8749
8750         Contributed under MIT/X11 license.
8751
8752 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
8753
8754         * class.c, class-internals.h: Export mono_class_get_generic_type_definition
8755         as part of the private mono API.
8756         
8757         * loader.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandleInternalType):
8758         Do proper argument checking for methods that belong to generic classes.
8759         Do proper type resolution for GMFH/2.
8760         Fixes #377324.
8761         
8762 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
8763
8764         * verify.c (do_switch): Fix a memory corruption bug with
8765         the jump index is out of bound.
8766
8767 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
8768
8769         * verify.c: Disable debug code.
8770
8771 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
8772
8773         * reflection.c (mono_image_get_methodbuilder_token): Use
8774         mono_image_get_methodspec_token_for_generic_method_definition
8775         instead of mono_image_get_memberref_token. We cache more memberef
8776         entries now.
8777
8778 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
8779
8780         * verify.c: Inflate exception clause types.
8781         Fixes #402606.
8782         
8783 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
8784
8785         * reflection.c (mono_image_get_methodbuilder_token): Don't leak
8786         name.
8787
8788         * reflection.c (mono_image_get_ctorbuilder_token): Same.
8789
8790         * reflection.c (mono_image_create_method_token): Same.
8791
8792 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
8793
8794         * reflection.c: Added mono_image_get_methodref_token_for_methodbuilder.
8795         It does the same as mono_image_get_methodref_token but works on
8796         MethodBuilder.
8797
8798         * reflection.c: Use mono_image_get_methodspec_token_for_generic_method_definition
8799         and always generate a methodspec. This follows the old behavior and fixes
8800         the regressions in System.Core. 
8801
8802 2008-06-24  Zoltan Varga  <vargaz@gmail.com>
8803
8804         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Collect exceptions for classes where 
8805         don't event mono_class_get () succeeds. Fixes #402182.
8806
8807 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
8808
8809         * metadata-internals.h: Added MonoDynamicImage::methodspec
8810         hashtable to store methodspec tokens created for MethodBuilders.
8811
8812         * reflection.c (mono_image_get_methodbuilder_token): Encode generic
8813         MethodBuilders as open instantiations if a methodspec was requested.
8814
8815         * reflection.c (fixup_method): Skip MethodBuilder with methodspec tokens.
8816
8817         * reflection.c (create_dynamic_mono_image): Create the methodspec hashtable.
8818
8819         * reflection.c (mono_dynamic_image_free): Release the methodspec hashtable.
8820
8821         Fixes bug #349190.
8822
8823 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
8824
8825         * loader.c (method_from_methodspec): Avoid crashing if the
8826         method lookup fails.
8827
8828 2008-06-20  Dick Porter  <dick@ximian.com>
8829
8830         * socket-io.c (get_socket_assembly): Cope with Moonlight network
8831         classes being in a different assembly.  Fixes bug 399184.
8832
8833 2008-06-20  Zoltan Varga  <vargaz@gmail.com>
8834
8835         * loader.c (mono_loader_init): Make this callable multiple times.
8836         (mono_dllmap_insert): Call mono_loader_init () so this works even before
8837         the runtime is initialized. Fixes #401755.
8838
8839 2008-06-19  Dick Porter  <dick@ximian.com>
8840
8841         * socket-io.c (convert_socketflags): Ignore SocketFlags.Partial.
8842         Fixes bug 349688.
8843
8844 2008-06-19  Dick Porter  <dick@ximian.com>
8845
8846         * socket-io.c:
8847         * icall-def.h: Implement Socket generic Send() and Receive()
8848         methods.  Fixes bug 395168.
8849
8850 2008-06-19  Kornél Pál  <kornelpal@gmail.com>
8851
8852         * icall-def.h, icall.c: Add ves_icall_System_Reflection_Module_GetHINSTANCE.
8853
8854         Contributed under MIT/X11 license.
8855
8856 2008-06-18  Martin Baulig  <martin@ximian.com>
8857
8858         * mono-debug.h (MONO_DEBUGGER_VERSION): Split into
8859         `MONO_DEBUGGER_MAJOR_VERSION' and `MONO_DEBUGGER_MINOR_VERSION';
8860         set to 80.0.  The debugger <-> runtime interface is now frozen as
8861         well.   
8862
8863         * mono-debug.c
8864         (mono_debug_debugger_version): Bump to 4.
8865
8866 2008-06-18  Martin Baulig  <martin@ximian.com>
8867
8868         * debug-mono-symfile.c
8869         (load_symfile): Don't check the minor version.
8870
8871         * debug-mono-symfile.h: Bump the version number to 50.0.
8872
8873 2008-06-18  Martin Baulig  <martin@ximian.com>
8874
8875         * debug-mono-symfile.c
8876         (load_symfile): Treat `MONO_SYMBOL_FILE_MINOR_VERSION' as a
8877         minimum required version.
8878
8879 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
8880
8881         * reflection.c (mono_custom_attrs_from_property): Fix support for
8882         retriveving cattrs of dynamic inflated generic types.
8883
8884         * reflection.c (mono_custom_attrs_from_event): Same.
8885
8886         * reflection.c (mono_custom_attrs_from_field): Same;
8887
8888         * reflection.c (typebuilder_setup_events): Same cattrs of events.
8889
8890         * loader.c (-mono_metadata_get_corresponding_field_from_generic_type_definition):
8891         Moved to metadata.c.
8892
8893         * metadata.c: New functions to retrive the equivalent field, event
8894         of property from the generic type definition.
8895
8896         * metadata-internals.h: Added new functions from metadata.c.
8897
8898 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
8899
8900         * reflection.c (mono_custom_attrs_from_builders): Mark MonoCustomAttrInfo
8901         to cached in a mempool is used.
8902
8903         * metadata.c (free_generic_class): In some situations field generic_info type
8904         is not properly dup'ed and leads to double free'ing.
8905
8906         Fixes #400643.
8907
8908 2008-06-17  Mark Probst  <mark.probst@gmail.com>
8909
8910         * marshal.c (mono_marshal_get_static_rgctx_invoke): Also handle
8911         this arguments (will be needed later for generic methods).
8912         Collect stats.
8913
8914 2008-06-17  Mark Probst  <mark.probst@gmail.com>
8915
8916         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
8917         Create a static RGCTX invoke wrapper for methods which require it.
8918
8919 2008-06-17  Mark Probst  <mark.probst@gmail.com>
8920
8921         * object.c, class-internals.h: New function for checking whether
8922         an individual field is special static.
8923
8924 2008-06-15  Zoltan Varga  <vargaz@gmail.com>
8925
8926         * metadata.c (mono_metadata_get_generic_param_row): Use bsearch instead of
8927         linear search since the table is sorted.
8928
8929         * gc.c (mono_gc_cleanup): Abort the finalizer thread more gracefully.
8930         Fixes #324180.
8931
8932 2008-06-14  Zoltan Varga  <vargaz@gmail.com>
8933
8934         * appdomain.c (unload_thread_main): Applied patch from Tim Howard 
8935         (timh@ict.om.org). Remove the timeouts when waiting for appdomains to unload.
8936
8937         * gc.c (mono_domain_finalize): Allow an infinite timeout.
8938
8939         * threads.c (mono_threads_abort_appdomain_threads): Ditto.
8940         
8941         * threads.c (mono_thread_request_interruption): Get rid of locking, use
8942         InterlockedCompareExchange to query and modify 
8943         thread->interruption_requested.
8944
8945         * object-internals.h (struct _MonoThread): Change interruption_requested
8946         to a gint32 so it can be modified by atomic operations. Add 
8947         'critical_region_level' from the managed side, change small_id to a guint32,
8948         add new set of 'unused' fields.
8949
8950         * appdomain.c: Bump corlib version.
8951
8952 2008-06-13  Zoltan Varga  <vargaz@gmail.com>
8953
8954         * class.c (mono_class_from_name): Search modules as well. Fixes
8955         #322332.
8956
8957 2008-06-13  Mark Probst  <mark.probst@gmail.com>
8958
8959         * generic-sharing.c: Code for maintaining the MRGCTX and MRGCTX
8960         templates.  Templates are generalized with an additional type_argc
8961         argument.  RGCTX templates have type_argc==0, MRGCTX templates
8962         have type_argc>0.
8963
8964         * domain-internals.h, domain.c: New hash table for looking up
8965         MRGCTXs.
8966
8967         * metadata.c, metadata-internals.h: Rename hash and equal
8968         functions for MonoGenericInst's and make them public.
8969
8970         * class-internals.h: New data structures for the MRGCTX.  Macros
8971         for distinguishing slots in the RGCTX and the MRGCTX.
8972
8973 2008-06-13  Mark Probst  <mark.probst@gmail.com>
8974
8975         * object.c (mono_method_get_imt_slot): Put the same methods of
8976         different instantiations of the same generic interface in the same
8977         IMT slots, to make generic sharing simpler.
8978
8979 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
8980
8981         * metadata-internals.h: Added mono_metadata_field_info_with_mempool.
8982
8983         * metadata.c (mono_metadata_field_info_with_mempool): Added.
8984         This function works just like mono_metadata_field_info, but
8985         accept a mempool as argument to be used allocating memory.
8986
8987         * marshal.c (mono_marshal_load_type_info): Use new function
8988         to load marshal data into image mempool.
8989
8990 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
8991
8992         * class.c (mono_class_inflate_generic_type_with_mempool):
8993         This function allows to inflate a generic type using
8994         a mempool.
8995
8996         * class.c (inflate_generic_type): Take a mempool as argument
8997         and use it to do type dup'ing.
8998
8999         * class.c (mono_class_setup_fields): Field type for generic
9000         generic classes are allocated from the image mempool.
9001
9002         * metadata.c (free_generic_class): Inflated field type is
9003         now allocated in the image mempool.
9004
9005 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
9006
9007         * threads.c (thread_cleanup): Free MonoThread::name.
9008
9009 2008-06-12  Marek Habersack  <mhabersack@novell.com>
9010
9011         * appdomain.c (ensure_directory_exists): avoid unnecessary
9012         mkdir(2) calls when the shadow directory already exists.
9013         (mono_make_shadow_copy): copy also satellite assemblies from the
9014         private bin directories.
9015
9016 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
9017
9018         * threads.c (mono_thread_get_stack_bounds): Align the stack in all cases.
9019         
9020         * threads.c (mono_thread_get_stack_bounds): Align the stack address to
9021         a page boundary. Fixes #396219.
9022
9023 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9024
9025         * marshal.c (mono_marshal_load_type_info): Add a memory barrier
9026         due to double-checked locking.
9027
9028 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9029
9030         * assembly.c (build_assembly_name): Release memory on failure.
9031
9032         * assembly.c (mono_assembly_name_parse_full): Release memory on failure.
9033
9034 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9035
9036         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Release
9037         memory on failure.
9038
9039 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9040
9041         * icall.c (ves_icall_System_Reflection_AssemblyName_ParseName): Release
9042         memory on failure.
9043
9044 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9045
9046         * loader.c (field_from_memberref): Check if field signature type is equal
9047         to the non-inflated type of the field. Fixes #398980.
9048
9049 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
9050
9051         * assembly.c (mono_assembly_load_from_full): Call 
9052         mono_assembly_load_friends () outside the assemblies lock, since it can
9053         acquire the loader lock. Fixes #323696.
9054
9055         * reflection.c (resolve_object): Inflate the inst with the context for
9056         FieldOnTypeBuilderInst. Fixes #399010.
9057
9058 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9059
9060         * reflection.c (mono_image_get_field_on_inst_token): Don't
9061         inflate the field to encode it's signature. If it's a
9062         VAR or MVAR it should stay that way in the signature.
9063         Fixes #399047.
9064
9065 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9066
9067         * reflection.c (resolve_object): Release memory of inflated types.
9068
9069 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9070
9071         * loader.c (mono_method_get_signature_full): Remove assert about
9072         loading a methodspec to a generic method. We have such methods, such as
9073         System.Threading.Interlocked::CompareExchange<T>.
9074         This assert was removed since it crashes the verifier when it checks
9075         methods calling CompareExchange<T>.
9076
9077 2008-06-10  Marek Safar  <marek.safar@gmail.com>
9078
9079         * icall.c (ves_icall_MonoMethod_GetGenericArguments): Creates an instance
9080         of Type array and not MonoType.
9081
9082 2008-06-10  Marek Habersack  <mhabersack@novell.com>
9083
9084         * profiler.c: fix a segfault on shutdown. Patch from Paolo Molaro
9085         <lupus@ximian.com>
9086
9087 2008-06-10  Martin Baulig  <martin@ximian.com>
9088
9089         * debug-mono-symfile.h
9090         (MONO_SYMBOL_FILE_MINOR_VERSION): Bump to 6.  There were no
9091         changes to the file format, but we were generating incorrect
9092         source file indices in the line number table due to a bug, which
9093         made backtraces report an incorrect source file.
9094
9095 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9096
9097         * mono-debug.c: Moved mono_debug_free_method_jit_info from
9098         mini/debug-mini.c to here.
9099
9100         * mono-debug.c (il_offset_from_address): Free memory from find_method.
9101
9102         * mono-debug.h: Export mono_debug_free_method_jit_info, users should
9103         use it to release structs returned by mono_debug_find_method.
9104
9105 2008-06-10  Zoltan Varga  <vargaz@gmail.com>
9106
9107         * class.c (mono_class_setup_vtable): Call setup_methods even for interfaces
9108         since it needs to set method->slot for all interface methods.
9109
9110 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
9111
9112         * class-internals.h: Forgot to add.
9113
9114 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
9115
9116         * class-internals.h: Added MONO_PROP_DYNAMIC_CATTR.
9117
9118         * reflection.c (lookup_custom_attr): Added a MonoImage argument.
9119         Lookup the custom attributes from property_hash.
9120
9121         * reflection.c (mono_save_custom_attrs): Save the custom attributes
9122         in property_hash. Allocate all data using the image mempool.
9123
9124         * reflection.c: Removed dynamic_custom_attrs. Changed all checks
9125         for dynamic_custom_attrs to checks if the image is dynamic.
9126
9127 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
9128
9129         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Free the
9130         assemblies array.
9131         
9132         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid calling
9133         runtime functions while holding the domain assemblies lock.
9134
9135 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
9136
9137         * verify.c: Reapplied the last bit of the reverted changes.
9138
9139 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
9140
9141         * verify.c: Reapplied more of the reverted changes.
9142
9143 2008-06-09  Martin Baulig  <martin@ximian.com>
9144
9145         * debug-mono-symfile.c (load_symfile): Check the major version
9146         first; if it's wrong, don't print the minor version in the error message.
9147
9148 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
9149
9150         * appdomain.c (set_domain_search_path): Make this use the domain assemblies
9151         lock instead of the domain lock to avoid deadlocks, since the thread might
9152         already hold the loader lock.
9153
9154         * threads.c (start_wrapper): Call mono_monitor_init_tls ().
9155         (mono_thread_attach): Ditto.
9156
9157         * monitor.c: Use a TLS variable for holding the current thread id instead
9158         of calling pthread_self ().
9159         (mono_monitor_init_tls): New internal function to initialize the TLS
9160         variable.
9161         (mono_monitor_try_enter_internal): Put the owner == id check after the
9162         owner == 0 check.
9163
9164         * object-internals.h (_G_BOOLEAN_EXPR): Redefine this glib macro to avoid
9165         missed optimizations when using gcc-4.3.
9166
9167 2008-06-08 Rodrigo Kumpera  <rkumpera@novell.com>
9168
9169         * reflection.c (mono_dynamic_image_free): Free the memory
9170         used by MonoGenericParam in MonoDynamicImage::gen_param.
9171
9172         * reflection.c (mono_reflection_setup_generic_class): Allocate
9173         container from mempool.
9174
9175         * reflection.c (mono_reflection_initialize_generic_parameter): Allocate
9176         container from mempool.
9177
9178 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
9179
9180         * threads.c (mono_set_pending_exception): New internal function to set the
9181         pending exception of the current thread.
9182         (mono_thread_get_and_clear_pending_exception): Check for 
9183         thread->pending_exception as well.
9184
9185         * object-internals.h (struct _MonoThread): Add 'pending_exception' field.
9186
9187         * boehm-gc.c (mono_gc_base_init): Set GC_no_dls before calling GC_init () since
9188         it can trigger a collection.
9189
9190 2008-06-06  Martin Baulig  <martin@ximian.com>
9191
9192         Merged the `debugger-kahalo' branch.
9193
9194         * mono-debug.h
9195         (MONO_DEBUGGER_VERSION): Bumped to 72.
9196
9197         * debug-mono-symfile.h
9198         (MonoSymbolFileMethodIndexEntry): Removed.
9199         (MonoSymbolFileMethodEntry): New public typedef.
9200         (MonoSymbolFileOffsetTable): Added `_is_aspx_source'.
9201         (MonoSymbolFileSourceEntry): Remove everything except `index' and
9202         `data_offset'.
9203         (MonoSymbolFileMethodEntry): Removed.
9204         (MonoSymbolFileLexicalBlockEntry): Removed.
9205         (MonoSymbolFileLineNumberEntry): Removed.
9206         (MonoDebugLexicalBlockEntry): Removed.
9207         (MonoDebugMethodInfo): Replaced `entry' by `guint32 entry_offset';
9208         removed `num_il_offsets' and `il_offsets'.
9209         (MonoSymbolFile): Replace `version' with `major_version' and
9210         `minor_version'.
9211         (MONO_SYMBOL_FILE_VERSION): Replace with
9212         `MONO_SYMBOL_FILE_MAJOR_VERSION' and
9213         `MONO_SYMBOL_FILE_MINOR_VERSION'.
9214
9215         * debug-mono-symfile.c
9216         (mono_debug_symfile_lookup_location): Add support for the new line
9217         number table format.
9218
9219 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
9220
9221         * metadata.c (free_generic_class): Release the inflated
9222         MonoClass of dynamic generic classes if it's not a generic
9223         type definition.
9224
9225 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
9226
9227         * verify.c: Reapplied more of the reverted changes.
9228
9229 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
9230
9231         * reflection.c (lookup_custom_attr): Clean the cached flag or
9232         nobody will free it. Fixes a memleak in MonoCustomAttrs::IsDefinedInternal
9233         for SRE types.
9234
9235 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
9236
9237         * verify.c: Reapplied a small part of the reverted changes.
9238
9239 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
9240
9241         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
9242
9243         * monitor.c (mono_monitor_try_enter_internal): Add NULL check which was 
9244         previously in managed code.
9245         (mono_monitor_exit): Ditto.
9246         (ves_icall_System_Threading_Monitor_Monitor_exit): Removed, not needed anymore.
9247
9248         * icall-def.h: Rename the Enter/Exit icalls to simply Enter/Exit to match
9249         the managed definition.
9250
9251 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
9252
9253         * verify.c: Revert changes to see if it helps with weird buildbot crashes.
9254
9255 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
9256
9257         * monitor.c: Redefine GetCurrentThreadId () with a macro on !win32.
9258         
9259         * monitor.c: Add some micro optimizations.
9260
9261         * icall.c (type_from_typename): Handle 'bool'.
9262
9263 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
9264
9265         * verify.c: Implement constructor verification per P III 1.8.1.4.
9266         Fixes #396716.
9267
9268 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
9269
9270         * assembly.c (mono_assembly_loaded_full): Avoid calling the search hooks while
9271         holding the assemblies lock here too.
9272
9273 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
9274
9275         * verify.c: Kill stack_top function.
9276
9277 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
9278
9279         * verify.c: Kill stack_get function.
9280
9281 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
9282
9283         * verify.c (mono_method_verify): Last change broke the build. Fixed.
9284
9285 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
9286
9287         * verify.c (verify_type_compatibility_full): Make SZARRAY checks
9288         more reliable.
9289
9290         * verify.c (mono_method_verify): Inflate params and locals to avoid
9291         mismatch when checking for compatibility.
9292
9293 2008-06-05  Jonathan Chambers  <joncham@gmail.com>
9294
9295         * metadata.c (mono_string_from_bstr): Fix BSTR marshalling.
9296         Length prefix should be size in bytes. Fix bug #339530.
9297         
9298         * metadata.c (mono_string_to_bstr): Fix BSTR marshalling.
9299         Length prefix should be size in bytes. Fix bug #339530.
9300
9301         Code is contributed under MIT/X11 license.
9302
9303 2008-06-05  Bill Holmes <billholmes54@gmail.com>
9304
9305         * decimal.c:  Adding MSVC implementation to my_g_bit_nth_msf.
9306
9307         Contributed under MIT/X11 license.
9308
9309 2008-06-05  Martin Baulig  <martin@ximian.com>
9310
9311         * mono-debug-debugger.c
9312         (mono_debugger_check_breakpoints): Reflect latest runtime changes.
9313
9314 2008-06-05  Zoltan Varga  <vargaz@gmail.com>
9315
9316         * assembly.c (mono_assembly_load_from_full): Avoid calling the search hooks
9317         while holding the assemblies lock to prevent deadlocks. Handle the case
9318         where the search hook returns NULL but the assembly was still loaded.
9319         Fixes #323696.
9320
9321         * appdomain.c (set_domain_search_path): Acquire the domain lock since we
9322         modify domain state.
9323
9324 2008-06-05  Andreas Färber  <andreas.faerber@web.de>
9325
9326         * boehm-gc.c: Add DTrace probes gc-{begin,end}.
9327         * Makefile.am (pedump_LDADD): Post-process object files and
9328         add dtrace-generated object file, if necessary.
9329
9330         Code is contributed under MIT/X11 license.
9331
9332 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
9333
9334         * reflection.c (mono_dynamic_image_free): Free MonoDynamicImage::public_key.
9335
9336 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
9337
9338         * class.c (mono_type_get_full): Add a work-around for generic type definitions.
9339
9340 2008-06-04  Mark Probst  <mark.probst@gmail.com>
9341
9342         * threads.c: Try to free everything from the delayed free table
9343         when shutting down threads, and set the variable to NULL after the
9344         table is freed so that calling
9345         mono_thread_hazardous_try_free_all() when shutting down the root
9346         domain doesn't crash.
9347
9348 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
9349
9350         * class.c (mono_type_retrieve_from_typespec): Add an argument to inform
9351         the caller if resulting type was inflated.
9352
9353         * class.c (mono_class_create_from_typespec): Free the MonoType if it
9354         was inflated.
9355
9356         * class.c (mono_type_get_full): Free the MonoType if it was inflated.
9357
9358
9359 2008-06-04  Zoltan Varga  <vargaz@gmail.com>
9360
9361         * decimal.c (rescale128): Rework the code a bit so it no longer crashes the
9362         class library tests.
9363
9364         * icall.c (ves_icall_InternalInvoke): Applied patch from Andy Hume 
9365         (andyhume32@yahoo.co.uk). Add more useful exception messages. Fixes
9366         #396989.
9367
9368 2008-06-04  Mark Probst  <mark.probst@gmail.com>
9369
9370         * domain.c, domain-internals.h: The JIT infos are now freed by the
9371         JIT info table code.  They are freed immediately if there only a
9372         single JIT info table in circulation.  If there is more, the free
9373         is delayed via a queue.
9374
9375         * threads.c, threads-types.h: New hazard pointer function for
9376         freeing all freeable delayed items in one sitting.
9377
9378 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9379
9380         * reflection.c (typebuilder_setup_fields): Use mempool for allocations.
9381
9382         * reflection.c (typebuilder_setup_properties): Same.
9383
9384         * reflection.c (typebuilder_setup_events): Same.
9385
9386 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9387
9388         * reflection.c (mono_custom_attrs_from_builders): Receive a MonoMemPool
9389         and use it for allocating memory.
9390
9391         * reflection.c (mono_marshal_spec_from_builder): Same.
9392
9393         * reflection.c: Change code to use new signatures.
9394
9395         * metadata.c (mono_metadata_type_dup): Add a FIXME note.
9396
9397 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
9398
9399         * decimal.c (rescale128): Put back one line which was accidently commented
9400         out.
9401         
9402         * decimal.c (rescale128): Disable the code added by the last patch, as it seems
9403         to cause crashes.
9404
9405 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9406
9407         * reflection.c (mono_reflection_generic_class_initialize): Name must
9408         be always malloc'ed so we can free it later on. Do this for field, property
9409         and event.
9410
9411         * metadata.c (free_generic_class): Free field, property and event names.
9412
9413 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9414
9415         * reflection.c (fieldbuilder_to_mono_class_field): Use mono_metadata_type_dup
9416         instead of g_memdup.
9417
9418         * reflection.c (typebuilder_setup_fields): Same.
9419
9420 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
9421
9422         * decimal.c (rescale128): Optimize this function a bit more.
9423
9424 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9425
9426         * metadata.c (free_generic_class): Release some memory from
9427         SRE generic classes.
9428
9429 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9430
9431         * reflection.c (mono_image_get_generic_field_token): No reference
9432         to name is kept, free it.
9433
9434         * reflection.c (mono_reflection_generic_class_initialize): Free
9435         more memory of the inflated field.
9436
9437 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
9438
9439         * decimal.c (mono_decimalDiv): Moved equality checks here from managed
9440         code.
9441
9442 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
9443
9444         * reflection.c (mono_dynamic_image_free): Release memory used by
9445         MonoDynamicImage::array_methods elements.
9446
9447         * reflection.c (assembly_add_win32_resources): Release memory after
9448         encoding.
9449
9450 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
9451
9452         * decimal.c (log2_32): Use an optimized version for this function too.
9453         
9454         * decimal.c (log2_64): Fix this on 32 bit machines.
9455
9456 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
9457
9458         * class.c (mono_dup_array_type): Implement allocation using a mempool.
9459
9460         * class.c (mono_metadata_signature_deep_dup): Same.
9461
9462         * metadata.c (mono_metadata_signature_dup_full): Added, allow dup'ng with
9463         a mempool.
9464
9465         * metadata.c (mono_metadata_signature_dup): Delegate to the _full version.
9466
9467         * metadata.c (mono_metadata_type_dup): Remove asserts and FIXME.
9468
9469         * metadata-internals.h: Added mono_metadata_signature_dup_full.
9470
9471         * class-internals.h: Update signatures to take a MonoMemPool.
9472
9473 2008-06-02  Dick Porter  <dick@ximian.com>
9474
9475         * icall.c (ves_icall_System_ComponentModel_Win32Exception_W32ErrorMessage): 
9476         * icall-def.h: Add
9477         System.ComponentModel.Win32Exception.W32ErrorMessage, using the
9478         FormatMessage API to get the error text.  Fixes bug 321827.
9479
9480 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
9481
9482         * decimal.c: Add some micro optimizations to make decimal operations faster.
9483
9484 2008-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
9485
9486         * reflection.c (method_encode_clauses): Take a mempool
9487         as parameter and use it to allocate the clause array.
9488
9489         * reflection.c (mono_image_get_field_on_inst_token): Free
9490         the inflated type after encoding it.
9491
9492         * reflection.c (mono_dynamic_image_free): Free each element
9493         of MonoDynamicImage::gen_params.
9494
9495         * reflection.c (reflection_methodbuilder_to_mono_method):
9496         Allocate the generic param array from the mempool.
9497         Allocate signature params from the mempool.
9498
9499         * reflection.c (mono_reflection_generic_class_initialize):
9500         Free inflated fields after been used.
9501
9502 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
9503
9504         * icall.c: Reapply the memory leak fixes as they no
9505         longer make mono crash.
9506
9507 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
9508
9509         * reflection.c (mono_type_get_object): Don't store the suplied
9510         MonoType with type_hash. A caller which pass a type that
9511         was mono_metadata_type_dup'ed cannot free it reliably, as type_hash
9512         might end with a pointer to freed memory.
9513         The solution is to use byval_arg or this_arg from the associated
9514         MonoClass of the supplied type.
9515
9516 2008-05-29  Zoltan Varga  <vargaz@gmail.com>
9517
9518         * icall.c: Revert the rest of the last change as it breaks the build too.
9519
9520 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
9521
9522         * icall.c: Revert a leak fix as it's breaking the build.
9523
9524 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
9525
9526         * appdomain.c (mono_make_shadow_copy): Fix another leak of dir_name.
9527
9528 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
9529
9530         * appdomain.c (mono_make_shadow_copy): We leaked dir_name.
9531
9532 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
9533
9534         * icall.c: Fix some memory leaks.
9535
9536 2008-05-29  Dick Porter  <dick@ximian.com>
9537
9538         * threadpool.c (mono_thread_pool_remove_socket): Always remove the
9539         async socket operations from the pending list when a socket
9540         closes.  Leaving it until the threadpool services the event
9541         exposes a race condition when a socket descriptor is reused.
9542         Fixes bug 377589.
9543
9544 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
9545
9546         * object.c: Fix negative index check for array alocation.
9547
9548 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
9549
9550         * icall.c, marshal.c: Delegate wrappers should skip visibility.
9551         This check is performed by the verifier for IL created delegates
9552         and by Delegate::CreateDelegate for programatically created ones.
9553         Fixes #372406.
9554
9555 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
9556
9557         * sockey-io.c (ves_icall_System_Net_Sockets_Socket_Select_internal):
9558         Fix code to use mono_array_size_t instead of int.
9559
9560         Based on patch by Luis F. Ortiz.
9561         Contributed under X11 license.
9562         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
9563
9564 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
9565
9566         * icall.c: Added ves_icall_System_Array_GetLongLength and
9567         ves_icall_System_Array_CreateInstanceImpl64. Both allow handling big
9568         arrays.
9569
9570         * icall.h: Export both new functions.
9571
9572         Based on patch by Luis F. Ortiz.
9573         Contributed under X11 license.
9574         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
9575
9576 2008-05-28  Martin Baulig  <martin@ximian.com>
9577
9578         The debugger now requires exactly r103463.
9579
9580         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 71.
9581         This version is not supported by the debugger, wait for 72.
9582
9583 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
9584
9585         * object.h: Changed array related functions to use
9586         mono_array_size_t instead of guint32. Forgot to commit this file.
9587
9588         Patch by Luis F. Ortiz.
9589         Contributed under X11 license.
9590         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
9591
9592
9593 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
9594
9595         * object.h: Don't use G_MAXINT32 or G_MAXUINT32 as old glibs
9596         don't define it. Use the number literal instead.
9597
9598 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
9599
9600         * icall.c: Changed array related functions to use
9601         mono_array_size_t instead of guint32.
9602
9603         * icall.c (ves_icall_System_Array_GetLength): Check for length
9604         overflow under MONO_BIG_ARRAYS.
9605
9606         Based on patch by Luis F. Ortiz.
9607         Contributed under X11 license.
9608         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
9609
9610 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
9611
9612         * object.c: Add 64bits bounds check for arrays under MONO_BIG_ARRAYS.
9613
9614         Based on patch by Luis F. Ortiz.
9615         Contributed under X11 license.
9616         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
9617
9618 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
9619
9620         * object.c, object.h: Changed array related functions to use
9621         mono_array_size_t instead of guint32.
9622
9623         Patch by Luis F. Ortiz.
9624         Contributed under X11 license.
9625         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
9626
9627 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
9628
9629         * object.h: Introduced mono_array_size_t typedef. This must be used
9630         in all places an array length is expected. This is 64bits wide if
9631         MONO_BIG_ARRAYS is enabled.
9632
9633         Patch by Luis F. Ortiz.
9634         Contributed under X11 license.
9635         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
9636
9637 2008-05-27  Zoltan Varga  <vargaz@gmail.com>
9638
9639         * security-manager.c class.c: Set the class exception info by calling
9640         mono_class_set_failure ().
9641
9642         * class.c (mono_class_get_exception_data): New accessor function.
9643         (mono_class_set_failure): Store exception_data in the property hash.
9644
9645         * class-internals.h (struct _MonoClass): Store 'exception_data' outside
9646         the struct as a property.
9647
9648         * loader.c (mono_get_method_full): Store the lookup result for method
9649         tokens in method_cache, the others in methodref_cache to decrease the memory
9650         usage of hash tables.
9651
9652         * image.c (mono_image_close): Destroy method_cache and methodref_cache.
9653         (mono_image_init): method_cache is lazy inited now.
9654
9655         * metadata-internals.h (struct _MonoImage): Change method_cache to
9656         a MonoValueHashTable, add a separate methodref_cache.
9657
9658 2008-05-27  Eyal Alaluf <eyala@mainsoft.com>
9659
9660         * number-formatter.h: Fix tables to avoid arithemtic overflow in
9661           Double.ToString as exposed by Bug #383531.
9662
9663 2008-05-26  Zoltan Varga  <vargaz@gmail.com>
9664
9665         * number-formatter.h: Make some tables static.
9666
9667         * class.c (mono_method_set_generic_container): New accessor function.
9668         (mono_method_get_generic_container): Ditto.
9669
9670         * class-internals.h (struct _MonoMethod): Remove rarely used 
9671         'generic_container' field, store it in the property hash instead. Add 
9672         'is_generic' boolean field instead.
9673
9674         * image.c (mono_image_init): Initialize property_hash.
9675         (mono_image_close): Destroy property_hash.
9676
9677         * metadata-internals.h (struct _MonoImage): Add 'property_hash' hash table to
9678         hold rarely used fields of runtime structures belonging to this image.
9679
9680         * class.c loader.c verify.c icall.c reflection.c: Use the new accessor functions
9681         to get/set method->generic_container.
9682
9683         * loader.c (mono_get_method_from_token): Avoid loading the method header for
9684         generic methods.
9685
9686 2008-05-25  Zoltan Varga  <vargaz@gmail.com>
9687
9688         * class.c (mono_class_inflate_generic_method_full): Don't increase
9689         mono_stats.inflated_method_count for methods found in the cache.
9690
9691         * threads.c (mono_thread_request_interruption): Add a comment about 
9692         QueueUserAPC ().
9693
9694 2008-05-24  Zoltan Varga  <vargaz@gmail.com>
9695
9696         * class.c (setup_interface_offsets): Use sizeof (guint16) when allocating the
9697         interface_offsets_packed table.
9698         
9699         * class.c (mono_class_init): Remove some dead code.
9700
9701         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Call
9702         mono_class_setup_vtable () when CAS is active to detect security problems.
9703
9704 2008-05-23 Rodrigo Kumpera  <rkumpera@novell.com>
9705
9706         * verify.c (mono_delegate_type_equal): Handle VAR, MVAR and GENERICINST.
9707
9708         * verify.c (mono_delegate_signature_equal): Don't compar number of generic
9709         parameters as it's irrelevant for delegate checking.
9710
9711 2008-05-23  Zoltan Varga  <vargaz@gmail.com>
9712
9713         * class-internals.h class.c: Correct the name of the 'mono_no_setup_vtable_in_class_init' variable.
9714
9715         * class.c (mono_class_init): Control the creation of a generic vtable using
9716         a global which is true by default, but set to false by the runtime startup code.
9717         
9718         * class.c (mono_class_init): Avoid constructing a generic vtable in most cases.
9719         Disabled for now since it breaks the embedding API.
9720         Move the setup of class->methods for arrays to mono_class_setup_methods ().
9721         (mono_class_setup_methods): Add a memory barrier.
9722
9723         * object.c (mono_class_create_runtime_vtable): Add code to handle the case
9724         when mono_class_init () doesn't compute the generic vtable.
9725         
9726 2008-05-23  Massimiliano Mantione  <massi@ximian.com>
9727         * profiler.c: Added mono_profiler_install_statistical_call_chain,
9728         mono_profiler_stat_get_call_chain_depth and mono_profiler_stat_call_chain
9729         to support call chains (backtrace) in the stat profiler.
9730         * profiler.c, profiler-private.h: Likewise.
9731
9732 2008-05-22  Mark Probst  <mark.probst@gmail.com>
9733
9734         * generic-sharing.c: Init generic class when a method of it is
9735         requested via a runtime generic context.
9736
9737 2008-05-22  Zoltan Varga  <vargaz@gmail.com>
9738
9739         * class.c (mono_class_init): Add a comment about trying to avoid calling this.
9740
9741         * reflection.c (mono_type_get_object): Add a FIXME.
9742
9743         * loader.c (find_method_in_class): Use mono_class_get_method_by_index ().
9744
9745         * class.c (mono_class_get_method_by_index): New helper function, returning an
9746         entry in the class->methods array.
9747
9748 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
9749
9750         * class.c (mono_class_init): Only do the array optimization for szarrays. 
9751         Avoid creating a generic vtable for generic instances as well.
9752         (mono_class_get_method_from_name_flags): Don't search in the metadata for
9753         generic instances.
9754
9755 2008-05-21 Rodrigo Kumpera  <rkumpera@novell.com>
9756
9757         * loader.c (mono_get_method_constrained): Inflate the signature
9758         with class context. Fix #325283.
9759
9760 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
9761
9762         * object.c (mono_class_create_runtime_vtable): Add a comment.
9763
9764         * class.c (get_implicit_generic_array_interfaces): Call mono_class_init ()
9765         where needed.
9766         (setup_interface_offsets): Handle the case when this is called twice for arrays.
9767         (mono_class_setup_vtable_general): Add an assert.
9768         (mono_class_init): Avoid creating a generic vtable for arrays.
9769
9770         * class.c (mono_generic_class_get_class): Don't call setup_interface_offsets ()
9771         here, let mono_class_init () do that.
9772
9773         * class.c (mono_class_init): Avoid calling mono_class_setup_methods () for
9774         interfaces in mscorlib.
9775
9776         * class.c (mono_class_setup_vtable): Avoid calling setup_methods () for
9777         interfaces. Add some comments.
9778         (mono_class_init): Call mono_class_setup_methods () here since it is no
9779         longer called by mono_class_setup_vtable ().
9780
9781         * object.c (mono_class_proxy_vtable): Null out entries in pvt->vtable which are
9782         not set in class->vtable.
9783         (mono_class_create_runtime_vtable): Reenable the disabled code.
9784
9785         * object.c (mono_class_create_runtime_vtable): Disable the last change for
9786         now as it causes some test failures.
9787
9788         * object.c (mono_class_create_runtime_vtable): Avoid creating a generic vtable
9789         if using the vtable trampoline. Also remove some strange code which put the
9790         generic methods themselves into the vtable slots. Remove the AOT init_vtable
9791         stuff as it is no longer needed.
9792
9793 2008-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
9794
9795         * pedump.c: Give make --verify all option check code as well.
9796         Using --verify code won't check for metadata now.
9797
9798 2008-05-19  Martin Baulig  <martin@ximian.com>
9799
9800         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 70.
9801
9802         * mono-debug.c
9803         (_mono_debug_using_mono_debugger): New global variable; it's set
9804         directly by the debugger, so mono_debug_using_mono_debugger() also
9805         works after attaching.
9806
9807 2008-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
9808
9809         * object.c (mono_class_create_runtime_vtable): Use memory barriers
9810         as we do double checked locking on MonoClass::runtime_info and
9811         MonoClassRuntimeInfo::domain_vtables.
9812
9813 2008-05-18  Zoltan Varga  <vargaz@gmail.com>
9814
9815         * debug-helpers.c (print_field_value): Fix a warning.
9816
9817 2008-05-16  Zoltan Varga  <vargaz@gmail.com>
9818
9819         * object.c (mono_object_get_virtual_method): Fix a crash if method->slot is not
9820         set in the AOT case.
9821
9822 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
9823
9824         * class.c (mono_class_setup_vtable_general): Use memory barriers
9825         as we do double checked locking on MonoClass::vtable.
9826
9827 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
9828
9829         * reflection.c (resolve_object): Inflate only if the generic context
9830         is not null. Fixes #389886.
9831
9832 2008-05-15  Jonathan Chambers  <joncham@gmail.com>
9833
9834         * metadata.c (emit_marshal_string): Free return strings using mono_marshal_free
9835         instead of g_free.
9836
9837         Code is contributed under MIT/X11 license.
9838
9839 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
9840
9841         * class.c: Revert unrelated change.
9842
9843 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
9844
9845         * verify.c (check_is_valid_type_for_field_ops): Type on stack can be
9846         a generic instantiation, use mono_class_from_mono_type instead of playing
9847         with MonoType directly.
9848
9849 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
9850
9851         * class.c: Added mono_class_has_parent_and_ignore_generics. Visibility
9852         checks must ignore generic instantiations, so mono_class_has_parent is not
9853         suitable. Fixes #390128.
9854
9855 2008-05-14  Zoltan Varga  <vargaz@gmail.com>
9856
9857         * reflection.c (mono_image_create_token): Add a 'register_token' argument, and use
9858         it to avoid registering tokens during metadata generation. Fixes #390023.
9859
9860 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
9861
9862         * coree.c: Rename dwOldProtect to OldProtect that makes naming convention
9863         consistent.
9864
9865         Contributed under MIT/X11 license.
9866
9867 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
9868
9869         * domain.c (mono_init_internal): Enable LoadLibrary support. Load EXE image
9870         even when get_runtimes_from_exe didn't load it that allows mono_fixup_exe_image
9871         to fixup the EXE image.
9872         (mono_cleanup): Use mono_close_exe_image.
9873         (mono_close_exe_image): New function.
9874         * image.c: Include "marshal.h".
9875         (mono_image_open_from_module_handle): Add ref_count argument. Return the image.
9876         (mono_image_open_full, mono_image_close): Fix LoadLibrary/FreeLibrary reference
9877         counting when the image is loaded outside of mono_image_open_full. Set status
9878         based on GetLastError.
9879         * coree.c: Include required headers. Add init_from_coree.
9880         (_CorDllMain): Support fix in mono_image_open_full, mono_image_close. Call
9881         mono_assembly_open only when the image has vtfixups. Set init_from_coree.
9882         (_CorExeMain): Set init_from_coree.
9883         (CorExitProcess): Only call ExitProcess for now.
9884         (CorBindToRuntimeEx): New stub implementation.
9885         (CorBindToRuntime): New function.
9886         (MonoFixupCorEE): Fixup CorBindToRuntime and CorBindToRuntimeEx.
9887         (MonoFixupExe): ILONLY executables require no fixups.
9888         (mono_set_act_ctx): New function to set activation context.
9889         (mono_load_coree): Use init_from_coree. Call mono_set_act_ctx.  
9890         * coree.h: Move STATUS_SUCCESS and STATUS_INVALID_IMAGE_FORMAT to header.
9891         Declare mono_module_handle, coree_module_handle, mono_get_module_file_name,
9892         mono_load_coree, mono_fixup_exe_image and mono_image_open_from_module_handle
9893         as MONO_INTERNAL.
9894         * domain-internals.h: Add mono_close_exe_image.
9895
9896         Contributed under MIT/X11 license.
9897
9898 2008-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
9899
9900         * metadata.c (mono_metadata_compute_size): Correctly calculate field
9901         size for generic param and event tables. Fixes #388977.
9902
9903 2008-05-13  Zoltan Varga  <vargaz@gmail.com>
9904
9905         * loader.c (mono_method_signature): Use memory barriers because of the double
9906         checked locking pattern.
9907
9908         * threads.c (remove_and_abort_threads): Stop and wait for threads which are
9909         aborting or aborted as well. Fixes #376391.
9910         
9911         * threads.c (mono_thread_execute_interruption): Avoid depending on no longer
9912         existing runtime state in the Suspend handler during shutdown.
9913
9914 2008-05-12  Zoltan Varga  <vargaz@gmail.com>
9915
9916         * threads.c (mono_thread_request_interruption): Add some FIXMEs.
9917
9918         * threads.c (mono_thread_suspend_all_other_threads): Add support for threads 
9919         which are starting up or shutting down.
9920
9921         * threads.c (mono_threads_set_shutting_down): Don't return a value since
9922         this function never returns if the runtime is already shutting down.
9923
9924         * icall.c (ves_icall_System_Environment_Exit): Update after 
9925         mono_threads_set_shutting_down () signature change.
9926         
9927 2008-05-09 Rodrigo Kumpera  <rkumpera@novell.com>
9928
9929         * class.c: Added can_access_instantiation to verify if the instantiation
9930         is visible. Fix access check for nested types as they returned TRUE
9931         before doing type and generic instantiation visibility checks.
9932
9933 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
9934
9935         * reflection.c (mono_reflection_create_generic_class): The created type
9936         must have a different container from its TypeBuilder. Otherwise they
9937         will end sharing generic arguments, which is wrong.
9938
9939         Due to the sharing, making a generic instance of the created type using
9940         the TypeBuider generic arguments resulted in the generic type definition
9941         been returned, which is wrong as well.
9942
9943         As a bonus the code was leaking the type_params array. This memory should
9944         be allocated from the image mempool.
9945
9946         This fixes bug #354047.
9947
9948 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
9949
9950         * metadata-internals.h: Move MONO_SECMAN_FLAG macros from mini/declsec.h
9951         to here         as they are now used in assembly.c new code.
9952         Added a skipverification flag to MonoAssembly.
9953         New internal function mono_assembly_has_skip_verification.
9954
9955         * assembly.c: New function mono_assembly_has_skip_verification. It checks
9956         if an assembly has a version 2.0 SkipVerification security attribute. Fixes
9957         part of #387274.
9958
9959 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
9960
9961         * object.c (mono_object_get_virtual_method): Inflate the resulting method if
9962         needed. Fixes #387034.
9963
9964         * class.c (mono_class_inflate_generic_type): Avoid a crash if context is NULL.
9965
9966 2008-05-06  Miguel de Icaza  <miguel@novell.com>
9967
9968         * assembly.c (mono_assembly_load_reference): Prevent crash while
9969         disassembling Silverlight 2.0 executables while we still do not
9970         have GACed libraries.
9971
9972 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
9973
9974         * reflection.c: Special case generic type definitions as well. Fixes #383444.
9975
9976 2008-05-06  Zoltan Varga  <vargaz@gmail.com>
9977
9978         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Fix handling
9979         of the dynamic case. Fixes #387404.
9980
9981 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
9982
9983         *verify.c (mono_verifier_is_class_full_trust): If under
9984         verify_all and the verifier mode was not set, only
9985         gac and corlib types are fulltrust. This makes --verify-all
9986         usable to detect unverifiable code, which is the expected
9987         use case.
9988
9989 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
9990
9991         * verify.h: Ops, commited the header with debug
9992         enabled.
9993
9994 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
9995
9996         * verify.c (merge_stack): Use the new value on unverifiable
9997         stack merges.
9998
9999         * verify.c (verify_type_compatibility_full): Comparison
10000         of nullable types can't use mono_class_is_assignable_from.
10001
10002         * verify.c, verify.h: Added MONO_VERIFY_REPORT_ALL_ERRORS
10003         that makes all verification errors be reported.
10004
10005         * pedump.c: Pass MONO_VERIFY_REPORT_ALL_ERRORS to
10006         mono_method_verify.
10007
10008 2008-05-05  Robert Jordan  <robertj@gmx.net>
10009
10010         * marshal.c (mono_marshal_get_thunk_invoke_wrapper):
10011         support for value types. See #386415.
10012
10013         * object.c: comments.
10014
10015         Code is contributed under MIT/X11 license.
10016
10017 2008-05-05  Martin Baulig  <martin@ximian.com>
10018
10019         * debug-mono-symfile.h
10020         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): Removed; dropped support
10021         for old pre-terrania symbol files.
10022
10023 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
10024
10025         * mono-config.c: Add ppc64 architecture.
10026
10027         Code is contributed under MIT/X11 license.
10028
10029 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
10030
10031         * object.c (mono_create_ftnptr, mono_get_addr_from_ftnptr):
10032           PPC64 uses function descriptors as well.
10033
10034         Code is contributed under MIT/X11 license.
10035
10036 2008-05-04  Zoltan Varga  <vargaz@gmail.com>
10037
10038         * object.c (compute_class_bitmap): Ignore literal static fields.
10039
10040         * sgen-gc.c (mono_gc_base_init): Print some help when the MONO_GC_DEBUG env
10041         var has an invalid format.
10042         (describe_ptr): Add some sanity checks for the vtable.
10043         (add_nursery_frag): Clear unused nursery fragments.
10044         (major_collection): Clear all remaining nursery fragments.
10045
10046 2008-05-03  Robert Jordan  <robertj@gmx.net>
10047
10048         * image.c, metadata-internals.h: add thunk_invoke_cache.
10049
10050         * marshal.c, marshal.h: implement
10051         mono_marshal_get_thunk_invoke_wrapper ().
10052
10053         * object.c, object.h: implement mono_method_get_unmanaged_thunk ().
10054
10055         Code is contributed under MIT/X11 license.
10056
10057 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
10058
10059         * verify.c (do_leave): Empty the stack.
10060
10061 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
10062
10063         * class.c (mono_class_is_assignable_from): Variance
10064         doesn't work between reference and value types. For example,
10065         given type C<T+>, C<int32> is not assignable to C<object>.
10066         Break the argument checking loop on first error. 
10067
10068 2008-05-02  Atsushi Enomoto  <atsushi@ximian.com>
10069
10070         * icall.c : base64_to_byte_array() needs some more strict
10071           check for sequence of '=' characters. Patch by Santa
10072           Marta (http://deee.g.hatena.ne.jp/santamarta).
10073
10074           Contributed under MIT/X11 license.
10075           (see http://www.lingr.com/room/mono-jp/archives/2008/04/20)
10076
10077 2008-05-02  Jonathan Chambers  <joncham@gmail.com>
10078
10079         * domain.c: Disable LoadLibrary support to fix Win32 build.
10080
10081         Code is contributed under MIT/X11 license.
10082
10083 2008-05-02  Zoltan Varga  <vargaz@gmail.com>
10084
10085         * sgen-gc.c: Add support for clearing nursery memory when a tlab is allocated,
10086         to help with cache behaviour.
10087
10088 2008-05-01  Miguel de Icaza  <miguel@novell.com>
10089
10090         * appdomain.c (mono_domain_from_appdomain): Add new accessor
10091         method. 
10092
10093 2008-05-01  Zoltan Varga  <vargaz@gmail.com>
10094
10095         * sgen-gc.c: Implement thread-local allocation and a managed allocation routine.
10096
10097 2008-05-01  Dick Porter  <dick@ximian.com>
10098
10099         * process.c (process_get_fileversion): Only pass 16 bits of
10100         language ID to VerLanguageName.  Fixes bug 381204.
10101
10102 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
10103
10104         * verify.c (mono_method_verify): Fix the comparison
10105         operator for code bounds check.
10106
10107 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
10108
10109         * verify.c (mono_method_verify): Check the bounds of
10110         all access of the code array.
10111
10112 2008-04-29  Kornél Pál  <kornelpal@gmail.com>
10113
10114         * appdomain.c: Use HAVE_SYS_UTIME_H that fixes MSVC build.
10115
10116 2008-04-28  Zoltan Varga  <vargaz@gmail.com>
10117
10118         * image.c (mono_image_strong_name_position): Fix return value when the rva is
10119         not valid.
10120
10121 2008-04-28  Kornél Pál  <kornelpal@gmail.com>
10122
10123         * loader.c (mono_get_method_from_token, mono_method_signature): Add
10124         support for METHOD_IMPL_ATTRIBUTE_NATIVE.
10125         * domain.c (mono_init_internal): Load and fixup mscoree.dll on startup and
10126         fixup main EXE images when using mono.exe for mixed-mode assembly support.
10127         * domain-internals.h: Add MonoLoadFunc, mono_install_runtime_load and
10128         mono_runtime_load.
10129         * appdomain.c: Add mono_install_runtime_load, mono_runtime_load to support
10130         runtime initialization from metadata.
10131         * assembly.c: Remove obsolete ceGetModuleFileNameA.
10132         (mono_set_rootdir): Use mono_get_module_file_name.
10133         (mono_assembly_load_from_full): Call mono_image_fixup_vtable for module
10134         handles.
10135         * cil-coff.h: Add MonoVTableFixup. Update mono_cli_rva_image_map signature.
10136         * metadata-internals.h: Add is_module_handle to _MonoImage on Windows.
10137         * image.c (mono_cli_rva_image_map): Use MonoImage instead of
10138         MonoCLIImageInfo. Add support for module handles.
10139         (load_cli_header): Update mono_cli_rva_image_map signature.
10140         (load_metadata_ptrs): Update mono_cli_rva_image_map signature.
10141         (mono_image_strong_name_position): Use mono_cli_rva_image_map.
10142         (mono_image_rva_map): Add support for module handles.
10143         (mono_image_ensure_section_idx): Add support for module handles.
10144         (mono_image_close): Add support for module handles.
10145         (do_load_header): Add support for module handles.
10146         (mono_image_open_from_module_handle): New function for internal use.
10147         (mono_image_open_full): Load normal images using LoadLibrary on Windows.
10148         (mono_image_load_module): Call mono_image_fixup_vtable for module handles.
10149         (mono_image_load_file_for_image): Call mono_image_fixup_vtable for module
10150         handles.
10151         (mono_image_fixup_vtable): New function for mixed-mode assembly support.
10152         * image.h: Add mono_image_fixup_vtable.
10153         * coree.c: New file for mscoree.dll functions and mixed-mode assembly
10154         support.
10155         * coree.h: New file.
10156         * marshal.c (mono_marshal_get_native_wrapper): Throw exception for
10157         unsupported native code.
10158         (mono_marshal_set_callconv_from_modopt): New function splitted from
10159         mono_marshal_get_managed_wrapper.
10160         (mono_marshal_get_managed_wrapper): Use
10161         mono_marshal_set_callconv_from_modopt.
10162         (mono_marshal_get_vtfixup_ftnptr): New function for mixed-mode assembly support.
10163         * marshal.h: Add mono_marshal_get_vtfixup_ftnptr.
10164         * gc.c (mono_gc_init): Don't wait for the finalizer thread on Windows because
10165         that results in a deadlock when the runtime is loaded in _CorDllMain.
10166         * Makefile.am: Add coree.c and coree.h.
10167
10168         Contributed under MIT/X11 license.
10169
10170 2008-04-28  Mark Probst  <mark.probst@gmail.com>
10171
10172         * generic-sharing.c: Search for type arguments in array element
10173         types as well.
10174
10175 2008-04-28  Mark Probst  <mark.probst@gmail.com>
10176
10177         * class-internals.h, generic-sharing.c: New, small runtime generic context.
10178
10179         * metadata-internals.h, domain.c, image.c: Less bookkeeping is required for the new RGCTX.
10180
10181         * object.c: Don't setup the RGCTX when the vtable is created,
10182         because we're setting it up lazily now.
10183
10184 2008-04-26  Zoltan Varga  <vargaz@gmail.com>
10185
10186         * sgen-gc.c: Make the 'desc' variables an mword instead of a guint32 to fix 
10187         64 bit support.
10188
10189 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
10190
10191         * verify.c (verify_class_for_overlapping_reference_fields): 
10192         If class is under fulltrust allow reference types to overllap
10193         if they have the same RVA.
10194
10195 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
10196
10197         * pedump.c: Added new flag valid-only, that makes the verifier
10198         behaves just like --security=validil. It won't fail type load
10199         due to unverifiable restrictions.
10200
10201 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
10202
10203         * class-internals.h (struct MonoMethod): Added a verification_success
10204         field to cache verifier executions. Reduced MonoMethod:slot size by
10205         one bit.
10206
10207 2008-04-23  Zoltan Varga  <vargaz@gmail.com>
10208
10209         * sgen-gc.c (OBJ_RUN_LEN_SIZE): Make this and other macros take a 'desc' argument
10210         instead of a 'vt' argument to save an indirection and to allow these to be used
10211         for valuetypes.
10212         (scan_vtype): New helper function to scan an area using a gc descriptor.
10213         (mono_gc_wbarrier_value_copy): Implement this.
10214         (handle_remset): Add support for REMSET_VTYPE.
10215         (find_in_remset_loc): Ditto.
10216         (mono_gc_base_init): Allow some debugging options to be controlled through the
10217         use of the MONO_GC_DEBUG env variable.
10218         (mono_gc_alloc_obj): Add support the 'collect-before-allocs' debug option.
10219         (collect_nursery): Add support for the 'check-at-minor-collection' debug option.
10220
10221 2008-04-23  Martin Baulig  <martin@ximian.com>
10222
10223         * domain.c (mono_domain_create): Move the call to
10224         mono_debug_domain_create() down, after allocating the domain id.
10225
10226 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
10227
10228         verify.c (verify_class_for_overlapping_reference_fields): Skip
10229         static fields while verifying for overlapping fields as they
10230         don't matter at all.
10231
10232 2008-04-23  Marek Habersack  <mhabersack@novell.com>
10233
10234         * domain-internals.h: added a declaration of
10235         mono_make_shadow_copy.
10236
10237         * assembly.c (mono_assembly_open_full): shadow copying of
10238         assemblies moved to here, so that all the assemblies within the
10239         application domain's private binary directories can be
10240         processed. Fixes bug #380546
10241
10242         * appdomain.c (mono_make_shadow_copy): make_shadow_copy renamed to
10243         mono_make_shadow_copy and made non-static. The decision whether
10244         to shadow-copy an assembly is made based on its location - it's
10245         copied if it's in one of the private application domain binary
10246         directories and its different to the target file in the shadow
10247         directory. Fixes bug #380546
10248
10249 2008-04-22  Zoltan Varga  <vargaz@gmail.com>
10250
10251         * reflection.c (fixup_method): Handle {Method|Constructor}OnTypeBuilderInst.
10252
10253         * object-internals.h: Add MonoReflection{Method|Constructor}OnTypeBuilderInst
10254         types.
10255
10256         * reflection.c (mono_image_create_token): Handle 
10257         Method/ConstructorOnTypeBuilderInst.
10258         (resolve_object): Ditto.
10259         (inflate_mono_method): Receive the inflated class instead of a MonoGenericClass
10260         so it can be called from resolve_object. Also handle the case when the inflated
10261         class already has its methods setup.
10262
10263 2008-04-21  Martin Baulig  <martin@ximian.com>
10264
10265         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 69.
10266
10267 2008-04-20  Geoff Norton  <gnorton@novell.com>
10268
10269         * icall.c: Fix the _NSGetEnviron define to prevent an impropoer
10270         pointer dereference.
10271
10272 2008-04-15  Marek Habersack  <mhabersack@novell.com>
10273
10274         * appdomain.c (try_load_from): if IOMAP is in effect, call the
10275         portability API to look up the assembly file. Fixes behavior in
10276         situations when the application has a bin/ directory, but the
10277         assembly search patch refers to Bin/ (and thus the requested file
10278         name is Bin/SomeLibrary.dll). Fixes bug #379888
10279
10280 2008-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
10281
10282         verify.c (mono_type_is_generic_argument): Extracted this check
10283         from a dozen places to here.
10284
10285         verify.c: Fixed all issues related to boxing generic arguments
10286         and their constraints.
10287
10288 2008-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
10289
10290         verify.c (mono_class_interface_implements_interface): Fix win32 build.
10291
10292 2008-04-14  Zoltan Varga  <vargaz@gmail.com>
10293
10294         * reflection.c (mono_custom_attrs_construct): Fix crash when the cattr type
10295         isn't finished yet. Fixes #363447.
10296
10297 2008-04-13  Zoltan Varga  <vargaz@gmail.com>
10298
10299         * class.c (mono_bounded_array_class_get): Fix the name of bounded array types.
10300         Fixes #346419.
10301
10302 2008-04-13  Jb Evain  <jbevain@novell.com>
10303
10304         * domain.c: update the 2.1 profile versions.
10305         Merged from the Moonlight 2 branch.
10306
10307 2008-04-12  Zoltan Varga  <vargaz@gmail.com>
10308
10309         * assembly.c (mono_assembly_load_from_full): Do the check for loading other
10310         mscorlibs for the non-refonly case as well.
10311
10312         * image.c (do_mono_image_load): Remove the mscorlib check, it is already done
10313         in mono_assembly_load_from_full (). Fixes #378924.
10314
10315 2008-04-11  Geoff Norton  <gnorton@novell.com>
10316
10317         * icall.c: The global extern environ doesn't exist on Mac.  We
10318         need to call NSGetEnviron instead.
10319
10320 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
10321
10322         verify.c: Add generic method constraint verification.
10323
10324 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
10325
10326         class.c (mono_class_inflate_generic_method_full): Add a long
10327         explanation to the is_mb_open hack. Remove the FIXME.
10328
10329 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
10330
10331         * verify.c (mono_method_verify): Mark all unknown opcodes
10332         as invalid. Mark jmp as unverifiable.
10333
10334 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
10335
10336         * verify.c: Add code to do type constraint verification on class instances.
10337
10338         * verify.c (mono_verifier_verify_class): Use the type constraint 
10339         verification code.
10340
10341 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
10342
10343         * class.c (mono_class_get_field_default_value): Don't pass cindex
10344         as hint to mono_metadata_get_constant_index. The local is not initialized
10345         and should contain garbage most of the time. This could only work
10346         with a lot of luck.
10347
10348 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
10349
10350         * tokentype.h: Add MONO_TOKEN_GENERIC_PARAM.
10351
10352 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
10353
10354         * class-internals.h: Add generic_param_token to MonoClass::sizes union.
10355
10356         * class.c (mono_class_from_generic_parameter): Save the token of the
10357         generic param in MonoClass::sizes.generic_param_token.
10358
10359         * reflection.c (mono_custom_attrs_from_class): If the class type is
10360         VAR or MVAR retrieve the attributes of the generic param.
10361
10362 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
10363
10364         * class.c (mono_class_init): Do class verification if the verifier
10365         is enabled.
10366
10367 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
10368
10369         * verify-internal.h: Added mono_verifier_verify_class.
10370
10371         * verify.c: Added mono_verifier_verify_class. It checks for
10372         classes with explicit layout that have overlapping reference fields.
10373
10374         * pedump.c: Init the verifier state prior to verification. Fixed
10375         command line arguments.
10376
10377 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
10378
10379         * Makefile.am: Added verify-internals.h, hopefully fix the build.
10380
10381 2008-04-08  Zoltan Varga  <vargaz@gmail.com>
10382
10383         * verify-internals.h: Fix a warning.
10384
10385 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
10386
10387         * verify-internals.h: New header with the verifier configuration
10388         extracted from mini.c.
10389
10390         * verify.c: Implemented the new functions exported by verify-internals.h.
10391
10392 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
10393
10394         * verify.c: Add proper verification of ckfinite.
10395
10396 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
10397
10398         * verify.c (do_conversion): Improved error message to something
10399         more meanfull.
10400
10401         * verify.c (check_is_valid_type_for_field_ops): Fix to work
10402         with primitive types.
10403
10404 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
10405
10406         * verify.c: Added tail prefix checking. Marked icall
10407         as unverifible.
10408
10409 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
10410
10411         * verify.c: Fix the detection of branches to the middle
10412         of an instruction.
10413
10414 2008-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
10415
10416         * verify.c: Implemented verification of volatile. and
10417         unaligned. prefix. Check if a type is valid after retrieving it.
10418
10419 2008-04-01  Dick Porter  <dick@ximian.com>
10420
10421         * process.c (process_get_fileversion): If there's no string block,
10422         set the file language to en_US.  Fixes the other new part of bug
10423         374600.
10424
10425 2008-03-29 Rodrigo Kumpera  <rkumpera@novell.com>
10426
10427         * class.c: New functions mono_method_can_access_field_full and
10428         mono_method_can_access_method_full. They perform type visibility
10429         and type site check.
10430
10431         * class-internal.h: Added exported functions.
10432
10433         * verify.c: Use new functions to implement proper visibility checks.
10434
10435 2008-03-29  Zoltan Varga  <vargaz@gmail.com>
10436
10437         * mono-config.h: Add missing G_BEGIN_DECLS/G_END_DECLS. Fixes #375188.
10438
10439 2008-03-28  Dick Porter  <dick@ximian.com>
10440
10441         * process.c (process_get_fileversion): Use the first language ID
10442         we see, rather than insisting on an invariant language.  Fixes bug
10443         374600.
10444
10445 2008-03-28  Zoltan Varga  <vargaz@gmail.com>
10446
10447         * reflection.c (calc_section_size): Use add_stream_zero to align the size of
10448         the streams to fix reading of invalid memory later.
10449
10450         * metadata.h (MonoType): Use 'MonoTypeEnum' instead of int for the 'type' field
10451         to ease debugging.
10452
10453 2008-03-26  Zoltan Varga  <vargaz@gmail.com>
10454
10455         * marshal.c (signature_dup): Use mono_metadata_signature_alloc ().
10456         (cominterop_method_signature): Ditto. Fix the size passed to memcpy.
10457
10458 2008-03-26  Massimiliano Mantione  <massi@ximian.com>
10459         * threads.h: Added MonoThreadManageCallback type and
10460         mono_thread_set_manage_callback prototype
10461         * object-internals.h: In _MonoThread, renamed unused6 to manage_callback
10462         (used to store the mono_thread_manage callback).
10463         * threads.c: Added mono_thread_set_manage_callback, and handle
10464         "MonoThread->manage_callback" in build_wait_tids.
10465
10466 2008-03-26  Dick Porter  <dick@ximian.com>
10467
10468         * process.c (process_get_fileversion): Set FileVersionInfo strings
10469         to Empty when the resource doesn't have the particular info.
10470         Fixes bug 355717.
10471
10472 2008-03-25 Rodrigo Kumpera  <rkumpera@novell.com>
10473
10474         * verify.c (mono_method_verify): Proper prefix validation.
10475
10476 2008-03-25  Zoltan Varga  <vargaz@gmail.com>
10477
10478         * icall.c (ves_icall_InternalInvoke): Return exceptions thrown by the icall
10479         itself in a separate argument instead of throwing them. Fixes #373448.
10480
10481         * appdomain.c: Bump corlib version.
10482
10483 2008-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
10484
10485         * verify.c: Implemented readonly prefix and verify controled mutability pointers.
10486
10487 2008-03-20  Kornél Pál  <kornelpal@gmail.com>
10488
10489         * file-io.c, filewatcher.c, threadpool.c, threads.c: Removed Windows
10490         version macros.
10491
10492 2008-03-20  Mark Probst  <mark.probst@gmail.com>
10493
10494         * generic-sharing.c, class-internals.h: Code for putting
10495         reflection types into the runtime generic context.
10496
10497 2008-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
10498
10499         * icall.c (ves_icall_get_method_info): Return correct values for the call convention.
10500         Fixes #340662. 
10501
10502
10503 2008-03-17 Rodrigo Kumpera  <rkumpera@novell.com>
10504
10505         * verify.c (VerifyContext): Added instruction prefix data to the struct.
10506
10507         * verify.c (is_compatible_boxed_valuetype): Don't check if the type is a valuetype, been boxed is enough.
10508
10509         * verify.c (do_invoke): Support constrained callvirt form. Grouped similar checks together.
10510
10511         * verify.c (do_cast): Let the result value keep the boxed status.
10512
10513         * verify.c (mono_method_verify): Add proper support for prefixed and implement contrained.
10514
10515 2008-03-17  Jb Evain  <jbevain@novell.com>
10516
10517         * reflection.c: when running on a 2.0 runtime, emit
10518         unconditionally the #~ header version as 2.0, and the
10519         CLI header version as 2.5, for symmetry's sake with csc.
10520
10521 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
10522
10523         * class.c: Remove the unused cache_interface_offsets stuff.
10524
10525         * class.c loader.c domain.c verify.c metadata.c debug-helpers.c threadpool.c
10526         profiler.c: Fix warnings.
10527
10528 2008-03-16  Mark Probst  <mark.probst@gmail.com>
10529
10530         * generic-sharing.c, class-internals.h: Support for putting
10531         methods into the runtime generic context.
10532
10533 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
10534
10535         * class.c (mono_class_setup_fields): Ignore calls made to this function for
10536         classes which are generic instances of not-yet finished typebuilders. Fixes
10537         #351172.
10538
10539         * reflection.c (fixup_method): Add support for FieldOnTypeBuilderInst.
10540
10541 2008-03-15  Zoltan Varga  <vargaz@gmail.com>
10542
10543         * metadata-internals.h (MonoDynamicImage): Add 'generic_def_objects' hash table.
10544
10545         * class-internals.h (MonoMethodInflated): Remove the rarely used reflection_info
10546         field, replace it with a hash table in MonoDynamicImage.
10547
10548         * reflection.c (inflate_mono_method): Access the generic definition object from
10549         image->generic_def_objects instead of imethod->reflection_info.
10550
10551         * reflection.c (mono_reflection_bind_generic_method_parameters): Ditto. 
10552
10553         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition): Ditto.
10554         
10555         * image.c (mono_image_close): Move the dynamic image freeing code to a separate
10556         function in reflection.c so it is easier to keep in sync with the dynamic image
10557         creation code.
10558
10559         * reflection.c (mono_dynamic_image_free): New internal function, extracted from
10560         mono_image_close ().
10561
10562 2008-03-15  Mark Probst  <mark.probst@gmail.com>
10563
10564         * class.c (mono_class_generic_sharing_enabled): Disable generic
10565         sharing for all architectures except AMD64 and x86 to fix build.
10566
10567 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
10568
10569         * verify.c: Use the generic definition MonoGenericContext when available.
10570         Remove code for checking generics instance compatibility in favor of
10571         mono_class_is_assignable_from.
10572
10573 2008-03-14  Mark Probst  <mark.probst@gmail.com>
10574
10575         * marshal.c, marshal.h, metadata-internals.h, image.c,
10576         wrapper-types.h: New wrapper for invoking a shared static method
10577         without having to pass the runtime generic context argument.
10578
10579 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
10580
10581         * icall-def.h: Add missing function PerformanceCounterCategory::GetInstanceNames.
10582
10583 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
10584
10585         * reflection.c (mono_image_get_field_on_inst_token): Add caching.
10586         
10587         * reflection.c (mono_image_get_field_on_inst_token): New helper function to
10588         create a token from a FieldOnTypeBuilderInst.
10589         (mono_image_create_token): Handle FieldOnTypeBuilderInst.
10590         (resolve_object): Ditto.
10591
10592         * object-internals.h (MonoReflectionFieldOnTypeBuilderInst): New structure
10593         mirroring System.Reflection.Emit.FieldOnTypeBuilderInst.
10594
10595 2008-03-14  Martin Baulig  <martin@ximian.com>
10596
10597         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 68.
10598
10599         * debug-mono-symfile.h
10600         (MONO_SYMBOL_FILE_VERSION): Bump to 41.
10601         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): New #define.
10602
10603 2008-03-10  Martin Baulig  <martin@ximian.com>
10604
10605         * debug-mono-symfile.h
10606         (MonoSymbolFileMethodAddress): Removed `num_lexical_blocks' and
10607         `lexical_block_table_offset'.
10608         (MonoDebugMethodInfo): Removed `num_lexical_blocks' and
10609         `lexical_blocks'.
10610         (MonoSymbolFile): Added `version'.
10611
10612         * mono-debug.h
10613         (MonoDebugLexicalBlockEntry): Removed.
10614         (MonoDebugMethodJitInfo): Removed `num_lexical_blocks' and
10615         `lexical_blocks'.
10616
10617         * mono-debug.c (mono_debug_add_method): Don't compute lexical
10618         blocks here; the debugger now does this internally.
10619
10620 2008-02-27  Martin Baulig  <martin@ximian.com>
10621
10622         * object.c (mono_runtime_exec_main): Call
10623         `mono_debugger_event (MONO_DEBUGGER_EVENT_REACHED_MAIN)' and
10624         `mono_debugger_event (MONO_DEBUGGER_EVENT_MAIN_EXITED)' here.
10625
10626 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
10627
10628         * verify.c (verify_type_compatibility_full): Allow native int to be converted
10629         to native pointer in non-strict mode. Required to "(IntPtr)null" work.
10630
10631 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
10632
10633         * verify.c (verify_ldftn_delegate): Accept a sealed type when using
10634         ldftn with a virtual method.
10635
10636 2008-03-13  Geoff Norton  <gnorton@novell.com>
10637
10638         * decimal.c:  Only include memory.h if the platform has it.
10639
10640 Wed Mar 12 12:11:06 CET 2008 Paolo Molaro <lupus@ximian.com>
10641
10642         * assembly.c, class.c, metadata-internals.h: make sure public key
10643         tokesns are compared in a case-insensitive way. Also, all
10644         the lookups in the GAC use a lowercase public key token
10645         (gaacutil already does the lowercasing on install). Fixes
10646         bug #369541.
10647
10648 2008-03-11 Rodrigo Kumpera  <rkumpera@novell.com>
10649
10650         * verify.c (mono_delegate_signature_equal): Do proper variance check on arguments
10651         and return value.
10652
10653 Tue Mar 11 17:41:38 CET 2008 Paolo Molaro <lupus@ximian.com>
10654
10655         * image.c: when someone loads a mscorlib from a file, return the
10656         currently loaded mscorlib (fixes bug #369253).
10657
10658 Tue Mar 11 16:47:32 CET 2008 Paolo Molaro <lupus@ximian.com>
10659
10660         * class.c: handle types with no parents by forcing them to have
10661         System.Object as a parent and marking them as broken (this currently
10662         allows the first part of bug #369173 to work as well, likely because
10663         we don't check for typeload exceptions everywhere yet).
10664
10665 Tue Mar 11 15:23:54 CET 2008 Paolo Molaro <lupus@ximian.com>
10666
10667         * class.c: more complete check that types belong to corlib
10668         (fixes second part of bug #369173).
10669
10670 2007-03-10  Bill Holmes  <billholmes54@gmail.com>
10671
10672         * generic-sharing.c:  Including glib.h for the MSVC builds to define
10673           "inline" to "__inline" before including mono-membar.h.
10674           
10675         * mono-perfcounters.c:  Adding HAVE_SYS_TIME_H check for MSVC builds.
10676           Rename "Unknown" to "CatTypeUnknown" to avoid name collisions for 
10677           MSVC builds.
10678
10679         Contributed under MIT/X11 license.
10680
10681 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
10682
10683         * verify.c (do_invoke_method): Remove return type validation.
10684
10685         * verify.c (do_ret): Do return type validation at return site instead of
10686         call site.
10687
10688 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
10689
10690         * verify.c (do_invoke_method): Mark callvirt to static methods unverifiable.
10691
10692         * verify.c: Some todos cleaned and improved a few error messages.
10693
10694 2008-03-08  Zoltan Varga  <vargaz@gmail.com>
10695
10696         * class.c (mono_class_setup_mono_type): Improve the test for corlib.
10697
10698 2008-03-07  Zoltan Varga  <vargaz@gmail.com>
10699
10700         * class.c (mono_class_setup_mono_type): Handle types whose name clashes with
10701         system types correctly.
10702
10703         * exception.h exception.c (mono_exception_from_token_two_strings): New helper
10704         function.
10705
10706 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
10707
10708         * assembly.c (build_assembly_name): Fix a warning.
10709
10710 Thu Mar 6 19:43:41 CET 2008 Paolo Molaro <lupus@ximian.com>
10711
10712         * marshal.c: ldfld_remote and stfld_remote needs just one wrapper as
10713         the called function takes an object type argument. Fixes storing or
10714         valuetypes across remoting as well as reducing memory usage.
10715         * image.c, metadata-internals.h: remove now unused ldfld_remote and
10716         stfld_remote wrapper caches.
10717
10718 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
10719
10720         * icall.c (mono_lookup_internal_call): Update the exception message when an icall
10721         is not found.
10722
10723         * reflection.c (mono_image_register_token): New helper function to save
10724         a token->object mapping.        
10725
10726         * icall.c (ves_icall_ModuleBuilder_RegisterToken): New icall to access it from
10727         managed code.
10728
10729         * reflection.c (_mono_reflection_parse_type): Distinguish between vectors and
10730         one dimension arrays. Fixes #367670.
10731         (mono_reflection_get_type_internal): Ditto.
10732
10733 Tue Mar 4 19:04:02 CET 2008 Paolo Molaro <lupus@ximian.com>
10734
10735         * marshal.c: mono_load_remote_field_new() always returns object.
10736         so use the proper signature (fixes bug #366445).
10737
10738 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
10739         
10740         * class-internals.h (MonoMethod): Remove unused uses_this flag, 
10741         add an 'inline_failure' flag instead.
10742
10743 2008-03-04  Mark Probst  <mark.probst@gmail.com>
10744
10745         * domain-internals.h, domain.c: Replaced MonoGenericSharingContext
10746         with a new structure, MonoGenericJitInfo, in the MonoJitInfo.  It
10747         contains the location of "this", used for exception handling.
10748
10749 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
10750
10751         * class.c (mono_class_layout_fields): Set the min alignment of small structs to
10752         their size on all platforms for perf reasons.
10753
10754 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
10755
10756         * reflection.h: Move mono_reflection_is_valid_dynamic_token to
10757         object-internal.h
10758
10759         * object-internal.h: Same.
10760
10761 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
10762
10763         * reflection.h: Fix the build I just broke.
10764
10765 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
10766
10767         * reflection.c (mono_reflection_is_valid_dynamic_token): New function,
10768         Test if a token is valid, this remove explicit usage of 
10769         MonoDynamicImage::tokens from the verifier code.
10770
10771         * reflection.h: Added mono_reflection_is_valid_dynamic_token.
10772
10773         * verify.c (token_bounds_check): Use mono_reflection_is_valid_dynamic_token
10774         instead of direct access to MonoDynamicImage::tokens.
10775
10776 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
10777
10778         * verify.c (token_bounds_check): Fix the build I just broke.
10779
10780 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
10781
10782         * verify.c (token_bounds_check): Fix bounds check for dynamic images.
10783
10784         * verify.c (verifier_load_method): Fixed the errors message.
10785
10786         * verify.c (mono_method_verify): Fixed a debug message.
10787
10788 Thu Feb 28 19:49:45 CET 2008 Paolo Molaro <lupus@ximian.com>
10789
10790         * icall-def.h, domain.c, mono-perfcounters-def.h, mono-perfcounters.c,
10791         mono-perfcounters.h, class-internals.h: support for predefined
10792         writable counters, query of categories and counters, bugfixes.
10793
10794 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
10795
10796         * verify.c (do_refanytype): Verify the refanytype opcode.
10797
10798         * verify.c (mono_method_verify): Use do_refanytype.
10799
10800 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
10801
10802         * verify.c (do_mkrefany): Verify the mkrefany opcode.
10803
10804         * verify.c (mono_method_verify): Use do_mkrefany.
10805
10806 Wed Feb 27 19:49:16 CET 2008 Paolo Molaro <lupus@ximian.com>
10807
10808         * Makefile.am, icall-def.h, icall.c, mono-perfcounters-def.h,
10809         mono-perfcounters.c, mono-perfcounters.h: basic performance counter
10810         implementation.
10811
10812 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
10813
10814         * marshal.c (mono_marshal_get_synchronized_wrapper): Fix the code which throws
10815         the type load exception.
10816
10817 2008-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
10818
10819         * verify.c: Added a few FIXME for method signatures
10820
10821         * verify.c (do_invoke_method): Use mono_method_get_signature_full instead
10822         of mono_method_get_signature and get vararg call working. Removed unused
10823         checks for return value.
10824
10825         * verify.c (do_refanyval): Verify the refanyval opcode.
10826
10827         * verify.c (mono_method_verify): Implemented verification of arglist and
10828         use do_refanyval.
10829
10830 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
10831
10832         * class.c (mono_class_setup_methods): Move the check for synchronized methods on
10833         vtypes to marshal.c.
10834
10835         * marshal.c (mono_marshal_get_synchronized_wrapper): Do the vtype check here so
10836         it works for AOT as well.
10837
10838 Tue Feb 26 17:46:32 CET 2008 Paolo Molaro <lupus@ximian.com>
10839
10840         * monitor.c, threads.c, threadpool.c: replace the use of GetTickCount ()
10841         with mono_msec_ticks () which is monotonic and doesn't cause bugs when
10842         the system time is adjusted.
10843
10844 Tue Feb 26 17:40:10 CET 2008 Paolo Molaro <lupus@ximian.com>
10845
10846         * icall.c, icall-def.h: use the new time functions (fixes the
10847         non-monotonic behaviour of TickCount).
10848
10849 2008-02-26  Zoltan Varga  <vargaz@gmail.com>
10850
10851         * reflection.c (mono_custom_attrs_from_builders): Revert the last change as
10852         it breaks the build.
10853         
10854         * reflection.c (mono_custom_attrs_from_builders): Assert instead of a crash if the
10855         cattr is not finished yet.
10856
10857 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
10858
10859         * verify.c: Proper token validation for field, method and type.
10860
10861 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
10862
10863         * loader.c (field_from_memberref): Generate a loader error if the type is not found.
10864
10865         * loader.c (method_from_memberref): Generate type load error instead of method missing
10866         if the type is not found.
10867
10868 2008-02-23  Zoltan Varga  <vargaz@gmail.com>
10869
10870         * marshal.c (mono_marshal_emit_managed_wrapper): Avoid generating invalid IL if
10871         some of the conversions caused the generation of a marshal directive exception.
10872
10873 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
10874
10875         verify.c: Report which exception should be thrown by the JIT.
10876         Added a lot of FIXME notes.
10877
10878 2008-02-22  Mark Probst  <mark.probst@gmail.com>
10879
10880         * generic-sharing.c: Runtime generic context slots are not
10881         instantiated on init anymore.  Instead, provide function to do the
10882         instantiating on demand.
10883
10884         * class-internals.h: Added vtable to runtime generic context.
10885         Macros for encoding direct and indirect slot offsets in one
10886         guint32.
10887
10888 2008-02-21  Mark Probst  <mark.probst@gmail.com>
10889
10890         * object.c, generic-sharing.c: Moved some generic sharing code
10891         from object.c to generic-sharing.c.
10892
10893         * generic-sharing.c: Added support for extensible runtime generic
10894         context.
10895
10896         * metadata-internals.h: Two new hash tables in MonoImage for
10897         extensible runtime generic context support.
10898
10899         * domain.c: Unregister generic vtables upon domain unloading.
10900
10901         * image.c: Destroy new hash tables upon image unloading.
10902
10903         * metadata.c: Unregister generic subclasses upon image unloading.
10904
10905         * class-internals.h: New data structure for runtime generic
10906         context template.  New fields in the runtime generic context for
10907         extensible part.
10908
10909         * Makefile.am: Added generic-sharing.c.
10910
10911 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
10912
10913         icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): If
10914         there is a pending loader exception, raise it.
10915
10916         icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
10917         same.
10918
10919         icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): 
10920         same.
10921
10922         Fixes #363450.
10923
10924 2008-02-20  Zoltan Varga  <vargaz@gmail.com>
10925
10926         * icall.c (ves_icall_Type_GetPacking): Handle dynamic types.
10927
10928         * assembly.c (mono_assembly_load_from_full): Fix a leak in the previous patch.
10929         
10930         * assembly.c (mono_assembly_load_from_full): Return the non-refonly corlib for
10931         ref-only requests for compatibility with MS.
10932
10933 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
10934
10935         * reflection.c (mono_custom_attrs_from_method): Don't silently
10936         return an empty list for generic method instances.
10937         (mono_custom_attrs_from_param): Likewise.
10938
10939 2008-02-20  Rodrigo Kumpera  <rkumpera@novell.com>
10940             Raja R Harinath  <harinath@hurrynot.org>
10941
10942         Fix #354757
10943         * class-internals.h (struct _MonoMethodInflated.is_mb_open): Add.
10944         * class.c (mono_class_inflate_generic_method_full): Initialize it
10945         when a fully-open method is instantiated.
10946         * metadata.c (inflated_method_equal, inflated_method_hash): Update
10947         to new field.
10948         * reflection.c (inflate_mono_method): Don't create a temporary context.
10949
10950 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
10951
10952         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
10953         Compute correct value, to prepare for imethod->reflection_info going away.
10954
10955 2008-02-19  Zoltan Varga  <vargaz@gmail.com>
10956
10957         * class.c (mono_class_setup_vtable_general): Ignore static methods in interfaces.
10958
10959 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
10960
10961         * verify.c: Implement skip visibility flag.
10962
10963 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
10964
10965         * verify.h: Added MONO_VERIFY_SKIP_VISIBILITY and struct MonoVerifyInfoExtended
10966         which contains an extra field to tell the kind of exception that should be thrown.
10967
10968         * verify.c: Use MonoVerifyInfoExtended instead of MonoVerifyInfo.
10969
10970 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
10971
10972         * loader.c (mono_method_get_param_names): Initialize 'klass' after
10973         'method' is updated.
10974
10975 2008-02-11  Zoltan Varga  <vargaz@gmail.com>
10976
10977         * class.c (mono_class_layout_fields): Set class->min_align for classes using
10978         explicit layout as well. Fixes #360375.
10979
10980 2008-02-11  Geoff Norton  <gnorton@novell.com>
10981
10982         * loader.c: Guard and dereference against inflated generic methods
10983
10984 2008-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
10985
10986         * class.c: Include Retargetable spec in assembly name.
10987         * assembly.c: Always include PublicKeyToken spec in assembly name
10988         (with value "null" if assembly is not signed), and include
10989         Retargetable spec.
10990         * icall-def.h: Added icall for Assembly.get_fullname.
10991         * icall.c: Added icall returning the fullname of an assembly.
10992
10993 2008-02-09  Zoltan Varga  <vargaz@gmail.com>
10994
10995         * class.c (mono_class_setup_vtable_general): Add a missing call to
10996         mono_class_setup_methods () which is needed in the AOT case.
10997
10998 2008-02-08 Rodrigo Kumpera  <rkumpera@novell.com>
10999
11000         * verify.c (mono_type_get_stack_name): Added. Return the name for the
11001         stack type of the given MonoType.
11002
11003         * verify.c (verify_type_compatibility_full): Handle the void type.
11004
11005         * verify.c (is_compatible_boxed_valuetype): Changed to fit the
11006         way stack merging works.
11007
11008         * verify.c (store_local): Improved verification message.
11009
11010         * verify.c (do_branch_op): If the merging is invalid, the method
11011         is unverifiable and not invalid. Improved error message.
11012
11013         * verify.c (merge_stacks): Properly merge a boxed valuetype and
11014         a reference type diferent than System.Object. Improved error
11015         message.
11016
11017 2008-02-07 Rodrigo Kumpera  <rkumpera@novell.com>
11018
11019         * verify.c (mono_type_is_enum_type): Added. Test if a type is an enum.
11020
11021         * verify.c (mono_type_get_underlying_type_any): Added. Return the underlying
11022         type of an enum even if the argument is byref.
11023
11024         * verify.c: Replace all explicit uses of enumtype and enum_basetype
11025         to calls to mono_type_is_enum_type and mono_type_get_underlying_type_any.
11026
11027         * verify.c: Check for an enum in all cases of MONO_TYPE_GENERICINST.
11028
11029         *verify.c (verify_type_compatibility_full): Make enum types
11030         compatible with their base types.
11031
11032         * verify.c (is_compatible_boxed_valuetype): Added. Check if both
11033         types are compatible for the special case of a boxed valuetype and
11034         System.Object.
11035
11036         * verify.c (verify_stack_type_compatibility): The function
11037         is_compatible_boxed_valuetype was extracted from here.
11038
11039         * verify.c (push_arg): Only set ctx->has_this_store if the method
11040         is not static.
11041
11042         * verify.c (do_ldelem): Fixed a typo in an error message and added
11043         strict check for mixing int32 and native int as the array type
11044         and ldelem type.
11045
11046         * verify.c (merge_stacks): Consider boxed valuetypes in the
11047         compatibility checks.
11048
11049 2008-02-07  Massimiliano Mantione  <massi@ximian.com>
11050         * profiler.h: (MonoGCEvent): Added start-stop the world events.
11051
11052 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
11053         *class.c: use_new_interface_vtable_code: renamed the env var to have
11054         a "MONO_" prefix, and fix the logic to enable it by default.
11055
11056 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
11057         *class.c:
11058         mono_class_setup_vtable_general: rewrote the way in which interface
11059         methods are added to vtables. Makes bug-77127.exe pass, and hopefully
11060         makes the code more maintainable.
11061         For now the old code is still there, and can be activated setting
11062         the env var "USE_NEW_INTERFACE_VTABLE_CODE".
11063
11064 2008-02-06 Rodrigo Kumpera  <rkumpera@novell.com>
11065
11066         * verify.c: guarded some debug functions around and #ifdef.
11067
11068         * verify.c (merge_stacks): implement proper PIII 1.8.1.3 stack state merging.
11069
11070 2008-02-06  Zoltan Varga  <vargaz@gmail.com>
11071
11072         * marshal.c (mono_marshal_get_runtime_invoke): Revert the direct_wrapper
11073         changes for now since they seem to break too many things.
11074
11075 2008-02-05  Mark Probst  <mark.probst@gmail.com>
11076
11077         * marshal.c, marshal.h (mono_marshal_find_bitfield_offset,
11078         mono_marshal_find_nonzero_bit_offset): Added macro and function
11079         for finding the byte- and bit-offset of a bitfield within a
11080         struct.
11081
11082 2008-02-05  Zoltan Varga  <vargaz@gmail.com>
11083
11084         * marshal.c (mono_marshal_get_ptr_to_struct): Make the signature non-pinvoke.
11085         (mono_marshal_get_struct_to_ptr): Ditto.
11086
11087         * marshal.c (mono_marshal_get_runtime_invoke): Fix the signature of 
11088         cctor_signature.
11089
11090 2008-02-03  Zoltan Varga  <vargaz@gmail.com>
11091
11092         * marshal.c (mono_marshal_get_runtime_invoke): Fix sharing of runtime wrappers
11093         between methods for non-corlib types.
11094
11095 2008-02-02  Geoff Norton  <gnorton@novell.com>
11096
11097         * loader.c (mono_method_get_param_names): Populate the parameter name for 
11098         generic parameters as well. (Fixes #342536)
11099
11100 2008-01-31 Rodrigo Kumpera  <rkumpera@novell.com>
11101
11102         * verify.c (is_valid_bool_arg): Allow boxed values and null literals as well.
11103
11104         * verify.c (do_invoke_method): Fix for calling with byref structs.
11105
11106         * verify.c (do_cast): push a boxed value type based on the type token and not
11107         the type of stack.
11108
11109 2008-01-31  William Holmes  <billholmes54@gmail.com>
11110
11111         * process.c (process_module_string_read): Check the size returned form 
11112           VerQueryValue to avoid out of memory exception. 
11113
11114 2008-01-30  Zoltan Varga  <vargaz@gmail.com>
11115
11116         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
11117         Handle properly modules which are not in the moduleref table. Fixes
11118         #356938.
11119
11120 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
11121
11122         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Remove
11123         the dynamic case which is now in managed code.
11124         (ves_icall_System_Reflection_Assembly_GetTypes): Ditto.
11125
11126         * marshal.c (mono_string_to_bstr): Fix a warning.
11127         (init_com_provider_ms): Ditto.
11128
11129         * appdomain.c (ves_icall_System_AppDomain_createDomain): Add some FIXMEs.
11130
11131         * exception.c (mono_get_exception_out_of_memory): New helper function.
11132
11133 2008-01-28  Jonathan Chambers  <joncham@gmail.com>
11134
11135         * marshal.c: Add support for BSTR marshalling
11136         using other COM systems.
11137
11138         Code is contributed under MIT/X11 license.
11139
11140 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
11141
11142         * object.c (mono_runtime_invoke_array): reverted previous
11143         commit as it breaks the build.
11144
11145 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
11146
11147         * object.c (mono_runtime_invoke_array): Verify arguments for
11148         invalid types. Fixes #348522.
11149
11150 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
11151
11152         * verify.c: added IL_CODE_CALL_NONFINAL_VIRTUAL to track calls to
11153         non-final virtual calls using call. 
11154
11155         * verify.c (do_invoke): fixed some TODOs.
11156
11157         * verify.c (push_arg): set has_this_store for "ldarga 0".
11158
11159 2008-01-27  Zoltan Varga  <vargaz@gmail.com>
11160
11161         * reflection.c (reflection_methodbuilder_to_mono_method): Allow DynamicMethods
11162         which belong to an inflated class. Fixes #356531.
11163
11164 2008-01-26  Robert Jordan  <robertj@gmx.net>
11165
11166         * file-io.c: Implement and use wrappers for GetFileAttribute|Ex ()
11167         which resort to FindFirstFile when a certain error condition
11168         (ERROR_SHARING_VIOLATION) occured. Fixes bug #325212.
11169         Code is contributed under MIT/X11 license.
11170
11171 2008-01-24  Jonathan Chambers  <joncham@gmail.com>
11172
11173         * marshal.c (emit_marshal_string): Fix out string marshalling
11174         to use specified encoding. Fixes #323900.
11175
11176         Code is contributed under MIT/X11 license.
11177
11178 2008-01-24  Raja R Harinath  <harinath@hurrynot.org>
11179
11180         * class.c (mono_class_inflate_generic_method_full): Don't modify
11181         iresult->context after cache check.
11182
11183 2008-01-23  Zoltan Varga  <vargaz@gmail.com>
11184
11185         * class.c (mono_class_inflate_generic_method_full): Change the
11186         struct assignments to memcpy for better visibility and add some comments.
11187
11188 2008-01-23  Dick Porter  <dick@ximian.com>
11189
11190         * threads.c (mono_threads_set_shutting_down): Simplify shutdown
11191         procedure, and make it work on windows.
11192
11193 2008-01-22  Zoltan Varga  <vargaz@gmail.com>
11194
11195         * object-internals.h (MonoReflectionGenericClass): Make the 'generic_type' field
11196         a MonoReflectionTypeBuilder since it is always of that type.
11197
11198         * reflection.c (mono_type_get_object): Remove an unneccesary check.     
11199
11200         * reflection.c (mono_generic_class_get_object): Simplify this a bit.
11201
11202         * reflection.c (mono_reflection_bind_generic_parameters): Ditto.
11203         
11204         * icall.c (ves_icall_MonoGenericClass_GetParentType): Ditto.
11205
11206         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Ditto.
11207
11208         * reflection.c (mono_reflection_create_runtime_class): Remove already created
11209         instantiations from the type cache.
11210
11211 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
11212
11213         * verify.c (do_ldstr): fixed token verification. previous code was 100% broken.
11214
11215         * verify.c (do_unbox_value): push a controled mutability managed pointer.
11216
11217 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
11218
11219         * verify.c (do_ldstr): added, verifies if the #US token is valid.
11220
11221         * verify.c (mono_method_verify): removed old TODO
11222
11223 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
11224
11225         * verify.c (do_newobj): add visibility check.
11226
11227 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
11228
11229         * verify.c (do_load_function_ptr): add visibility check.
11230
11231 2008-01-21  Massimiliano Mantione  <massi@ximian.com>
11232         *class.c:
11233         mono_generic_class_get_class: hook profiler events.
11234         mono_field_get_offset: added to support heap-shot in the new profiler.
11235         *class.h: exported mono_field_get_offset.
11236         * reflection.c:
11237         mono_reflection_setup_internal_class: hook profiler events.
11238
11239 2008-01-20  Zoltan Varga  <vargaz@gmail.com>
11240
11241         * marshal.c (mono_marshal_emit_native_wrapper): Add a 'check_exceptions' 
11242         argument here too and use it to avoid checking for pending exceptions if 
11243         possible.
11244
11245 2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
11246
11247         * assembly.c (build_assembly_name): add arg for passing the assembly
11248         flags. Do not consider a PublicKey with value "null" valid.
11249         (mono_assembly_name_parse_full): added boolean argument that will be
11250         set if the assembly name contains a PublicKeyToken spec. Added support
11251         for the Retargetable spec for which only Yes or No are allowed as valid
11252         value. Consider assembly name invalid if Retargetable spec is set, but
11253         either version, culture or public key (token) are not specified.
11254         * metadata-internals.h: sync signature of mono_assembly_name_parse_full
11255         with implementation in assembly.c.
11256         * icall.c (fill_reflection_assembly_name): also copy assembly flags
11257         from MonoAssemblyName.
11258         (ves_icall_System_Reflection_AssemblyName_ParseName): use newly
11259         introduced argument for mono_assembly_name_parse_full to know if the
11260         assembly name has a PublicKeyToken spec, and if it has instruct
11261         fill_reflection_assembly_name to use default value for keyToken (if
11262         PublicKeyToken is null).
11263
11264 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
11265
11266         * verify.c (mono_method_verify): fixed ovf ops with
11267         float values. They are unverifiable now.
11268
11269 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
11270
11271         * class.c (set_failure_from_loader_error): add BadImageException to the
11272         list of exceptions that can cause a type to fail to load.
11273
11274         * class.c (mono_class_get_exception_for_failure): same.
11275
11276 2008-01-17  Rodrigo Kumpera  <rkumpera@novell.com>
11277
11278         * verify.c (in_any_exception_block): added, check if offset
11279         is part of any exception handling clause.
11280
11281         * verify.c (get_stack_type): added VAR and MVAR types.
11282
11283         * verify.c (do_stobj): better error messages.
11284
11285         * verify.c (do_cpobj): added, check cpobj.
11286
11287         * verify.c (do_initobj): added, check initobj.
11288
11289         * verify.c (do_sizeof): added, check sizeof.
11290
11291         * verify.c (do_localloc): added, check localloc.
11292
11293         * verify.c: adde proper verification for cpobj, initobj, sizeof and localloc.
11294
11295 2008-01-17  Zoltan Varga  <vargaz@gmail.com>
11296
11297         * method-builder.c (mono_mb_emit_native_call): Get rid of the unused
11298         save_lmf/restore_lmf opcodes.
11299
11300         * threads.c (mono_threads_install_notify_pending_exc): New function to
11301         install a callback notifying the JIT there is a pending exception on a thread.
11302         (mono_thread_request_interruption): Call the new callback.
11303         (mono_thread_get_and_clear_pending_exception): New function to return the
11304         exception pending on a thread.
11305
11306         * marshal.c (mono_marshal_get_icall_wrapper): Add a check_exceptions argument
11307         to turn off checking for pending exceptions.
11308         (mono_marshal_get_native_wrapper): Ditto.
11309
11310 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
11311
11312         * threads-types.h: Get rid of the unnecessary extern declarations.
11313
11314 2008-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
11315
11316         * icall.c (ves_icall_Type_GetField): if NonPublic flag is set, only
11317         return field from parent class if not private.
11318         (ves_icall_Type_GetFields_internal): if NonPublic flag is set, only
11319         returns fields from parent class if they are not private.
11320         (method_nonpublic): added function to determine if a given method
11321         should be considered non-public. Returns false for private methods
11322         on parent class, and internal methods from parent on the 1.0 profile.
11323         (ves_icall_Type_GetMethodsByName): if NonPublic flag is set, then
11324         use method_nonpublic function to determine whether method should be
11325         returned.
11326         (property_accessor_public): use newly introduced method_nonpublic
11327         function to determine whether accessor is non-public. 
11328         (ves_icall_MonoType_GetEvent): If NonPublic flag is set, only return
11329         event from parent class if not private. Only return static event if
11330         Static flag is set, and only return static event from parent class if
11331         FlattenHierarchy flag is set.
11332         (ves_icall_Type_GetEvents_internal): If NonPublic flag is set, only
11333         include non-private events from parent class.
11334
11335 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
11336
11337         * icall.c (ves_icall_System_NumberFormatter_GetFormatterTables): Fix a
11338         warning.
11339
11340 2008-01-16  Wade Berrier <wberrier@novell.com>
11341
11342         * security.c: Add assembly.h header to appease some warnings
11343
11344 2008-01-16  Dick Porter  <dick@ximian.com>
11345
11346         * process.c (process_module_string_read): Remove trailing null
11347         when saving string.
11348
11349 2008-01-16  Mark Probst  <mark.probst@gmail.com>
11350
11351         * class-internals.h: A new data structure describing the layout of
11352         a runtime generic context (MonoRuntimeGenericContextTemplate).
11353
11354         * metadata-internals.h: Added a hash table to MonoDomain that maps
11355         from open generic classes to their runtime generic context
11356         templates.
11357
11358         * object.c: Building of the runtime generic context, including
11359         proper handling of generic type arguments of superclasses.
11360         Building of the runtime generic context according to the template.
11361
11362 2008-01-15  Zoltan Varga  <vargaz@gmail.com>
11363
11364         * class.c (mono_class_setup_fields): Set field.count for generic instances.
11365         Fixes #350856.
11366
11367         * image.c (do_mono_image_open): Pass TRUE as last_exists to 
11368         mono_portability_find_file (). Fixes #325466.
11369         (mono_image_get_public_key): Fix a warning.
11370
11371 2008-01-14  Zoltan Varga  <vargaz@gmail.com>
11372
11373         * class.c (mono_class_from_name): Fix comments for NULL-ness of image parameter.
11374         Fixes #353550.
11375         (mono_class_from_name_case): Ditto.
11376
11377 2008-01-13  Eyal Alaluf <eyala@mainsoft.com>
11378
11379         * icall-def.h number-formatter.h icall.c: Implemented a cross app-domain
11380           common storage for the tables used in the System/NumberFormatter class.
11381
11382 2008-01-13  Zoltan Varga  <vargaz@gmail.com>
11383
11384         * marshal.c (mono_marshal_get_runtime_invoke): Fix a typo.
11385
11386 2008-01-11  Rodrigo Kumpera  <rkumpera@novell.com>
11387
11388         * verify.c (get_boxable_mono_type): check if the token is valid.
11389
11390         * verify.c (set_stack_value): changed to add an error if an
11391         invalid type is set on stack. Changed all callers due to signature change.
11392
11393         * verify.c (do_stobj): implement stobj validation.
11394
11395 2008-01-11  Zoltan Varga  <vargaz@gmail.com>
11396
11397         * reflection.c (reflection_methodbuilder_to_mono_method): No need to
11398         set container->is_method, it was set earlier.
11399
11400         * metadata.c (type_in_image): Handle MVARs which belong to not finished
11401         generic methods.
11402
11403         * reflection.c (mono_reflection_initialize_generic_parameter): Set
11404         is_method of the generic container to TRUE for methods.
11405
11406 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
11407
11408         * metadata.c (type_in_image): Handle type parameters properly.
11409
11410         * class-internals.h (MonoGenericParam): Add an 'image' argument to track
11411         memory ownership of this structure.
11412
11413 2008-01-10  Rodrigo Kumpera  <rkumpera@novell.com>
11414
11415         * verify.c (get_boxable_mono_type): make typedref types been just
11416         unverifiable. check for void type.
11417
11418         * verify.c (do_unbox_any): added, verify opcode unbox.any.
11419
11420         * verify.c (do_load_function_ptr): accept method spec tokens.
11421
11422 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
11423
11424         * marshal.c (mono_class_native_size): Always set *align even if this is called
11425         recursively.
11426
11427 2008-01-09  Zoltan Varga  <vargaz@gmail.com>
11428
11429         * verify.c (mono_verify_corlib): Remove this as it was not used and was 
11430         out-of-date.
11431
11432 2008-01-09  Rodrigo Kumpera  <rkumpera@novell.com>
11433
11434         * verify.c: removed some old unused tables. A huge bunch of small fixes
11435         to things found while testing the verifier with mono basic.
11436
11437         * verify.c (dump_stack_value): dump null literal flag to.
11438
11439         * verify.c (verify_type_compatibility_full): fix comparison
11440         for types that have a generic super type.
11441
11442         * verify.c (verify_stack_type_compatibility): fix compatibility
11443         between null literals and reference types. fix compatibility between
11444         boxed valuetypes and object. fix corner case test for enums.
11445
11446         * verify.c (do_cmp_op): proper verification of cgt.un in case
11447         of reference types.
11448
11449         * verify.c (do_invoke_method): fix error message.
11450
11451         * verify.c (do_store_indirect
11452
11453         * verify.c (check_is_valid_type_for_field_ops): proper verification
11454         of managed pointers to valuetypes and boxed valuetypes. proper verification
11455         of null literals.
11456
11457         * verify.c (do_unbox_value): expect valuetypes to be always boxed. don't
11458         allow token to be a reference type.
11459
11460         * verify.c (do_cast): proper handling of boxes valuetypes.
11461
11462         * verify.c (do_stelem): proper handling of storing a boxed valuetype
11463         in object[].
11464
11465         * verify.c (mono_method_verify): pass the opcode to do_cmp_op
11466         to handle cgt.un properly. Implement add/mul/sub ovf opcodes.
11467         fixed the decoding of unbox_any
11468
11469 2008-01-08  Zoltan Varga  <vargaz@gmail.com>
11470
11471         * boehm-gc.c (mono_gc_deregister_root): Fix the size passed to libgc.
11472
11473 2008-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
11474
11475         * verify.c (do_newobj): do delegate verification.
11476
11477         * verify.c (verify_delegate_compatibility): perform delegate
11478         verification.
11479
11480         * verify.c (verify_ldftn_delegate): perform tests related to
11481         ldftn delegates.
11482
11483         * verify.c (mono_delegate_signature_equal): perform the
11484         slightly diferent signature comparison required by delegates.
11485
11486         * metadata.c (mono_metadata_type_equal_full): added and exported
11487         as MONO_INTERNAL. This is a version of mono_metadata_type_equal that
11488         allows signature only comparison.
11489
11490         * metadata-internal.h (mono_metadata_type_equal_full): added and exported
11491         as MONO_INTERNAL.
11492
11493 2008-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
11494
11495         * verify.c: added a bunch of stack_slot_* functions to
11496         make access to stack slot type easier. This is required to
11497         allow optional flags, like null literal, boxed value and
11498         this pointer.
11499         All access paths to IlStackDesc::stype have been changed 
11500         to use these new funcions.
11501         Removed a bunch of unused functions and cleared all warnings.
11502         This patch introduces the usage of the this pointer and 
11503         boxed value flags.
11504
11505 2008-01-07  Zoltan Varga  <vargaz@gmail.com>
11506
11507         * boehm-gc.c (mono_gc_deregister_root): Fix win32 build.
11508
11509 2008-01-06  Zoltan Varga  <vargaz@gmail.com>
11510
11511         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Change signature to
11512         match managed version.
11513
11514         * appdomain.c: Bump corlib version.
11515         
11516         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Check for a null
11517         argument.
11518
11519 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
11520
11521         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies)
11522         Set public key token to zero-length byte array if assembly is not
11523         strongnamed.
11524
11525 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
11526
11527         * icall.c (ves_icall_System_Array_SetValueImpl): Use a write barrier when
11528         writing a vtype array elem.
11529
11530 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
11531
11532         * assembly.c (build_assembly_name): return FALSE if length of token is
11533         not 16 (if not "null").
11534         (mono_assembly_name_parse_full): return FALSE if value of version,
11535         culture, token or key is 0.
11536         * icall.c (fill_reflection_assembly_name): add boolean arguments to
11537         specify whether public key and public key token must be set to default
11538         value (zero-length byte array) if not available. Set versioncompat to
11539         SameMachine. If public key is available or the default is set, then
11540         set PublicKey flag.
11541         (ves_icall_System_Reflection_Assembly_FillName): if no public key
11542         is available, use empty byte array as default value. On the 2.0
11543         profile, use default value for public key token if not set.
11544         (ves_icall_System_Reflection_InternalGetAssemblyName): on the 1.0
11545         profile, use default value for public key if not set. On the 2.0
11546         profile, use default value for public key token if not set.
11547         (ves_icall_System_Reflection_AssemblyName_ParseName): do not set
11548         default values for public key and public key token.
11549
11550 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
11551
11552         * object-internals.h (MonoReflectionAssemblyName): Add 'processor_architecture'
11553         field to keep it in synch with the managed object.
11554
11555         * marshal.c (emit_marshal_object): Add support for byref marshalling of
11556         delegates. Fixes #351520.
11557
11558         * sgen-gc.c (conservatively_pin_objects_from): Tell valgrind that the pin queue
11559         contains defined memory.
11560         
11561         * sgen-gc.c: Fix 64 bit warnings. Fix some typos. Update GC stats in mono_stats.
11562
11563         * sgen-gc.c (build_nursery_fragments): Handle half-constructed objects correctly.
11564         
11565         * sgen-gc.c (check_consistency): New helper function to do a consistency check
11566         of the GC data structures.
11567
11568         * gc-internal.h: Moved the REGISTER/UNREGISTER macros here from os/gc_wrapper.h.
11569
11570         * *.c: Include metadata/gc-internal.h instead of os/gc_wrapper.h.
11571         
11572         * object.c (mono_array_full_copy): Fix detection of whenever to use a write
11573         barrier.
11574         (mono_array_clone_in_domain): Ditto.
11575         (mono_array_clone_in_domain): Ditto.
11576
11577         * threads.c (start_wrapper): Register the thread start argument as a GC root.
11578         (cache_culture): Use a write barrier.
11579
11580         * icall.c (ves_icall_System_Array_SetValueImpl): Call a write barrier.
11581         (ves_icall_get_property_info): Ditto.
11582
11583         * object.h (MONO_STRUCT_SETREF): New macro.
11584
11585         * class-internals.h (MonoStats): Add some GC statistics.
11586
11587         * boehm-gc.c null-gc.c: Define mono_gc_deregister_root ().
11588
11589 2008-01-04  Andreas Faerber  <andreas.faerber@web.de>
11590
11591         * exception.c (mono_exception_from_name_two_strings):
11592         Break from loop after method is found.
11593
11594 2008-01-04  Dick Porter  <dick@ximian.com>
11595
11596         * process.c (process_module_string_read): Rename variable to
11597         reflect correct usage, after fixing bug 345972.
11598
11599 2008-01-03  Rodrigo Kumpera  <rkumpera@novell.com>
11600
11601         * verify.c (mono_type_create_fnptr_from_mono_method): 
11602         created a MonoType function pointer instance to be used during
11603         verification. The verifier releases this memory at end.
11604
11605         * verify.c (mono_method_is_constructor): extracted repeated
11606         checks for constructor into a single class.
11607
11608         * verify.c (do_push_field): use new extracted method
11609         for constructor check.
11610
11611         * verify.c (do_newobj): same.
11612
11613         * verify.c (do_ldftn): renamed to do_load_function_ptr
11614         and make it verify ldvirtftn too.
11615
11616         * verify.c (mono_method_verify: proper verification
11617         of ldvirtftn. release created MonoMethod instances.
11618
11619 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
11620
11621         * verify.c (token_bounds_check): added.
11622
11623         * verify.c (do_ldftn): added.
11624
11625         * verify.c (mono_method_verify): proper verificartion of ldftn.
11626
11627 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
11628
11629         * metadata.c (mono_metadata_decode_row): Assert if index is bigger
11630         than the table row count. It's the resposibility of the caller to
11631         make the bounds check and raise the correct error.
11632
11633         * metadata.c (mono_metadata_decode_row_col): Same.
11634
11635         * loader.c (mono_get_method_from_token): perform bounds check
11636         on token for methoddef table.
11637
11638 2007-12-29  Miguel de Icaza  <miguel@novell.com>
11639
11640         * icall.c
11641         (ves_icall_System_CurrentSystemTimeZone_GetTimeZoneData): Turn the
11642         assert into a negative result, the managed code already coped with
11643         that.
11644
11645         Some folks on Windows reported this error. 
11646
11647 2007-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
11648
11649         * appdomain.c: Bump corlib version.
11650         * icall.c:
11651         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies): Use
11652         CultureInfo.CreateCulture to create CultureInfo for name.
11653         (fill_reflection_assembly_name): Use CultureInfo.CreateCulture to
11654         create CultureInfo for name. Fixes bug #347174.
11655
11656 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
11657
11658         * verify.c: added IL_CODE_FLAG_STACK_INITED and IL_CODE_STACK_MERGED
11659         flags.
11660
11661         * verify.c (is_valid_branch_instruction): allow branching to the
11662         first instruction of the protected block.
11663
11664         * verify.c (is_valid_cmp_branch_instruction): same.
11665
11666         * verify.c (stack_init): use IL_CODE_FLAG_STACK_INITED flag to
11667         avoid double initialization.
11668
11669         * verify.c (merge_stacks): use IL_CODE_STACK_MERGED to
11670         detect which cases the eval stack should just be copied.
11671
11672         * verify.c (mono_method_verify): check if the eval stack
11673         is empty when entering a protected block.
11674
11675 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
11676
11677         * verify.c: added is_clause_in_range, is_clause_inside_range,
11678         is_clause_nested and verify_clause_relationship. They perform
11679         the verifications stated in P1 12.4.2.7.
11680
11681         * verify.c (mono_method_verify): remove some unused variables,
11682         add the new exception clause checks, add instruction border
11683         checks for protected block start/end, improved some error 
11684         messages and fixed a bug in the way invalid instruction access
11685         is detected.
11686
11687 2007-12-26  Zoltan Varga  <vargaz@gmail.com>
11688
11689         * boehm-gc.c (mono_gc_register_thread): Use the new GC_register_my_thread () routine
11690         from GC 7.0 if available.
11691
11692         * object.c: Remove an unused define.
11693         
11694         * object.c (mono_class_compute_gc_descriptor): Fix a warning.
11695
11696         * boehm-gc.c (mono_gc_make_descr_for_array): Implement.
11697
11698         * null-gc.c (mono_gc_make_descr_for_array): Implement.
11699
11700         * object.c (mono_class_compute_gc_descriptor): Remove an #ifdef SGEN_GC.
11701
11702         * gc-internal.h: Change the signature of mono_gc_make_descr_for_string ()
11703         to take the same arguments as the other make_descr functions.
11704
11705         * boehm-gc.c null-gc.c: Add implementation for make_descr functions.
11706
11707         * objects.c: Get rid of the MAKE_DESCRIPTOR macros, call make_descr functions
11708         directly.
11709
11710         * boehm-gc.c (mono_gc_base_init): Moved the setting of GC_stackbottom here from
11711         mini.c.
11712
11713         * object.c (mono_class_compute_gc_descriptor): Move the GC_init_gcj_malloc () 
11714         call to boehm-gc.c.
11715
11716         * boehm-gc.c (mono_gc_register_root): Fix a warning.
11717
11718         * null-gc.c (mono_gc_register_root): Fix a warning.
11719
11720         * reflection.c (ALLOC_REFENTRY): Use mono_gc_alloc_fixed for boehm as well.
11721
11722         * boehm-gc.c (mono_gc_register_root): Moved definition here from gc_wrapper.h.
11723         (mono_gc_base_init): Call GC_init ().
11724
11725         * null-gc.c: Define mono_gc_register_root () as a no-op.
11726
11727         * domain.c appdomain.c: Call mono_gc_base_init () instead of MONO_GC_PRE_INIT ().
11728
11729 2007-12-24  Rodrigo Kumpera  <rkumpera@novell.com>
11730
11731         * verify.c: add prototype for merge_stacks at top
11732
11733         * verify.c (do_switch): added.
11734
11735         * verify.c (merge_stacks): on some cases the stack merging
11736         was not happening properly. Unequal stack sizes at merge
11737         points should be invalid.
11738
11739         * verify.c (mono_method_verify): added more debug info on stack state.
11740         verify switch properly.
11741
11742 2007-12-24  Zoltan Varga  <vargaz@gmail.com>
11743
11744         * method-builder.h: New file, moved the mono_mb_ declarations here from 
11745         marshal.h.
11746
11747         * boehm-gc.c marshal.c: Include method-builder.h.
11748
11749         * marshal.c: Use mono_mb_emit_branch_label () in a few places.
11750
11751         * marshal.c: Remove some code which is now in method-builder.c.
11752
11753 2007-12-23  Zoltan Varga  <vargaz@gmail.com>
11754
11755         * method-builder.c: New file, extraction of the method builder functionality 
11756         from marshal.c.
11757
11758         * marshal.c: Move the mb functions into method-builder.c.
11759
11760         * marshal.h marshal.c: Export some mono_mb_... functions.
11761
11762         * marshal.c: Use mono_mb_get_label () and mono_mb_patch_branch () in all places.
11763
11764         * loader.c (field_from_memberref): Remove the dynamic case, it is handled in
11765         the caller.
11766
11767         * class.c (mono_class_get_full): Check the token type in the dynamic case.
11768
11769         * loader.c (mono_field_from_token): Ditto.      
11770
11771         * loader.c (mono_get_method_from_token): Change the check so it checks memberref
11772         type as well.
11773         
11774         * loader.c (mono_get_method_from_token): Check the token type in the dynamic case.
11775         Fixes #342565.
11776
11777         * class-internals.h: Add new loader error type MONO_EXCEPTION_BAD_IMAGE plus
11778         a helper function for setting it.
11779
11780         * loader.c (mono_loader_error_prepare_exception): Handle MONO_EXCEPTION_BAD_IMAGE.
11781
11782         
11783         * assembly.c: Significally simplify code now that referenced assemblies are 
11784         loaded lazily. Get rid of the 'loading' hashtables. Hopefully fixes #347629.
11785
11786         * threads.h: Don't include  the internal threads-types.h header file. Fixes
11787         #349952.
11788
11789 2007-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
11790
11791         * verify.c: added enum value IL_CODE_FLAG_WAS_TARGET, to represent
11792         instructions that were target of branches or are at protected block boundaries.
11793
11794         * verify.c (in_same_block): handle filter clauses.
11795
11796         * verify.c (is_valid_branch_instruction): added. checks the target of
11797         instructions br or brtrue/false.
11798
11799         * verify.c (is_valid_cmp_branch_instruction): added. checks the target of
11800         binary branch instructions such as beq and bge.
11801
11802         * verify.c (init_stack_with_value): renamed to init_stack_with_value_at_exception_boundary
11803         and made it pin the instruction as been part of the exception block.
11804
11805         * verify.c (do_boolean_branch_op): use is_valid_branch_instruction instead
11806         of in_same_block.
11807
11808         * verify.c (do_branch_op): use is_valid_cmp_branch_instruction instead
11809         of in_same_block.
11810
11811         * verify.c (do_ret): ret from a protected block is unverifiable and
11812         not invalid.
11813
11814         * verify.c (do_static_branch): verify br and br.s instructions.
11815
11816         * verify.c (merge_stacks): add extra param to support detection
11817         of branches in the middle of instructions.
11818         
11819         * verify.c (mono_method_verify): verify branches and exception blocks
11820         that target the middle of instructions. Proper verification of br and br.s.
11821
11822 2007-12-21  Zoltan Varga  <vargaz@gmail.com>
11823
11824         * reflection.c (reflection_methodbuilder_from_ctor_builder): Initialize
11825         skip_visibility field.
11826         (reflection_methodbuilder_from_dynamic_method): Ditto.
11827
11828         * object.c (mono_class_compute_gc_descriptor): Remove more unused icall
11829         registrations. Fixes #348193.
11830
11831         * threads.h: Move the internal mono_thread_get_pending_exception () to
11832         threads-types.h and rename it to mono_thread_get_undeniable_exception ().
11833
11834 2007-12-20  Zoltan Varga  <vargaz@gmail.com>
11835
11836         * object.c (mono_class_compute_gc_descriptor): Remove unused GC_gcj_fast_malloc
11837         icall registration. Fixes #348193.
11838
11839         * marshal.c (mono_marshal_get_runtime_invoke): Put all runtime invoke wrappers
11840         for corlib classes into object. Fixes #349621.
11841
11842 2007-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
11843
11844         * icall.c (property_accessor_nonpublic): new function to determine
11845         whether an accessor allows a property to be considered non-public.
11846         Returns false for private accessor(s) from parent class, and internal
11847         accessor(s) from parent on 2.0 profile (and higher).
11848         (ves_icall_Type_GetPropertiesByName): Use newly introduced function
11849         to determine whether property should be included if NonPublic flag
11850         is set. Fixes bug #349078.
11851
11852 2007-12-20  Rodrigo Kumpera  <rkumpera@novell.com>
11853
11854         * verify.c (init_stack_with_value): added.
11855
11856         * verify.c (mono_method_verify): extracted common
11857         code for exception initialization into init_stack_with_value.
11858
11859         * verify.c (mono_method_verify): initialize the exception
11860         for handler clauses as well.
11861
11862         * verify.c (mono_method_verify): fix the exception clause
11863         ordering rules, it should use handler end offset and not
11864         start offset.
11865
11866 Thu Dec 20 12:27:24 CET 2007 Paolo Molaro <lupus@ximian.com>
11867
11868         * rawbuffer.c: remove useless warning.
11869
11870 Thu Dec 20 12:10:38 CET 2007 Paolo Molaro <lupus@ximian.com>
11871
11872         * threads.h, threads-types.h: move functions to the correct header
11873         (fixes bug#349952).
11874
11875 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
11876
11877         * verify.c (mono_method_verify): proper verification
11878         of exception handling clauses ranges and fallthru in
11879         and out of protected blocks.
11880
11881 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
11882
11883         * verify.c (mono_method_verify): fixed compilation issue.
11884
11885 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
11886
11887         * verify.c (mono_method_verify): a printf slipped in, changed
11888         to use verifier debug macro.
11889
11890 2007-12-18  Rodrigo Kumpera  <rkumpera@novell.com>
11891
11892         * verify.c (is_correct_leave): check for filter clauses.
11893
11894         * verify.c (do_filter): added.
11895
11896         * verify.c (mono_method_verify): property verification of leave.
11897
11898
11899 2007-12-18  Mark Probst  <mark.probst@gmail.com>
11900
11901         * threads.c: Disable calls to _wapi_thread_signal_self() to fix
11902         Win32 build, until we figure out how to do the proper thing on
11903         Win32.
11904
11905 2007-12-17  Zoltan Varga  <vargaz@gmail.com>
11906
11907         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Fix a crash introduced
11908         by the previous patch.
11909         
11910         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Avoid calling
11911         the assembly resolve handler for refonly assemblies.
11912
11913 2007-12-17  Mark Probst  <mark.probst@gmail.com>
11914
11915         * threads.c, thread-types.h, icall.c: New shutdown safeguards.
11916         Make sure only one thread is allowed to commence shutdown, and
11917         don't allow new threads to be started once shutdown is in
11918         progress.
11919
11920 2007-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
11921
11922         * verify.c (is_correct_endfilter): added.
11923
11924         * verify.c (is_unverifiable_endfilter): added.
11925
11926         * verify.c (do_endfilter): added.
11927
11928         * verify.c (mono_method_verify): property verification of endfilter
11929         and fixed a corner case or endfinally.
11930
11931 2007-12-13  Rodrigo Kumpera  <rkumpera@novell.com>
11932
11933         * verify.h: new flags to support fail fast of unverifiable code and
11934         do non-strict verification. Non-strict verification is required to
11935         have MS runtime compatibility. There are a huge amount of unverifiable
11936         code that it accepts as verifiable. The strict mode verifies the code
11937         as the specs says.
11938         Non-strict mode will be required in cases where code needs to be
11939         accepted as verifiable but fails under strict mode.
11940
11941         * pedump.c: added support to fail fast and non-strict verification.
11942
11943         * verify.c: added support for both fail fast and non-strict verification.
11944
11945 2007-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
11946
11947         * verify.c (is_correct_endfinally): added.
11948
11949         * verify.c (mono_method_verify): property verification of endfinally.
11950
11951 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
11952
11953         * verify.c (in_any_block): check for filter clauses.
11954
11955         * verify.c (is_correct_rethrow): added.
11956
11957         * verify.c (mono_method_verify): property verification of rethrow.
11958
11959         * metadata.h: added MONO_OFFSET_IN_FILTER macro.
11960
11961 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
11962
11963         * verify.c (do_throw): added.
11964
11965         * verify.c (mono_method_verify): property verification of throw
11966
11967 2007-12-11  Zoltan Varga  <vargaz@gmail.com>
11968
11969         * assembly.c (mono_assembly_load_reference): Try an assembly resolve for ref-only
11970         assemblies. Fixes #346425.
11971
11972 2007-12-10  Zoltan Varga  <vargaz@gmail.com>
11973
11974         * reflection.c (mono_reflection_get_token): Call mono_image_create_token () for
11975         FieldBuilders.
11976
11977         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Fix a warning.
11978
11979         * class.c (mono_lookup_dynamic_token_class): Add a 'valid token' argument to
11980         prevent asserts when this is called with a token which might not be valid.
11981
11982         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Call
11983         lookup_dynamic_token_class with valid_token == FALSE.
11984
11985         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.       
11986
11987         * icall.c (ves_icall_System_Reflection_Module_ResolveStringToken): Ditto.
11988
11989         * icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
11990         
11991 2007-12-10  Mark Probst  <mark.probst@gmail.com>
11992
11993         * gc.c: Don't delay threadpool thread finalization unless Mono is
11994         shutting down.
11995
11996 Mon Dec 10 11:06:23 CET 2007 Paolo Molaro <lupus@ximian.com>
11997
11998         * threads.c: turn an assert into a non-fatal warning.
11999
12000 2007-12-09  Robert Jordan  <robertj@gmx.net>
12001
12002         * icall.c (GetVirtualMethod): Add missing argument validation.
12003
12004 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
12005
12006         * verify.c (do_cast): added.
12007
12008         * verify.c (mono_method_verify): property verification of castclass and isinst.
12009
12010
12011 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
12012
12013         * verify.c (mono_type_from_opcode): added opcodes for stelem.X.
12014
12015         * verify.c (do_stelem): added.
12016
12017         * verify.c (mono_method_verify): property verification of stelem.X.
12018
12019 2007-12-07  Mark Probst  <mark.probst@gmail.com>
12020
12021         * class.c, class-internals.h: Introduce an environment variable
12022         (MONO_GENERIC_SHARING) through which the extent of generic code
12023         sharing can be controlled (share all classes, share only corlib
12024         classes, or share nothing).
12025
12026         * object.c: Only create runtime generic context for classes for
12027         which sharing is enabled.
12028
12029 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
12030
12031         * verify.c (do_ldelem): refactor it to work with ldelem.any.
12032
12033         * verify.c (mono_method_verify): property verification of ldelem.any.
12034
12035 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
12036
12037         * verify.c (get_indirect_op_mono_type): renamed to mono_type_from_opcode,
12038         added ldelem.X opcodes.
12039
12040         * verify.c (do_ldelema): fixed possible invalid usage of MonoType.
12041
12042         * verify.c: proper verification of ldelem.X 
12043
12044 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
12045
12046         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Allow interface cctors to be called too.
12047
12048 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
12049
12050         * verify.c (mono_method_verify): null literal requires special handling,
12051         the value pushed on stack need to be flagged as so.
12052
12053         * verify.c (do_ldelema): Verify ldelema properly.
12054
12055 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
12056
12057         * verify.c: Verify ldlen properly.
12058
12059 2007-12-05  Zoltan Varga  <vargaz@gmail.com>
12060
12061         * icall.c (ves_icall_MonoField_GetValueInternal): Check that the field belongs
12062         to the target object's type. Fixes #346160.
12063
12064 2007-12-05  Dick Porter  <dick@ximian.com>
12065
12066         * threadpool.c (socket_io_add_poll): Asynchronous connect() on
12067         Solaris needs the same workaround as BSD-derived systems.  Fixes
12068         bug 323524, patch by Burkhard Linke
12069         <burkhard.linke@CeBiTec.Uni-Bielefeld.DE>
12070
12071 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
12072
12073         * process.c: When ProcessStartInfo.ErrorDialog is true, pass window
12074         handle to use when error dialog is shown; otherwise, update mask
12075         to show no error dialog when an error occurs.
12076
12077 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
12078
12079         * icall.c (ves_icall_MonoField_GetRawConstantValue): New icall.
12080
12081         * class.c (mono_class_get_field_default_value): New helper function to initialize
12082         field->def_type and field->data.
12083
12084 2007-11-30  Zoltan Varga  <vargaz@gmail.com>
12085
12086         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Use the delegate trampoline instead of
12087         the general one.
12088
12089         * object.c (mono_runtime_create_delegate_trampoline): New helper function.
12090
12091         * marshal.c: Avoid depending on delegate->method_info being set.
12092
12093         * object.c (mono_delegate_ctor): Avoid initializing delegate->method_info.
12094         
12095         * object.c (mono_delegate_ctor): Set delegate->method.
12096
12097         * object-internals.h (struct _MonoDelegate): Add 'method' field.
12098
12099         * appdomain.c: Bump corlib version.
12100
12101 2007-11-27  Raja R Harinath  <harinath@gmail.com>
12102
12103         * metadata.c (mono_generic_inst_equal_full): Short-circuit
12104         equality check if we're comparing canonicalized MonoGenericInsts.
12105
12106 2007-11-23  Zoltan Varga  <vargaz@gmail.com>
12107
12108         * class.c (generic_array_methods): Call mono_class_setup_methods () before
12109         accessing class->methods.
12110
12111 2007-11-22  Dick Porter  <dick@ximian.com>
12112
12113         * threads.c: Ensure that the synch_cs is set before trying to use
12114         it.
12115
12116 Thu Nov 22 12:34:04 CET 2007 Paolo Molaro <lupus@ximian.com>
12117
12118         * profiler.c: r89126 broke the statistial profiler, unbreak.
12119
12120 2007-11-22  Martin Baulig  <martin@ximian.com>
12121
12122         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 66.
12123
12124         * mono-debug.c
12125         (mono_debug_debugger_version): Bump to 3.
12126         (mono_debug_init): Hook `mono_debugger_class_loaded_methods_func'
12127         -> mono_debugger_class_initialized().
12128
12129         * mono-debug-debugger.c
12130         (mono_debugger_add_type): Renamed into mono_debugger_class_initialized().
12131
12132         * class.c
12133         (mono_debugger_start_class_init_func): Removed.
12134         (mono_debugger_class_loaded_methods_func): Added.
12135         (mono_class_setup_methods): Call it here.
12136
12137 2007-11-22  Martin Baulig  <martin@ximian.com>
12138
12139         * mono-debug.c
12140         (mono_debug_add_delegate_trampoline): New public method.
12141         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_DELEGATE_TRAMPOLINE'.
12142
12143         * mono-debug.h
12144         (MonoSymbolTable): Added `global_data_table'.
12145         (MonoDebuggerTypeKind): Removed.
12146
12147 2007-11-21  Zoltan Varga  <vargaz@gmail.com>
12148
12149         * marshal.c (mono_marshal_get_generic_array_helper): Skip visibility checks for
12150         these methods.
12151
12152         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
12153         
12154 Tue Nov 20 23:10:41 CET 2007 Paolo Molaro <lupus@ximian.com>
12155
12156         * object.c: some fields don't have a valid rva: ignore them (bug #343083).
12157
12158 2007-11-20  Martin Baulig  <martin@ximian.com>
12159
12160         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 65.
12161
12162         * mono-debug-debugger.c
12163         (mono_debugger_insert_method_breakpoint): Moved here from debug-mini.c
12164         (mono_debugger_remove_breakpoint): Likewise.
12165         (mono_debugger_check_breakpoints): Likewise.
12166         (mono_debugger_register_class_init_callback): New public method.
12167         (mono_debugger_remove_class_init_callback): Likewise.
12168         (mono_debugger_add_type): Likewise.
12169
12170         * mono-debug-debugger.h
12171         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_CLASS_INITIALIZED'.
12172
12173 Tue Nov 20 20:54:12 CET 2007 Paolo Molaro <lupus@ximian.com>
12174
12175         * class.c: more interface implementations needed for the
12176         array enumerator (fixes bug #341112).
12177
12178 2007-11-18  Gert Driesen  <drieseng@users.sourceforge.net>
12179
12180         * icall.c: Renamed arguments for ves_icall_System_Enum_ToObject to
12181         fix ParamName of ArgumentNullExceptions.
12182
12183 2007-11-17  Miguel de Icaza  <miguel@novell.com>
12184
12185         * reflection.c (mono_reflection_encode_sighelper): Generate the
12186         modopts and modreqs.   I have a useless test that crashes monodis,
12187         but that shows the code working.
12188
12189 2007-11-17  Zoltan Varga  <vargaz@gmail.com>
12190
12191         * boehm-gc.c (create_allocator): Fix size calculation for the string allocator.
12192         (mono_gc_get_managed_allocator): Enable the string allocator on amd64.
12193
12194 2007-11-15  Dick Porter  <dick@ximian.com>
12195
12196         * threads.c (ves_icall_System_Threading_Thread_Join_internal):
12197         When joining a thread, it's the thread that's calling Join that
12198         gets WaitSleepJoin state not the target.  Fixes the standalone
12199         test case in bug 334740, and hopefully the whole bug too.
12200
12201 2007-11-15  Dick Porter  <dick@ximian.com>
12202
12203         * process.c: Read file version info from the files pointed at by
12204         process modules, not the current process.  Fixes bug 315969.
12205
12206         Use windows typedef names in some places to fix warnings on the
12207         windows build.
12208
12209 2007-11-15  Mark Probst  <mark.probst@gmail.com>
12210
12211         * image.c, metadata-internals.h: Added a generic_class_cache hash
12212         to MonoImage for looking up generic classes when sharing generics.
12213
12214 Thu Nov 15 16:11:30 CET 2007 Paolo Molaro <lupus@ximian.com>
12215
12216         * sgen-gc.c: warning cleanups.
12217
12218 2007-11-15  Zoltan Varga  <vargaz@gmail.com>
12219
12220         * icall.c (ves_icall_Type_GetPropertiesByName): Implement proper hiding of
12221         inherited properties.
12222
12223 2007-11-14  Mark Probst  <mark.probst@gmail.com>
12224
12225         * object.c, class-internals.h: Added more information to the
12226         runtime generic context.
12227
12228 2007-11-13  Zoltan Varga  <vargaz@gmail.com>
12229
12230         * marshal.c (mono_marshal_get_delegate_invoke): Take a delegate as argument
12231         instead of just the target method. Generalize the abstract method handling to
12232         handle any non-static method.
12233
12234         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
12235         mono_marshal_get_delegate_invoke () signature change.
12236
12237 2007-11-13  Mark Probst  <mark.probst@gmail.com>
12238
12239         * class.c, class-internals.h: Made
12240         mono_type_get_basic_type_from_generic () public.  Fixed member
12241         access check for shared generics.
12242
12243         * loader.c: Don't insert field into field cache if it's part of a
12244         non-inflated generic class.
12245
12246         * domain.c, domain-internals.h: The generic sharing context is now
12247         part of the jit info data structure.  Added two accessor
12248         functions.
12249
12250 2007-11-12  Zoltan Varga  <vargaz@gmail.com>
12251
12252         * marshal.c (mono_marshal_get_runtime_invoke): Create a non-shared wrapper for
12253         the array Get/Set/Address methods, since the JIT inlines them.
12254
12255         * metadata-internals.h (MonoImage): Add 'runtime_invoke_direct_cache'.
12256
12257         * image.c (mono_image_close): Free runtime_invoke_direct_cache.
12258         (mono_image_init): Initialize runtime_invoke_direct_cache.      
12259
12260         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
12261         mono_marshal_get_delegate_invoke signature change.
12262
12263         * marshal.c (mono_marshal_get_delegate_invoke): Receive the target_method as
12264         an additional argument. Add support for invoking abstract methods.
12265
12266         * metadata-internals.h (MonoImage): Add 'delegate_abstract_invoke_cache'.
12267
12268         * image.c (mono_image_close): Free delegate_abstract_invoke_cache.      
12269
12270 2007-11-09  Mark Probst  <mark.probst@gmail.com>
12271
12272         * class.c: Do field layout for open generic classes as well.
12273
12274 2007-11-09  Mark Probst  <mark.probst@gmail.com>
12275
12276         * gc.c, gc-internal.h: Don't finalize threadpool threads with
12277         other objects, because the threadpool is still around.  Put them
12278         in a list instead and after finalizing all other objects in the
12279         root domain shut down the thread pool and then finalize the
12280         threads.  Fixes bug #337383.
12281
12282         * threads.c, thread-types.h: New mono_thread_create_internal()
12283         function for marking a thread with the threadpool flag before it
12284         started.  Set synch_cs to NULL after freeing it.
12285
12286         * threadpool.c: Mark threadpool threads before they start.
12287
12288 Thu Nov 8 15:31:21 CET 2007 Paolo Molaro <lupus@ximian.com>
12289
12290         * reflection.h, reflection.c: don't export random functions
12291         and lazy load dbnull and missing objects.
12292
12293 2007-11-07  Jonathan Chambers <joncham@gmail.com>
12294
12295         * class.c: Initialize COM types if COM interfaces
12296         are present (not just COM classes).
12297         
12298         Code is contributed under MIT/X11 license.
12299
12300 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
12301         * reflection.c:
12302         create_dynamic_mono_image: hook module profiler events (dynamic case).
12303         mono_image_basic_init: hook assembly profiler events (dynamic case).
12304
12305 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
12306         * profiler.c:
12307         simple_appdomain_unload: completely terminate the profiler
12308         instead of only processing the statistical samples.
12309         simple_shutdown: make sure this is really called exactly once,
12310         even in multithreaded applications, and always listen to
12311         appdomain events.
12312         * gc.c (mono_domain_finalize): don't call mono_profiler_appdomain_event
12313         here, the "[un]load" functions will do it.
12314         Fixes bugs #333791 and #325261.
12315
12316 2007-11-07  Geoff Norton  <gnorton@novell.com>
12317
12318         * socket-io.c:  Use the configure defines for HAVE_SOCKADDR_IN(6)_SIN_LEN
12319         rather than depend on __APPLE__.
12320
12321 2007-11-07  Mark Probst  <mark.probst@gmail.com>
12322
12323         * icall.c: Safety checks in InitializeArray.  Fixes bug #324535.
12324
12325 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com> 
12326
12327         * object.c: Fix mono_string_to_utf8 to handle NULL values inside the
12328         UTF16 MonoString. Fix the crash from bug #335488
12329
12330 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com>
12331
12332         * marshal.c: Correct (for non-Win32 OS) length != size in 
12333         mono_string_from_bstr. Fix #339530.
12334
12335 2007-11-06  Geoff Norton  <gnorton@novell.com>
12336
12337         * socket-io.c: Apple requires sin(6)_len to be set for getnameinfo
12338         to succeed
12339
12340 2007-11-05  Kornél Pál  <kornelpal@gmail.com>
12341
12342         * process.c: Added run-time GetProcessId API detection for Windows.
12343
12344 2007-11-04  Miguel de Icaza  <miguel@novell.com>
12345
12346         * reflection.c  (mono_param_get_objects): If a parameter has the
12347         attribute [System.Runtime.InteropServices.Optional] we should
12348         set the DefaultValue of the ParameterInfo to be
12349         System.Reflection.Missing instead of DBNull.
12350
12351         See bug #339013.
12352
12353         (mono_get_reflection_missing_object): New method,
12354         returns the System.Reflection.Missing.Value singleton instance.
12355
12356 2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
12357
12358         * culture-info-table.h : regenerated.
12359
12360 2007-11-02  Jonathan Chambers <joncham@gmail.com>
12361
12362         * icall.c: Use GetEnvironmentStrings on windows
12363         so we are using the same environment block as 
12364         GetEnvironmentVariable/SetEnvironmentVariable. Fixes
12365         #333740.
12366         
12367         Code is contributed under MIT/X11 license.
12368
12369 2007-10-31  Martin Baulig  <martin@ximian.com>
12370
12371         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 64.
12372
12373         * mono-debug-debugger.h
12374         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
12375
12376 2007-10-30  Zoltan Varga  <vargaz@gmail.com>
12377
12378         * reflection.c (mono_custom_attrs_from_class): Add support for dynamic inflated 
12379         classes.
12380
12381 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
12382
12383         * culture-info-table.h : regenerated.
12384
12385 2007-10-30  Robert Jordan  <robertj@gmx.net>
12386
12387         * icall-def.h, icall.c:
12388         Add ves_icall_Remoting_RemotingServices_GetVirtualMethod ().
12389
12390         Code is contributed under MIT/X11 license.
12391
12392 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
12393
12394         * class.c (mono_class_setup_vtable): Find the inflated methods in the
12395         inflated class instead of inflating them again.
12396         
12397         * class.c (mono_class_setup_vtable): Inflate the override methods in the 
12398         dynamic case.
12399
12400         * class.c (mono_generic_class_get_class): Set klass->property.count as well.
12401         Call setup_supertypes () after klass->parent is set.
12402         (mono_class_setup_properties): Enable this to work on dynamic generic classes.
12403
12404         * reflection.c (mono_type_get_object): Only return a MonoGenericClass object
12405         for inflated instances of not yet created dynamic generic classes.
12406         (ctorbuilder_to_mono_method): Handle the case when this is called multiple
12407         times from inflated_method.
12408         (methodbuilder_to_mono_method): Ditto.
12409
12410 Mon Oct 29 21:02:53 CET 2007 Paolo Molaro <lupus@ximian.com>
12411
12412         * gc.c: code cleanup and removed old untested option of not creating the
12413         finalizer thread.
12414
12415 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
12416
12417         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
12418         creating a jump trampoline for dynamic methods.
12419
12420 2007-10-29 Rodrigo Kumpera <rkumpera@novell.com>
12421
12422         * reflection.c (mono_image_create_token): Correctly encode methods and constructors of
12423         generic TypeBuilders when called from another method of the same type (bug #335131).
12424
12425
12426 2007-10-27  Zoltan Varga  <vargaz@gmail.com>
12427
12428         * reflection.c (methodbuilder_to_mono_method): Revert the last change as it
12429         doesn't seem to work perfectly.
12430         
12431         * reflection.c (ctorbuilder_to_mono_method): Handle the case when this is
12432         called multiple times.
12433         (methodbuilder_to_mono_method): Ditto.
12434         (resolve_object): Inflate FieldBuilder's.
12435
12436 Fri Oct 26 19:38:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
12437
12438         * string-icalls.c, string-icalls.h, appdomain.c: patch from
12439         Tyler Larson <mono-devel@tlarson.com> to fix the handling of
12440         RemoveEmptyEntries in the string.Split implementation (bug #322375).
12441
12442 2007-10-26  Dick Porter  <dick@ximian.com>
12443
12444         * appdomain.c (MONO_CORLIB_VERSION): Bump version because of
12445         Thread initialisation changes
12446
12447 2007-10-26 Rodrigo Kumpera <rkumpera@novell.com>
12448
12449         * verify.c: fix compatibility check between arrays and System.Array
12450
12451 2007-10-26  Zoltan Varga  <vargaz@gmail.com>
12452
12453         * reflection.c (mono_reflection_get_custom_attrs_info): Handle MonoGenericClass
12454         too. Fixes #336999.
12455
12456 2007-10-25  Zoltan Varga  <vargaz@gmail.com>
12457
12458         * object.c (mono_value_box): Use typed allocation here.
12459
12460 2007-10-23  Zoltan Varga  <vargaz@gmail.com>
12461
12462         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Create a jump
12463         trampoline instead of compiling the method right away.
12464
12465         * class-internals.h object.c: Add a JIT callback to create a jump trampoline.
12466
12467 2007-10-21  Zoltan Varga  <vargaz@gmail.com>
12468
12469         * class.c (mono_generic_class_get_class): Avoid setting klass->size_inited and
12470         related fields for dynamic classes. Fixes #334493.
12471
12472 2007-10-20  Zoltan Varga  <vargaz@gmail.com>
12473
12474         * class.c (mono_generic_class_get_class): Set klass->field.count as well.
12475         
12476         * class.c (mono_class_layout_fields): Use 1 instead of TRUE for consistency.
12477
12478         * class.c (mono_class_layout_fields): Set size_inited for generic classes as well.
12479         (mono_class_setup_vtable): Obtain overrides for dynamic generic classes correctly.
12480
12481         * class.c (mono_class_setup_methods): Handle dynamic inflated classes correctly.
12482
12483         * reflection.c (create_generic_typespec): Initialize klass->generic_container
12484         if needed.
12485         (reflection_methodbuilder_to_mono_method): Set container->is_method to TRUE.
12486
12487 2007-10-18  Jonathan Chambers <joncham@gmail.com>
12488
12489         * marshal.c: Use correct key when removing item
12490         from ccw_hash.
12491         
12492         Code is contributed under MIT/X11 license.
12493
12494 2007-10-17  William Holmes  <billholmes54@gmail.com>
12495
12496         *marshal.c: Adding a case to marshal booleans to U1
12497
12498         Code is contributed under MIT/X11 license.
12499
12500 2007-10-18  Zoltan Varga  <vargaz@gmail.com>
12501
12502         * class.c (mono_class_from_name): Search the modules compromising dynamic
12503         assemblies. Fixes #331601.
12504
12505 2007-10-16  Zoltan Varga  <vargaz@gmail.com>
12506
12507         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Throw an
12508         exception if the type name contains an assembly component. Fixes #334203.
12509
12510         * reflection.c (mono_reflection_get_type_with_rootimage): Search all the
12511         modules inside dynamic assemblies. Fixes #334200.
12512         
12513         * reflection.c: Set image->public_key and image->public_key_length;
12514
12515         * metadata-internals.h (MonoDynamicImage): Add public_key and public_key_len
12516         fields.
12517
12518         * image.c (mono_image_get_public_key): Handle dynamic assemblies. Fixes #334173.        
12519         
12520 2007-10-16  Mark Probst  <mark.probst@gmail.com>
12521
12522         * metadata.c: Implemented correct comparing of generic classes.
12523         An inflated generic class can be equal to a non-inflated one if it
12524         is inflated with generic type variables as type arguments.  Fixes
12525         bug #333798.
12526
12527 2007-10-15  Dick Porter  <dick@ximian.com>
12528
12529         * monitor.c (mono_monitor_try_enter_internal): Set thread state to
12530         WaitSleepJoin while it is waiting to acquire a lock.  Fixes bug
12531         81646.
12532
12533         * threads.c: Turn the thread synch_lock into a CRITICAL_SECTION,
12534         instead of a monitor lock.  This means that monitor_try_enter and
12535         co can set the thread state safely.
12536         (ves_icall_System_Threading_Thread_Interrupt_internal): Always set
12537         thread_interrupt_requested, so interrupt actually works.
12538
12539         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal,
12540         ves_icall_System_Net_Sockets_Socket_Select_internal): Use thread
12541         state accessor function
12542
12543 2007-10-15  Martin Baulig  <martin@ximian.com>
12544
12545         * mono-debug.h
12546         (MONO_DEBUGGER_VERSION): Bump to 63 to make it impossible to use
12547         the debugger with the current runtime.
12548
12549 Mon Oct 15 10:20:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
12550
12551         * object.c, object-internals.h: added the ability to set a single
12552         trampoline for all the slots in a vtable.
12553
12554 Fri Oct 12 17:50:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
12555
12556         * marshal.c: deal with a possible race condition during multicast
12557         delegate invocation.
12558
12559 Fri Oct 12 13:31:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
12560
12561         * class.c: ensure value type methods don't have the synchronized
12562         flag set.
12563
12564 Fri Oct 12 08:10:59 CEST 2007 Paolo Molaro <lupus@ximian.com>
12565
12566         * string-icalls.c, string-icalls.h: reverted unapproved patch that
12567         breaks the build.
12568
12569 2007-10-11  Joel Reed  <joelwreed@comcast.com>
12570
12571         * string-icalls.c, string-icalls.h: modify System_String_InternalSplit
12572         to take an options parameter so that empty entries can be removed during
12573         the split procedure. Patch from: Tyler Larson <mono-devel@tlarson.com>
12574
12575 Thu Oct 11 20:16:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
12576
12577         * marshal.c: make sure we don't store the signature from a dynamic
12578         method into the runtime invoke cache (bug #327189).
12579
12580 Thu Oct 11 18:22:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
12581
12582         * marshal.c: make sure the wrapper methods are properly initialized.
12583
12584 2007-10-11  Mark Probst  <mark.probst@gmail.com>
12585
12586         * metadata.c, metadata-internals.h: Generalized
12587         mono_type_stack_size() to mono_type_stack_size_internal() which
12588         takes an additional argument specifying whether it allows open
12589         types.
12590
12591 2007-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
12592
12593         * verify.c (do_invoke_method): handle typedbyref params
12594         correctly and check for unverifiable return values.
12595
12596         * verify.c (do_newobj): fix a warning.
12597
12598 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
12599
12600         * verify.c: don't tread typedbyref as allways unverifable,
12601         so uses, like (ld/st)loc.0 are valid. verify for the cases
12602         that it matters, like boxing related operations.
12603
12604 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
12605
12606         * verify.c: add verification of the newobj opcode. verification
12607         of delegate instantation still missing due ldftn and virldftn not
12608         pushing the function type on stack
12609
12610 2007-10-08  Mark Probst  <mark.probst@gmail.com>
12611
12612         * class-internals.h: Runtime generic context data structure
12613         definition.
12614
12615         * object.c: Initialization of runtime generic context at runtime
12616         vtable creation time.
12617
12618 2007-10-08  Massimiliano Mantione  <massi@ximian.com>
12619         * class.c (mono_class_create_from_typedef,
12620         mono_class_from_generic_parameter, mono_ptr_class_get,
12621         mono_fnptr_class_get, mono_bounded_array_class_get)
12622         * domain.c (mono_domain_create, mono_domain_free)
12623         * assembly.c (mono_assembly_load_from_full, mono_assembly_close)
12624         * image.c (do_mono_image_load, mono_image_close):
12625         Hooked up load-unload profiler events.
12626
12627 Mon Oct 8 11:38:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
12628
12629         * domain.c: track statistics about the actual amount of native code
12630         allocated.
12631
12632 Sat Oct 6 10:01:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
12633
12634         * class.c: the valuetype enumerators don't have the additional
12635         supertypes interfaces.
12636
12637 Fri Oct 5 20:33:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
12638
12639         * class.c: need more interfaces setup for the IEnumerator<T>
12640         object created for arrays (tests/ienumerator-interfaces.2.cs).
12641
12642 2007-10-05  Zoltan Varga  <vargaz@gmail.com>
12643
12644         * class.c (mono_ldtoken): Handle methodspec tokens as well. Fixes #331097.
12645
12646 2007-10-05  Alp Toker  <alp@atoker.com>
12647
12648         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
12649         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
12650         #315863.
12651
12652 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
12653
12654         * verify.c (verify_type_compatibility_full): verification of
12655         compatibility improved, validates correctly non-strict checks between
12656         native int and I4 types different than (unsigned)int32.
12657
12658         * verify.c (do_store_indirect): added, do all verification of
12659         ldind.X opcodes. 
12660
12661         * verify.c (get_load_indirect_mono_type): renamed to
12662         get_indirect_op_mono_type, as it now returns the MonoType for 
12663         ldind.X and stind.X opcodes.
12664
12665 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
12666
12667         * reflection.c: Fix the encoding of generic type definition for
12668         TypeBuilders.
12669
12670         * reflection.c (mono_image_typedef_or_ref_full: do the same thing as
12671         mono_image_typedef_or_ref but allows to specify if typespec lookups should
12672         be made. Typespec check is done prior to typeref cache lookup.
12673
12674         * reflection.c (mono_image_typedef_or_ref): now just delegate to
12675         mono_image_typedef_or_ref_full.
12676
12677         * reflection.c (encode_generic_class): encode the generic class
12678         directly instead of calling encode_type.
12679
12680         * reflection.c (encode_type): encode the generic type definition
12681         MonoClass as a generic instantiation.
12682
12683         * reflection.c (create_typespec): cache typespec tokens in
12684         the assembly->typespec cache. Don't create typespec for a generic
12685         instance MonoClass. Create typespec for the generic type defintion.
12686
12687         * reflection.c (create_generic_typespec): encode the generic
12688         class directly instead of calling encode_type.
12689
12690         * reflection.c (mono_image_create_token): encode the generic
12691         type definition not using a typespec for MonoType instances.
12692
12693
12694 2007-10-04  Raja R Harinath  <rharinath@novell.com>
12695
12696         Fix #328812
12697         * class.c (mono_image_init_name_cache): Don't return nested
12698         'protected internal' classes.
12699         (mono_class_from_name_case): Likewise.
12700
12701 2007-10-04  Atsushi Enomoto  <atsushi@ximian.com>
12702
12703         * icall-def.h, icall.c : get_bundled_machine_config() is now the
12704           common function used by both DefaultConfig in System.dll and
12705           InternalConfigurationHost in System.Configuration.dll.
12706
12707 Wed Oct 3 17:26:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
12708
12709         * class.c: automatically add to vectors only a few essential explicit
12710         generic interfaces. The rest of the interfaces that arrays should
12711         provide are currently implicitly added (but still not lazily, see the
12712         design in the discussion of bug#325495 for the details of what is
12713         needed for that). Additionally, implicit interfaces are assigned the
12714         same vtable slot as the explicit interfaces (as they are compatible):
12715         this enables huge memory savings since we don't need to instantiate
12716         as many memthods and as large vtables anymore. Also, Since
12717         GetEnumerator<T> returns an instance of a type that is required to
12718         support a similarly large set of interfaces as arrays, we add
12719         implicit interfaces and interface offset sharing support to those
12720         types, too. This change adds all the required interfaces so that
12721         the anonarray.cs test case in the bug report works (we don't add
12722         all the interfaces to arrays of arrays 3-level deep and more because
12723         of the memory requirements explained in the bug and since they are much
12724         less common: the lazy-loading support will enabled them to work, too).
12725
12726 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
12727
12728         * verify.c (merge_stacks): major clean up, all type compatibility
12729         checks are done by verify_type_compatibility. This fix my earlier lack
12730         of understanding of the CLR type system and merge_stacks no longer looks
12731         scary.
12732
12733         * verify.c: fixed some bad spelling.
12734
12735 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
12736
12737         * verify.c (mono_type_from_stack_slot): added. returns the MonoType for
12738         a given stack slock.
12739         
12740         * verify.c: killed verify_type_compat in favor of verify_type_compatibility and
12741         verify_type_compatibility_full. This removed a near indentical function and fixed
12742         handling of Int32 and IntPtr across all opcodes.
12743
12744 Tue Oct 2 15:24:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
12745
12746         * class.c: only vectors have the additional generic interfaces.
12747
12748 2007-10-01  Jonathan Chambers <joncham@gmail.com>
12749
12750         * mono-config.c: Use g_strcasecmp instead of
12751         strcasecmp like everywhere else to fix
12752         compilation with MSVC.
12753         
12754         Code is contributed under MIT/X11 license.
12755
12756 Mon Oct 1 14:39:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
12757
12758         * object.c, object-internals.h: refactored the IMT code to enable
12759         building a single slot at a time and lazily creating the IMT trampolines
12760         and thunks.
12761
12762 2007-09-29  Zoltan Varga  <vargaz@gmail.com>
12763
12764         * loader.c (inflate_generic_signature): Allocate inflated signatures from the heap.
12765
12766         * metadata.c (mono_metadata_free_inflated_signature): Free the signature itself too.
12767         Fixes #328501.
12768         
12769 2007-09-29  Raja R Harinath  <harinath@gmail.com>
12770
12771         * loader.c (method_from_methodspec): Rearrange to avoid
12772         un-necessary exposition.  Don't assert out if the method's
12773         declaring type is a generic type definition.
12774
12775 2007-09-28  Martin Baulig  <martin@ximian.com>
12776
12777         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 61.
12778
12779 Fri Sep 28 20:15:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
12780
12781         * class-internals.h: optimize field layout of MonoClass to
12782         requires less cachelines at runtime and save a few bytes on 64 bit
12783         systems.
12784
12785 2007-09-28  Jb Evain  <jbevain@novell.com>
12786
12787         * reflection.c: when encoding type names in custom attributes,
12788         if the type is a closed generic type, its generic arguments
12789         have to be serialized as AssemblyQualifiedName, so that when
12790         they are deserialized, it's possible to re-create them properly.
12791         Fixes #329450.
12792
12793
12794 Fri Sep 28 19:19:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
12795
12796         * object.c, class-internals.h: added delegate-creation counter.
12797
12798 Fri Sep 28 18:07:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
12799
12800         * class.c: cleanup of the code that synthetizes interfaces for
12801         arrays in 2.0: saves quit a bit of corlib mempool memory.
12802         Code to fix bug #325495 ifdeffed out for now until the issues
12803         with memory usage and O(n^2) behaviour are fixed.
12804
12805 Fri Sep 28 17:19:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
12806
12807         * marshal.c: when possible, do not duplicate the name of the methods
12808         in the method builder and in the generated MonoMethod.
12809
12810 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
12811         * verify.c: added support for type checking ldind_* opcodes.
12812
12813 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
12814
12815         * class-internals.h (struct _MonoGenericClass): new field is_tb_open
12816         which is used to distinguish the fully open instantiation of a TypeBuilder
12817         with the rest. This temporary hack is required to restore the property that
12818         the fully open instantiation is the same type of the generic type definition.
12819
12820         * class-internals.h (mono_generic_class_is_generic_type_definition):
12821         new function as part of the internal API.
12822
12823         * class.c (inflate_generic_type): return NULL when the generic inst is
12824         fully open. The fully open generic type is now the same as the generic type
12825         definition for non TypeBuilder types.
12826
12827         * class.c (mono_generic_class_get_class): removed assert since it is
12828         no longer valid, gklass->cached_class can point to the generic type definition.
12829
12830         * class.c (mono_generic_class_is_generic_type_definition): new.
12831
12832         * metadata.c (mono_generic_class_hash): added is_tb_open field
12833         to the hash calculation.
12834
12835         * metadata.c (free_generic_class): if the generic class is associated
12836         with the generic type definition, its field will come from the mempool and
12837         must not be freed.
12838
12839         * metadata.c (mono_metadata_is_type_builder_generic_type_definition):
12840         new, this function identifies the corner case of a TypeBuilder fully open
12841         instantiation.
12842
12843         * metadata.c (mono_metadata_lookup_generic_class): use is_tb_open
12844         for lookup. Set gclass->cached_class to be the container class in case of
12845         the fully open instantiation of non TypeBuilder types.
12846
12847         * metadata.c (_mono_metadata_generic_class_equal): use is_tb_open
12848         to compare generic classes.
12849
12850         * reflection.c (method_encode_methodspec): remove assert that
12851         no longer is valid.
12852
12853         * reflection.c (mono_reflection_generic_class_initialize): add
12854         an aditional assert to ensure the proper type is used.
12855
12856 2007-09-26  Rodrigo Kumpera  <rkumpera@novell.com>
12857
12858         * verify.c: disabled all debug spew by default, define MONO_VERIFIER_DEBUG
12859         to enjoy it.
12860
12861 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
12862
12863         * verify.c (push_arg): Fixed support for ldarga
12864         * verify.c (set_stack_value): Removed superfluous parameter, fixed the
12865         MonoType used as first arg in case of instance calls.
12866
12867 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
12868
12869         * verify.c: Support for verifying VAR and MVAR types, 
12870
12871 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
12872
12873         * icall.c (ves_icall_get_property_info): Set the reflected type of the
12874         accessors correctly.
12875
12876 Tue Sep 25 14:56:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
12877
12878         * threads.c: support OSX and other systems in
12879         mono_thread_get_stack_bounds (bug #328026).
12880
12881 2007-09-25  Martin Baulig  <martin@ximian.com>
12882
12883         * mono-debug.h
12884         (MonoDebugVarInfo): Replace `MonoClass *klass' with `MonoType *type'.
12885
12886 2007-09-24  Martin Baulig  <martin@ximian.com>
12887
12888         * mono-debug.h
12889         (MonoDebugClassEntry): Moved the definition of this struct into
12890         mono-debug.c to make it private.
12891
12892         * mono-debug.c
12893         (MonoDebugClassEntry): Removed `symfile_id'; since we now use one
12894         type table per symbol file, we don't need to store the symfile id
12895         any longer.
12896
12897 2007-09-24  Martin Baulig  <martin@ximian.com>
12898
12899         Create one type table per symbol file, since a `MonoClass *' gets
12900         invalid when its image is unloaded.
12901
12902         * mono-debug.h (MonoSymbolTable): Removed `type_table'.
12903         (MonoDebugHandle): Added `type_table'.
12904
12905 Mon Sep 24 17:25:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
12906
12907         * mempool.c, mempool.h: added mono_mempool_new_size () API
12908         to be able to specify a smaller initial size for the pool.
12909         Adjusted the code to slowly increase pool size before using
12910         the previous default size.
12911         * image.c: use a small initial size for image mempools.
12912
12913 2007-09-23  Zoltan Varga  <vargaz@gmail.com>
12914
12915         * marshal.c (emit_marshal_array): Generate valid IL for byref array case.
12916         Fixes ##320990.
12917
12918         * icall.c (ves_icall_System_Reflection_Assembly_get_ManifestModuleInternal): 
12919         Rename this to ves_icall_System_Reflection_Assembly_GetManifestModuleInternal.
12920
12921 2007-09-22  Zoltan Varga  <vargaz@gmail.com>
12922
12923         * metadata.c (mono_type_create_from_typespec): Remove an invalid
12924         free. Fixes #327438.
12925
12926 2007-09-21  Raja R Harinath  <harinath@gmail.com>
12927
12928         * metadata.c (type_in_image) <MONO_TYPE_SZARRAY>: Handle arrays of
12929         generic instantiations, etc.
12930         <MONO_TYPE_ARRAY>: Likewise.
12931
12932 2007-09-21  Martin Baulig  <martin@ximian.com>
12933
12934         * mono-debug.h (MonoSymbolFilePriv, MonoDebugHandlePriv): Removed;
12935         these structs were never defined.
12936         (MonoDebugHandle): Removed the `_priv' field, it was never used.
12937
12938 2007-09-21  Martin Baulig  <martin@ximian.com>
12939
12940         * mono-debug.h (MonoDebugVarInfo): Add `MonoClass *klass'.
12941
12942 Fri Sep 21 14:39:45 CEST 2007 Paolo Molaro <lupus@ximian.com>
12943
12944         * image.c: removed the guid hash tables: we can get the same info
12945         without the additional memory usage hit (partially fixes also bug #327052).
12946
12947 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
12948
12949         * profiler.h, profiler-private.h, profiler.c: add a new profiler
12950         event to handle unloading methods. After the event is called, the
12951         corresponding MonoMethod* must be considered invalid.
12952         * loader.c (mono_free_method): call the new mono_profiler_method_free
12953         event.
12954
12955 2007-09-20  Mark Probst  <mark.probst@gmail.com>
12956
12957         * domain-internals.h: New flag in MonoJitInfo which marks shared
12958         generic methods.  New hash table (shared_generics_hash) in
12959         MonoDomain to keep track of shared generic methods.  Prototypes
12960         for functions to register and lookup shared generic methods.
12961
12962         * domain.c: Support for registering and looking up shared generic
12963         methods via a hash table (shared_generics_hash) in MonoDomain.
12964
12965         * class-internals.h: New exception to signal failure of shared
12966         compilation of a generic method.  New counters for generics
12967         sharing in MonoStats.
12968
12969 Thu Sep 20 16:59:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
12970
12971         * image.c, metadata-internals.h: don't keep a file descriptor open
12972         for loaded assemblies (bug#325988).
12973
12974 2007-09-19  Raja R Harinath  <rharinath@novell.com>
12975
12976         * metadata.c (signature_in_image): New.  Carve out of type_in_image.
12977         (ginst_in_image, gclass_in_image): Simplify.  Change signature to
12978         use the corresponding datatypes.
12979         (type_in_image): Update to changes.
12980         (CleanForImageUserData): Simplify.
12981         (steal_gclass_in_image): Carved out of old 'gclass_in_image'.
12982         Avoid quadratic behaviour in handling the "stolen" list by
12983         separating the filter predicate out, and by prepending the stolen
12984         items rather than appending them.
12985         (steal_ginst_in_image): Likewise.
12986         (mono_metadata_clean_for_image): Update to changes.
12987
12988 2007-09-19  Martin Baulig  <martin@ximian.com>
12989
12990         * domain.c (mono_cleanup): Call mono_debug_cleanup() here.
12991
12992 2007-09-19  Martin Baulig  <martin@ximian.com>
12993
12994         * mono-debug.c (mono_debug_cleanup): Don't call
12995         mono_debugger_cleanup(); this is now called earlier from mini_cleanup().
12996
12997 2007-09-19  Raja R Harinath  <harinath@gmail.com>
12998
12999         Fix crash on 'make run-test' in mcs/errors
13000         * metadata.c (type_in_image): New.  Carve out of ginst_in_image.
13001         Avoid more potential allocations in mono_class_from_mono_type.
13002         (ginst_in_image): Update to changes.
13003         (gclass_in_image): Rearrange slightly.
13004
13005 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
13006
13007         * class.c (mono_class_init): Move the code that sets up class->methods to 
13008         mono_class_setup_methods () for inflated generic classes too. Ditto for properties.
13009
13010         * metadata.c (mono_metadata_get_inflated_signature): New function to return a
13011         canonical instance of an inflated generic signature.
13012         (mono_type_create_from_typespec): Remove an invalid free.
13013
13014         * loader.c (mono_method_get_signature_full): Use mono_metadata_get_inflated_signature.  
13015
13016 2007-09-18  Marek Habersack  <mhabersack@novell.com>
13017
13018         * domain-internals.h: added a declaration of the
13019         mono_assembly_load_full_nosearch internal function.
13020
13021         * assembly.c (mono_assembly_load_with_partial_name): use
13022         mono_try_assembly_resolve return value properly.
13023         (mono_assembly_load_full_nosearch): copied the function body from
13024         mono_assembly_load_full, without the code to invoke assembly
13025         search hooks.
13026         (mono_assembly_load_full): calls the above new function and if the
13027         assembly is not resolved, invokes the search hooks.
13028
13029         * appdomain.c (mono_runtime_init): restore the global postload
13030         assembly search handlers.
13031
13032 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
13033
13034         * class.c (mono_class_init): Make sure class->methods and class->properties
13035         are never NULL in the generics case.
13036
13037         * metadata.c (free_generic_class): Enable this again, skip the dynamic case.
13038
13039 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
13040
13041         * metadata.c (free_generic_class): Disable some code to fix the build.
13042
13043         * domain.c (mono_cleanup): Fix a crash introduced by a previous patch.
13044
13045         * marshal.c (mono_marshal_get_xappdomain_dispatch): Allocate a piece of data
13046         from the image mempool.
13047
13048         * metadata.c (free_generic_class): Free more data from the inflated class.
13049
13050         * class.c (mono_class_from_generic_parameter): Allocate memory from the mempool.
13051
13052         * metadata.c (mono_metadata_parse_generic_param): Allocate memory from the image
13053         mempool.
13054         (mono_type_create_from_typespec): Ditto.
13055
13056         * domain.c (get_runtimes_from_exe): Add an out parameter to return the opened
13057         MonoImage to the caller.
13058         (mono_init_internal): Save the opened image in a global variable.
13059         (mono_cleanup): Close the image opened in get_runtimes_from_exe.
13060
13061         * reflection.c (resolve_object): Fix a leak.
13062
13063         * metadata.c: Fix the freeing of data in the generics caches.
13064         
13065         * metadata.c (free_generic_inst): Comment this out to fix the build.
13066         (free_generic_class): Ditto.
13067
13068         * metadata.c: Free cached generic methods, instantinations and classes when
13069         they are removed from the caches.
13070         (mono_metadata_free_type): Free the type itself.
13071
13072         * class.c: Free the result of mono_class_inflate_generic_type () in a few
13073         places.
13074
13075 Mon Sep 17 16:14:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
13076
13077         * boehm-gc.c: restrict managed allocs to __thread supporting
13078         architectures.
13079
13080 2007-09-16  Zoltan Varga  <vargaz@gmail.com>
13081
13082         * class.c (mono_class_inflate_generic_type): Add a comment describing memory ownership.
13083         (mono_generic_class_get_class): Fix a leak.
13084
13085         * metadata.c (do_mono_metadata_parse_type): Remove an unneccesary call to
13086         mono_metadata_free_type ().
13087         (mono_metadata_inflate_generic_inst): Fix a leak.
13088
13089 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
13090
13091         * mono-debug.c (free_header_data): Fix a leak missed earlier.
13092
13093         * metadata.c (mono_metadata_parse_array_full): Allocate memory from the image
13094         mempool.
13095
13096         * mono-debug.c (mono_debug_close_image): Fix call to 
13097         g_hash_table_remove ().
13098
13099 Fri Sep 14 19:36:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
13100
13101         * icall-def.h: redirect all the string ctor to the managed
13102         CreateString () methods.
13103         * string-icalls.c, string-icalls.h: removed dead code for string
13104         ctors and icalls.
13105
13106 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
13107
13108         * mono-debug.c: Fix memory leaks.
13109
13110 2007-09-14  Jonathan Chambers <joncham@gmail.com>
13111
13112         * threads-types.h: Implement mono_hazard_pointer_set and 
13113         mono_hazard_pointer_clear macros using do/while(0) to fix
13114         compilation with MSVC.
13115         
13116         Code is contributed under MIT/X11 license.
13117
13118 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
13119
13120         * gc.c (ves_icall_System_GCHandle_GetAddrOfPinnedObject): Use a return value of
13121         -2 to communicate to managed code that the handle is not pinned. Fixes #82848.
13122
13123 Fri Sep 14 14:04:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
13124
13125         * icall-def.h, string-icalls.c: get rid of old, no longer used, string
13126         icalls.
13127
13128 Fri Sep 14 11:41:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
13129
13130         * boehm-gc.c, gc-internal.h, object.c: allow strings to be
13131         managed-code allocated as well.
13132
13133 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
13134
13135         * class.c (mono_class_is_assignable_from): Add support for generic variance.
13136
13137 Thu Sep 13 11:55:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
13138
13139         * boehm-gc.c: fixed the build after the AOT changes.
13140
13141 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
13142
13143         * wrapper-types.h: Add an ALLOC wrapper type.
13144
13145         * gc-internals.h boehm-gc.c null-gc.c sgen-gc.c: Add functions needed by AOT to
13146         reference managed allocator methods.
13147
13148 2007-09-12  Marek Safar  <marek.safar@gmail.com>
13149
13150         * icall.c (ves_icall_MonoType_GetGenericArguments): Create an instance
13151         of Type array and not MonoType, a fix suggested by Hari.
13152         
13153 2007-09-12  Jonathan Chambers <joncham@gmail.com>
13154
13155         * domain-internals.h, domain.c : Remove delegate_invoke_impl_with_target_hash
13156         and delegate_invoke_impl_no_target_hash from _MonoDomain struct.
13157         
13158         Code is contributed under MIT/X11 license.
13159
13160 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
13161
13162         * domain.c, object.c, mono-config.c, object-internals.h: Fixed  #82416.
13163
13164 2007-09-12  Marek Habersack  <mhabersack@novell.com>
13165
13166         * image.c (do_mono_image_open): if assembly file fails to open and
13167         MONO_IOMAP is in effect, try to find the path in a
13168         case-insensitive way.
13169
13170         * appdomain.c (mono_runtime_init): do not install postload hooks -
13171         tests show that MS.NET doesn't use anything of that sort to
13172         trigger the AppDomain.AssemblyResolve event.
13173         (mono_try_assembly_resolve): renamed from try_assembly_resolve and
13174         made non-static.
13175         (mono_runtime_init): init portability helpers here.
13176
13177         * assembly.c (mono_assembly_load_with_partial_name): if other   
13178         attempts fail, trigger the AppDomain.AssemblyResolve event handler
13179         to resolve the assembly.
13180
13181         * domain-internals.h: added mono_try_assembly_resolve and marked
13182         it as internal.
13183
13184 2007-09-11  Jb Evain  <jbevain@novell.com>
13185
13186         * object-internals.h (MonoReflectionDynamicMethod): add
13187         a `MonoReflectionType *owner` field. The owner is used
13188         * reflection.c:
13189         (mono_reflection_create_dynamic_method): use the owner of the dynamic
13190         method as the class declaring the dynamic method.
13191         (reflection_methodbuilder_from_dynamic_method): copy the owner of the
13192         dynamic method to the declaring type of the methodbuilder.
13193
13194 2007-09-11  Mark Probst  <mark.probst@gmail.com>
13195
13196         * icall.c (ves_icall_InternalInvoke): Enforce CoreCLR security
13197         rules for calling methods via reflection.
13198
13199 2007-09-11  Zoltan Varga  <vargaz@gmail.com>
13200
13201         * reflection.c (resolve_object): Add support for MonoGenericClass. 
13202         Inflate MonoType's.
13203
13204 Tue Sep 11 16:08:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
13205
13206         * gc-internal.h, boehm-gc.c, null-gc.c, sgen-gc.c: allow the GC to
13207         provide a managed method that does fast allocations without needing
13208         a managed->unmanaged transition. Boehm GC implementation currently
13209         enabled for ptrfree objects on sane architectures.
13210
13211 Tue Sep 11 16:00:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
13212
13213         * marshal.c, marshal.h: exported a couple of useful functions and
13214         added mono_mb_get_label () to easily handle backward branches.
13215
13216 2007-09-10  Zoltan Varga  <vargaz@gmail.com>
13217
13218         * reflection.c (resolve_object): Inflate generic methods. Fixes #82782.
13219
13220 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
13221
13222         * loader.c (find_method): Fixed the regression introduced while
13223         fixing bug #81466.
13224
13225 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
13226
13227         * class.c (mono_lookup_dynamic_token_class): Pass along the context here as
13228         well.
13229         
13230         * class.c loader.c metadata.c object.c class-internals.h object-internals.h
13231         icall.c reflection.c: Pass a MonoGenericContext argument to 
13232         mono_lookup_dynamic_token ().
13233
13234         * reflection.c (resolve_object): Handle GenericTypeParameterBuilder. Fixes
13235         #82744.
13236         
13237 2007-09-09  Robert Jordan  <robertj@gmx.net>
13238
13239         * object.c (mono_class_proxy_vtable): Don't create remoting trampolines
13240         for generic methods.
13241
13242         * object.c (mono_object_get_virtual_method): Handle generic methods.
13243         Fixes bug #78882.
13244
13245         Code is contributed under MIT/X11 license.
13246
13247 Sat Sep 8 18:16:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
13248
13249         * image.c: fix locking in mono_image_load_file_for_image ().
13250
13251 Thu Sep 6 19:48:00 CEST 2007 Paolo Molaro <lupus@ximian.com>
13252
13253         * reflection.c, icall.c, icall-def.h: the methodinfos name field is
13254         used only as a cache: added an icall to fill it.
13255
13256 2007-09-16  Rodrigo Kumpera  <rkumpera@novell.com>
13257
13258         * reflection.h: exposed mono_reflection_free_type_info
13259         * reflection.c (mono_reflection_get_type_internal): type_args is always freed
13260         since mono_reflection_bind_generic_parameters makes a copy of it.
13261         * reflection.c (free_type_info): subinfos should be freed.
13262         * reflection.c (free_type_info): renamed to mono_reflection_free_type_info and 
13263         made non static.
13264         * icall.c (type_from_name and ves_icall_System_Reflection_Assembly_InternalGetType):
13265         replaced explicit cleanup of MonoTypeNameParse struct with a call to mono_reflection_free_type_info,
13266         this fixes #82695 and #81726.
13267    
13268
13269 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
13270
13271         * process.h, process.c:  added support for user profile/info in
13272           ProcessStartInfo. For now only Windows works.
13273
13274 Fri Aug 31 17:30:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
13275
13276         * metadata.c: consider the generic arguments when comparing
13277         signatures (bug #82614).
13278
13279 Thu Aug 30 18:34:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
13280
13281         * cil-coff.h, image.c: updated assembly loader to cope with the
13282         PE32+ 64 bit file format.
13283
13284 Thu Aug 30 16:47:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
13285
13286         * assembly.c, class.c, domain.c, loader.c: remove useless
13287         inclusion of cil-coff.h.
13288
13289 2007-08-29  Jonathan Chambers  <joncham@gmail.com>
13290
13291         * marshal.c (cominterop_get_ccw): Walk up interface hierarchy
13292         if interface is marked with CoClassAttribute. 
13293    
13294         Code is contributed under MIT/X11 license.
13295
13296 Wed Aug 29 19:27:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
13297
13298         * sgen-gc.c: ensure no object from the to space is copied again or finalized
13299         if it's seen twice in major collections.
13300
13301 Wed Aug 29 18:46:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
13302
13303         * sgen-gc.c: big objects are not copied to the gray area, but they
13304         need to be considered for scanning, too, if they are brought alive
13305         by an object ready for finalizations or a survived one.
13306
13307 Wed Aug 29 18:43:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
13308
13309         * sgen-gc.c: properly account the number of disappearing links when
13310         they are nullified.
13311
13312 Wed Aug 29 18:37:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
13313
13314         * sgen-gc.c: share the code to scan the registered roots between the
13315         different types of collections.
13316
13317 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
13318
13319         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor): New icall.
13320
13321 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
13322
13323         * object.c (mono_class_proxy_vtable): Use max_interface_id instead of
13324         class->max_interface_id in a one place. Fixes transparentproxy.exe test on ia64.
13325
13326 2007-08-28  Mark Probst  <mark.probst@gmail.com>
13327
13328         * security-manager.c (mono_security_manager_get_methods):
13329         LinkDemandSecurityException now has 2 arguments instead of 3.
13330
13331 2007-08-27  Zoltan Varga  <vargaz@gmail.com>
13332
13333         * class.c (mono_class_layout_fields): Only do the struct alignment hack on
13334         platforms which need it.
13335
13336 Mon Aug 27 18:29:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
13337
13338         * sgen-gc.c: unregister thread data structures with a pthread_key_t
13339         dtor.
13340
13341 Mon Aug 27 18:27:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
13342
13343         * threads.c: free the thread static data on thread exit.
13344
13345 Mon Aug 27 10:55:54 CEST 2007 Paolo Molaro <lupus@ximian.com>
13346
13347         * class.c: walk the hierarchy to find the generic definition for
13348         a class (fixes runtime part of bug #82498).
13349
13350 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
13351
13352         * assembly.c (mono_assembly_close): Move the closing of the referenced assemblies to
13353         ...
13354
13355         * image.c (mono_image_close): Here. Hopefully fixes #82510.
13356
13357 2007-08-24  Mark Probst  <mark.probst@gmail.com>
13358
13359         * monodiet.c (handle_cattrs): Fixed a custom attr leak.
13360
13361 2007-08-24  Robert Jordan  <robertj@gmx.net>
13362
13363         * appdomain.c: don't perform the ':'->';' substitution on Win32.
13364
13365 2007-08-24  Jb Evain  <jbevain@novell.com>
13366
13367         * class.c (mono_type_get_name_recurse): fix AssemblyQualifiedName
13368         for byref types.
13369
13370 2007-08-24  Mark Probst  <mark.probst@gmail.com>
13371
13372         * threads.c: Make sure a thread gets cleaned up only once.  Fixes
13373         #82286.
13374
13375 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
13376
13377         * assembly.c: Fix a warning.
13378         
13379 2007-08-23  Marek Habersack  <mhabersack@novell.com>
13380
13381         * appdomain.c: parse the <runtime> section looking for the probing
13382         element with the 'privatePath' attribute, which sets additional
13383         directories in which the runtime should look for assemblies.
13384
13385 2007-08-23  Robert Jordan  <robertj@gmx.net>
13386
13387         * marshal.c (Marshal_ReAllocHGlobal) : Fix GlobalReAlloc's flags.
13388         Fixes #82499.
13389
13390 2007-08-23  Martin Baulig  <martin@ximian.com>
13391
13392         * mono-debug.[ch]: Rename mono_debug_init_corlib() into
13393         _mono_debug_init_corlib() and remove it from the header file.
13394
13395 2007-08-23  Martin Baulig  <martin@ximian.com>
13396
13397         * mono-debug-debugger.c
13398         (mono_debugger_unhandled_exception): Ignore `ThreadAbortException';
13399         don't notify the debugger about it.
13400
13401         * mono-debug-debugger.h
13402         (MonoDebuggerEvent): Removed `THREAD_ABORT'.
13403
13404 2007-08-23  Robert Jordan  <robertj@gmx.net>
13405
13406         * icall-def.h, process.*: implemented Get|SetPriorityClass icalls.
13407         Code is contributed under MIT/X11 license.
13408
13409 Wed Aug 22 18:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
13410
13411         * sgen-gc.h, sgen-gc.c: abstracted most of the OS-specific code.
13412
13413 2007-08-22  Martin Baulig  <martin@ximian.com>
13414
13415         * mono-debug.c: Store debugging info on a per-domain basis and
13416         free it on domain unload.  Add support for unloading symbol files.
13417
13418         * mono-debug.h
13419         (MonoDebugList): New typedef.
13420         (MonoSymbolTable):
13421         - add `data_tables and `type_table'.
13422         - replace 'symbol_files' and `num_symbol_files' with a
13423           `MonoDebugList *'.
13424         (mono_debug_data_table): Removed.
13425         (mono_debug_list_add): New public function.
13426         (mono_debug_list_remove): New public function.
13427         (mono_debug_init_1): Renamed into mono_debug_init_corlib().
13428         (mono_debug_init_2_memory): Renamed into
13429         mono_debug_open_image_from_memory().
13430         (mono_debug_close_image): New public function.
13431         (mono_debug_domain_create): Likewise.
13432         (mono_debug_domain_unload): Likewise.
13433         (MONO_DEBUGGER_VERSION): Bump to 60.
13434
13435         * mono-debug-debugger.h
13436         (MonoDebuggerEvent):
13437         - remove `RELOAD_SYMTABS' and `METHOD_COMPILED'.
13438         - rename `ADD_MODULE' into `LOAD_MODULE'; add `UNLOAD_MODULE'.
13439         - add `DOMAIN_CREATE' and `DOMAIN_UNLOAD'.
13440         - rename `THREAD_CREATED' and `THREAD_EXITED' into
13441           `GC_THREAD_CREATED' and `GC_THREAD_EXITED'.
13442         - re-add `THREAD_CREATED' and `THREAD_EXITED'; with different
13443           meaning.
13444         (mono_debugger_add_symbol_file): Removed.
13445         (mono_debugger_add_type): Removed.
13446         (mono_debugger_lookup_type): Removed.
13447         (mono_debugger_lookup_assembly): Removed.
13448
13449         * domain.c
13450         (mono_domain_create): Call mono_debug_domain_create().
13451         (mono_init_internal): Call mono_debug_init_corlib().
13452
13453         * assembly.c
13454         (mono_assembly_close): Call mono_debug_close_image().
13455
13456 Wed Aug 22 17:26:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
13457
13458         * sgen-gc.c: use the mono-mmap facilitites instead of hard-coding the
13459         mmap call.
13460
13461 Wed Aug 22 17:17:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
13462
13463         * sgen-gc.c: ensure section->pin_queue_end is initialized
13464         correctly when non pinning objects in the section have been found.
13465
13466 2007-08-22  Marek Habersack  <mhabersack@novell.com>
13467
13468         * appdomain.c (set_domain_search_path): cope with PrivateBinPath
13469         containing a list of directories separated by ':'. MSDN docs say
13470         the directories should be separated with ';'. Part of a bugfix for
13471         bug #81446
13472
13473 2007-08-21  Rodrigo Kumpera  <rkumpera@novell.com>
13474
13475         * class.c (mono_type_retrieve_from_typespec) : fixed the return type
13476         it should MonoType and not MonoClass.
13477
13478 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
13479
13480         * culture-info-table.h : regenerated.
13481
13482 2007-08-20  William Holmes  <billholmes54@gmail.com>
13483
13484         *file-io.c: Added ves_icall_System_IO_MonoIO_ReplaceFile
13485          to call ReplaceFile Kernel32 on windows or in io-layer.
13486         *file-io.h: Added deceleration for ves_icall_System_IO_MonoIO_ReplaceFile
13487         *icall-def.h: Register ves_icall_System_IO_MonoIO_ReplaceFile
13488          as an internal call.
13489
13490         Code is contributed under MIT/X11 license.
13491
13492 2007-08-20  Jb Evain  <jbevain@novell.com>
13493
13494         * class-internals: add definitions for MONO_EXCEPTION_METHOD_ACCESS
13495         and MONO_EXCEPTION_FIELD_ACCESS.
13496
13497         * debug-helpers.[c|h]: new mono_field_full_name function.
13498
13499 2007-08-20  Mark Probst  <mark.probst@gmail.com>
13500
13501         * class.c: Removed class_security_level() and moved it to
13502         security-core-clr.c.
13503
13504         * security-core-clr.c, security-core-clr.h: class_security_level()
13505         is now public and renamed to mono_security_core_clr_class_level().
13506         It also looks for security attributes in the classes a class is
13507         nested in.
13508
13509 2007-08-20  Mark Probst  <mark.probst@gmail.com>
13510
13511         * security-core-clr.c, security-core-clr.h: CoreCLR security
13512         utility functions.
13513
13514         * Makefile.am: Added security-core-clr.[ch].
13515
13516         * security-manager.c, security-manager.h: Functions and enum for
13517         setting and getting the security mode.
13518
13519         * class.c: CoreCLR security checks.
13520
13521 Mon Aug 20 12:38:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
13522
13523         * icall-def.h, process.c, process.h: implemented icall to get
13524         user/system processor times.
13525
13526 2007-08-17  Mark Probst  <mark.probst@gmail.com>
13527
13528         * domain.c, threads.c, class-internals.h, domain-internals.h: New
13529         reader-lock-free jit_info_table.
13530
13531 2007-08-17  Zoltan Varga  <vargaz@gmail.com>
13532
13533         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_CUSTOM.
13534
13535         * marshal.c (mono_marshal_type_size): Ditto. Fixes #82465 and #82466.   
13536
13537         * object-internals.h (MonoException): Add missing _data member.
13538
13539 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
13540
13541         * loader.c (find_method, find_method_in_class): Fixed bug #81466,
13542         checking that only methods with matching qname or fqname are picked
13543         from implemented interfaces.
13544
13545 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
13546
13547         * verify.c (do_newarr):added, do type verification of
13548         newarr ops, push the right value on the eval stack.
13549         * verify.c (mono_method_verify): use do_newarr
13550
13551
13552 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
13553
13554         * verify.c (do_ldobj_value, do_unbox_value and do_box_value):
13555         factored the common code into get_boxable_mono_type, which
13556         is now using mono_type_get_full, this fixed byref related tests.
13557
13558 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
13559
13560         * class.c: added mono_type_get_full, this function has the same
13561         behavior of mono_class_get_full but the returned MonoType has
13562         all metadata of the associated token in case of a typespec token.
13563         * class.c: added mono_type_retrieve_from_typespec, used by 
13564         mono_type_get_full to retrieve the token type.
13565         * class.c (mono_class_create_from_typespec): changed to use
13566         mono_type_retrieve_from_typespec.
13567         * class.c (mono_ldtoken): changed to use mono_type_get_full
13568         for MONO_TOKEN_TYPE_(DEF|REF|SPEC).
13569         * class-internals.h: exported mono_type_get_full for internal use.
13570
13571 2007-08-16  Jb Evain  <jbevain@novell.com>
13572
13573         * domain.c (supported_runtimes): add entry for
13574         the 'moonlight' runtime version.
13575
13576 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
13577
13578         * verify.c (mono_method_verify): small typo sliped in.  
13579
13580 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
13581
13582         * verify.c (do_unbox_value): added, do type verification of
13583         unboxing ops
13584         * verify.c (mono_method_verify): use do_unbox_value
13585
13586
13587 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
13588
13589         * verify.c (dump_stack_value): fixed typo, was printing string
13590         instead of object on stack.
13591         * verify.c (do_box_value): moved the byref check up as it leads
13592         to invalid code and should be done earlier.
13593         * verify.c: improved error messages for and ldobj
13594
13595 2007-08-15  William Holmes  <billholmes54@gmail.com>
13596
13597         * marshal.c (emit_marshal_custom): Omit the call to 
13598           marshal_native_to_managed when calling native to managed 
13599           and the argument is specified as an out argument.
13600
13601         Code is contributed under MIT/X11 license.
13602
13603 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
13604
13605         * verify.c: fixed the type checks for generics, function pointers and vectors.
13606         Added type verification for ldobj and ldtoken. The verifier
13607         would segfault if header or signature of a method contained references
13608         to non-existant types.
13609
13610 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
13611
13612         * marshal.c (cominterop_get_ccw): Patch from
13613         Bill Holmes to no walk up interface hierarchy. 
13614         All parent methods should be present in the interface for COM.
13615    
13616         Code is contributed under MIT/X11 license.
13617
13618 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
13619
13620         * marshal.c (emit_marshal_com_interface): Patch from
13621         Bill Holmes to handle COM Interfaces as return values
13622         for native->managed calls.
13623    
13624         Code is contributed under MIT/X11 license.
13625
13626 2007-08-14  Jonathan Chambers  <joncham@gmail.com>
13627
13628         * marshal.c (cominterop_get_idispatch_for_object): Implement
13629         for runtime callable wrappers.
13630    
13631         Code is contributed under MIT/X11 license.
13632
13633 2007-08-13  Rodrigo Kumpera  <rkumpera@novell.com>
13634
13635         * pedump.c (main): changed from mono_init to mono_init_from_assembly
13636         so 2.0 types are accessible
13637
13638
13639 2007-08-13  Miguel de Icaza  <miguel@novell.com>
13640
13641         * domain.c (mono_init_internal): Call mono_assembly_load_friends
13642         once we load mscorlib.   Due to the order in which we initialize,
13643         the mono_assembly_load_full routine that loads mscorlib did not
13644         load friends.   We now load it once we load the
13645         mono_defaults.internals_visible_class class. 
13646
13647         * assembly.c: Expose the mono_load_friend_assemblies method.
13648
13649 2007-08-11  Rodrigo Kumpera  <rkumpera@novell.com>
13650
13651         * verify.c: improved the handling of boxing, better
13652         type checking for unary ops and conversion. Fix bug
13653         regarding managed pointer compatibility checking
13654
13655 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
13656
13657         * icall.c (ves_icall_System_Array_SetGenericValueImpl): New icall.
13658
13659         * threads.c threads-types.h: Export mono_thread_get_stack_bounds.
13660
13661 2007-08-09  Raja R Harinath  <rharinath@novell.com>
13662
13663         * reflection.c (dup_type): Remove.
13664         * class.c (dup_type): Remove.
13665         (mono_metadata_signature_deep_dup): Use 'mono_metadata_type_dup'
13666         instead of the dodgy 'dup_type'.
13667         (inflate_generic_type): Likewise.  Fix the VAR/MVAR cases to
13668         handle the case where 'dup_type' needed the second argument.
13669
13670 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
13671
13672         * domain.c: Fix a warning.
13673
13674 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
13675
13676         * class.c (mono_class_setup_vtable_general): Fixed bug #77127,
13677         checking that methods with the same fqname are not overridden
13678         with a method from an ancestor.
13679
13680 2007-08-07  Zoltan Varga  <vargaz@gmail.com>
13681
13682         * threads.c (free_thread_static_data_helper): Avoid a crash if
13683         thread->static_data is not yet set.
13684
13685 2007-08-07  Jonathan Chambers  <joncham@gmail.com>
13686
13687         * marshal.c: Use correct image when emitting
13688         native wrapper for COM calls.
13689    
13690         Code is contributed under MIT/X11 license.
13691
13692 2007-08-07  Atsushi Enomoto  <atsushi@ximian.com>
13693
13694         * icall-def.h, security.c, security.h :
13695           added icall wrapper to ProtectedMemory.[Unprotect|Protect]Data().
13696
13697 2007-08-07  Martin Baulig  <martin@ximian.com>
13698
13699         * mono-debug-debugger.h
13700         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD'.
13701
13702         * domain.c (mono_domain_free): Call
13703         `mono_debugger_event (MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD)'.
13704
13705 2007-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
13706
13707         * verify.c (check_underflow, check_overflow): error message now returns IL offset
13708         * verify.c (in_same_block): code should test if either offset is inside the clauses
13709         * verify.c (mono_method_verify): push the exception into the eval stack of exception
13710         and filter blocks
13711
13712 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
13713
13714         * image.c (mono_image_close): Fix a leak.
13715
13716         * object.c (mono_runtime_invoke_array): Avoid using alloca.
13717
13718         * icall.c (ves_icall_FieldInfo_SetValueInternal): Ditto.        
13719
13720 Fri Aug 3 19:54:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
13721
13722         * domain.c, threads.c, threads-types.h: fix memory retention issue
13723         with thread static variables not being cleared on domain unload.
13724         Reuse thread static slots after domain unload.
13725
13726 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
13727
13728         * object.c (mono_runtime_invoke_array): Handle the case when the receiver is a
13729         nullable type.
13730
13731         * marshal.c (mono_marshal_get_runtime_invoke): Revert the previous change, it is
13732         now done in mono_runtime_invoke_array.
13733
13734         * marshal.c (mono_marshal_get_runtime_invoke): Handle the case when the 
13735         receiver is a nullable type.
13736
13737         * class.c (mono_class_is_assignable_from): Handle the case when klass is a 
13738         generic parameter.
13739
13740 2007-08-03  Jonathan Chambers  <joncham@gmail.com>
13741
13742         * marshal.c: Implement COM Objects as return type for 
13743         managed->unmanaged calls. Added Release calls for COM Object
13744         out/return values in managed->unmanaged calls.
13745
13746         Code is contributed under MIT/X11 license.
13747
13748 Fri Aug 3 17:00:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
13749
13750         * threads.h, threads-type.h: move the hazard pointer declarations
13751         to the private header.
13752
13753 Fri Aug 3 13:13:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
13754
13755         * file-io.c, appdomain.c: memory leak fixes.
13756
13757 2007-08-02  Dick Porter  <dick@ximian.com>
13758
13759         * socket-io.c
13760         (ves_icall_System_Net_Sockets_Socket_Socket_internal): Move the
13761         SO_REUSEADDR setting into io-layer/sockets.c.
13762
13763 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
13764
13765         * icall.c (ves_icall_Type_GetMethodsByName): Return the members inherited
13766         from Object when called on a generic parameter. Fixes #82211.
13767
13768 2007-08-01  Dick Porter  <dick@ximian.com>
13769
13770         * file-io.c (convert_share): Test FileShare values bit-by-bit.
13771         Fixes bug 79250 yet again.
13772
13773 2007-07-30  Martin Baulig  <martin@ximian.com>
13774
13775         Merged the `debugger-dublin' branch.
13776
13777         * mono-debug.h
13778         (MonoDebugDataTable): New typedef.
13779         (MonoDebugMethodAddressList): New typedef.
13780         (MonoDebugWrapperData): Removed.
13781         (MonoDebugSymbolTable): Removed `current_data_table',
13782         `current_data_table_size', `current_data_table_offset'.
13783         (MonoDebugDataItemType): Moved into mono-debug.c.
13784         (MonoDebugMethodJitInfo): Remove `address'.
13785         (mono_debug_data_table): New global variable.
13786         (mono_debug_lookup_method_addresses): New public function.
13787         (mono_debug_find_method): Take a `MonoMethod *', not a
13788         `MonoDebugMethodInfo *'.
13789
13790         * mono-debug.c: Drop support for the old symbol tables.
13791
13792 2007-06-28  Martin Baulig  <martin@ximian.com>
13793
13794         * mono-debug.c (mono_debug_debugger_version): New public variable.
13795
13796 2007-07-31  William Holmes  <billholmes54@gmail.com>
13797
13798         * metadata.c Changed mono_type_create_from_typespec to not insert
13799           the type into the hash map until after
13800           do_mono_metadata_parse_type has completed.
13801         Fixes Bug #82194
13802         Code is contributed under MIT/X11 license.
13803
13804 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
13805
13806         * icall.c (ves_icall_Type_GetMethodsByName): Avoid a crash when called on a
13807         generic parameter. Fixes #82211.
13808
13809 2007-07-27  Jb Evain  <jbevain@novell.com>
13810
13811         * pedump.c (dump_metadata, dump_metadata_header): dump
13812         versions contained in the metadata header.
13813
13814 Fri Jul 27 17:07:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
13815
13816         * threads.c: register small_id_table with the GC.
13817
13818 2007-07-27  Mark Probst  <mark.probst@gmail.com>
13819
13820         * threads.c, threads.h, class-internals.h, object-internals.h:
13821         Hazard pointers, to be used by lock-free parallel algorithms.
13822
13823 2007-07-26  Dick Porter  <dick@ximian.com>
13824
13825         * appdomain.c (mono_runtime_cleanup): Invoke io-layer cleanup
13826         routine on non-windows platforms, as I've not managed to think of
13827         a non-kludgy way of doing this.  Finishes off bug 78739.
13828
13829 Wed Jul 25 18:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
13830
13831         * object.c: properly setup interface_bitmap in proxy vtables.
13832
13833 2007-07-25  Marek Habersack  <mhabersack@novell.com>
13834
13835         * appdomain.c (get_shadow_assembly_location): do not use TickCount
13836         to create unique shadow copy target directories, use the domain's
13837         serial number instead. Each domain gets a unique target directory
13838         that way.
13839
13840         * domain.c (mono_domain_create): added code to increment domain
13841         shadow copy serial number and cache the value in the current
13842         domain structure.
13843
13844         * domain-internals.h (struct _MonoDomain): added a new field -
13845         shadow_serial to hold the serial number used in generation of
13846         shadow-copy directories. This is to make sure that the directory
13847         name is unique for each and every domain created. We avoid a race
13848         condition with overriding assemblies already in use by other app
13849         domains.
13850
13851 2007-07-24  Rodrigo Kumpera  <rkumpera@novell.com>
13852
13853         * class.c (mono_bounded_array_class_get): fixed memory leak when 
13854         binding generic parameters.
13855
13856 2007-07-24  Raja R Harinath  <rharinath@novell.com>
13857
13858         * metadata.c (do_mono_metadata_parse_generic_class): Use
13859         mono_metadata_lookup_generic_class.  Don't g_assert on a metadata
13860         error.
13861
13862 Tue Jul 24 15:15:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
13863
13864         * loader.c, class-internals.h, reflection.c: removed the per-method
13865         generics hashtable: we use the global one through the call of
13866         mono_class_inflate_generic_method ().
13867
13868 Mon Jul 23 19:43:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
13869
13870         * class.c, metadata.c, class-internals.h: introduce yet another
13871         generics global cache for inflated methods (fixes 98% of the perf
13872         issue in bug #81806).
13873
13874 2007-07-23  Raja R Harinath  <rharinath@novell.com>
13875
13876         Fix #81035 -- avoid allocating MonoGenericInsts willy-nilly
13877         * metadata.c (mono_metadata_lookup_generic_inst): Kill.
13878         (mono_metadata_get_generic_inst): New.  Given a list of MonoType*,
13879         return a MonoGenericInst containing (a copy) of those types.
13880         (mono_metadata_inflate_generic_inst): Update to changes.
13881         (mono_metadata_parse_generic_inst): Likewise.
13882         (mono_get_shared_generic_inst): Likewise.
13883         * reflection.c (mono_class_bind_generic_parameters): Likewise.
13884         (mono_reflection_bind_generic_method_parameters): Likewise.
13885         * metadata-internals.h: Likewise.
13886         * icall.c (free_generic_context): Kill.
13887         (init_generic_context_from_args): Use mono_metadata_get_generic_inst.
13888
13889         * reflection.c (reflection_methodbuilder_to_mono_method): Use
13890         mono_metadata_type_dup.
13891         * marshal.c (mono_mb_create_method): Likewise.
13892
13893         * metadata.c (mono_metadata_type_dup): Rename from
13894         mono_metadata_type_dup_mp.  Take an optional mempool instead of a
13895         MonoImage.  Handle a few more cases, esp. when no mempool is given.
13896         * marshal.c, metadata-internals.h: Update to changes.
13897
13898 Mon Jul 23 11:43:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
13899
13900         * class.c: fixed a small leak for array classes and removed warning.
13901
13902 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
13903
13904         * loader.c (mono_method_get_param_token): Make this work on generic methods.
13905         Return 0x8000000 for return parameters. Fixes #82161.
13906
13907 2007-07-21  Marek Habersack  <grendello@gmail.com>
13908
13909         * appdomain.c (get_shadow_assembly_location): append the current
13910         ticks value to the path. Avoids overwriting the same assemblies by
13911         several threads at the same time.
13912
13913 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
13914         and Raja R Harinath  <rharinath@novell.com>
13915
13916         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
13917         Simplify slightly.
13918         (ves_icall_MonoMethod_GetGenericMethodDefinition): Update
13919         property for testing if a method is a generic method definition.
13920
13921 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
13922
13923         * domain-internals.h : added 2.0 member fields to MonoAppDomainSetup.
13924
13925 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
13926
13927         * verify.c: used function from private branch, reverted to the one in class.h 
13928
13929 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
13930
13931         * verify.c: a typo slipped in and the code wont compile
13932
13933 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
13934
13935         * verify.c: now all code use IS_MANAGED_POINTER and UNMASK_TYPE macros.
13936         disabled box instruction as it is doing the wrong thing
13937         improved stack dump messages, now it is easier to debug type related issues
13938
13939
13940 2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
13941
13942         * icall.c (ves_icall_System_MonoType_getFullName): Fix a leak. 
13943
13944 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
13945
13946         * verify.c: changed MONO_TYPE_TYPEDBYREF stack type from 
13947         TYPE_COMPLEX to TYPE_PTR, it did not make any sense to be
13948         grouped with class and valuetype. This change will simply 
13949         the code as it should be handled just like unmanaged pointers.
13950
13951 2007-07-19  Mark Probst  <mark.probst@gmail.com>
13952
13953         * class.c (concat_two_strings_with_zero): Fixed a silly bug.
13954
13955 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
13956
13957         * verify.c: several stack merge issues fixed, reference comparisons now
13958         check the type size. strict type check now works correctly.
13959         added more uses of IS_MANAGED_POINTER macro.
13960         fixed issues pointed by running the test suite against .net.
13961         
13962
13963 2007-07-19  Mark Probst  <mark.probst@gmail.com>
13964
13965         * class.c, loader.c, class-internals.h: Removed the
13966         MonoLoaderErrorKind enum and replaced it with the MONO_EXCEPTION_
13967         defines.
13968
13969         * icall.c: Better error checking in some internal reflection
13970         methods.
13971
13972 2007-07-18  William Holmes  <billholmes54@gmail.com>
13973
13974         * filewatcher.c : removed unused variable 'filename' in 
13975           ves_icall_System_IO_FSW_SupportsFSW
13976
13977 Mon Jul 16 19:36:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
13978
13979         * reflection.c, class.c, icall.c, loader.c: mono_get_inflated_method () is
13980         obsolete, removed.
13981
13982 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
13983
13984         * icall.c (ves_icall_System_Reflection_FieldInfo_GetTypeModifiers): New icall.
13985         
13986         * icall.c (ves_icall_System_Reflection_Module_ResolveSignature): New icall.
13987
13988 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
13989
13990         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
13991         Implement generics support.
13992         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
13993
13994         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Add new
13995         type_args and method_args arguments.
13996         (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.
13997         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
13998         (ves_icall_System_Reflection_Module_ResolveMemberToken): Ditto.
13999
14000 2007-07-13  Rodrigo Kumpera  <rkumpera@novell.com>
14001
14002         * reflection.c: patch from Thong Nguyen to fix atribute resolution.
14003           It adds a rootimage parameter to mono_reflection_get_type_internal,
14004           adds new function mono_reflection_get_type_with_rootimage and use
14005           the rootimage to resolve the types instead of the current image
14006
14007 2007-07-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
14008
14009         * culture-info-table.h: Forgot to update after r78304.
14010
14011 2007-07-13  Raja R Harinath  <rharinath@novell.com>
14012
14013         * class.c (mono_class_is_open_constructed_type)
14014         <MONO_TYPE_GENERICINST>: Don't recompute a computed field.
14015
14016 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
14017
14018         * class.c (mono_bounded_array_class_get):  method fails if used with
14019         an incomplete TypeBuilder enum (no basetype field), fixed it by 
14020         avoiding calculating the size for such array as it cannot be instantiated.
14021         Fix bug #82015
14022
14023 2007-07-12  Raja R Harinath  <rharinath@novell.com>
14024
14025         * class-internals.h (_MonoGenericInst::is_reference): Remove bogus
14026         field.
14027         * metadata.c, reflection.c: Update to changes.
14028
14029 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
14030
14031         * class.c, class-internal.h: added mono_type_is_valid_enum_basetype and
14032         mono_class_is_valid_enum, they are used to valide a enum when loading.
14033         * reflection.c: used new functions to throw TypeLoadException when and
14034         invalid enum is build with TypeBuilder. Fixes #82018
14035   
14036 Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
14037
14038         * object.c: forgot commit of mono_class_setup_methods () to access
14039         iface->methods.
14040         * object-internals.h: added a few more handy fields to
14041         MonoIMTCheckItem.
14042
14043 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
14044
14045         * object.c (build_imt): Call mono_class_setup_methods () before accessing 
14046         iface->methods.
14047
14048 Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
14049
14050         * class-internals.h, object-internals.h, object.c: IMT-based
14051         interface invocation core from Massimiliano Mantione
14052         (massi@ximian.com) with a reworked arch-specific interface,
14053         bsearch implementation and a few bugfixes and memory savings by me.
14054
14055 2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
14056
14057         * class.c (mono_class_create_from_typedef): mono would segfault if 
14058         an enum did not have a __value field. It now throws a TypeLoadException
14059         for such cases. Fix bug #82022
14060
14061 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
14062
14063         * marshal.c (mono_marshal_string_to_utf16_copy): Fix allocation size.
14064
14065 2007-07-09  Mark Probst  <mark.probst@gmail.com>
14066
14067         * class.c (mono_class_init): If a class is already inited but has
14068         an exception_type set, return FALSE, not TRUE.  Fixes: 82050.
14069
14070 2007-07-09  Mark Probst  <mark.probst@gmail.com>
14071
14072         * class.c: Properly handle the case of an unimplemented interface
14073         method.  Fixes: 81673.
14074
14075 Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
14076
14077         * class-internals.h, object.c: cleanup patch from massi: use
14078         MonoVTable->interface_bitmap since the vtable interfaces offset array
14079         is going away.
14080
14081 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
14082
14083         * icall-def.h icall.c: Remove Module:get_MDStreamVersion icall and add a new
14084         GetMDStreamVersion icall instead.
14085
14086 Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
14087
14088         * filewatcher.c: patch from Thong Nguyen <tum@veridicus.com> to
14089         not use mono_dl_build_path() with a full library name: makes
14090         fallbacks to libgaim and libfam work.
14091
14092 2007-07-06  William Holmes  <billholmes54@gmail.com>
14093
14094         * assembly.c: Added a continue statement in probe_for_partial_name when
14095          parse_assembly_directory_name fails.  Fixes : 82002
14096
14097 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
14098
14099         * verify.c (check_unmanaged_pointer_type): renamed to check_unverifiable_type
14100         and added a verification  for TYPEDBYREF.
14101         * verify.c (verify_stack_type_compatibility): fix handling of byref types,
14102         make native int interchangeable with int32 and some small cleanup and formating.
14103         * verify.c (push_arg): only ldarg on invalid argument is valid (but not verifiable) and
14104         handle byref of byref.
14105         * verify.c (push_local): handle byref of byref.
14106         * verify.c (do_binop): invalid mix of values is unverifiable
14107         * verify.c (do_invoke_method): fixed the handling of bad params on stack and
14108         added visibility checks
14109         * verify.c (field related method): added visibility checks
14110         * verify.c (do_push_field): cannot take the address of a temporary valuetype field
14111
14112 2007-07-06  Zoltan Varga  <vargaz@gmail.com>
14113
14114         * marshal.c (mono_marshal_string_to_utf16_copy): Null terminate the
14115         string.
14116
14117 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
14118
14119         * profiler.c (mono_profiler_load): Fix an off-by-one error.
14120
14121         * marshal.c (emit_marshal_string): When returning a string from managed code,
14122         allways make a copy even for unicode strings. Fixes #81990.
14123
14124 Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus@ximian.com>
14125
14126         * object.c: cleaned up mono_runtime_invoke_array () and fixed handling
14127         of byref generic inst types (bug #81997).
14128
14129 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
14130
14131         * class.c: moved methods mono_method_can_access_field and mono_method_can_access_method from mini/mini.c
14132         * class.h: added declarations of mono_method_can_access_field() and mono_method_can_access_method()
14133
14134 2007-07-02  Zoltan Varga  <vargaz@gmail.com>
14135
14136         * marshal.c (emit_marshal_string): Add support for unicode strings in
14137         MARSHAL_ACTION_MANAGED_CONV_RESULT. Fixes #81990.
14138
14139 2007-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
14140
14141         * verify.c: field load/store are now verified, missing only access checks now
14142
14143 2007-06-28  Martin Baulig  <martin@ximian.com>
14144
14145         * mono-debug.c (mono_debug_debugger_version): New public variable.
14146
14147 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
14148
14149         * locales.c: When constructing DateTimeFormat or NumberFormat for
14150         MonoCultureInfo, inherit readonly bit from MonoCultureInfo. The
14151         MonoCultureInfo contructed from the current locale is always
14152         read-only and has UseUserOverride set to true. All MonoCultureInfo
14153         instances returned for GetCultures have both IsReadOnly and
14154         UseUserOverride set to true. Fixes part of bug #81930.
14155
14156 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
14157
14158        * icall-def.h: Update System.__ComObject icalls
14159        * marshal.c: Avoid managed transition (and object creation)
14160        when looking up COM interface in RCW.
14161        * marshal.h: Ditto.
14162        
14163        Code is contributed under MIT/X11 license.
14164
14165 2007-06-22  Zoltan Varga  <vargaz@gmail.com>
14166
14167         * marshal.c (mono_marshal_get_runtime_invoke): Cache in the method image for now
14168         to avoid crashes during assembly unloading.
14169
14170 2007-06-22  Raja R Harinath  <rharinath@novell.com>
14171
14172         Fix MethodInfo.IsGenericMethodDefinition
14173         * reflection.c (mono_reflection_bind_generic_method_parameters):
14174         Rearrange code to ensure we always uses a generic method definition.
14175         * class.c (mono_class_inflate_generic_method_full): Set
14176         'generic_container' field only for generic method definitions.
14177         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
14178         Use presense of 'generic_container' field as indication of being a
14179         generic method definition.
14180
14181 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
14182
14183         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
14184
14185         * object-internals.h: Reflect changes in the layout of the managed Delegate
14186         class.
14187         
14188         * object-internals.h reflection.c icall-def.h: Applied patch from Robert
14189         Jordan (robertj@gmx.net). Add a dtor to dynamic methods which frees up the
14190         runtime memory used by the dynamic method. Fixes #77146.
14191
14192 2007-06-21  Dick Porter  <dick@ximian.com>
14193
14194         * file-io.h: 
14195         * file-io.c (convert_share): Cope with FileShare.Delete.  Patch
14196         from Wojtek Krawczyk <krawczyk.wojciech@gazeta.pl>, fixes bug
14197         81767.
14198
14199 2007-06-21  Raja R Harinath  <rharinath@novell.com>
14200
14201         * reflection.c (method_encode_methodspec): Add a tripwire.
14202         * class.c (inflate_generic_type): The fully open generic type is
14203         not the same as the generic type definition.
14204
14205 2007-06-21  Martin Baulig  <martin@ximian.com>
14206
14207         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 59.
14208
14209         * mono-debug-debugger.h
14210         (MonoDebuggerBreakpointInfo): Removed.
14211         (mono_debugger_insert_breakpoint_full): Moved to ../mini/debug-mini.h.
14212         (mono_debugger_remove_breakpoint): Likewise.
14213         (mono_debugger_breakpoint_callback): Likewise.
14214         (mono_debugger_start_add_type): Renamed into mono_debugger_add_type().
14215
14216 2007-06-21  Raja R Harinath  <rharinath@novell.com>
14217
14218         * metadata.c (mono_metadata_lookup_generic_class): The fully open
14219         generic type is not the same as the generic type definition.
14220         * class.c (mono_generic_class_get_class): Likewise.
14221
14222 2007-06-20  Geoff Norton  <gnorton@customerdna.com>
14223
14224         * icall.c: The second argument to 
14225         System.Reflection.MethodBase.GetMethodFromHandleInternalType
14226         is a MonoType not a MonoClass.
14227
14228 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
14229
14230         * verify.c: support for function pointers in the verifier
14231
14232 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
14233
14234         * verify.c: unmanaged pointer verification checks (loading unmanaged pointers is unverifiable)
14235
14236 Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
14237
14238         * assembly.c: removed Mono.Data.SqliteClient from the list of
14239         forward-compatible assemblies as it breaks the ABI (bug #81899).
14240
14241 2007-06-19  Raja R Harinath  <rharinath@novell.com>
14242
14243         * metadata.c (mono_metadata_lookup_generic_class): Protect cache
14244         lookup/update with the loader lock.
14245         * reflection.c (mono_class_bind_generic_parameters): No need to
14246         protect mono_metadata_lookup_* with the loader lock.
14247         * class.c (inflate_generic_type): Likewise.
14248         
14249         * metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
14250         on a generic instantiated type.
14251
14252 2007-06-18  Rodrigo Kumpera <kumpera@gmail.com>
14253
14254         *verify.c: produce meanfull error messages on verification error
14255         *verify.c: fixed some cases of verification errors reported as validation errors
14256         *pedump.c: fixed the error name array, now it shows validation errors properly
14257         *verify.h: fixed the contant that should be used for verification errors
14258
14259 Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
14260
14261         * metadata.c, image.c, metadata-internals.h: part of the fixes needed
14262         for bug #77596, 81858 and 80743 (generics data structures on domain
14263         unload).
14264
14265 2007-06-15  Raja R Harinath  <rharinath@novell.com>
14266
14267         Avoid allocating 'MonoGenericContext' on the heap.
14268         * class-internals (_MonoMethodInflated::context): Make field
14269         inline, not a pointer.
14270         * loader.c (method_from_methodspec): Allocate 'new_context' on the
14271         stack.  Use the context embedded within the inflated method as the
14272         hash key, rather than 'new_context'.
14273         * class.c (inflate_generic_context): Simplify.  Return a struct
14274         rather than allocating on the heap.
14275         (mono_class_inflate_generic_method_full): Update to changes.  Now,
14276         doesn't salt away a copy of the context -- simplifying the
14277         lifetime rules of a 'MonoGenericContext *'.
14278         (mono_method_get_context): Return pointer to embedded context.
14279         (setup_generic_array_ifaces): Allocate temporary context on stack.
14280         * reflection.c (inflate_mono_method): Likewise.
14281         (mono_reflection_bind_generic_method_parameters): Likewise.
14282         Use the context embedded within the inflated method as the hash key.
14283
14284         Avoid a source of allocation of 'MonoGenericContext'.
14285         * class-internals.h (_MonoGenericClass::context): Combine 'inst'
14286         and 'cached_context' fields into embedded 'MonoGenericContext' field.
14287         * class.c: Update to changes.
14288         (mono_generic_class_get_context): Simplify drastically.  Now just
14289         returns a pointer to the field.
14290         * metadata-internals.h (mono_metadata_generic_context_hash): Mark
14291         argument as a const pointer.
14292         (mono_metadata_generic_context_equal): Likewise.
14293         * metadata.c, loader.c, icall.c, reflection.c, verify.c:
14294         Update to changes.
14295
14296 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
14297
14298         * verify.c improved the handling of brtrue/brfalse, factored out common code
14299
14300 2007-06-14  Raja R Harinath  <rharinath@novell.com>
14301
14302         Kill MonoGenericMethod.
14303         * class-internals.h (MonoGenericContext::method_inst): Rename from
14304         'gmethod' and convert to a MonoGenericInst.
14305         (MonoGenericMethod): Remove.
14306         * metadata.h (MonoGenericMethod): Note that the name is obsolete.
14307         * loader.c (method_from_methodspec): Update to changes.  Use a
14308         MonoGenericContext as the key to the hashtable.
14309         * metadata.c (mono_metadata_generic_context_equal): Rename from 
14310         'mono_metadata_generic_method_equal' and take MonoGenericContext.
14311         (mono_metadata_generic_context_hash): Likewise from
14312         'mono_metadata_generic_method_hash'.  Change hash function.
14313         (mono_metadata_load_generic_params): Update to changes.
14314         (mono_get_shared_generic_method): Remove.
14315         * metadata-internals.h (mono_get_shared_generic_method): Remove.
14316         * class.c (inflate_generic_type) [MONO_TYPE_MVAR]: Update to changes.
14317         (inflate_generic_context): Likewise.
14318         (mono_class_inflate_generic_method_full): Likewise.
14319         (setup_generic_array_ifaces): Likewise.
14320         (mono_class_create_from_typespec): Likewise.
14321         * reflection.c (encode_generic_method_sig): Take a MonoGenericContext.
14322         (method_encode_methodspec): Update callsite.
14323         (reflection_methodbuilder_to_mono_method): Update to changes.
14324         (mono_reflection_bind_generic_method_parameters): Likewise.  Use a
14325         MonoGenericContext as the key to the hashtable.
14326         (inflate_mono_method): Update to changes.
14327
14328         * class-internals.h (MonoGenericMethod::container): Remove.
14329         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
14330
14331 Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
14332
14333         * profiler-private.h, profiler.c, profiler.h: added API to profile
14334         exception events.
14335
14336 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
14337
14338         * verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments 
14339
14340 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
14341
14342         * verify.c: method invocation is now validated, now we verify parameter types on stack.
14343         Fixed overflow and underflow not aborting the verification process.
14344
14345 2007-06-13  Mark Probst  <mark.probst@gmail.com>
14346
14347         * class-internals.h (MonoStats): Added stats entries for dynamic
14348         code allocations.
14349
14350 2007-06-12  Zoltan Varga  <vargaz@gmail.com>
14351
14352         * loader.c (mono_free_method): Free header->locals and header->clauses.
14353
14354         * marshal.c (mono_mb_create_method): Make a copy of the locals as well in the
14355         dynamic case.
14356
14357         * threads.c (mono_thread_get_stack_bounds): Fix memory leak.
14358
14359         * class.c (setup_interface_offsets): Allocate memory from the image mempool.
14360
14361 2007-06-12  Raja R Harinath  <rharinath@novell.com>
14362
14363         * verify.c (TYPE_MAX): Set it to 8 to match the dimensions of all
14364         the tables.
14365
14366 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
14367
14368         *pedump.c (main): return error code 4 if assembly cannot be loaded instead of segfaulting
14369
14370 2007-06-11  Raja R Harinath  <harinath@gmail.com>
14371
14372         MonoGenericMethod on a diet
14373         * class-internals.h (_MonoMethodInflated::reflection_info): Move
14374         here ...
14375         (_MonoGenericMethod::reflection_info): ... from here.
14376         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
14377         Update to changes.
14378         * reflection.c (inflate_mono_method): Likewise.
14379         (mono_reflection_bind_generic_method_parameters): Likewise.
14380
14381 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
14382
14383         *verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
14384         *verify.c: factored long ldarg forms to share code with short forms
14385
14386 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
14387
14388         *verify.c: fixed code formating factored some duplicate code
14389         into a new function
14390
14391         *verify.h: fixed binary incompatibility introduced earlier
14392
14393         *pedump.c: fixed formating
14394
14395 2007-06-11  Raja R Harinath  <harinath@gmail.com>
14396
14397         Fix assertion when disassembling Mono.C5.dll
14398         * loader.c (method_from_methodspec): Avoid inflating a method
14399         twice with the same context.  If the methodref is inflated, use
14400         the declaring method instead.
14401
14402         * class.c (mono_class_from_generic_parameter): Fix case similar to
14403         bug #81830 handled below, but for method containers.
14404
14405 2007-06-10  Raja R Harinath  <harinath@gmail.com>
14406
14407         * class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
14408         get_shared_generic_class.  Directly inflate the instance.
14409         [MONO_TYPE_GENERICINST]: Inline inflate_generic_class.
14410         (inflate_generic_class): Delete.
14411         (get_shared_generic_class): Delete.  Move setting of
14412         'cached_class' and 'cached_context' ...
14413         * metadata.c (mono_metadata_lookup_generic_class): ... here.
14414
14415         * metadata.c (mono_metadata_lookup_generic_class): Change
14416         signature to take the components of a MonoGenericClass rather than
14417         an allocated MonoGenericClass.  Change semantics to be intern-like.
14418         * reflection.c (mono_class_bind_generic_parameters): Update to
14419         changes.  Make locking region tighter.
14420         * class.c (inflate_generic_class): Update to changes.
14421         (get_shared_generic_class): Likewise.
14422         * metadata-internals.h: Likewise.
14423
14424         * reflection.c (mono_class_bind_generic_parameters): Take and
14425         return a MonoClass*, not a MonoType*.  Add 'is_dynamic' parameter.
14426         (mono_reflection_bind_generic_parameters): Use
14427         'mono_class_bind_generic_parameters' rather than duplicate the code.
14428         * class.c (mono_bounded_array_class_get): Update to changes.
14429         * object-internals.h: Likewise.
14430
14431         * reflection.c (mono_class_bind_generic_parameters): Only support
14432         parameterizing generic type definitions.  Remove support for other
14433         open types.
14434
14435 2007-06-08  Zoltan Varga  <vargaz@gmail.com>
14436
14437         * loader.c (mono_free_method): Free method->signature as well. Fixes #81832.
14438
14439         * marshal.c (mono_marshal_get_managed_wrapper): Allocate the signature using malloc
14440         in the dynamic case.
14441
14442 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
14443
14444         * threads.c: When cleaning up thread, reset the Background bit.
14445         Fixes bug #81720.
14446
14447 2007-06-08  Jonathan Chambers  <joncham@gmail.com>
14448
14449        * metadata.c: Move variable declarations to top of scope.
14450        * verify.c: Move variable declarations to top of scope.
14451
14452        Code is contributed under MIT/X11 license.
14453
14454 2007-06-08  Raja R Harinath  <rharinath@novell.com>
14455
14456         * reflection.c (mono_class_bind_generic_parameters): Replace
14457         open-coded loop with mono_metadata_inflate_generic_inst.
14458
14459         * class.c (get_shared_generic_class): Don't call
14460         mono_get_shared_generic_inst.  Use the container's own
14461         'class_inst'.
14462
14463         * metadata.c (mono_metadata_load_generic_params): Move
14464         initialization of 'context' field here from ...
14465         * class.c (mono_class_create_from_typedef): ... here, and ...
14466         * loader.c (mono_get_method_from_token): ... here.
14467
14468         * class.c (get_shared_generic_class): Rename from
14469         mono_get_shared_generic_class and make static.
14470         (mono_get_shared_generic_inst): Move to metadata.c.
14471         * loader.c (mono_get_shared_generic_method): Likewise.
14472         * class-internals.h, metadata-internals.h: Update to changes.
14473
14474         Fix #81830
14475         * class.c (mono_class_from_generic_parameter): Don't assume a
14476         generic container owner exists.  Generic containers from monodis
14477         don't have any.
14478
14479 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
14480
14481         * pedump.c: pedump exists with 2 if assembly is not verifiable and 3 if invalid
14482         * verify.h: new typedefs to returns the non-verifiable status
14483         * verify.c: initial implementation of generics, stack merging and object compatibility check
14484
14485 2007-06-06  Mark Probst  <mark.probst@gmail.com>
14486
14487         * class.c, image.c, class-internals.h (MonoImage): class_cache is
14488         a MonoInternalHashTable again (fixed bug in internal hash table
14489         code).
14490
14491 2007-06-06  Mark Probst  <mark.probst@gmail.com>
14492
14493         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
14494         MonoInternalHashTable again (fixed bug in internal hash table
14495         code).
14496
14497 2007-06-06  Mark Probst  <mark.probst@gmail.com>
14498
14499         * class.c, image.c, class-internals.h, domain.c,
14500         domain-internals.h (MonoImage): Reverting MonoInternalHashTable
14501         changes.  Have to figure out what makes them break the SWF
14502         regression.
14503
14504 2007-06-04  Mark Probst  <mark.probst@gmail.com>
14505
14506         * class.c, image.c, class-internals.h (MonoImage): class_cache is
14507         a MonoInternalHashTable now.
14508
14509 2007-06-04  Mark Probst  <mark.probst@gmail.com>
14510
14511         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
14512         MonoInternalHashTable now.
14513
14514 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
14515
14516         * domain-internals.h (MonoDomain): Add two new hash tables to store delegate
14517         invoke_impl code.
14518
14519         * object-internals.h (_MonoDelegate): Reflect changes to managed object layout.
14520
14521         * object.c (mono_delegate_ctor): Initialize invoke_impl field with an arch
14522         dependent trampoline.
14523
14524         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
14525
14526         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): New icall.
14527
14528 2007-05-29  Robert Jordan  <robertj@gmx.net>
14529
14530         * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754.
14531
14532 2007-05-28  Zoltan Varga  <vargaz@gmail.com>
14533
14534         * icall.c (ves_icall_get_method_info): Handle loader errors. Fixes #81724.
14535
14536 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
14537
14538        * marshal.c: Fix interface lookup loops for
14539        cominterop_get_com_slot_for_method and 
14540        cominterop_get_method_interface. Only need to lookup
14541        if type is a class, else use interface type method is on.
14542
14543        Code is contributed under MIT/X11 license.
14544
14545 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com>
14546
14547         * reflection.c: HasSecurity can be present even if no specially 
14548         encoded (CAS) attributes are available (e.g. SuppressUnmanagedCode
14549         SecurityAttribute). Fix CAS regression tests on buildbot.
14550
14551 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
14552
14553        * appdomain.c: Add configure checks for header files.
14554        * image.c: Add configure checks for header files.
14555        * file-io.c: Add configure checks for header files.
14556        * debug-mono-symfile.c: Add configure checks for header files.
14557        * threadpool.c: Add configure checks for header files.
14558        * console-io.c: Add configure checks for header files.
14559        * profiler.c: Add configure checks for header files.
14560        * rawbuffer.c: Add configure checks for header files.
14561        * icall.c: Add configure checks for header files.
14562        * rand.c: Add configure checks for header files.
14563        * socket-io.c: Add configure checks for header files.
14564
14565        Code is contributed under MIT/X11 license.
14566
14567 2007-05-24  Zoltan Varga  <vargaz@gmail.com>
14568
14569         * reflection.c (mono_custom_attrs_from_builders): Remove the 
14570         assertion as it breaks the build.
14571         
14572         * reflection.c (mono_custom_attrs_from_builders): Add an assertion.
14573
14574         * reflection.c (lookup_custom_attr): Make a copy here too.
14575
14576         * image.c (mono_image_check_for_module_cctor): Avoid accessing metadata in
14577         dynamic images.
14578
14579         * class.c (mono_class_init): Avoid accessing the metadata in dynamic
14580         images.
14581
14582         * reflection.c (mono_custom_attrs_from_param): Make a copy of the dynamic attr
14583         info.
14584
14585 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
14586
14587         * reflection.c (encode_cattr_value): Fix yet another object cattr encoding issue.
14588         (load_cattr_value): Ditto.
14589
14590 2007-05-20  Zoltan Varga  <vargaz@gmail.com>
14591
14592         * marshal.c (mono_marshal_get_delegate_invoke): Improve the generated IL a little.
14593
14594 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
14595
14596         * threads.c: In "start_wrapper", set apartment_state to MTA if
14597         apartment_state is Unknown and we're running on 2.0 profile or
14598         higher.
14599         * object.c: In "mono_runtime_exec_main", if STAThread is not applied
14600         to main method, then set apartment_state to Unknown on 1.0 profile,
14601         and MTA on 2.0 profile.
14602
14603 2007-05-16  Jb Evain  <jb@nurv.fr>
14604
14605         * class-internals.h (MonoDefaults): Add an attribute_class and
14606           customattribute_data_class.
14607         * domain.c (mono_init_internal): Populate them.
14608         * reflection.c: Use them to remove duplicates. Make a vew
14609         MonoClass variables `static'.
14610
14611 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
14612
14613         * class-internals.h: Added "MonoVTable.interface_bitmap" as a next
14614         step in implementing IMT, so that all isinst checks now can go
14615         through the bitmap.
14616         This was needed because vtables for TransparentProxy need to look
14617         like the vtable of the "target" class, so they need to point to
14618         its interface bitmap directly.
14619
14620         * object.c: inside "mono_class_create_runtime_vtable" and
14621         "mono_class_proxy_vtable", initialize "MonoVTable.interface_bitmap".
14622
14623 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
14624
14625         * object-internals.h
14626           culture-info.h : added territory field in MonoCulture and
14627           CultureInfoEntry foreach. Added lcid field in RegionInfoEntry.
14628         * locales.c : fill territory field above too.
14629         * culture-info-table.h : regenerated.
14630
14631 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
14632
14633         * class-internals.h (_MonoGenericContainer): Widen type_argc filed to 31 bits.
14634         Fixes #81599.
14635
14636 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
14637
14638         * object.c: Always initialize apartment, even if 
14639         there is no custom attributes on entry point.
14640         
14641         Code is contributed under MIT/X11 license.
14642
14643 2007-05-10  Jonathan Chambers  <joncham@gmail.com>
14644
14645         * marshal.c: LPTSTR == LPWSTR on Win32. Fixes #81370.
14646         * metadata.c: If no encoding is set, check for unicode
14647         on class.
14648         
14649         Code is contributed under MIT/X11 license.
14650
14651 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
14652
14653         * threads.c: Handle if mono_thread_current returns NULL 
14654         
14655         Code is contributed under MIT/X11 license.
14656
14657 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
14658
14659         * threads.c: Initialize Thread.AprtmentState and set on Thread.Start
14660         in start_wrapper. Added mono_thread_init_apartment_state and
14661         mono_thread_cleanup_apartment_state.
14662         * object.c: Initialize thread apartment state on main thread
14663         by checking for STAThreadAttribute on entry point.
14664         * object-internals.h: Add apartment_state field to MonoThread.
14665         * threads-types.h: Add unmanaged definition of 
14666         System.Threading.ApartmentState, MonoThreadApartmentState.
14667         
14668         Code is contributed under MIT/X11 license.
14669         
14670 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
14671
14672         * class.c: Fix windows build.
14673         * class-internals.h: Fix windows build.
14674         
14675         Code is contributed under MIT/X11 license.
14676
14677 2007-05-08  Robert Jordan  <robertj@gmx.net>
14678
14679         * process.c (CreateProcess_internal):
14680         Pass CREATE_NO_WINDOW to CreateProcess when ProcessStartupInfo
14681         .CreateNoWindow was specified. Fixes #81496.
14682
14683 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
14684
14685         * class-internals.h: Removed "MonoClass.interface_offsets" as a first
14686         step in implementing IMT, replaced it with two compact arrays
14687         (interfaces_packed and interface_offsets_packed) and a bitmap that
14688         is used for isinst checks (interface_bitmap).
14689
14690         * class.c: (compare_interface_ids): compare function to pass to
14691         bsearch when looking for an interface with a given id.
14692         (mono_class_interface_offset): reimplemented using bsearch on
14693         interfaces_packed, getting the offset from interface_offsets_packed.
14694         (print_implemented_interfaces): utility debugging function.
14695         (setup_interface_offsets): reworked to initialize interfaces_packed,
14696         interface_offsets_packed and interface_bitmap.
14697
14698         * object.c: replaced all accesses to "MonoClass.interface_offsets"
14699         with uses of interfaces_packed and interface_offsets_packed.
14700
14701 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
14702
14703         * class-internals.h: Added MONO_CLASS_IMPLEMENTS_INTERFACE macro and
14704         mono_class_interface_offset prototype to wrap all accesses to
14705         "MonoClass.interface_offsets".
14706
14707         * class.c: Implemented mono_class_interface_offset, and wrapped all
14708         accesses to "MonoClass.interface_offsets".
14709
14710         * monodiet.c, object.c, marshal.c, icall.c: wrapped all accesses to
14711         "MonoClass.interface_offsets".
14712
14713 Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
14714
14715         * icall.c, icall-def.h: implemented new GetFieldFromHandle and
14716         GetMethodFromHandle overloads (bug #78637).
14717
14718 Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
14719
14720         * assembly.c: parse ProcessorArchitecture in assembly name and ignore
14721         it for now (see mono-devel, from Marek Sieradzki <marek.sieradzki@gmail.com>).
14722
14723 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
14724
14725         * icall.c (custom_attrs_get_by_type): Handle loading errors gracefully. Fixes
14726         #81498.
14727
14728         * reflection.c (mono_reflection_get_custom_attrs_by_type): Handle loading errors
14729         gracefully.
14730         (mono_custom_attrs_from_index): Ditto.
14731
14732         * icall.c (ves_icall_InternalInvoke): Allow calling ctors of abstract classes. 
14733         Fixes #81501.
14734
14735 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
14736
14737         * metadata.c (mono_metadata_parse_type_full): Avoid an invalid free since the type
14738         is now allocated from a mempool.
14739
14740 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
14741
14742         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
14743         caller holds threads_lock, leading to deadlocks. Fixes #81476.
14744
14745 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
14746
14747         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
14748         mono_loader_clear_error () too late. Fixes #81463.
14749
14750 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
14751
14752         * culture-info-table.h : regenerated.
14753
14754 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
14755
14756         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
14757         is missing.
14758
14759 2007-04-25  Dick Porter  <dick@ximian.com>
14760
14761         * Makefile.am: Put the mingw enforced-optimisation back into the
14762         PLATFORM_WIN32 section.
14763
14764 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
14765
14766         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
14767         patch.
14768
14769         * image.c (mono_image_load_module): New API function to load a module reference.
14770
14771         * image.c (load_modules): Load modules lazily. Fixes #80812.
14772
14773         * class.c (mono_class_from_typeref): Use mono_image_load_module.
14774         
14775         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
14776
14777         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
14778         to mono_image_load_module_dynamic.
14779
14780 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
14781
14782         * marshal.c: Fix calling convention for CCW on non-windows
14783         platforms. STDCALL on windows, CDECL everywhere else to work 
14784         with XPCOM and MainWin COM.
14785         
14786         Code is contributed under MIT/X11 license.
14787
14788 2007-04-23  Martin Baulig  <martin@ximian.com>
14789
14790         Fix #80969.
14791
14792         * loader.c
14793         (method_from_memberref): Added `gboolean *used_context' argument.
14794         (mono_get_method_from_token): Likewise.
14795         (mono_get_method_full): Don't insert the method in the cache when
14796         `used_context' is true.
14797
14798 2007-04-23  Raja R Harinath  <rharinath@novell.com>
14799
14800         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
14801
14802         * reflection.c (mono_reflection_bind_generic_parameters): Don't
14803         create new MonoTypes for returned types.
14804         * class.c (mono_generic_class_get_class): Export mono-internal.
14805         * class-internals.h: Update to changes.
14806
14807 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
14808
14809         * threadpool.c, threadpool.h, icall-def.h: patch from
14810         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
14811
14812 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
14813
14814         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
14815         
14816         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
14817
14818         * threads.c (mono_thread_get_stack_bounds): New helper function.
14819
14820         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
14821         Correctly compute stack bounds when attaching. Fixes #81394.
14822
14823 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
14824
14825         * reflection.c: fix handling of doubles in custom attributes
14826         for the arm-fpa format (bug #81368).
14827
14828 2007-04-18  Raja R Harinath  <rharinath@novell.com>
14829
14830         * reflection.c (assembly_add_win32_resources): Mildly relax an
14831         bounds check to let the end pointer point just past the end of the
14832         allocated buffer.  (may fix #81384)
14833
14834 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
14835
14836         * culture-info-table.h : regenerated.
14837
14838 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
14839
14840         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
14841         the thread is aborted early.
14842
14843 2007-04-05  Dick Porter  <dick@ximian.com>
14844
14845         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
14846         FindFirstFile()/FindNextFile() to find entries.  This lets the
14847         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
14848         81038.
14849
14850         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
14851         the parameters of
14852         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
14853
14854 2007-04-04  Martin Baulig  <martin@ximian.com>
14855
14856         * debug-helpers.c
14857         (mono_method_desc_full_match): Add support for nested classes.
14858
14859 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
14860
14861         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
14862
14863 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
14864
14865         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
14866         waiting for too many threads.
14867
14868 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
14869
14870         * environment.c: Fix return value check on uname so we can get the 
14871         executing version on Solaris operating systems.
14872
14873 2007-03-28  Jb Evain  <jbevain@gmail.com>
14874
14875         * class.c (mono_type_get_name_recurse): Complete the
14876         fix for the creation of assembly qualified names for
14877         pointer types. Fixes #81208.
14878
14879 2007-03-27  Dick Porter  <dick@ximian.com>
14880
14881         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
14882         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
14883         changed.
14884
14885         * threads.c
14886         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
14887         the value of ReleaseMutex().
14888
14889 2007-03-27  Dick Porter  <dick@ximian.com>
14890
14891         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
14892         in little-endian order, not network endian, so must be converted
14893         to host endian here.  Fixes bug 80593.
14894
14895 2007-03-22  Jb Evain  <jbevain@gmail.com>
14896
14897         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
14898         qualified names for pointer types. Fixes #81208.
14899
14900 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
14901
14902         * marshal.c: Add support for PreserveSigAttribute. 
14903         
14904         Code is contributed under MIT/X11 license.
14905
14906 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
14907
14908         * process.c: Fix endianness issues. Fixes #81126.
14909
14910         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
14911         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
14912
14913         * image.c (mono_image_lookup_resource): Make this work on big-endian
14914         machines.Change API contract so the caller needs to free the return value.
14915         
14916         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
14917         API change.
14918         
14919 2007-03-14  Martin Baulig  <martin@ximian.com>
14920
14921         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
14922         mono_type_get_desc() as well.
14923
14924 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
14925
14926         * icall.c:  Fix environ access in VS.  
14927         
14928 2007-03-13  Alp Toker  <alp@atoker.com>
14929
14930         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
14931         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
14932         #63841.
14933
14934 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
14935
14936         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
14937         circular references among dynamic methods. Fixes #81091.
14938
14939         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
14940
14941 2007-03-09  Martin Baulig  <martin@ximian.com>
14942
14943         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
14944
14945 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
14946
14947         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
14948         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
14949         
14950         Code is contributed under MIT/X11 license.
14951         
14952 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
14953
14954         * loader.c: Reapply patch for bug #79424.
14955
14956 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
14957
14958         * metadata.c (mono_type_to_unmanaged): Only convert object to
14959         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
14960
14961 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
14962
14963         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
14964         (and incorrectly set) is_reference field from MonoGenericInst.
14965
14966 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
14967
14968         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
14969         a little earlier.
14970
14971         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
14972
14973         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
14974
14975 2007-03-05  Miguel de Icaza  <miguel@novell.com>
14976
14977         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
14978         FileOptions.1 value to mean "temporary", map that to
14979         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
14980
14981         Fixes 80688
14982
14983 2007-03-03  Marek Habersack  <mhabersack@novell.com>
14984
14985         * appdomain.c: implement MS .Net style shadow copying. Copies of
14986         the assemblies are made in a subdirectory of the dynamic base
14987         directory, the assembly names are preserved.
14988         Copy .mdb and .config files along with the assemblies being shadowed.
14989
14990 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
14991
14992         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
14993         (emit_marshal_handleref): Ditto.
14994
14995         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
14996         on Visual C++. Fixes #80671.
14997
14998 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
14999
15000         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
15001         for clone operations.
15002
15003 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
15004
15005         * marshal.c: Fix warnings.
15006
15007 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
15008
15009         * loader.c: allow case-insensitive matching of the dll name
15010         in dllmap handling when prefixed with "i:".
15011
15012 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
15013
15014         * threads.c: Fix #ifdef for dummy_apc function for VS.
15015
15016 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
15017
15018         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
15019
15020 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
15021         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
15022         giving precedence to the methods with a fully qualified name
15023         (InterfaceName.MethodName) when building the interface sections
15024         of the vtable.
15025
15026 2007-02-16  Dick Porter  <dick@ximian.com>
15027
15028         * threadpool.c (append_job): Fix fast-path array handling, so it's
15029         less likely the array will grow exponentially when the load is
15030         heavy.
15031
15032 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
15033
15034         * metadata-internals.h, loader.c: fix dllmap lookup order
15035         for non-function maps, too, and prepare for fallback code.
15036
15037 2007-02-12  Robert Jordan  <robertj@gmx.net>
15038
15039         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
15040         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
15041         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
15042         GlobalFree. Fixes a part of bug #77075.
15043
15044 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
15045
15046         * loader.c: implemented typedef parent in field memberref.
15047
15048 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
15049
15050         * marshal.c: Fix warnings and remember to call Release on
15051         IUnknown of RCW.
15052         
15053         Code is contributed under MIT/X11 license.
15054
15055 2007-02-10  Miguel de Icaza  <miguel@novell.com>
15056
15057         * class-internals.h: Add MonoHandleRef definition, and
15058         handleref_class to mono_defaults. 
15059
15060         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
15061         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
15062
15063         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
15064         (do nothing on this stage)
15065         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
15066         (emit_marshal_handleref): New method, used for argument handling
15067         of HandleRefs. 
15068
15069 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
15070
15071         * class.c (mono_class_setup_parent): Lazily init com types.
15072         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
15073         init com types.
15074         * object.c (mono_remote_class_vtable): Lazily init com types.
15075         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
15076         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
15077         * domain-internals.h: Expose mono_init_com_types.
15078         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
15079         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
15080         Add support for COM Callable Wrapper marshalling.
15081         * marshal.h: Add icall definitions.
15082         * gc.c: Handle freeing of CCWs in finalizer code.
15083         
15084         Code is contributed under MIT/X11 license.
15085
15086 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
15087
15088         * reflection.c: changed all the signature encoding code to use
15089         a variable-sized buffer.
15090
15091 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
15092
15093         * marshal.c: locking fixes: never take the loader lock
15094         or other runtime locks when holding the marshal lock
15095         (fixes bug#80664).
15096
15097 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
15098
15099         * marshal.c: make the delegate function pointer mapping
15100         work for the moving GC.
15101
15102 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
15103
15104         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
15105         for bug #80618.
15106
15107 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
15108
15109         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
15110         gmodule.
15111
15112 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
15113
15114         * threadpool.c: made the code moving-GC safe.
15115
15116 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
15117
15118         * assembly.c, boehm-gc.c, class-internals.h, class.c,
15119         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
15120         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
15121         warning cleanup.
15122         * reflection.c: warning cleanup, some threading and moving GC fixes.
15123
15124 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
15125
15126         * class.c, loader.c: create the needed Set/Get/Address array methods
15127         as well as the .ctors in mono_class_init (), fixes bug #80567.
15128
15129 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
15130
15131         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
15132         we doesn't decrease its alignment. Should fix the sparc build.
15133
15134 2007-01-24  Dick Porter  <dick@ximian.com>
15135
15136         * socket-io.c
15137         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
15138         Create the returned object if we need to ignore an unsupported
15139         socket option.  Fixes a segfault reported by Atsushi.
15140
15141 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
15142
15143         * class.c, object.c: restrict GC-tracked fields to
15144         UIntPtr fields used inside corlib, so we provide better
15145         type info to the GC and also allow broken packing as in
15146         bug #80580.
15147
15148 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
15149
15150         * sgen-gc.c: removed duplicated function.
15151
15152 2007-01-19  Miguel de Icaza  <miguel@novell.com>
15153
15154         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
15155         value that means that the value is not supported, but that we
15156         should not return a failure, but instead report this as a
15157         successful operation.
15158
15159 2007-01-19  Raja R Harinath  <rharinath@novell.com>
15160
15161         Fix tests/bug79956.2.il
15162         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
15163         (mono_generic_class_get_class): If the generic definition in an
15164         enum, copy over other fields related to it.
15165
15166 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
15167
15168         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
15169         genericinst enums (bug #79215).
15170
15171 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
15172         * class.c: Fix bug 80307.
15173
15174 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
15175
15176         * image.c: if the file table is not present, try to load
15177         all the modules, since we don't have info about them
15178         having or not metadata (bug #80517).
15179         * assembly.c: allow mono_assembly_load_references () to
15180         work for netmodules.
15181
15182 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
15183
15184         * image.c, metadata-internals.h, object.c: execute module
15185         cctors when running on the 2 runtime if present (bug #80487).
15186
15187 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
15188
15189         * icall.c: optimized InitializeArray() on bigendian.
15190
15191 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
15192
15193         * icall.c: fix for the broken ARM FPA double format.
15194
15195 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
15196
15197         * icall.c: handle endian issues for r4 and r8 types, too, in
15198         the InitializeArray() icall.
15199
15200 2007-01-15  Miguel de Icaza  <miguel@novell.com>
15201
15202         * loader.c (mono_loader_error_prepare_exception): Clear the error
15203         once we have extracted the information from it, do this before we
15204         call into the JIT's class loading mechanisms.
15205
15206         * object.c (mono_class_create_runtime_vtable): Do not clear the
15207         loader error before calling mono_class_get_exception_for_failure
15208         as the loader error is needed inside
15209         mono_class_get_exception_for_failure to throw the error (thinko).
15210
15211         Fixes #80521
15212         
15213 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
15214
15215         * reflection.c: align fields rva data so it's faster to load at
15216         runtime.
15217
15218 2007-01-12  Raja R Harinath  <rharinath@novell.com>
15219
15220         Prepare to simplify GenericMethod handling.
15221         * class-internals.h (mono_method_get_context): New accessor function.
15222         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
15223         rather than directly accessing '->context' field.
15224
15225         * class-internals.h (_MonoGenericParam.method): Move ...
15226         (_MonoGenericContainer): ... here.  Add into union with klass field.
15227         * class.c, icall.c, loader.c, metadata.c, reflection.c:
15228         Update to changes.
15229
15230 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
15231
15232         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
15233         the wrapper type enum and reduce relocations.
15234
15235 2007-01-12  Raja R Harinath  <rharinath@novell.com>
15236
15237         * reflection.c (inflate_mono_method): Reuse method instantiation
15238         from the generic method, if available.
15239
15240 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
15241
15242         * marshal.c (emit_marshal_variant): Fix conv_arg
15243         type in last commit, based on whether parameter is byref.
15244         
15245 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
15246
15247         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
15248         marshalling.
15249         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
15250         MONO_TYPE_OBJECT back for VARIANT support.
15251
15252 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
15253
15254         * marshal.c, marshal.h, icall-def.h: Implement 
15255         Marshal.ReAllocCoTaskMem.
15256
15257 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
15258
15259         * marshal.c: memory retention fixes: use the proper
15260         image cache for runtime_invoke method lookups.
15261
15262 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
15263
15264         * mempool.c: added code to help debug mempool allocations.
15265
15266 2007-01-11  Dick Porter  <dick@ximian.com>
15267
15268         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
15269         support (experimenting with faking it with IP_MTU_DISCOVER for
15270         systems that don't have IP_DONTFRAGMENT.)
15271         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
15272         icall.
15273
15274         * icall-def.h: new System.Net.Sockets.Disconnect icall.
15275
15276         * socket-io.h: Add new fields to MonoSocketAsyncResult
15277         corresponding to the new ones in Socket.cs.
15278
15279 2007-01-11  Raja R Harinath  <rharinath@novell.com>
15280
15281         Fix IronPython regression mentioned in #80249
15282         * metadata.c (do_mono_metadata_parse_generic_class): Clear
15283         'cached_context' field, since it may have been initialized as a
15284         side-effect of metadata parsing.
15285
15286         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
15287         (_MonoGenericClass.cached_class): Move here and rename from lone
15288         remaining field of ...
15289         (_MonoInflatedGenericClass): ... this.  Remove.
15290         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
15291         to changes.
15292
15293         Fix mcs/tests/test-128.cs regression.
15294         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
15295         2007-01-10 change below.
15296         [MONO_TYPE_OBJECT]: Recurse into array case.
15297
15298 2007-01-11  Raja R Harinath  <harinath@gmail.com>
15299
15300         * class-internals.h (mono_get_inflated_generic_class): Remove.
15301         * class.c (mono_get_inflated_generic_class): Remove.
15302         (mono_generic_class_get_class): Rename from
15303         mono_class_create_generic.
15304         (mono_class_from_mono_type) [GENERICINST]: Use it.
15305         * reflection.c, metadata.c: Update to changes.  Use
15306         'mono_class_from_mono_type'.
15307
15308 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
15309
15310         * reflection.c: use passed type when encoding an array element
15311         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
15312
15313 2007-01-09  Robert Jordan  <robertj@gmx.net>
15314
15315         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
15316         result arguments (someDelegate.EndInvoke (unrelatedAres)).
15317         Fixes bug #80392.
15318
15319 2007-01-09  Raja R Harinath  <rharinath@novell.com>
15320
15321         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
15322
15323         * object.c (set_value): Avoid aliasing between type->data.klass
15324         and type->data.generic_class.
15325
15326         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
15327
15328 2007-01-08  Raja R Harinath  <rharinath@novell.com>
15329
15330         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
15331         between type->data.klass and type->data.generic_class.
15332
15333 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
15334
15335         * marshal.c: In MS.NET, StringBuilder objects are not copied by
15336         value in out parameters.
15337
15338 2007-01-08  Raja R Harinath  <rharinath@novell.com>
15339
15340         Simplify invariant for MonoGenericClass::klass field.
15341         * class.c (mono_class_create_generic): Verify 'klass' is null.
15342         * metadata.c (do_mono_metadata_parse_generic_class): Don't
15343         initialize 'klass' field.
15344
15345 2007-01-05  Raja R Harinath  <rharinath@novell.com>
15346
15347         Ongoing work to avoid redundant data and simplify invariants.
15348         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
15349         'generic_class', and change type to a GenericInst.
15350         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
15351         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
15352
15353 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
15354
15355         * class.c : skip io-layer under PLATFORM_WIN32.
15356
15357 2007-01-03  Tor Lillqvist  <tml@novell.com>
15358
15359         Fix #80305: In a bundled executable, look in the bundled exe
15360         assembly to determine the runtime version. Add the possibility to
15361         bundle also the machine.config file.
15362         
15363         * assembly.c (mono_assembly_open_from_bundle): Make
15364         non-static. Allow being called even if we have no bundled
15365         assemblies, and return NULL right away in that case.
15366
15367         * domain-internals.h: Declare mono_assembly_open_from_bundle()
15368         here.
15369
15370         * domain.c (app_config_parse): Take an assembly exe file name as
15371         parameter instead of a config file name. Check for a bundled
15372         config file for that assembly by calling
15373         mono_config_string_for_assembly_file() (see below) before looking
15374         for one in the file system.
15375         (get_runtimes_from_exe): Corrsponding change to call of
15376         app_config_parse().
15377         (get_runtimes_from_exe): Check for bundled assembly exe file first
15378         by calling mono_assembly_open_from_bundle(). If no bundled
15379         assembly exe file is found, call mono_image_open() as before to
15380         look it up in the file system.
15381
15382         * mono-config.c: Add variable bundled_machinec_onfig.
15383         (mono_config_string_for_assembly_file): New function.
15384         (mono_config_for_assembly): Move code snippet that looks for a
15385         bundled assembly .config file into the above new function. Call
15386         it.
15387         (mono_register_machine_config, mono_get_machine_config): New
15388         functions to set and retrieve
15389
15390         * assembly.h: Declare mono_register_machine_config().
15391
15392         * mono-config.h: Declare mono_get_machine_config() and
15393         mono_config_string_for_assembly_file().
15394
15395         * icall.c: No declaration of environ necessary on Win32. It is
15396         declared (as a macro expanding to a function call) in stdlib.h.
15397         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
15398         New internal mono function. Returns the value of
15399         mono_get_machine_config() as a Mono string.
15400
15401         * icall-def.h: Add get_bundled_machine_config().
15402
15403 2007-01-04  Raja R Harinath  <rharinath@novell.com>
15404
15405         Remove redundant field
15406         * class-internals.h (_MonoGenericContext.container): Remove field.
15407         * loader.c (mono_method_get_signature_full): Don't parse a
15408         "container" for a signature parse when the signature is inflated
15409         immediately.
15410         (method_from_methodspec): Likewise, for a generic_inst.
15411         * class.c, metadata.c, reflection.c: Update to changes.
15412
15413 2006-01-04  Raja R Harinath  <rharinath@novell.com>
15414
15415         * class-internals.h (_MonoGenericClass): Rename 'context' field to
15416         'cached_context', and change semantics -- it starts off NULL, and
15417         is initialized on demand.
15418         * class.c (mono_generic_class_get_context): New accessor to
15419         replace 'context' field accesses.
15420         (mono_class_get_context): New helper.
15421         (*): Update to changes.
15422         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
15423
15424 2007-01-03  Miguel de Icaza  <miguel@novell.com>
15425
15426         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
15427         before the memcpy.   Fixes Marshal2 regression.
15428
15429 2007-01-02  Jb Evain  <jbevain@gmail.com>
15430
15431         * blob.h: add a MONO_TYPE_ENUM definition
15432         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
15433         fix the encoding of arrays of enums in custom attributes.
15434
15435         Fixes #79666.
15436
15437 2007-01-01  Miguel de Icaza  <miguel@novell.com>
15438
15439         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
15440         string is null terminated, but only cut the string short if it
15441         overflows the buffer.   
15442         
15443         (mono_string_to_byvalstr): Also fix this routine.   The code here
15444         was not properly terminating a string (it was only terminated
15445         because of the previous catch-all memset). 
15446
15447         I left the memset, because I do not know if applications expect
15448         the runtime to clear this region. 
15449
15450         Fixes #79944.
15451
15452         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
15453         Clear the error before returning to unmanaged code to prevent the
15454         runtime from being confused later on (fixes  80420).
15455         (ves_icall_type_from_name): Always call mono_loader_clear_error
15456         after parsing a type that could have failed.
15457         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
15458
15459         * loader.c (mono_loader_clear_error): Fix indentation.
15460
15461 2006-12-28  Martin Baulig  <martin@ximian.com>
15462
15463         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
15464
15465 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
15466
15467         * reflection.c: patch from Rolf Bjarne Kvinge to fix
15468         getting a token for an EnumBuilder.
15469
15470 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
15471
15472         * reflection.c: be more careful in case resource generation
15473         fails to create the data array.
15474
15475 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
15476
15477         * sgen-gc.c: write barrier for clone and fix unregister handles.
15478
15479 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
15480
15481         * reflection.c: some fixes needed in the generics code for the moving GC.
15482
15483 2006-12-22  Robert Jordan  <robertj@gmx.net>
15484
15485         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
15486         account. Fixes bug #80299.
15487
15488 2006-12-21  Raja R Harinath  <rharinath@novell.com>
15489
15490         Fix WaitHandle usage in delegates.
15491         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
15492         * object.c (mono_wait_handle_new): Use the property set method to
15493         initialize the handle.
15494         (mono_wait_handle_get_handle): New.
15495         * threadpool.c (mono_async_invoke): Use it.
15496         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
15497         Likewise.
15498         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
15499
15500 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
15501
15502         * marshal.c (emit_marshal): Call emit_marshal_variant and
15503         emit_marshal_com_interface when applicable.
15504         (emit_marshal_variant, emit_marshal_com_interface): Add
15505         methods for this case and remove if's from emit_marshal_object.
15506         
15507 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
15508
15509         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
15510
15511 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
15512
15513         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
15514         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
15515         and GlobalFree on Windows. Remove FIXME.
15516
15517 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
15518
15519         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
15520         implementation for managed objects.
15521
15522 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
15523
15524         * object.c: implemented code to be used for checking
15525         that no reference field overlaps with non-references.
15526
15527 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
15528
15529         * threadpool.c: fix queue code to be compatible with the
15530         moving GC.
15531
15532 2006-12-18  Miguel de Icaza  <miguel@novell.com>
15533
15534         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
15535         in structures by throwing ArgumentNullException.
15536
15537         (emit_marshal_safehandle): Also when they are null parameters.
15538
15539         (emit_marshal_safehandle): Add support for ref
15540         SafeHandles parameters
15541
15542 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
15543
15544         * profiler.c: updated to use the mono-dl API instead of
15545         gmodule.
15546
15547 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
15548
15549         * profiler.c: updated to use the mono-dl dynamic loading
15550         API instead of gmodule.
15551
15552 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
15553
15554         * profiler.c: use readlink, older versions of glib don't have
15555         g_file_read_link ().
15556
15557 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
15558
15559         * profiler.c: try to detect the path to mono if libc fails to provide
15560         a useful name (bug #80286).
15561
15562 2006-12-16  Raja R Harinath  <rharinath@novell.com>
15563
15564         Fix #80242
15565         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
15566         instance, use the generic type definition instead.
15567         (ves_icall_Type_GetNestedTypes): Likewise.
15568         * class.c (mono_class_create_generic): Always set the
15569         nested_classes of a generic instance to NULL, even if the generic
15570         type definition has nested types.
15571
15572 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
15573
15574         * marshal.c (mono_string_from_bstr): Revert previous Windows change
15575         and fix on Linux.
15576         
15577 2006-12-15  Miguel de Icaza  <miguel@novell.com>
15578
15579         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
15580         my arguments were in the wrong order.   I also fixed the Windows
15581         version which seems to have had the same issue.
15582
15583         (mono_free_bstr): On Unix, this is g_free.
15584         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
15585         conversions (for the tests in corlib to pass).
15586
15587 2006-12-14  Miguel de Icaza  <miguel@novell.com>
15588
15589         * marshal.c (emit_ptr_to_object_conv): For now, ignore
15590         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
15591         exception if a ref SafeHandle in a struct has changed).
15592         
15593         (emit_struct_conv): Do not perform layout checks for classes
15594         derived from SafeHandle, as those are specially handled. 
15595
15596         (emit_object_to_ptr_conv): Add support for
15597         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
15598
15599         (emit_marshal_safehandle): Implement conversion of return values
15600         of safehandles (MARSHAL_ACTION_CONV_RESULT).
15601         
15602         * threads.c: WaitHandle now is compiled with two different handles
15603         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
15604         for 2.0.
15605         
15606         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
15607         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
15608         these routines to cope with both kinds of fields.
15609
15610 2006-12-12  Miguel de Icaza  <miguel@novell.com>
15611
15612         * metadata.c (mono_type_to_unmanaged): Handle the case where
15613         type->data.klass is a SafeHandle, and in that case, return the
15614         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
15615         MONO_MARSHAL_CONV_SAFEHANDLE. 
15616
15617 2006-12-11  Miguel de Icaza  <miguel@novell.com>
15618
15619         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
15620         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
15621         calling emit_marshal_object.
15622
15623         (emit_marshal_safehandle): Implement marshalling of
15624         SafeHandle parameters (no ref support yet).
15625
15626         (MarshalAction): Document the defines as I implement
15627         them for SafeHandle.
15628
15629         (emit_marshal_object): indentation police.
15630
15631         * class-internals.h: Define MonoSafeHandle.
15632         Add safehandle_class to MonoDefaults type.
15633
15634         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
15635         list of classes to check for fields. 
15636
15637         * domain.c (mono_init_internal): Add SafeHandle to the list of
15638         mono_defaults loaded.
15639
15640 2006-12-15  Raja R Harinath  <rharinath@novell.com>
15641
15642         Fix #80253
15643         * reflection.c (mono_reflection_bind_generic_parameters): If the
15644         generic type definition is a type builder, ensure that it is fully
15645         initialized before instantiating it.  Kill some dead code.
15646
15647 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
15648
15649         * object.c: clear the loader_error () before loading
15650         more metadata stuff (bug #80258).
15651
15652 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
15653
15654         * icall.c, icall-defs.h: type modifiers icalls for
15655         parameters and properties.
15656
15657 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
15658
15659         * object.c, icall.c: fixed warnings.
15660
15661 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
15662
15663         * marshal.c: fixed a couple of leaks and coding style in a few places.
15664
15665 2006-12-08  Dick Porter  <dick@ximian.com>
15666
15667         * process.c: Cope with NULL ProcessStartInfo arguments on windows
15668         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
15669         80173.
15670
15671 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
15672
15673         * process.c: ProcessStartInfo may have only filename set and
15674         arguments can be NULL.
15675
15676 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
15677
15678         * icall.c: fix leak found by Robert Jordan.
15679
15680 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
15681
15682         * marshal.c, marshal.h: generate managed method to access an element
15683         of a multi-dimensional array.
15684
15685 2006-11-30  Paolo Molaro (lupus@ximian.com)
15686
15687         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
15688
15689 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
15690
15691         * icall.c: back out GetFields () fix until the serialization code is
15692         fixed to not depend on the incorrect behaviour.
15693
15694 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
15695
15696         * profiler.c: provide defaults if none are set.
15697
15698 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
15699
15700         * Makefile.am, attrdefs.h: new public header file with
15701         constants for attributes for use by embedders.
15702
15703 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
15704
15705         * icall.c: GetFields () fix for bug #80064.
15706
15707 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
15708
15709         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
15710         removed long unused icalls.
15711
15712 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
15713   
15714         * marshal.c: 
15715                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
15716                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
15717                 can be generated without a delegate class.
15718                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
15719         
15720         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
15721
15722 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15723
15724         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
15725         #80069.
15726
15727 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
15728
15729         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
15730         icall-def.h: added icalls needed by System.GC.
15731
15732 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
15733
15734         * loader.c: ensure the class in catch clauses is handled
15735         correctly for generics methods (fixes bug#79980).
15736
15737 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
15738
15739         * monitor.h, monitor.c: added mono_locks_dump () function
15740         to help debug deadlocks involving managed locks.
15741
15742 2006-11-13  Dick Porter  <dick@ximian.com>
15743
15744         * file-io.c (get_file_attributes): If the file is a symlink try
15745         and get the stat data for the target, but also add the
15746         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
15747         the specs for the windows symlink support, but will probably have
15748         to be reworked when I have test data from a vista machine.  Fixes
15749         bug 79887.
15750
15751 2006-11-13  Dick Porter  <dick@ximian.com>
15752
15753         * gc.c (mono_domain_finalize): 
15754         * marshal.c (mono_delegate_begin_invoke): 
15755         * threadpool.c (socket_io_init, mono_thread_pool_init)
15756         (mono_thread_pool_finish): 
15757         * monitor.c (mono_monitor_try_enter_internal): 
15758         * threads.c (mono_thread_resume, mono_thread_init)
15759         (mono_thread_suspend_all_other_threads)
15760         (mono_thread_execute_interruption): 
15761         * appdomain.c (mono_domain_unload): Check for NULL error returns
15762         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
15763         75733.
15764
15765 2006-11-11  Miguel de Icaza  <miguel@novell.com>
15766
15767         * process.c
15768         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
15769         Only close the handle if the value of the handle is not
15770         INVALID_HANDLE_VALUE.  This just makes the process a bit more
15771         robust.
15772
15773         Improvement for #75733, so that we do not run into this problem. 
15774
15775         
15776         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
15777         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
15778         internal variables.  Fixes #79462 
15779         
15780
15781 2006-11-09  Dick Porter  <dick@ximian.com>
15782
15783         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
15784         Use poll() not select().  Fixes bug 79397.
15785
15786 2006-11-09  Raja R Harinath  <rharinath@novell.com>
15787
15788         Fix #79872
15789         * assembly.c (mono_assembly_load_from_full): Check that the given
15790         image has an assembly manifest.
15791
15792 2006-11-09  Ankit Jain  <jankit@novell.com>
15793
15794         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
15795         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
15796         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
15797
15798 2006-11-07  Dick Porter  <dick@ximian.com>
15799
15800         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
15801         Put the old resolver behaviour back for pre-2.0 profiles.
15802
15803 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
15804
15805         * threadpool.c: precise GC and locking fixes.
15806
15807 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
15808
15809         * class.c: don't load types that have an explicit unaligned
15810         managed reference. Provide better info in the TypeLoad exception.
15811         Part of the fix for bug #79744.
15812         * object.c: use the correct check for class type load issues.
15813
15814 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
15815
15816         * class.c: enforce alignment of fields with managed references
15817         even when Pack=1 is forced by the user (bug #77788).
15818
15819 2006-11-03  Dick Porter  <dick@ximian.com>
15820
15821         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
15822         If the address reverse lookup fails, return it as the hostname
15823         anyway.  Fixes bug 79721.
15824
15825 2006-11-03  Dick Porter  <dick@ximian.com>
15826
15827         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
15828         Fix build on Windows.
15829
15830 2006-11-02  Dick Porter  <dick@ximian.com>
15831
15832         * icall-def.h: 
15833         * object-internals.h: 
15834         * exception.c (mono_get_exception_thread_interrupted): 
15835         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
15836         Fixes bug 74525.
15837
15838         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
15839         Check for pending Thread.Interrupt.
15840
15841 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
15842         * loader.c: Fixed bug 79684.
15843
15844 2006-10-27  Dick Porter  <dick@ximian.com>
15845
15846         * file-io.c (get_file_attributes): Force symlinks to directories
15847         to be returned as a regular file.  Fixes bug 79733.
15848 2006-10-26  Dick Porter  <dick@ximian.com>
15849
15850         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
15851         CreateFile to open a directory then we need to set the
15852         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
15853
15854 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
15855
15856         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
15857         friends.
15858
15859 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
15860
15861         * sgengc.c: small cleanup of timer code.
15862
15863 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
15864
15865         * sgen-gc.c: fix some warnings and start adding support for
15866         complete object removal on domain unload.
15867
15868 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
15869
15870         * assembly.c: build_assembly_name should not consider a version
15871         number without build or revision number invalid. Fixes bug #79715.
15872
15873 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
15874
15875         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
15876         call kernel32 function OutputDebugString directly.
15877         
15878         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
15879         
15880 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
15881
15882         * reflection.c: small cleanup, using a function to insert a MonoString
15883         in the string heap.
15884
15885 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
15886
15887         * reflection.c: moving GC fixes.
15888
15889 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
15890
15891         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
15892         all the objects with finalizers belonging to an unloading appdomain.
15893
15894 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
15895
15896         * sgen-gc.c: added ability to allocate even when the nursery is fully
15897         pinned and fixed a couple of bugs.
15898
15899 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
15900
15901         * threads.h: Revert the last change for now.
15902
15903         * threads.h (mono_thread_get_pending_exception): Rename this to
15904         mono_thread_get_undeniable_exception ().
15905
15906 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
15907
15908         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
15909         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
15910         when fname does not refer to valid assembly. This result in a more
15911         meaningful error message.
15912         * exception.c: added mono_get_exception_bad_image_format2 which 
15913         constructs a BadImageFormatException using the ctor taking a custom
15914         message and the file name. Passing in a NULL msg results in a default
15915         message.
15916         * exception.h: define mono_get_exception_bad_image_format2 function.
15917         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
15918         when file name pointed to an invalid IL image. Use 
15919         mono_get_exception_file_not_found2 to construct FileNotFoundException,
15920         as this results in a more meaningful error message.
15921
15922 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
15923
15924         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
15925         #79465.
15926
15927 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
15928
15929         * metadata.c (mono_type_size): Change the align parameter to guint32 for
15930         consistency with the other _size functions.
15931         (mono_type_stack_size): Ditto.
15932
15933         * class.c object.c icall.c: Fix warnings caused by the above change.
15934
15935         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
15936
15937         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
15938
15939         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
15940
15941 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
15942
15943         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
15944         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
15945         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
15946         threadpool.h, threads-types.h: mark more internal functions.
15947
15948 2006-10-11  Dick Porter  <dick@ximian.com>
15949
15950         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
15951         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
15952         reproduce the bug even before applying the fix.)
15953
15954 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
15955
15956         * reflection.c: allow retrieving attributes for arguments in generic
15957         methods (bug #79241).
15958
15959 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
15960
15961         * debug-mono-symfile.c: properly check fopen () result (found by
15962         coverity).
15963
15964 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
15965
15966         * reflection.c: make error message clearer and fixed two
15967         issuelets found by Coverity.
15968
15969 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
15970
15971         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
15972
15973 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
15974
15975         * object-internals.h, gc-internal.h, profiler-private.h:
15976         mark internal functions.
15977
15978 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
15979
15980         * reflection.c: put data in the text section.
15981         * icall.c: recognize more types in type_from_typename ().
15982         * process.c, marshal.c: added some GC FIXMEs.
15983
15984 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
15985
15986         * loader.c: check for NULL before initializing.
15987
15988 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
15989
15990         * gc.c (finalizer_thread): Use a non-alertable wait here.
15991
15992         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
15993         until the correct solution is found.
15994
15995 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
15996
15997         * reflection.c (mono_module_get_object): Avoid an assert when operating on
15998         modules with no metadata. Fixes #79596.
15999
16000         * image.c (load_metadata_ptrs): Put back the error message when
16001         the #- heap is encountered since the support is not complete yet.
16002
16003 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
16004
16005         * gc.c: do not allow the user to SuppressFinalize () a
16006         delegate because it would leak the trampoline if present.
16007
16008 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
16009
16010         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
16011         PropertyPtr table.
16012
16013 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
16014
16015         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
16016
16017         * metadata.c (mono_metadata_get_param_attrs): Ditto.
16018
16019         * row-indexes.h: Add definitions for *Ptr tables.
16020
16021         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
16022
16023         * metadata.c (mono_metadata_translate_token_index): New helper function to
16024         translate table indexes used in uncompressed metadata.
16025         (mono_metadata_decode_table_row): Ditto.
16026         (mono_metadata_decode_table_row_col): Ditto.
16027
16028         * metadata.c: Add table schema for *Ptr tables.
16029
16030         * class.c loader.c: Use the new helper function to access the affected metadata
16031         tables.
16032         
16033         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
16034         #38532.
16035         
16036 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
16037
16038         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
16039         sequences which can be unbounded in size. Fixes #79583.
16040
16041 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
16042
16043         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
16044         static initialization.
16045
16046         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
16047
16048         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
16049
16050         * domain.c (mono_domain_free): Free up type_init_exception_hash.
16051
16052         * object.c (mono_runtime_class_init): Implement correct semantics when a static
16053         ctor fails, i.e. throw the same exception on subsequent accesses.
16054         
16055 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
16056
16057         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
16058         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
16059         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
16060         Handle marshalling of interfaces and VARIANTs contained in structs.
16061         
16062         Code is contributed under MIT/X11 license.
16063         
16064 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
16065
16066         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
16067         
16068         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
16069         mempool.
16070
16071 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16072
16073         * console-io.c: ignore previous SIGINT handler.
16074
16075 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
16076
16077         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
16078         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
16079         #79460, #79461, #79485.
16080
16081         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
16082
16083         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
16084         #79217.
16085
16086 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
16087
16088         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
16089         could be generated from it.
16090
16091 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
16092
16093         * rand.c: fix read loop to correctly handle EINTR.
16094
16095 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
16096
16097         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
16098         internal calls are defined to keep methods closer to the declaring
16099         type and allow a significant reduction in runtime relocations and
16100         memory usage.
16101
16102 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
16103
16104         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
16105         exception message to have FileNotFoundException use the default
16106         assembly load error message. Fixes bug #79426.
16107         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
16108
16109 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16110
16111         * threadpool.c: (start_thread_or_queue) use the root domain when
16112         creating the thread instead of the async object one.
16113
16114 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
16115
16116         * class.c, object.c, class-internals.h, reflection.c:
16117         for arrays, store element_size inside MonoClass (speedup
16118         for array object creation).
16119
16120 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
16121
16122         * icall.c: fixed CodeBase to use the file name and not the module
16123         name (bug #79365).
16124
16125 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
16126
16127         * mono-debug.c, mono-debug.h: export find_method as
16128         mono_debug_find_method ().
16129
16130 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
16131
16132         * debug-helpers.c, class-internals.h: added a few functions useful
16133         when debugging under gdb.
16134
16135 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16136
16137         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
16138         characters that need special handling.
16139
16140 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
16141
16142         * mono-config.c: make the os/cpu specification more flexible,
16143         allowing lists and negation.
16144
16145 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
16146
16147         * marshal.c: COM Interop fixes. Handle case where method->klass.
16148         is interface. Handle BSTR/MonoString when null. Use CDECL as 
16149         calling convention on non-windows platforms. This is for
16150         compatibility with XPCOM and MainWin COM.
16151         
16152         Code is contributed under MIT/X11 license.
16153         
16154
16155 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
16156
16157         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
16158         correctly. Fixes #79217.
16159
16160         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
16161
16162 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
16163
16164         * mono-config.c: allow both an os and cpu attribute for dllmap
16165         and dllentry elemnets to enable a single config file to be used
16166         for multiple architectures.
16167
16168 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
16169
16170         * loader.c: MonoLoaderError was cleared too soon on load failure.
16171         Fixes bug #79424.
16172
16173 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
16174
16175         * icall.c: use the defining class vtable when accessing a
16176         static field, not a pobblibly derived class.
16177
16178 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
16179
16180         * icall.c string-icalls.c: Remove references to unicode.h.
16181
16182         * unicode.h unicode.c Makefile.am: Remove these unused source files.
16183
16184         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
16185
16186         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
16187         indicating the image where custom marshaller types should be looked up.
16188         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
16189         custom marshallers, instead of corlib. Fixes #79425.
16190
16191 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
16192
16193         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
16194
16195 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
16196
16197         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
16198         Implement Environment.ProcessorCount.
16199         
16200         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
16201         Implement Environment.ProcessorCount.
16202         
16203         * icall.c: 
16204         Add Environment.ProcessorCount icall.
16205         
16206         Patch by Jason McFall.
16207
16208 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16209
16210         * assembly.c: don't append .exe/.dll when the filename already contains
16211         one of those extensions.
16212
16213 2006-09-12  Martin Baulig  <martin@ximian.com>
16214
16215         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
16216         to array interfaces.
16217
16218 2006-09-11  Martin Baulig  <martin@ximian.com>
16219
16220         * reflection.c (mono_image_build_metadata): Create the
16221         MethodImpl's after emitting all types and methods, so we don't
16222         need another fixup pass for them.
16223
16224 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
16225
16226         * class.c (mono_class_from_name_case): Fix regression introduced by the last
16227         change.
16228
16229 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
16230
16231         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
16232         unload.
16233
16234 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
16235
16236         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
16237         args is not set. Fixes #78926.
16238
16239 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
16240
16241         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
16242
16243         * image.c (load_class_names): Move this to class.c, and rename it to 
16244         'mono_image_init_name_cache'.
16245         (load_modules): Fix a warning.
16246
16247         * class.c icall.c image.c: Initialize image->name_cache lazily.
16248
16249         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
16250         on its name using information in the AOT file.
16251
16252         * class.c (mono_class_from_name): Use the new hook function.
16253
16254 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
16255
16256         * reflection.c (mono_param_get_objects): Handle enum default parameter values
16257         correctly.
16258
16259         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
16260         Fixes #79289.
16261         
16262 2006-09-06  Martin Baulig  <martin@ximian.com>
16263
16264         * icall.c (mono_lookup_internal_call): Small fix.
16265
16266 2006-09-05  Raja R Harinath  <rharinath@novell.com>
16267
16268         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
16269         double g_free.
16270
16271 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
16272
16273         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
16274         when --debug is specified.
16275
16276 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
16277
16278         * class.c (setup_generic_array_ifaces): Fix a warning.
16279
16280 2006-09-04  Miguel de Icaza  <miguel@novell.com>
16281
16282         * Temporarily remove the patch to assemly.c that checks the
16283         assembly versions as it breaks our gacutil.
16284
16285 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
16286
16287         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
16288
16289         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
16290         a net 1.0 runtime.
16291
16292         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
16293         created using the default ctor. Fixes #79152.
16294         (mono_string_builder_to_utf16): Ditto.
16295
16296 2006-09-01  Martin Baulig  <martin@ximian.com>
16297
16298         Fix handling of the generic array interfaces.
16299
16300         * class-internals.h
16301         (MonoDefaults): Removed `generic_array_class' and added
16302         `generic_ilist' class.
16303
16304         * class.c
16305         (mono_bounded_array_class_get): Add the new generic array interfaces.
16306         (setup_generic_array_ifaces): New static method; create vtable
16307         entries for each method in the generic array interfaces.
16308
16309         * metadata.c
16310         (select_container): Allow "parent-less" generic methods.
16311
16312         * marshal.c
16313         (mono_marshal_get_generic_array_helper): New public method.
16314
16315         * icall.c
16316         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
16317         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
16318         moved the interncall into System.Array.
16319
16320 2006-09-01  Raja R Harinath  <rharinath@novell.com>
16321
16322         A few more cases of avoiding work on types with ->byref set.
16323         Has the real fix for #79238
16324         * icall.c (is_generic_parameter): New helper.
16325         (ves_icall_Type_GetGenericParameterPosition): Use it.
16326         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
16327         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
16328         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
16329         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
16330         reference types.
16331         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
16332         reference types.
16333         (ves_icall_Type_get_IsGenericInstance): Likewise.
16334         (ves_icall_Type_get_IsGenericType): Likewise.
16335
16336 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
16337
16338         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
16339         class if possible.
16340
16341         * mempool.h (mono_mempool_get_allocated): New helper function.
16342
16343         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
16344         change.
16345
16346         * mempool.c: Fix warnings and the calculation of stats.
16347
16348         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
16349
16350         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
16351
16352         * loader.c (mono_get_method_from_token): Update method_count stat.
16353
16354         * class-internals.h (MonoStats): Add some stats.
16355
16356 2006-08-31 Robert Jordan  <robertj@gmx.net>
16357
16358         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
16359         with managed variants.
16360         All code is contributed under the MIT/X11 license.
16361         
16362 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
16363
16364         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
16365         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
16366
16367         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
16368
16369         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
16370         with cycles in classes.
16371
16372         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
16373
16374         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
16375         missing a [MarshalAs] directive. Fixes #79203.
16376
16377         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
16378         klass->marshal_info. Fixes #79217.
16379
16380 2006-08-30  Martin Baulig  <martin@ximian.com>
16381
16382         Committing a patch from Joachim Ante <joe@otee.dk>:
16383         Add support for binary data symbol stores.
16384
16385         * debug-mono-symfile.c
16386         (mono_debug_open_mono_symbol_file): Renamed into
16387         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
16388         arguments.
16389
16390         * mono-debug.c
16391         (mono_debug_open_image): Added `raw_contents' and `size' args.
16392         (mono_debug_init_2_memory): New public function.
16393
16394 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
16395
16396         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
16397
16398 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16399
16400         * appdomain.c: implement support for ShadowCopyFiles.
16401
16402 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
16403
16404         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
16405         when value is NULL (and should remove CID #51).
16406
16407 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16408
16409         * image.c: moved 2 functions to ../utils.
16410
16411 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
16412
16413         * gc.c: cope with the target object of a GC handle being NULL
16414         (bug #78877).
16415
16416 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
16417
16418         * class.c: recursively check parent's explicit implementations
16419         of interface methods (fixes bug #79125).
16420
16421 2006-08-19  Miguel de Icaza  <miguel@novell.com>
16422
16423         * filewatcher.c: Avoid warnings when building, do not redefine
16424         constants that are defined.
16425
16426         Remove warnings.
16427
16428 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16429
16430         * image.c: don't fail when the link points to an absolute path.
16431
16432 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
16433
16434         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
16435         Fix CID #3.
16436
16437 2006-08-17  Miguel de Icaza  <miguel@novell.com>
16438
16439         * image.c (full_path): A new method used to obtain the actual path
16440         of an assembly even in the presence of symbolic links.  
16441
16442         This is necessary for the case where we are running a binary that
16443         has been GACed, but we are using the "published" path name
16444         ($prefix/mono/1.0/blah.exe) which happens to point to the real
16445         file in the GAC.
16446
16447         This was the source of the failure for the `xsp' command with the
16448         recent AppDomain changes, as far as the runtime was concerned,
16449         there were two different assemblies: $prefix/mono/1.0/blah.exe and
16450         $prefix/mono/gac/blah/version/blah.exe.
16451
16452         (do_mono_image_open): use full path
16453
16454 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
16455
16456         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
16457
16458 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
16459
16460         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
16461         domain_id is supplied. Fix CID #241 and corlib's unit tests.
16462
16463 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
16464
16465         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
16466         small structures. Fixes #78990.
16467
16468 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
16469
16470         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
16471
16472         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
16473
16474 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16475
16476         * appdomain.c:
16477         * marshal.c: don't load all the assemblies from a domain into newly
16478         created ones. The new domains might have different rules and load
16479         assemblies from different locations. Fixes bug #76757.
16480
16481         Patch by Lluis. Conflicts resolved by Brian Crowell.
16482
16483 2006-08-16  Alp Toker  <alp@atoker.com>
16484
16485         * socket-io.c: First half of the fix for #79084.
16486         Set sa_size to the length of the content, not that of the struct.
16487         Don't add NULL suffix to the content, this should be done in
16488         managed code if needed.
16489
16490 2006-08-14  Raja R Harinath  <rharinath@novell.com>
16491
16492         Fix part of #79012
16493         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
16494         mono_metadata_parse_type returns NULL.
16495
16496 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
16497
16498         * normalization-tables.h : new file for string normalization data.
16499         * locales.c, locales.h, icall.c :
16500           added load_normalization_resource() for string normalization,
16501           and icall as well.
16502         * Makefile.am : added normalization-tables.h to the sources.
16503
16504 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
16505
16506         * marshal.c: Add more helper functions to reduce code duplication and use them
16507         everywhere.
16508
16509 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
16510
16511         * marshal.c: Fix non-x86 stdcall warnings.
16512         
16513         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
16514         them everywhere.
16515
16516 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
16517
16518         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
16519         type check on multi-dimensional arrays. Fixes #79000.
16520
16521 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
16522
16523         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
16524         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
16525         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
16526         * class-internals.h: add is_com_object to class structure.
16527         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
16528         null checks to COM object marshalling. Fix .ctor call on RCW.
16529         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
16530         
16531         All code is contributed under the MIT/X11 license.
16532
16533 2006-08-09  Dick Porter  <dick@ximian.com>
16534
16535         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
16536         racing mono_monitor_allocator_lock() somewhere, so don't delete
16537         the critical section for now.  Found by running and exiting
16538         monodevelop.
16539
16540 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
16541
16542         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
16543         (ves_icall_System_ComObject_FindInterface): Ditto.
16544         (ves_icall_System_ComObject_CacheInterface): Ditto.
16545
16546         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
16547         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
16548
16549 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16550
16551         * threadpool.c: treat pipes from process asynchronous reads as sockets
16552         when reading from them, so we get select/poll or epoll to wait for
16553         data.
16554
16555 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
16556
16557         * loader.c: Fix a typo (CID #233) in the null check.
16558
16559 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
16560
16561         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
16562         Hopefully fixes #78949.
16563         
16564         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
16565         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
16566         bytes. Fixes #78972.
16567
16568 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16569
16570         * filewatcher.c: we need to set errno here.
16571
16572 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16573
16574         * filewatcher.c: let Win32Exception get the error value.
16575
16576 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16577
16578         * filewatcher.c: translate errno into win32 errors for Win32Exception
16579         to know what happened.
16580
16581 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
16582
16583         * threadpool.c: Fix more warnings.
16584
16585         * assembly.c (search_loaded): Fix warnings.
16586
16587         * threadpool.c (mono_thread_pool_finish): Fix warnings.
16588         (mono_async_invoke): Ditto.
16589
16590 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
16591
16592         * object.c (mono_remote_class_vtable): Need to create proxy vtable
16593         entries for __ComObject type in addition to ComImport types.
16594         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
16595         about hash table.
16596         
16597         All code is contributed under the MIT/X11 license.
16598
16599 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
16600
16601         * image.c: avoid tentative loading of modulerefs that contain
16602         no metadata (P/Invoke library names).
16603
16604 2006-07-28  Dick Porter  <dick@ximian.com>
16605
16606         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
16607         mono_loader_lock() somewhere, so don't delete the critical section
16608         for now.  Found by running and exiting monodevelop.
16609
16610 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16611
16612         * filewatcher.c: define the inotify syscalls when we're building on
16613         linux and have sys/syscall.h. The build system might not have support
16614         for inotify but the target system might have it.
16615
16616 2006-07-26  Miguel de Icaza  <miguel@novell.com>
16617
16618         * domain.c: Documentation updates.
16619
16620         * loader.c (mono_free_method): Do not release the method
16621         information if we are being profiled, as profilers will use this
16622         information at shut down to present some data to the user.
16623
16624         This is needed so that the profiler does not crash, as the
16625         profiler tends to keep MonoMethods around, and they might become
16626         invalid if we free these.
16627
16628         (mono_get_method_constrained): Return the original CIL stream
16629         method as well, so verification can be performed against it.
16630
16631 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16632
16633         * filewatcher.[ch]: support for inotify file system watcher.
16634         * icall.c: add new internal calls for the inotify file system watcher.
16635
16636 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16637
16638         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
16639         #78888.
16640
16641 2006-07-20  Dick Porter  <dick@ximian.com>
16642
16643         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
16644         warning.
16645
16646 2006-07-20  Dick Porter  <dick@ximian.com>
16647
16648         * threads.c (start_wrapper): Do the thread cleanup while we still
16649         hold a reference to its object.  Fixes bug 78123.
16650
16651 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
16652
16653         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
16654         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
16655           "managed-to-managed".
16656         * icall.c: Redirect string constructors that take sbyte* to
16657           ves_icall_System_String_ctor_RedirectToCreateString.
16658         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
16659           to CreateString () methods with matching signature.
16660         * reflection.c: Use original security informations for
16661           MONO_WRAPPER_MANAGED_TO_MANAGED.
16662         * security-manager.c: Use original security informations for
16663           MONO_WRAPPER_MANAGED_TO_MANAGED.
16664         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
16665           that is a placeholder and only its address should be used.
16666         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
16667           that is a placeholder and only its address should be used.
16668
16669 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
16670
16671         Begin implementing COM Interop.
16672         * appdomain.c: Increment corlib version.
16673         * class.c: Set ComImport classes' parent to __ComObject.
16674         * loader.c: Mark cominterop methods as such.
16675         * domain.c: Add __ComObject class to MonoDefaults structure.
16676         * image.c: Add 2 hashtables to the image for COM Interop related methods
16677         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
16678         using the mempool allocator
16679         
16680         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
16681         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
16682         declaration for mono_metadata_type_dup_mp.
16683         
16684         * debug-helpers.c: Added strings for two additional wrapper types
16685         * object.c: Create proxy objects for ComImport classes
16686         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
16687         and added __ComObject class to MonoDefaults structure.
16688         
16689         * object-internals.h: Finish MonoRealProxy definition, and add definition of
16690         MonoComInteropProxy and MonoComObject.
16691         
16692         * marshal.c: Added support for COM Interop
16693         (signature_cominterop): Converts managed signature to corresponding
16694         unmanaged COM signature.
16695         (cominterop_get_function_pointer): gets unmanaged function pointer via
16696         COM object vtable
16697         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
16698         (cominterop_get_method_interface): returns interface type that method is defined on
16699         (mono_mb_emit_cominterop_call): emits native call to function pointer
16700         gotten from vtable
16701         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
16702         that matches signature of unmanaged function.
16703         (cominterop_get_native_wrapper): wrapper around adjusted method call.
16704         (cominterop_get_invoke): forwards call from proxy to __ComObject
16705         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
16706         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
16707         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
16708         
16709         * marshal.h: Added Marshal icall declarations.
16710         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
16711         so we can access them in finalizer
16712         
16713 2006-07-14  Dick Porter  <dick@ximian.com>
16714
16715         * object.c (mono_type_initialization_cleanup): Fix a race
16716         condition by temporarily commenting out the critical section
16717         deletion.
16718
16719 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
16720
16721         * reflection.c (create_custom_attr): Fix some warnings.
16722         (create_custom_attr_data): Ditto.
16723         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
16724         types. Fixes #78855.
16725
16726 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
16727
16728         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
16729
16730         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
16731
16732 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
16733
16734         * reflection.c (resolve_object): Add support for DynamicMethod.
16735
16736         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
16737         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
16738
16739 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
16740
16741         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
16742         don't leak GPtrArray's pdata has we have no use (nor free) for it.
16743
16744 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
16745
16746         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
16747         Fixes #77888.
16748
16749 2006-06-30  Raja R Harinath  <rharinath@novell.com>
16750
16751         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
16752         slightly: remove a shadow local variable.
16753
16754 2006-06-29  Raja R Harinath  <rharinath@novell.com>
16755
16756         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
16757         definition that introduces the virtual function slot.
16758         Also fix Coverity #105.
16759
16760 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
16761
16762         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
16763         for dynamic assemblies. Fixes #78724.
16764
16765 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
16766
16767         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
16768         Fixes #78722.
16769
16770 2006-06-21  Martin Baulig  <martin@ximian.com>
16771
16772         * reflection.c
16773         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
16774         fixes #76484.
16775
16776 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
16777
16778         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
16779
16780 2006-06-20  Raja R Harinath  <rharinath@novell.com>
16781
16782         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
16783         nor TYPEREFs.
16784         * class.c (mono_class_create_from_typespec): Add 'context' argument.
16785         Inflate result if necessary.
16786         (mono_class_get_full): Remove old version.  Rename from
16787         'mono_class_get' and add 'context' argument.  Pass it to
16788         ..._create_from_typespec.
16789         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
16790         (mono_ldtoken): Revert change below.
16791
16792 2006-06-20  Martin Baulig  <martin@ximian.com>
16793
16794         * class.c (mono_ldtoken): Don't pass the generic context to
16795         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
16796
16797 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
16798
16799         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
16800         and later freeing it. Fixes #78638.
16801
16802 2006-06-15  Miguel de Icaza  <miguel@novell.com>
16803
16804         * icall.c (mono_class_get_throw): Revert over-zealous error
16805         throwing, the caller for mono_class_get_throw will cope with
16806         errors when classes are not properly initialized already.
16807
16808         The code still copes with loader exceptions though.
16809
16810         Fixes the regression in reftype1 and reftype3 from the CAS tests.
16811         
16812 2006-06-14  Miguel de Icaza  <miguel@novell.com>
16813
16814         Fixes the `make run1' version of RuntimeAbort (to be commited,
16815         source is in Bugzilla).
16816         
16817         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
16818         FALSE on class loading failure instead of returning true.
16819
16820         * class.c (mono_class_create_from_typedef): It is possible for
16821         mono_metadata_interfaces_from_typedef_full to fail if a class is
16822         not found, cope with this.
16823         
16824
16825 2006-06-14  Dick Porter  <dick@ximian.com>
16826
16827         * socket-io.c: 
16828         * process.c: Fix a bunch of signed/unsigned warnings from gcc
16829         4.1.1
16830
16831 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
16832
16833         * culture-info-table.h : oops, forgot to make it nsync with r61548.
16834
16835 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
16836
16837         * icall.c: Another fix for building mono in Visual Studio.
16838
16839 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
16840
16841         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
16842         
16843 2006-06-09  Martin Baulig  <martin@ximian.com>
16844
16845         * debug-mono-symfile.c: Put this back and really fix it this
16846         time. Sorry for all the trouble.
16847
16848 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
16849
16850         * icall.c (mono_class_get_throw): Fix a warning.
16851         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
16852         ReflectionTypeLoadException if needed. Fixes #78606.
16853
16854         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
16855         (mono_class_init): Ditto.
16856
16857         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
16858         ref_only exceptions.
16859         (mono_loader_clear_error): Make this work even if there is no error.
16860
16861 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
16862
16863         * object-internals.h marshal.c marshal.h icall.c: Implement method 
16864         Marshal.GetComSlotForMethodInfo using internal call.
16865
16866 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
16867
16868         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
16869         a function for signalling it.
16870
16871         * class.c (mono_class_from_typeref): Use the new kind of loader error when
16872         a referenced assembly is not found.
16873
16874         * loader.c (mono_loader_error_prepare_exception): Add support for 
16875         LOADER_ERROR_ASSEMBLY. Fix formatting.
16876
16877 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
16878
16879         * domain.c appdomain.c class-internals.h marshal.c: Add support 
16880         for VARIANT marshalling on windows and increment corlib version
16881         since Variant struct was added.
16882
16883 2006-06-03  Miguel de Icaza  <miguel@novell.com>
16884
16885         * debug-mono-symfile.c: Revert Martin's previous patch which broke
16886         stack trace line information:
16887
16888         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
16889         (Martin) when looking up B which is between A and C, return A not C.
16890
16891         Bug is #78573.
16892
16893         Thanks to Alexander Olk for tracking this down.
16894
16895 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
16896
16897         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
16898         
16899         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
16900         avoid clobbering its value.
16901         (mono_string_to_lpstr): Fix a warning on windows.
16902
16903 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
16904
16905         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
16906
16907         * reflection.c loader.c: Removed references to 'dummy' flag.
16908
16909         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
16910
16911         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
16912         it gets GC tracking.
16913
16914         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
16915         GC tracking.
16916         
16917         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
16918
16919         * marshal.c threadpool.c: Update callers of mono_async_result_new.
16920
16921         * appdomain.c: Bump corlib version.
16922
16923 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
16924
16925         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
16926         CEE_STIND_REF when working with object references.
16927
16928 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
16929
16930         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
16931         Fixes #78539.
16932
16933 2006-05-30  Miguel de Icaza  <miguel@novell.com>
16934
16935         * loader.c (method_from_memberref): Fix argument value for
16936         mono_loader_set_error_method_load (I was passing the MonoClass
16937         instead of the class name char *).
16938
16939 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
16940
16941         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
16942         CEE_STIND_REF when working with object references.
16943
16944 2006-05-30  Martin Baulig  <martin@ximian.com>
16945
16946         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
16947         mono_method_full_name() change and replace the ':' with a '.'
16948         here.
16949
16950 2006-05-30  Martin Baulig  <martin@ximian.com>
16951
16952         * debug-mono-symfile.c
16953         (mono_debug_symfile_lookup_location): Fix the algorithm:
16954         when looking up B which is between A and C, return A not C.
16955
16956 2006-05-29  Martin Baulig  <martin@ximian.com>
16957
16958         * mono-debug.h
16959         (MonoDebugMethodInfo): Make the typedef public.
16960         (MonoDebugSourceLocation): New public struct.
16961
16962         * mono-debug.c
16963         (mono_debug_source_location_from_address): Removed.
16964         (mono_debug_source_location_from_il_offset): Removed.
16965         (mono_debug_il_offset_from_address): Removed.
16966         (mono_debug_address_from_il_offset): Removed.
16967         (mono_debug_lookup_method): New public function.
16968         (mono_debug_lookup_source_location): New public function; replaces
16969         the old mono_debug_source_location_from_*() functions; see the
16970         inline documentation.
16971         (mono_debug_free_source_location): New public function.
16972         (mono_debug_print_stack_frame): New public function; see the
16973         inline documentation.
16974
16975         * debug-mono-symfile.c
16976         (mono_debug_find_source_location): Renamed into
16977         mono_debug_symfile_lookup_location(); only take a
16978         `MonoDebugMethodInfo *' and an `offset' argument; added inline
16979         documentation.
16980         (mono_debug_find_method): Renamed into
16981         mono_debug_symfile_lookup_method().
16982
16983 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
16984
16985         * assembly.c (mono_assembly_open_full): Dont overwrite the status
16986         returned by mono_image_open_full ().
16987
16988         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
16989         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
16990         #78517.
16991
16992         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
16993         #78518.
16994
16995 2006-05-27  Miguel de Icaza  <miguel@novell.com>
16996
16997         * class.c (mono_class_from_typeref): handle missing images
16998         earlier, deals with bug #78418.   Refactor code; 
16999
17000         Fix a warning introduced in my previous commit (some stale code
17001         from before I revisited my patch).
17002
17003         * class.c (mono_class_create_from_typedef): On failure, remove the
17004         class from the MonoImage->class_cache as the class is not
17005         initialized;   Fixes the leak pointed out by Paolo.
17006
17007 2006-05-25  Dick Porter  <dick@ximian.com>
17008
17009         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
17010         DeleteCriticalSections until I figure out which one may still be
17011         sometimes locked when mono_thread_cleanup is called.
17012
17013 2006-05-24  Dick Porter  <dick@ximian.com>
17014
17015         * threads.c (mono_thread_cleanup): Move the threading cleanup out
17016         of mono_thread_manage and back into its own function, so it can be
17017         called after the finalizer thread has finished.
17018
17019         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
17020
17021 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
17022
17023         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
17024         Fixes #78495.
17025
17026         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
17027         with non-blittable elements.
17028         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
17029
17030 2006-05-24  Martin Baulig  <martin@ximian.com>
17031
17032         * mono-debug-debugger.h (MonoDebuggerEvent): Added
17033         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
17034
17035         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
17036         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
17037         `mono_debugger_event_handler' to NULL.
17038
17039 2006-05-24  Martin Baulig  <martin@ximian.com>
17040
17041         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
17042
17043 2006-05-24  Martin Baulig  <martin@ximian.com>
17044
17045         * mono-debug-debugger.h
17046         (mono_debugger_create_notification_function): Added
17047         `MonoCodeManager *' argument.
17048
17049 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
17050
17051         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
17052
17053 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
17054
17055         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
17056         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
17057         implementation.
17058
17059 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
17060
17061         * icall.c: precise GC support: objects can't be stored in unmanaged
17062         memory anymore, even if they are kept alive by other references: since
17063         they can move the GC needs to be able to always find them.
17064
17065 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
17066
17067         * object.c: precise GC support for static fields. Support
17068         for moving GCs: write barriers and pinned allocation for interned
17069         strings.
17070
17071 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
17072
17073         * domain.c, domain-internals.h: precise GC support for the MonoDomain
17074         structure.
17075
17076 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
17077
17078         * class.c, gc.c: sgen and precise GC updates.
17079
17080 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
17081
17082         * marshal.h, marshal.c: added write barrier wrapper and precise type
17083         fixes.
17084
17085 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
17086
17087         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
17088         support.
17089
17090 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
17091
17092         * reflection.c: precise and sgen GC updates.
17093
17094 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
17095
17096         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
17097
17098 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
17099
17100         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
17101
17102 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
17103
17104         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
17105         MONO_TYPE_OBJECT. Fixes #78462.
17106
17107 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
17108
17109         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
17110         and blittable types.
17111
17112 2006-05-17  Miguel de Icaza  <miguel@novell.com>
17113
17114         * class.c (mono_class_get_exception_for_failure): Implement parts
17115         of a TODO: if the loader error is set (instead of the class
17116         error), we return a Loader exception that can be properly thrown
17117         elsewhere.
17118
17119         This was exposed by some Winforms 2.0 code that I tried to run
17120         (Atsushi pointed me to it).
17121
17122 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
17123
17124         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
17125         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
17126         
17127         * marshal.c (emit_marshal_vtype): Add limited support for 
17128         UnmanagedType.LPStruct. Fixes #78427.
17129
17130         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
17131         Applied a patch from kangaroo to fix #77523.
17132
17133 2006-05-17  Martin Baulig  <martin@ximian.com>
17134
17135         * threads.c
17136         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
17137         (debugger_thread_created): Removed.
17138         (debugger_thread_exited): Removed.
17139
17140 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
17141
17142         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
17143
17144         * object-internals.h (MonoReflectionResource): Sync with managed version.
17145
17146 2006-05-12  Wade Berrier <wberrier@novell.com>
17147
17148         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
17149
17150 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
17151
17152         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
17153         functions try to allocate from the image mempool.
17154
17155 2006-05-12  Dick Porter  <dick@ximian.com>
17156
17157         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
17158
17159 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
17160
17161         * object.c: The FieldGetter and FieldSetter methods require the full
17162         name of the class, not only the name. Fixes bug #78277.
17163
17164 2006-05-11  Miguel de Icaza  <miguel@novell.com>
17165
17166         * loader.c (method_from_memberref): Do not pass the NULL klass to
17167         mono_loader_set_error_() methods.  Pass the non-NULL value
17168         (class). 
17169
17170 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
17171
17172         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
17173         (mono_assembly_close): Null out assembly->image->references after freeing it.
17174
17175         * image.c (mono_image_close): Free image->references.
17176         
17177         * reflection.c (mono_image_basic_init): Fix a small memory leak.
17178
17179 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
17180
17181         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
17182         before checking if it's NULL (g_assert).
17183
17184 2006-05-10  Martin Baulig  <martin@ximian.com>
17185
17186         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
17187         I thought I already killed that two months ago, but now it somehow reappeared.
17188
17189 2006-05-10  Martin Baulig  <martin@ximian.com>
17190
17191         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
17192
17193 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
17194
17195         * reflection.c: Allocate memory for dynamically created methods in the image
17196         mempools.
17197
17198 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
17199
17200         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
17201         don't use the ad pointer before checking if it's NULL (g_assert).
17202
17203 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
17204
17205         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
17206         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
17207
17208         * marshal.c: Allocate all signatures from mempools.
17209
17210         * marshal.c: Allocate some more signatures from mempools.
17211
17212 2006-05-09  Miguel de Icaza  <miguel@novell.com>
17213
17214         * object.c (mono_load_remote_field): The code used to provide a
17215         temporary variable for returning results if the user did not
17216         provide a result pointer.  But our temporary variable was allocted
17217         on the satck.
17218
17219         Fix calling code to always pass a result area.   Coverity ID 103.
17220
17221 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
17222
17223         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
17224         value, not the old. Fixes #78312.
17225         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
17226
17227         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
17228         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
17229         per-image cache.
17230
17231         * assembly.c (mono_assembly_close): Free image->references.
17232
17233         * assembly.c (mono_assembly_names_equal): Fix a warning.
17234         (mono_assemblies_cleanup): Cleanup more global data.
17235
17236         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
17237
17238         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
17239         ptr_cache and image->modules.
17240
17241         * image.c (mono_image_init): Allocate array_cache lazily.
17242         
17243 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17244
17245         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
17246         behavior was changed recently and has bad side effects.
17247
17248 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
17249
17250         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
17251         
17252         * assembly.c (mono_assembly_close): Remove a debug printf.
17253
17254         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
17255
17256         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
17257         to also allow for temporary references between mono_image_open ()/close ().
17258
17259         * domain.c (get_runtimes_from_exe): Add a FIXME.        
17260
17261 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
17262
17263         * marshal.c: Fix support for dynamic methods.
17264
17265         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
17266
17267         * marshal.c (mono_marshal_cleanup): New cleanup function.
17268
17269         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
17270         image mempools.
17271
17272         * class.c (mono_class_init): Fix leaking class->nested_classes.
17273
17274         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
17275
17276         * image.c (mono_image_init): Initialize the new cashes.
17277
17278         * image.c (mono_image_close): Destroy the new cashes.
17279
17280         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
17281
17282         * mempool.c (mono_mempool_strdup): New helper function.
17283
17284         * class-internals.h: Add prototype for mono_loader_unlock ().
17285
17286         * domain.c (mono_jit_info_table_find): Fix a warning.
17287         (mono_debugger_check_runtime_version): Ditto.
17288
17289         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
17290         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
17291         functions to these modules.
17292
17293         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
17294         metadata modules.
17295         
17296         * marshal.c (mono_free_bstr): Fix a warning.
17297
17298         * assembly.c (mono_assembly_open_full): Fix another small leak.
17299
17300         * object.c: Fix some unload leaks in the remoting code.
17301
17302         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
17303         function.
17304
17305         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
17306
17307         * reflection.c: Fix some unload leaks in dynamic assemblies.
17308
17309 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
17310
17311         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
17312         * marshal.h: Add BSTR support on Win32
17313         * icall.c: Add BSTR icalls
17314         * metadata.h: Add BSTR enums
17315
17316 2006-04-28  Miguel de Icaza  <miguel@novell.com>
17317
17318         Work to catch the crash from #76795 and turn it into an
17319         exception.   As I stubbed out pieces of the VisualBasic support,
17320         I found a number of places where the code was failing and I added
17321         checks to those places. 
17322         
17323         * metadata.c (do_mono_metadata_parse_generic_class): Make this
17324         function return a status code.  If we fail to parse the signature
17325         from mono_metadata_parse_generic_inst, return FALSE.
17326
17327         * loader.c (mono_get_method_from_token): If we fail to load the
17328         method (mono_class_get) return NULL.   
17329
17330         * (method_from_memberref): Return NULL if we are unable to parse
17331         the method signature
17332
17333         (mono_loader_error_prepare_exception): Since we now use the
17334         loader_error flag internally to stop processing, and obtaining
17335         exceptions that might be thrown will walk this code path the
17336         proper way of going from a MonoLoaderError into a
17337         MonoException was convoluted.   This new routine encapsulates the
17338         process of turning the error into an exception and *clearing* the
17339         error afterwards.
17340         
17341 2006-04-27  Miguel de Icaza  <miguel@novell.com>
17342
17343         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
17344         with missing assemblies), and to cope with:
17345
17346                 * Missing fieldref from a non-existing assembly.
17347                 * Missing methodref from a non-existing assembly.
17348
17349         The first batch of work to address *some* of the issues from 76661.
17350         
17351         * object.c (mono_class_create_runtime_vtable): If we fail to
17352         initialize the class raise the exception here. 
17353
17354         * metadata.c (mono_class_get_overrides_full): If any methods fail
17355         to load return the failure to the caller.
17356
17357         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
17358         flagging assemblies that failed to load.   
17359
17360         Do not crash if we are unable to load the assembly.
17361
17362         (mono_assembly_close): Do nothing with REFERENCE_MISSING
17363         assemblies. 
17364
17365         * loader.c (mono_loader_set_error_type_load): Change the
17366         convention to always pass unallocated strings, so we make our own
17367         copies (I know our own code had duplicated strings before, but
17368         this keeps the normal conventions).
17369         (method_from_memberref): Call mono_loader_set_error_method_load
17370         for all possible failures of loading the class. 
17371         Remove assert, turn into a loader error.
17372
17373         (mono_loader_error_to_exception): Move this routine from mini
17374         (mini_loader_error_to_exception) there was no need to have that in
17375         mini. 
17376
17377         * class.c (mono_class_from_typeref): If we were not able to load
17378         the assembly with mono_assembly_load_reference, call the
17379         mono_loader_set_error_type_load to register the problem.
17380
17381         (mono_class_setup_fields): If we fail to load the type from
17382         mono_metadata_parse_type_full, call mono_class_set_failure and
17383         break from the loop.
17384
17385         If class->exception_type is set, we do not layout the fields as
17386         that might crash the runtime, and instead return (from breaking
17387         from the previous loop).
17388
17389         (mono_class_setup_vtable): This now returns a boolean indicating
17390         whether the table was properly setup.   The decision is driven by
17391         mono_class_get_overrides_full which might run into non-existing
17392         methods. 
17393         
17394         (mono_class_init): Returns TRUE on success or FALSE if there was a
17395         problem in loading the type (incorrect assemblies, missing
17396         assemblies, methods, etc).
17397
17398         When we call mono_class_setup_fields we also check for a potential
17399         error inside this call (either a class exception or a general
17400         loader exception).
17401
17402         (mono_class_create_from_typedef): If the parent fails to load
17403         (calling mono_class_get_full) return NULL.
17404         
17405         ** Important **
17406
17407         calls to mono_metadata_parse_type_full should be checked
17408         everywhere and set the mono_class_set_failure
17409         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
17410
17411         The current patch checks the places where my manually constructed
17412         tests show the errors are showing up, but we should do it
17413         everywhere. 
17414
17415         ** Important2 **
17416
17417         mono_class_init return values should be tested everywhere, like
17418         the previous case this is something that we should audit
17419         everywhere and not only on the cases exposed by the tests I
17420         created. 
17421
17422 2006-04-26  Miguel de Icaza  <miguel@novell.com>
17423
17424         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
17425         boolean parameter and instead pass the information on `options'
17426         parameter (FileOptions).
17427
17428         * icall.c: Register the new signature for MonoIO.Open.
17429
17430         * debug-helpers.c (dis_one): Trying to understand how coverity
17431         works.  Fix Run 5, item 78.
17432
17433 2006-04-26  Dick Porter  <dick@ximian.com>
17434
17435         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
17436         dereference.
17437
17438 2006-04-25  Martin Baulig  <martin@ximian.com>
17439
17440         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
17441
17442         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
17443         debugger_thread_created().
17444         (debugger_gc_push_all_stacks): Don't handle the main thread in any
17445         special way.
17446         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
17447         (mono_debugger_finalize_threads): New function; undo the effects
17448         of mono_debugger_init_threads().
17449         (mono_debugger_create_all_threads): Removed.
17450
17451 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
17452
17453         * image.c (mono_image_close): Tidy up trace messages.
17454
17455         * assembly.c (mono_assembly_close): Ditto.
17456
17457         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
17458         no longer references an already freed assembly. Fixes #78168.
17459
17460 2006-04-21  Dick Porter  <dick@ximian.com>
17461
17462         * threads.c (mono_thread_detach): Fix reference counting when
17463         detaching threads.
17464
17465 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
17466
17467         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
17468         #78155.
17469
17470 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
17471
17472         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
17473         (mono_type_to_stind): Ditto.
17474
17475         * marshal.c: Use the new helper functions to simplify code.
17476
17477         * image.c (mono_image_close): Add some code for help debug assembly unloading
17478         problems.
17479
17480         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
17481         image mempool.
17482
17483         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
17484         assembly was already loaded in another appdomain. Fixes #78083.
17485
17486 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
17487
17488         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
17489         referenced assemblies.
17490         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
17491
17492         * domain.c (mono_domain_free): Add a trace message.
17493
17494         * appdomain.c (add_assemblies_to_domain): Ditto.        
17495
17496         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
17497         field.  
17498
17499 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
17500
17501         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
17502
17503 2006-04-12  Martin Baulig  <martin@ximian.com>
17504
17505         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
17506         `USE_INCLUDED_LIBGC'.   
17507
17508 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
17509
17510         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
17511         the patch contains ../ and a small directory name later. Hopefully fixes
17512         #78035.
17513
17514 2006-04-10  Martin Baulig  <martin@ximian.com>
17515
17516         Clean up the debugger's thread-handling code.
17517
17518         The debugger's thread-handling code has been moved from
17519         ../mini/debug-debugger.c to threads.c.  We now iterate directly
17520         over the `threads' hash, keep track of exiting threads and also
17521         use proper locking.
17522
17523         We can now debug XSP and XSP based applications with the debugger.
17524
17525         * object-internals.h (MonoThread): Added `gpointer end_stack'.
17526
17527         * threads.h
17528         (MonoThreadCallbacks): Removed; this was only used by the debugger.
17529         (mono_install_thread_callbacks): Likewise.      
17530
17531         * threads.c (mono_thread_callbacks): Removed.
17532         (debugger_thread_created, debugger_thread_exited): New static functions.
17533         (start_wrapper): Call debugger_thread_created().
17534         (thread_cleanup): Call debugger_thread_exited().
17535         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
17536         (mono_debugger_init_threads): New public function.
17537         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
17538         iterate directly over the `threads' hash and also use proper locking.
17539
17540         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
17541
17542         * mono-debug-debugger.h
17543         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
17544
17545 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
17546
17547         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
17548         argument type=array. Fixes #78057.
17549
17550 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
17551
17552         * culture-info-table.h : regenerated. Fixed bug #69652.
17553
17554 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
17555
17556         * loader.c metadata.c: Reapply a variant r59116.
17557         
17558         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
17559
17560         * class.c (mono_class_setup_interface_offsets): New internal function.
17561
17562         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
17563         interfaces too. Fixes #77398.
17564
17565         * reflection.c (encode_cattr_value): Add support for 
17566         parameter type=object, argument type=array.
17567         (load_cattr_value): Ditto. Fixes #77916.
17568
17569         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
17570         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
17571
17572         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
17573         a byval char array and CharSet is Ansi.
17574
17575         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
17576
17577 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
17578
17579         * metadata.c: Add some locking comments.
17580         
17581         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
17582         mempool.
17583         (mono_metadata_free_method_signature): Don't free the signature itself.
17584
17585         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
17586
17587         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
17588         reference the same MonoImage.
17589         (mono_assembly_load_from_full): Add an assert.
17590
17591 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
17592
17593         * image.c (mono_image_close): Don't put the image we are about to free into the
17594         loaded_images_guid_hash.
17595
17596         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
17597         to reduce code duplication.
17598
17599         * marshal.c: Register the native functions called by this module as icalls, to
17600         somewhat centralize the creation of MonoMethodSignature's.
17601
17602         * loader.c (mono_method_signature): Add a cache for method signatures.
17603
17604         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
17605         the parameter attributes of a method.
17606         (mono_metadata_parse_method_signature_full): Refactored the computation of
17607         parameter attributes into a separate function. Also avoid one allocation in
17608         most cases.
17609
17610         * assembly.c (mono_assembly_close): Ditto.
17611
17612         * image.c (mono_image_close): Log trace messages with INFO level.
17613
17614         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
17615
17616         * image.c reflection.c: Correct reference counting of image modules.
17617         
17618         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
17619         of this function from the image mempool.
17620         
17621         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
17622         to allow more cached types to be used.
17623
17624         * mono-debug.c (mono_debug_add_method): Appled patch from
17625         David S. Miller  <davem@sunset.davemloft.net>: Access 
17626         minfo->lexical_blocks[] entry elements using read32().
17627
17628 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
17629
17630         * loader.c (mono_free_method): No longer free the method header for non-dynamic
17631         methods as it is allocated from the mempool.
17632
17633         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
17634         image mempool.
17635
17636         * metadata-internals.h: Add comments describing the reference counting scheme
17637         used for MonoImage and MonoAssembly.
17638
17639         * image.c assembly.c reflection.c: Rework reference counting of images and 
17640         assemblies so they are freed when the runtime is shut down. Free some 
17641         additional memory structures when an image is unloaded.
17642         
17643 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
17644
17645         * class.c loader.c reflection.c: Allocate more data structures in
17646         the image mempool.
17647
17648 2006-03-31  Miguel de Icaza  <miguel@novell.com>
17649
17650         * icall.c
17651         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
17652         build on pre glib 2.4 systems.
17653
17654 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
17655
17656         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
17657
17658         * icall.c: Fix some warnings.
17659
17660 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
17661
17662         * culture-info-table.h : regenerated.
17663
17664 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
17665
17666         * threads.c, object-internals.h, verify.c: changed the culture caching
17667         code to use a normal MonoArray for storage so the GC can keep track of
17668         them easily. Fixed bits of the cache logic, too and simplified the
17669         code.
17670
17671 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
17672
17673         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
17674         thread for non-Boehm GCs.
17675
17676 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
17677
17678         * domain.c, object.c, domain-internals.h: reduce the amount of memory
17679         needed to keep track of the data for static fields.
17680
17681 2006-03-29  Raja R Harinath  <rharinath@novell.com>
17682
17683         Fix #75172
17684         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
17685         for interface classes.  Use 'num_methods' instead.
17686         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
17687         before using '->vtable_size' field.
17688
17689 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
17690
17691         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
17692         doesn't contain managed pointers, so use a normal hashtable.
17693
17694 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
17695
17696         * reflection.c, class-internals.h, domain.c: fixed handling of types
17697         used as values for objects in custom attributes (bug #77915):
17698
17699 2006-03-24  Martin Baulig  <martin@ximian.com>
17700
17701         * class.c (mono_class_setup_fields): Added support for generic
17702         instances; fixes #77580.
17703
17704 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17705
17706         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
17707
17708 2006-03-24  Dick Porter  <dick@ximian.com>
17709
17710         * file-io.c (get_file_attributes): More stat macro breakage.
17711         Fixes bug 77759.
17712
17713 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
17714
17715         * profiler.c: added the file=filename option in the default profiler
17716         to output the profile data to filename.
17717
17718 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17719
17720         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
17721         bug #77877.
17722
17723 2006-03-22  Martin Baulig  <martin@ximian.com>
17724
17725         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
17726         allocated `MonoClassField *' in `fb->handle'.
17727
17728 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
17729
17730         * class.c, image.c, metadata-internals.h: implemented new mechanism to
17731         allocate interface ID to save memory and allow better ID reuse on
17732         appdomain unload. setup_generic_vtable () removal from Martin.
17733
17734 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
17735
17736         * object.h, appdomain.c, domain.c, exception.c, icall.c,
17737         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
17738         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
17739         write barriers for reference stores with managed objects accessed with
17740         C structures in the runtime and in embedding programs.
17741
17742 2006-03-20  Raja R Harinath  <rharinath@novell.com>
17743
17744         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
17745         'interface_id' and 'max_interface_id' fields of MonoClasses
17746         representing open generic types.
17747
17748 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
17749
17750         * object.h, object.c, icall.c: added functions to deal with
17751         storing valuetypes that contain references in managed objects.
17752         * reflection.c, string-icalls.c, threads.c, marshal.c: small
17753         fixes and comments around uses of mono_array_addr ().
17754
17755 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
17756
17757         * object.h, icall.c, monitor.c: object.GetHashCode ()
17758         implementation that supports the moving garbage collector.
17759
17760 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
17761
17762         * icall.c, threads-types.h, threads.c: implemented finalizer for
17763         LocalDataStoreSlot.
17764
17765 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
17766
17767         * metadata.c (mono_type_size): Add a fixme.
17768         (mono_type_stack_size): Ditto.
17769
17770         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
17771         'type_forwarders' field.
17772
17773         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
17774         attribute from net 2.0.
17775
17776         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
17777         from class.c.
17778
17779         * class.c (mono_class_setup_fields): Fix a warning.
17780         
17781         * class.c (mono_class_from_name): Add support for assemblyref entries
17782         in the EXPORTEDTYPE table.
17783
17784         * reflection.c: Add support for handling type forwarders under net 2.0.
17785
17786         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
17787         
17788 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
17789
17790         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
17791         overwriting entries in ModuleBuild->types, also clean up the code
17792         a little. Fixes #77774.
17793
17794 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
17795
17796         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
17797         load friend assembly info when present.
17798
17799 2006-03-14  Raja R Harinath  <rharinath@novell.com>
17800
17801         Fix crasher on gtest-158.cs.
17802         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
17803         the return value if the MonoClass we want is yet in an
17804         inconsistent state.
17805         * class.c (mono_class_create_from_typedef): Add an comment
17806         explaining an order dependency between mono_class_setup_parent and
17807         mono_class_setup_mono_type.
17808
17809 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
17810
17811         * class.c: documentation updates and events bug fix.
17812
17813 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
17814
17815         * class.c: some cleanup, locking fixes.
17816
17817 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
17818
17819         * class.c: fix the generics code to setup nested
17820         type info to the instantiated type (bug #77770).
17821
17822 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
17823
17824         * marshal.c: fixed a few type correctness issues.
17825
17826 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
17827
17828         * loader.c: the Set/Get/Addrtess array methods should be public.
17829
17830 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
17831
17832         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
17833         
17834         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
17835         info->wrapper.
17836
17837 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
17838
17839         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
17840
17841         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
17842
17843         * mempool.c (mono_mempool_alloc): Speed this up a bit.
17844         (mono_mempool_alloc0): Ditto.
17845
17846 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17847
17848         * socket-io.c:
17849         (create_object_from_sockaddr): it was allocating 4 extra bytes
17850         for the AF_UNIX data. Fixes bug #77747.
17851
17852 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
17853
17854         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
17855
17856 2006-03-09  Dick Porter  <dick@ximian.com>
17857
17858         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
17859         Fixes bug 76966 again.
17860
17861 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
17862
17863         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
17864         names from r57532
17865         * appdomain.c: Bumped corlib version to 48 (due to r57532)
17866
17867 2006-03-07  Martin Baulig  <martin@ximian.com>
17868
17869         * object.c
17870         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
17871
17872 2006-03-07  Martin Baulig  <martin@ximian.com>
17873
17874         * class.c
17875         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
17876         regression introduced in r56970; see gtest-252.cs.
17877
17878         * loader.c (mono_get_method_constrained): Correctly handle generic
17879         methods; see gtest-253.cs.
17880
17881 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
17882
17883         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
17884
17885 2006-03-04  Martin Baulig  <martin@ximian.com>
17886
17887         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
17888         compute the parent type at runtime, just like we're already doing
17889         it for interfaces.
17890
17891         * reflection.c
17892         (mono_reflection_bind_generic_parameters): Don't compute the
17893         parent type anymore.
17894
17895         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
17896
17897 2006-03-04  Martin Baulig  <martin@ximian.com>
17898
17899         * mono-debug-debugger.h
17900         (mono_debugger_create_notification_function): Allocate memory at
17901         runtime and return a pointer to it.
17902
17903 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
17904
17905         * assembly.c: Fix windows build.
17906         
17907         * assembly.c: Fix build.
17908
17909         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
17910
17911         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
17912         
17913 2006-03-03  Dick Porter  <dick@ximian.com>
17914
17915         * process.c
17916         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
17917         Check parameters before dereferencing them.  Fixes Aaron's part of
17918         bug 77393.
17919
17920 2006-03-03  Raja R Harinath  <rharinath@novell.com>
17921
17922         Fix performance regression.
17923         * loader.c (find_method_in_class): Add 'from_class' argument.
17924         Rename 'klass' argument to 'in_class'.  The signature is compared
17925         against the method in 'in_class', and the corresponding method is
17926         returned from 'from_class'.
17927         (find_method): Walk both 'in_class' and 'from_class' in parallel.
17928         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
17929         type definition and generic instantiation in parallel.
17930         (mono_get_method_constrained): Update to changes.
17931
17932 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
17933
17934         * threads.c: make sure the domain is correct, too when doing
17935         mono_thread_attach ().
17936
17937 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
17938
17939         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
17940         windows. Fixes #77683.
17941
17942 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
17943
17944         * object.h, *: introduced specific way to set elements of an array
17945         of references to be used as write barrier. Still need to audit the
17946         uses of mono_array_addr.
17947
17948 2006-03-01  Miguel de Icaza  <miguel@novell.com>
17949
17950         * object-internals.h: New field to cache the assmebly name, patch
17951         from Tambet Ingo (tambet@ximian.com)
17952
17953 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
17954
17955         * decimal.h, class-internals.h, metadata-internals.h,
17956         file-io.h: mark a few function declarations as internal, to
17957         reduce the number of PLT entries.
17958
17959 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17960
17961         * file-io.c: fix typo in warning message.
17962
17963 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
17964
17965         * loader.c: on unix, lookup the "*A" version of a function
17966         if charset is auto as a second option before failing.
17967
17968 2006-02-28  Raja R Harinath  <rharinath@novell.com>
17969
17970         * class.h (mono_class_inflate_generic_method): Revert to two
17971         argument version.
17972         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
17973         (mono_class_inflate_generic_method_full): Add.
17974         * class.c (mono_class_inflate_generic_method_full): Rename from
17975         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
17976         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
17977         * loader.c, reflection.c: Update to changes.
17978
17979 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
17980
17981         * icall.c: const fixes and small improvements.
17982
17983 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17984
17985         * threadpool.c: for asynchronous connect(), enable the same workaround
17986         for BSD 6 as for the Mac. Fixes bug #77637.
17987
17988 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
17989
17990         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
17991         formatted classes. Fixes #77524.
17992
17993 2006-02-24  Raja R Harinath  <rharinath@novell.com>
17994
17995         * class.c (inflate_generic_type): Add a couple more
17996         micro-optimizations.
17997         (inflate_generic_context): Don't use the 'gmethod' from
17998         'inflate_with'.
17999         (mono_class_inflate_generic_method): If the method has generic
18000         parameters, but the passed-in context doesn't have a 'gmethod',
18001         create one.  Use the possibly simplified generic instantiation
18002         from the declaring class instead of the one passed in.
18003
18004 2006-02-24  Raja R Harinath  <harinath@gmail.com>
18005
18006         Make generic method signature and method header handling lazy.
18007         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
18008         (inflate_generic_header): Likewise.
18009         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
18010         parameter to avoid inflating types.
18011         (mono_get_inflated_method): Empty out.
18012         * class.h (mono_class_inflate_generic_method): Update to changes.
18013         * loader.c (mono_get_method_from_token): Don't parse signature for
18014         generic methods, nor methods of generic classes.
18015         (mono_method_signature): Rename from 'mono_method_signature'.
18016         Inflate signature on demand.
18017         (mono_method_get_header): Inflate method header on demand.
18018         * reflection.c: Update to changes.
18019
18020 2006-02-23  Raja R Harinath  <rharinath@novell.com>
18021
18022         * metadata.c (mono_metadata_inflate_generic_inst): If the
18023         instantiation is closed, don't bother expanding it in the new
18024         context.
18025         * class.c (inflate_generic_class): If the generic instantiation
18026         doesn't change after inflation, return the argument itself.
18027         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
18028         Add bounds checks.
18029         (inflate_generic_context): If neither the generic class nor the
18030         generic method instantiations change, return the original context.
18031         * reflection.c (mono_method_get_object): Do
18032         'mono_get_inflated_method' before accessing the ->klass field.
18033         (inflate_mono_method): Don't create a MonoGenericMethod unless
18034         necessary.
18035         (inflate_method): Don't pass a constructed type as the declaring
18036         type of a methodbuilder.
18037
18038 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
18039
18040         * object.c: fix memory overwrite.
18041
18042 2006-02-22  Dick Porter  <dick@ximian.com>
18043
18044         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
18045         it doesn't work any more.
18046         (mono_threads_request_thread_dump): Fix unused variable warnings.
18047
18048 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
18049
18050         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
18051         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
18052         the public header file.
18053
18054 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
18055
18056         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
18057
18058 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
18059
18060         * class-internals.h, object.c: reduce the size of MonoVTable
18061         and store the interface_offsets array at negative offsets.
18062
18063 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
18064
18065         * metadata.c: tweak table descriptors data structures to reduce
18066         size and runtime relocations.
18067
18068 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
18069
18070         * marshal.c: fix some types and opcodes to be type-safe
18071         in marshaling wrappers.
18072
18073 2006-02-21  Ankit Jain  <jankit@novell.com>
18074
18075         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
18076
18077 2006-02-21  Raja R Harinath  <rharinath@novell.com>
18078
18079         * metadata.c (get_constraints): Relax debugging checks for monodis.
18080
18081 2006-02-21  Ankit Jain  <jankit@novell.com>
18082
18083         * metadata.c (mono_metadata_load_generic_params): Move the code
18084         checking for ambiguous generic params from here to mono/dis/get.c
18085         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
18086
18087 2006-02-21  Raja R Harinath  <harinath@gmail.com>
18088
18089         Fix assertion triggered when compiling nemerle.
18090         * class.c (mono_get_shared_generic_inst): Rename from
18091         get_shared_inst and make non-static.
18092         * loader.c (mono_get_shared_generic_method): New.  Used to create
18093         the MonoGenericContext-equivalent of a MonoGenericContainer.
18094         (mono_get_method_from_token): Initialize the 'context' field of
18095         the created MonoGenericContainer.
18096         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
18097         * metadata.c (get_constraints): Add sanity check.
18098         * class-internals.h: Add new internal methods.
18099
18100         * reflection.c (verify_safe_for_managed_space): New sanity check.
18101         Currently checks that owner-less generic parameters aren't allowed
18102         in managed space.
18103         (mono_type_get_object): Use it.
18104         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
18105         that are now in mono_type_get_object.
18106         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
18107
18108 2006-02-19  Raja R Harinath  <harinath@gmail.com>
18109
18110         * metadata.c (mono_type_create_from_typespec): Rename from
18111         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
18112         argument and caching of types in the generic container.
18113         (unwrap_arrays, find_generic_param): Remove.
18114         * metadata-internals.h: Update.
18115         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
18116
18117 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
18118
18119         * class.c (mono_class_get_exception_for_failure): Fix a warning.
18120
18121         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
18122         return values. Fixes #77581.
18123
18124         * class.c (mono_fnptr_class_get): Switch name and name_space.
18125
18126         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
18127         classes and add support for [In, Out] attributes.
18128         (mono_marshal_free_asany): Ditto. Fixes #77524.
18129
18130 2006-02-18  Raja R Harinath  <harinath@gmail.com>
18131
18132         * class.c (mono_class_from_generic_parameter): Make more robust to
18133         incomplete MonoGenericContainers from monodis.
18134
18135 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
18136
18137         * class-internals.h: added some more exception types.
18138         * class.c, metadata.c: added a few checks to handle missing
18139         types.
18140
18141 2006-02-17  Raja R Harinath  <rharinath@novell.com>
18142
18143         Use owner-less generic-params some more.
18144         * class.c (my_mono_class_from_generic_parameter): Remove.
18145         (mono_class_from_generic_parameter): Handle null image,
18146         param->name and param->owner.
18147         (mono_class_from_mono_type): Update.
18148         (mono_class_create_from_typespec): Remove 'container' parameter.
18149         If that parameter is non-null, the result is always inflated by
18150         'mono_class_get_full' anyway.
18151         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
18152         parameter.
18153         (mono_class_get_full): Update.
18154
18155         * class.c (inflate_generic_type) [GENERICINST]: If the generic
18156         instance is not open, don't bother inflating.
18157         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
18158         parse metadata for inflated classes.
18159         (_mono_class_get): Change GenericContext* parameter to
18160         GenericContainer*.
18161         (mono_class_create_from_typespec): Likewise.  Simplify, and
18162         implement trivially.  All the cases are handled in
18163         mono_class_from_mono_type.  Don't inflate returned class.
18164         (mono_class_get_full): Delegate GENERICINST optimization to
18165         inflate_generic_type.
18166         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
18167
18168 2006-02-16  Dick Porter  <dick@ximian.com>
18169
18170         * socket-io.c (create_object_from_sockaddr): Fix typo.
18171         (create_sockaddr_from_object): Check array lengths before
18172         potentially accessing items off the end.
18173         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
18174         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
18175         (ves_icall_System_Net_Sockets_Socket_Send_internal)
18176         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
18177         length checks to avoid wraparound overflows.
18178         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
18179         contents of the array of sockets
18180         (hostent_to_IPHostEntry2)
18181         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
18182         Check return value of inet_ntop ().
18183         (addrinfo_to_IPHostEntry): Fix typo
18184
18185 2006-02-16  Raja R Harinath  <rharinath@novell.com>
18186
18187         Type metadata parsing doesn't use generic-instantiation information.
18188         * metadata.c (mono_metadata_parse_array_full): Change
18189         MonoGenericContext* parameter to MonoGenericContainer*.
18190         (mono_metadata_parse_type_full): Likewise.
18191         (mono_type_create_from_typespec_full): Likewise.
18192         (mono_metadata_parse_mh_full): Likewise.
18193         (mono_metadata_parse_generic_inst): Likewise.
18194         (do_mono_metadata_parse_generic_class): Likewise.
18195         (do_mono_metadata_parse_type): Likewise.
18196         * metadata-internals.h: Update to changes.
18197         * class.c (mono_class_find_enum_basetype): Likewise.
18198         (mono_class_setup_fields): Likewise.
18199         (mono_class_create_from_typespec): Likewise.
18200         * loader.c (method_from_methodspec): Likewise.
18201         (mono_get_method_from_token): Likewise.
18202         (mono_method_get_header): Likewise.
18203
18204 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
18205
18206         * marshal.c: handle additional GENERICINST case (patch from
18207         Thong Nguyen <tum@veridicus.com>).
18208         Fix a few cases where LDIND_I/STIND_I was used for references.
18209
18210 2006-02-16  Raja R Harinath  <rharinath@novell.com>
18211
18212         * reflection.c (mono_reflection_get_token): Remove unused variable.
18213
18214 2006-02-16  Martin Baulig  <martin@ximian.com>
18215
18216         * reflection.c (mono_reflection_get_token): Add support for fields
18217         in instantiated generic types.
18218
18219         * icall.c
18220         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
18221
18222 2006-02-15  Martin Baulig  <martin@ximian.com>
18223
18224         * icall.c
18225         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
18226         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
18227         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
18228         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
18229
18230 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
18231
18232         * class.c, metadata.c, metadata.h, object.c, icall.c,
18233         marshal.c: changed mono_type_get_underlying_type () to do
18234         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
18235         Fixed handling of instantiated generic valuetypes (bug #75479).
18236
18237 2006-02-15  Raja R Harinath  <rharinath@novell.com>
18238
18239         * metadata.c (mono_metadata_decode_signed_value): Simplify.
18240         Delegate to mono_metadata_decode_value, and work on the returned value.
18241
18242         * icall.c (ves_icall_MonoType_GetGenericArguments):
18243         Add consistency check here too.
18244         
18245 2006-02-15  Ankit Jain  <jankit@novell.com>
18246
18247         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
18248         char/short etc.
18249
18250 2006-02-15  Ankit Jain  <jankit@novell.com>
18251
18252         * metadata.c (mono_metadata_decode_signed_value): New function to decode
18253         signed values, used only for representing lower bounds of arrays.
18254         (mono_metadata_parse_array_full): Use new
18255         mono_metadata_decode_signed_value to decode lower bounds.
18256
18257 2006-02-14  Martin Baulig  <martin@ximian.com>
18258
18259         * reflection.c
18260         (mono_reflection_get_token): Support "MonoGenericMethod" and
18261         "MonoGenericCMethod" and allow generic instances / methods.
18262
18263 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
18264
18265         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
18266         to obtain the terminal size using an ioctl.
18267
18268         * object.c (mono_nullable_init): Revert this as nullable reference
18269         types are not valid.
18270         (mono_nullable_box): Ditto.
18271
18272 2006-02-09  Dick Porter  <dick@ximian.com>
18273
18274         * threads.c (mono_thread_detach): Drop a reference to the thread
18275         we're detaching.
18276
18277 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
18278
18279         * object.c (mono_nullable_init): Handle nullable reference types.
18280         (mono_nullable_box): Ditto. Fixes #77446.
18281
18282 2006-02-07  Martin Baulig  <martin@ximian.com>
18283
18284         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
18285
18286 2006-02-07  Ankit Jain  <jankit@novell.com>
18287
18288         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
18289         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
18290         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
18291         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
18292         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
18293         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
18294
18295 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
18296
18297         * class.c (mono_class_create_generic): Set type_token as well.
18298
18299         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
18300         compatible with MS.
18301
18302 2006-02-02  Martin Baulig  <martin@ximian.com>
18303
18304         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
18305         has never been used so far.
18306
18307 2006-02-02  Martin Baulig  <martin@ximian.com>
18308
18309         * mono-debug-debugger.h: Changed comment at the top of this file;
18310         the header is not installed, but it's safe to #include it from
18311         within the JIT.
18312
18313         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
18314         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
18315
18316 2006-02-02  Martin Baulig  <martin@ximian.com>
18317
18318         * mono-debug.h
18319         (MonoSymbolTable): Removed the `metadata_info' field.
18320
18321         * mono-debug.c
18322         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
18323
18324         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
18325         (mono_debugger_add_builtin_types): Removed.
18326         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
18327         (mono_debugger_create_notification_function): We now operate on a
18328         pre-allocated area; take a `gpointer' and return `void'.
18329
18330         * mono-debug-debugger.c
18331         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
18332         (mono_debugger_add_builtin_types): Removed.
18333
18334 2006-02-02  Martin Baulig  <martin@ximian.com>
18335
18336         * threads.c (mono_debugger_create_all_threads): New public method.
18337
18338 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
18339
18340         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
18341         breaks on several platforms.
18342
18343 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
18344
18345         * assembly.c: the VS.NET build doesn't supply default values for
18346         MONO_ASSEMBLIES and MONO_CFG_DIR.
18347
18348 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
18349
18350         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
18351         helper function.
18352
18353         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
18354
18355         * loader.c (method_from_memberref): Fix a warning.
18356
18357         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
18358
18359         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
18360         with explicit layout. Fixes #77433.
18361
18362 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
18363
18364         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
18365         max_interface_id is initialized before using it. Fixes #77398.
18366         (ves_icall_Type_GetInterfaces): Ditto.
18367
18368 2006-01-30  Raja R Harinath  <rharinath@novell.com>
18369
18370         * metadata.c (mono_metadata_parse_method_signature_full): Don't
18371         allocate memory for parameter attributes when parsing memberref
18372         signatures.
18373         * loader.c (mono_loader_set_error_method_load): Don't warn.
18374         (method_from_memberref): Ensure MissingMethodException gets thrown
18375         if method is not found.  Make warning more informative.
18376
18377 2006-01-29  Raja R Harinath  <harinath@gmail.com>
18378
18379         Fix #77397
18380         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
18381         return true if is byref.
18382         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
18383         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
18384         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
18385
18386 2006-01-27  Raja R Harinath  <rharinath@novell.com>
18387
18388         Fix tests/find-method.2.il
18389         * loader.c (find_method, find_method_in_class): Remove is_inflated
18390         argument.  Revert 2006-01-18 change.
18391         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
18392         is generic, search for method in its generic definition.
18393         * class.c (mono_class_setup_vtable_general): Print generic
18394         arguments of generic types in debugging printf.
18395
18396 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
18397
18398         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
18399
18400         * threads.c (mono_threads_request_thread_dump): New helper function.
18401
18402 2006-01-25  Raja R Harinath  <rharinath@novell.com>
18403
18404         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
18405
18406 2006-01-25  Ankit Jain  <jankit@novell.com>
18407
18408         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
18409         move definition to ..
18410         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
18411         
18412 2006-01-25  Ankit Jain  <jankit@novell.com>
18413             Raja R Harinath  <rharinath@novell.com>
18414
18415         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
18416         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
18417         as necessary.
18418
18419 2006-01-25  Martin Baulig  <martin@ximian.com>
18420
18421         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
18422         `MonoDebuggerThread' into debug-debugger.c.
18423
18424 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
18425
18426         * profiler.c: fix printing of data.
18427
18428 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
18429
18430         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
18431           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
18432
18433 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
18434
18435         * object.c: fix deadlock related to string interning.
18436
18437 2006-01-23  Martin Baulig  <martin@ximian.com>
18438
18439         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
18440
18441         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
18442
18443 2006-01-23  Martin Baulig  <martin@ximian.com>
18444
18445         * mono-debug.h: Moved the prototypes of some functions which are
18446         used by the JIT here from mono-debug-debugger.h.
18447
18448 2006-01-21  Martin Baulig  <martin@ximian.com>
18449
18450         * Makefile.am: Don't install mono-debug-debugger.h.
18451
18452 2006-01-21  Martin Baulig  <martin@ximian.com>
18453
18454         * mono-debug-debugger.h: Enforce the private status of this header
18455         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
18456         Moved some stuff from mono-debugger-jit-wrapper.h here.
18457
18458 2006-01-20  Raja R Harinath  <rharinath@novell.com>
18459
18460         * class.c (mono_class_from_typeref): Add a sanity test to help
18461         catch lack of assembly load/search hooks.
18462
18463 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
18464
18465         * marshal.c (emit_struct_conv): Relax the fields with same offset
18466         check even more. Fixes #77230.
18467
18468 2006-01-18  Martin Baulig  <martin@ximian.com>
18469
18470         * loader.c (find_method_in_class): Added `gboolean is_inflated'
18471         argument; if false, we compare the uninstantiated signatures.
18472         (method_from_memberref): Compare the uninstantiated signatures;
18473         fixes #76417.
18474
18475 2006-01-18  Robert Jordan  <robertj@gmx.net>
18476
18477         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
18478         Clear the weak link. Fixes bug #77170.
18479
18480         * gc.c (mono_gchandle_free):
18481         Reflect *-gc.c changes (tiny optimization).
18482
18483 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
18484
18485         * metadata.c (mono_metadata_signature_dup): Applied patch from
18486         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
18487         Fixes #77288.
18488
18489 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
18490
18491         * marshal.c (emit_struct_conv): Allow fields with the same offset when
18492         marshalling from native to managed code. Fixes #77230.
18493
18494 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18495
18496         * threadpool.c: fix problem (Mac only) when more than one asynchronous
18497         connect. Fixes bug #77020.
18498
18499 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
18500
18501         * class.c: fixed id assignement for nested interfaces (bug #77275).
18502         Added also better info for --print-vtable debugging.
18503
18504 2006-01-12  Martin Baulig  <martin@ximian.com>
18505
18506         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
18507         interfaces on-the-fly; fixes #76625.
18508
18509         * class-internals.h
18510         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
18511         don't need that anymore.
18512
18513 2006-01-12  Miguel de Icaza  <miguel@novell.com>
18514
18515         * socket-io.c
18516         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
18517         To avoid initing the nested_classes when not needed I turned the
18518         PeerCredData as a toplevel internal class, as it has to be shared
18519         anyways. 
18520
18521         Fixes the CASA issue.
18522
18523 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
18524
18525         * domain.c: Accessors for MonoJitInfo
18526
18527         * profiler-private.h: Add jitinfo to the end jit hook
18528
18529         * profiler.[ch]: Define new hooks, called after jitting which give
18530         the MonoJitInfo that was compiled
18531
18532 2006-01-10  Martin Baulig  <martin@ximian.com>
18533
18534         * class.c (mono_class_setup_events): Add support for generic
18535         classes; fixes #76440.
18536
18537 2006-01-06  Raja R Harinath  <rharinath@novell.com>
18538
18539         Fix #77160.
18540         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
18541         on passed-in method.
18542
18543 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
18544
18545         * object.c (mono_runtime_invoke_array): Add Nullable support.
18546
18547         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
18548
18549 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
18550
18551         * file-io.c: Don't consider sockets as directory and avoid an endless
18552         loop. Fix bug #76966.
18553
18554 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
18555
18556         * object.c (mono_nullable_init): New helper function.
18557         (mono_nullable_box): Ditto.
18558
18559         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
18560
18561         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
18562
18563         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
18564         
18565 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
18566
18567         * class.c (mono_class_is_assignable_from): Make T assignable to 
18568         Nullable<T>.
18569
18570 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
18571
18572         * appdomain.c: Bump corlib version to 46.
18573         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
18574         serialization purpose) and changed ves_icall_System_Reflection_
18575         Assembly_get_code_base signature to accept a boolean (to escape, or 
18576         not, the assembly code base).
18577
18578 2005-12-23  Dick Porter  <dick@ximian.com>
18579
18580         * icall.c: 
18581         * threads-types.h: 
18582         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
18583         CreateEvent icall now returns "created" boolean parameter.
18584
18585 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
18586
18587         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
18588         #76967.
18589
18590         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
18591         when attr_klass is an interface. Fixes #77045.
18592
18593 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
18594
18595         * marshal.c (emit_struct_conv): Fix previous patch.
18596         
18597         * marshal.c (emit_struct_conv): Add a check for fields with the same
18598         offset.
18599
18600 2005-12-20  Raja R Harinath  <rharinath@novell.com>
18601
18602         Fix regression in Mono.C5.
18603         * class.c (mono_class_create_generic): If 'klass' is an interface
18604         set up the interface offsets.
18605         (mono_class_is_assignable_from): Don't throw away generic arguments.
18606
18607 2005-12-19  Raja R Harinath  <rharinath@novell.com>
18608
18609         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
18610         type parameters.
18611
18612 2005-12-15  Raja R Harinath  <rharinath@novell.com>
18613
18614         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
18615         dead store.
18616         (do_mono_metadata_parse_generic_class): Don't pass the current
18617         generic context when parsing the type being instantiated: it
18618         cannot use it, anyway.
18619
18620         * loader.c (method_from_memberref): Don't inflate a signature if
18621         it doesn't contain any type parameters.
18622
18623 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
18624
18625         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
18626
18627 2005-12-14  Martin Baulig  <martin@ximian.com>
18628
18629         * class.c
18630         (mono_type_get_name_recurse): Don't return null for type
18631         parameters and open generic classes.
18632         (mono_class_setup_methods): Don't exclude generic instances.
18633         (mono_get_unique_iid): Use different IDs for different
18634         instantiations of the same generic type.
18635         (mono_class_setup_vtable): Only use setup_generic_vtable() for
18636         open generic instances; create a normal vtable for closed generic
18637         instances.
18638         (mono_class_setup_vtable_general): We're now also called for
18639         closed generic instances.
18640
18641         * reflection.c
18642         (mono_reflection_bind_generic_parameters): Correctly use
18643         mono_metadata_lookup_generic_inst() everywhere.
18644
18645 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
18646
18647         * object.c (mono_class_create_runtime_vtable): Call 
18648         mono_class_setup_vtable ().
18649
18650         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
18651         function.
18652         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
18653         #76959.
18654
18655         * loader.c (mono_loader_set_error_type_load): Print the type load
18656         warnings to the console so they are more visible to the user.
18657         (mono_loader_set_error_method_load): Ditto.
18658
18659         * reflection.c (ensure_runtime_vtable): Revert the last change as it
18660         is still broken.
18661         
18662         * reflection.c (ensure_runtime_vtable): Fix build.
18663
18664         * reflection.c (ensure_runtime_vtable): Disable an optimization which
18665         doesn't work in all cases.
18666
18667 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
18668
18669         * object.c (mono_array_new_full): Treat a single dimensional array
18670         with 0 lower bounds as an szarray. Fixes #76973.
18671
18672         * reflection.c (custom_attr_visible): Really fix this.
18673
18674 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
18675
18676         * reflection.c (custom_attr_visible): Allow nested public attributes
18677         as well.
18678
18679         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
18680         interface check.
18681
18682 2005-12-12  Raja R Harinath  <harinath@gmail.com>
18683
18684         * class.c (set_generic_param_owner): Delete.
18685         (mono_class_create_from_typedef): Don't set ->owner field of
18686         generic parameters to "param containers" of enclosing classes.
18687         * reflection.c (mono_reflection_initialize_generic_parameter):
18688         Likewise.
18689
18690 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
18691
18692         * reflection.c (custom_attr_visible): Fix build.
18693
18694 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
18695
18696         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
18697         private attributes.
18698         
18699         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
18700         handling of null parameter defaults.
18701
18702 2005-12-09  Raja R Harinath  <rharinath@novell.com>
18703
18704         * class.c (mono_class_from_generic_parameter): Don't set
18705         klass->generic_container.
18706         (my_mono_class_from_generic_parameter): Likewise.
18707
18708 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
18709
18710         * reflection.c (load_public_key): Fix a warning.
18711         (method_encode_code): Fix unaligned accesses.
18712
18713 2005-12-07  Martin Baulig  <martin@ximian.com>
18714
18715         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
18716
18717         * reflection.c
18718         (write_generic_param_entry): Encode our custom attrs.
18719
18720         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
18721
18722 2005-12-07  Martin Baulig  <martin@ximian.com>
18723
18724         * reflection.c (encode_new_constraint): Removed; we don't use the
18725         `NewConstraintAttribute' anymore.
18726
18727 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
18728
18729         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
18730         not fire a TypeResolve event when Assembly.GetType () is called.
18731
18732 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
18733
18734         Beginning of support for nullable types in the runtime. Parts of
18735         this patch are from Martin.
18736
18737         * appdomain.c (MONO_CORLIB_VERSION): Bump
18738
18739         * domain.c (mono_init_internal): get the nullable type
18740
18741         * class.c (mono_class_is_nullable): New method
18742         (mono_class_get_nullable_param): New mehod
18743         (mono_class_create_generic): In types T? set cast_class to T
18744
18745         * class-internals.h (MonoDefaults): new nullable default class
18746         (mono_class_get_nullable_param, mono_class_get_nullable_param):
18747         new methods.
18748
18749 2005-12-05  Raja R Harinath  <rharinath@novell.com>
18750
18751         * metadata.c (select_container): New.  Refactor code to select the
18752         appropriate GenericContainer given the type of generic parameter
18753         we are looking for.
18754         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
18755         not a MonoGenericContext.  Use select_container.  Update parameters.
18756         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
18757         and MONO_TYPE_MVAR.
18758         (unwrap_arrays): Remove duplicate tests.
18759         (find_generic_param): Rename from 'has_same_context'.  Now walks a
18760         generic instantiated class to find any arguments that are generic
18761         parameters.
18762         (mono_type_create_from_typespec_full): Use find_generic_param to
18763         avoid evicting some generic instantiations from the typespec
18764         cache.
18765
18766 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
18767
18768         * reflection.c: fixed writing of doubles on ARM FPA.
18769
18770 2005-12-02  Robert Jordan  <robertj@gmx.net>
18771
18772         * icall.c: Fixed EventInfo.ReflectedType (#76829).
18773
18774 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18775
18776         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
18777         least on SUSE 10 they are not the same (on debian, they are just the
18778         same thing).
18779
18780 2005-12-01  Raja R Harinath  <rharinath@novell.com>
18781
18782         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
18783         DeclaringType for VARs and MVARs.
18784         * class.c (set_generic_param_owner): Fix initialization of owner
18785         fields.
18786
18787 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
18788
18789         * icall.c: fixed Enum.ToObject() to correctly convert the values.
18790
18791 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18792
18793         * threadpool.c: workaround for a bug that shows up on the Mac:
18794         select()+connect() on a blocking socket is not like it should
18795         be, so we proceed to connect() in that case, wasting the I/O
18796         threadpool thread until connect succeedes. Fixes bug #75436.
18797
18798 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18799
18800         * threadpool.c: fix typo when setting file descriptor states.
18801
18802 2005-11-28  Raja R Harinath  <rharinath@novell.com>
18803
18804         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
18805         * metadata.c (mono_metadata_parse_method_signature_full): Don't
18806         create a temporary signature container.
18807         (mono_metadata_parse_generic_param): Update to changes.
18808         (mono_type_create_from_typespec_full): Update to changes.
18809         * loader.c (method_from_memberref): Don't use a
18810         MonoGenericContainer while parsing a memberref signature.
18811         (method_from_methodspec): Remove dead-store of the 'container'
18812         variable.  It's overwritten before use.
18813
18814         * metadata.c (mono_type_create_from_typespec_full): Make debugging
18815         checks tighter.
18816         (mono_metadata_parse_generic_param): Likewise.
18817         * loader.c (find_method_in_class): Does not need a
18818         MonoGenericContainer.  Use 'mono_method_signature' rather than
18819         'mono_method_signature_full'.
18820         (find_method, mono_get_method_constrained, method_from_memberref):
18821         Update to changes.
18822
18823         * metadata.c (mono_type_create_from_typespec_full): Ensure that
18824         owner-less generic-parameters are never evicted from the typespec
18825         cache.
18826
18827         * loader.c (method_from_memberref): Don't use the current context
18828         when parsing signatures.
18829         (method_from_methodspec, mono_get_method_from_token): Update to changes.
18830
18831         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
18832         side-effects in g_assert.
18833         * loader.c (mono_get_method_from_token): Resolve klass earlier so
18834         that we don't potentially lose information.
18835
18836 2005-11-26  Dick Porter  <dick@ximian.com>
18837
18838         * icall.c:
18839         * threads.c: icalls to implement basic (ie, not named)
18840         System.Threading.Semaphore.
18841
18842 2005-11-24  Dick Porter  <dick@ximian.com>
18843
18844         * process.c
18845         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
18846         Use GetProcessId() if it's available.
18847
18848 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
18849
18850         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
18851
18852 2005-11-23  Raja R Harinath  <rharinath@novell.com>
18853             Ankit Jain  <jankit@novell.com>
18854
18855         * loader.c (mono_get_method_from_token): Initialize 'method' field
18856         of all generic parameters before parsing the signature.  Remove
18857         code that "fixed"-up MVAR references.
18858
18859 2005-11-23  Ankit Jain  <jankit@novell.com>
18860
18861         * metadata.c (mono_metadata_has_generic_params):
18862         (mono_metadata_load_generic_param_constraints):
18863         (mono_metadata_load_generic_params): Move duplicate code ...
18864         (mono_metadata_get_generic_param_row): ... here. Returns the
18865         first row-id in GenericParam table for a given owner (token).
18866         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
18867         prototype.
18868
18869 2005-11-23  Raja R Harinath  <rharinath@novell.com>
18870             Ankit Jain  <jankit@novell.com>
18871
18872         * metadata.c (mono_metadata_class_equal): Pass signature_only when
18873         comparing VARs too.
18874         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
18875         type->data.generic_param only if the type is an MVAR.
18876         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
18877         leak owner-less VARs and MVARs into managed space.
18878
18879 2005-11-21  Martin Baulig  <martin@ximian.com>
18880
18881         * class-internals.h
18882         (MonoMethod): Moved the `generic_container' here from
18883         `MonoMethodNormal' since we now also need it for
18884         `MonoMethodPInvoke';
18885         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
18886         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
18887         an union containing both `MonoMethodNormal' and
18888         `MonoMethodPInvoke'.
18889
18890         * loader.c
18891         (mono_get_method_from_token): Allow implementing generic methods
18892         as interncalls.
18893
18894         * threads.c
18895         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
18896         icall.
18897
18898 2005-11-17  Dick Porter  <dick@ximian.com>
18899
18900         * icall.c: 
18901         * process.h: 
18902         * process.c: Split the Process Start_internal icall into
18903         ShellExecuteEx_internal and CreateProcess_internal, which are
18904         called depending on whether UseShellExecute is true.  Fixes bug
18905         76670.
18906
18907         * appdomain.c (MONO_CORLIB_VERSION): Incremented
18908
18909 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
18910
18911         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
18912         'msize' parameters, use the information in 'mspec' instead.
18913         (emit_object_to_ptr_conv): Ditto.
18914
18915         * marshal.c (emit_struct_conv): Handle explicit layout structs with
18916         fields out of order. Fixes #76733.
18917
18918 2005-11-17  Ankit Jain  <jankit@novell.com>
18919
18920         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
18921
18922 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
18923
18924         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
18925           bug #76575.
18926
18927 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
18928
18929         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
18930         for types with non-auto layout. Fixes #76717.
18931
18932 2005-11-16  Ankit Jain  <jankit@novell.com>
18933
18934         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
18935         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
18936         if generic_context is null.
18937           (mono_metadata_generic_param_equal): param->owner can be null.
18938           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
18939         null.
18940
18941 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
18942
18943         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
18944         the correct value.
18945
18946 2005-11-15  Martin Baulig  <martin@ximian.com>
18947
18948         * object.c (set_value): Use mono_class_from_mono_type() instead of
18949         the hack for generic instances; fixes #76136.
18950
18951 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
18952
18953         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
18954         fields.
18955
18956         * image.c (load_metadata_ptrs): Initialize the new fields.
18957
18958         * reflection.c (create_dynamic_mono_image): Ditto.
18959
18960         * reflection.c (build_compressed_metadata): Use the new fields.
18961
18962         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
18963         icall.
18964
18965         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
18966         icall.
18967         
18968 2005-11-15  Ankit Jain  <jankit@novell.com>
18969             Raja R Harinath  <harinath@gmail.com>
18970
18971         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
18972         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
18973         new per-generic_container cache if the cached MonoType's context matches
18974         the current context.
18975           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
18976         to the expected context.
18977           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
18978
18979 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
18980
18981         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
18982         we changed the signature of an icall.
18983         * icall.c: Modify to mono_double_ParseImpl return true/false 
18984         depending on the success, instead of throwing the exception. This will
18985         help us in Double.TryParse methods.
18986         
18987 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
18988
18989         * marshal.c (emit_marshal_object): Throw an exception when
18990         marshalling 'object' instead of crashing. Fixes #76696.
18991
18992 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
18993
18994         * class-internals.h: Add prototype for mono_type_get_full_name ().
18995
18996 2005-11-11  Dick Porter  <dick@ximian.com>
18997
18998         * threads.c (mono_thread_manage): Make sure the main thread has
18999         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
19000
19001 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
19002
19003         * loader.c (mono_loader_set_error_type_load): Log a warning to the
19004         console about the missing type.
19005         (mono_loader_set_error_method_load): Ditto.
19006
19007 2005-11-09  Miguel de Icaza  <miguel@novell.com>
19008
19009         * mono-config.c (mono_get_config_dir): Set the system defaults if
19010         none is specified.
19011
19012         * assembly.c (mono_set_dirs): New API entry point to set the
19013         assembly and the config directory in one call
19014
19015 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
19016
19017         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
19018         the ftnptr was created from a delegate in a domain other than the
19019         current domain. Fixes #75377.
19020
19021         * exception.h exception.c: Add mono_get_exception_not_supported ().
19022
19023 2005-11-08  Martin Baulig  <martin@ximian.com>
19024
19025         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
19026
19027 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
19028
19029         * security-manager.h: Added definitions to deal with strongname key 
19030         pairs bigger (and smaller) than 1024 bits.
19031         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
19032         adjust wrt the public key length being used.
19033
19034 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
19035
19036         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
19037           Windows build (r51396-51397).
19038
19039 2005-11-03  Martin Baulig  <martin@ximian.com>
19040
19041         * class.c (mono_class_setup_vtable_general): Also add generic
19042         methods to the vtable; fixes #76581.
19043
19044 2005-11-01  Miguel de Icaza  <miguel@novell.com>
19045
19046         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
19047         sure that we lookup GetString method from the System.Text.Encoding
19048         class, not the derived class or we get an empty method.
19049
19050         Fixed class #76612.
19051
19052 2005-10-25  Miguel de Icaza  <miguel@novell.com>
19053
19054         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
19055         if it has been previously set (embedders). 
19056
19057         Make mono_set_rootdir available also on Unix.
19058
19059 005-10-24  Robert Jordan  <robertj@gmx.net>
19060
19061         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
19062
19063 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
19064
19065         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
19066         only calls which are made to native code use this flag.
19067
19068         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
19069
19070 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
19071
19072         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
19073         Add support for FieldBuilders.
19074
19075 2005-10-29  Martin Baulig  <martin@ximian.com>
19076
19077         * mono-debug.c
19078         (mono_debug_using_mono_debugger): New public method; returns
19079         whether we're running inside the debugger.
19080
19081 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
19082
19083         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
19084         for Method/Constructor/FieldBuilders.
19085
19086 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
19087
19088         * reflection.c (module_add_cattrs): Save custom attributes for global methods
19089         and fields as well.
19090
19091 2005-10-26  Martin Baulig  <martin@ximian.com>
19092
19093         * mono-debug-debugger.c
19094         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
19095
19096 2005-10-24  Raja R Harinath  <harinath@gmail.com>
19097
19098         * icall.c (base64_to_byte_array): Don't pass an out-of-range
19099         integer to isspace.
19100
19101 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
19102
19103         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
19104         when passing valuetypes byref. Fixes #76502.
19105
19106 2005-10-19  Jackson Harper  <jackson@ximian.com>
19107
19108         * profiler.c: Don't put a . in front of types that are not in a
19109         namespace.
19110
19111 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
19112
19113         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
19114
19115 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
19116
19117         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
19118         #76436.
19119         (mono_marshal_get_ldflda_wrapper): Fix a warning.
19120
19121 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19122
19123         * assembly.c metadata-internals.h icall.c: Define an additional
19124         parameter for mono_assembly_name_parse_full, so we can avoid creating
19125         S.R.AssemblyName.Version when no version info wasn't passed.
19126         
19127 2005-10-09  Miguel de Icaza  <miguel@novell.com>
19128
19129         * class.c (mono_type_get_full_name): Reimplement method that was
19130         removed. 
19131
19132         * image.c: Some docs
19133
19134 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
19135
19136         * profiler.c (output_newobj_profile): Fix printing of Total memory
19137         on x86.
19138
19139 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
19140
19141         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
19142
19143 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
19144
19145         * threads.c: remove debug output.
19146
19147 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
19148
19149         * threads.c (mono_thread_manage): Fix crashes if more than 64
19150         threads need to be aborted. Hopefully fixes #75899.
19151
19152         * assembly.c (mono_stringify_assembly_name): New helper function.
19153
19154         * class.c: Use mono_stringify_assembly_name instead of the similar
19155         static function.
19156
19157         * assembly.h assembly.c: Add support for calling a postload search 
19158         hook if an assembly cannot be loaded.
19159
19160         * appdomain.c: Register new search hooks which call the AssemblyResolve
19161         events in AppDomain. Fixes #75231
19162
19163 2005-10-07  Martin Baulig  <martin@ximian.com>
19164
19165         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
19166         methods without debug info.
19167
19168 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
19169
19170         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
19171         wrappers.
19172
19173 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19174
19175         * file-io.c: now that we return symlinks, use lstat and, when the file
19176         is a symbolic link, stat, to get the file attributes. Also avoid the
19177         conversion to/from utf16/external.
19178
19179 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
19180
19181         * class.c (mono_class_layout_fields): Compute klass->has_references
19182         correctly if an embedded valuetype is not yet initialized. Fixes
19183         #76331.
19184
19185 2005-10-04  Martin Baulig  <martin@ximian.com>
19186
19187         * metadata.c
19188         (mono_metadata_load_generic_param_constraints): New public
19189         function; splitted the constraints loading out from
19190         mono_metadata_load_generic_params().
19191
19192         * class.c (mono_class_create_from_typedef): Call
19193         mono_metadata_load_generic_param_constraints() after setting up
19194         the type and creating our parent; fixes #75329.
19195
19196 2005-10-04  Martin Baulig  <martin@ximian.com>
19197
19198         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
19199         non-dynamic parent classes.
19200
19201 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
19202
19203         * file-io.c : win32 build fix (ETXTBSY seems not found).
19204
19205 2005-10-04  Martin Baulig  <martin@ximian.com>
19206
19207         * reflection.c
19208         (mono_image_get_methodspec_token): Make the cache actually work;
19209         fixes #75974.
19210
19211 2005-10-04  Martin Baulig  <martin@ximian.com>
19212
19213         * class.c (mono_class_name_from_token): Removed the unneccessary
19214         `MonoGenericContext *' argument.
19215
19216 2005-10-04  Martin Baulig  <martin@ximian.com>
19217
19218         * loader.c
19219         (method_from_methodspec): Make the caching work again; fixes the
19220         performance regression from #76262.
19221
19222 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19223
19224         * file-io.c:
19225         * file-io.h:
19226         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
19227         GetFileSystemEntries that performs the same work but without going
19228         into io-layer, locking, etc.
19229
19230 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
19231
19232         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
19233         ThreadState_Stopped as well. Fixes #76047.
19234
19235 2005-09-29  Martin Baulig  <martin@ximian.com>
19236
19237         * class.c
19238         (inflate_generic_context): If the new context has a `gmethod', set
19239         its `container' that that gmethod's `container'.
19240
19241         * metadata.c
19242         (mono_metadata_parse_generic_param): Simplify things;
19243         `generic_container = generic_context->container;' is just fine.
19244
19245         * loader.c (method_from_methodspec): Code cleanups.
19246
19247 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
19248
19249         * decimal.c: fix warning (and let gcc generate correct
19250         code on ARM with optimizations).
19251
19252 2005-09-28  Martin Baulig  <martin@ximian.com>
19253
19254         * loader.c
19255         (method_from_memberref): Added `MonoGenericContext *class_context'
19256         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
19257         (method_from_methodspec): If we're a memberref, use the enclosing
19258         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
19259
19260 2005-09-28  Martin Baulig  <martin@ximian.com>
19261
19262         * object.c (mono_runtime_invoke_array): Added support for
19263         MONO_TYPE_GENERICINST; fixes #75917.
19264
19265 2005-09-27  Martin Baulig  <martin@ximian.com>
19266
19267         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
19268         `k->byval_arg.type' to determine the actual type.
19269
19270         * loader.c (method_from_methodspec): Removed some hacks.
19271
19272 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
19273
19274         * class-internals.h (mono_field_is_deleted): Do the test for
19275         rtspecialname before we check the actual name of the field. This
19276         prevents us from dereferencing a pointer into the string table,
19277         saving us from accessing a few pages
19278
19279         * *.c: Replace the use of {Enter,Leave}CriticalSection with
19280         macros. This will allow a deadlock debugger to easily be plugged
19281         in.
19282
19283 2005-09-27  Martin Baulig  <martin@ximian.com>
19284
19285         * loader.c (method_from_methodspec): Create a "signature"
19286         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
19287
19288 2005-09-27  Martin Baulig  <martin@ximian.com>
19289
19290         * class.c
19291         (inflate_generic_class): Correctly set the new context's
19292         container.
19293
19294         * loader.c
19295         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
19296         instead of a `MonoGenericContext *'.
19297         (mono_method_signature_full): Take a `MonoGenericContainer *'
19298         instead of a `MonoGenericContext *'.
19299
19300         * metadata.c
19301         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
19302         instead of a `MonoGenericContext *'.
19303         (mono_metadata_parse_method_signature_full): Likewise.
19304
19305 2005-09-26  Martin Baulig  <martin@ximian.com>
19306
19307         * class.c
19308         (mono_class_from_generic_parameter): Set `klass->generic_container'
19309         (mono_class_from_generic_parameter): Likewise.
19310         (mono_bounded_array_class_get): We inherit the generic container
19311         from the element class.
19312
19313         * loader.c
19314         (find_method, find_method_in_class): Take a `MonoGenericContext *'
19315         argument rather than computing it here.
19316         (method_from_memberref): Correctly set the generic context before
19317         parsing the signature.  Fixes #75681.
19318
19319 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
19320
19321         * object.c (mono_class_has_special_static_fields): Fix warnings.
19322
19323 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19324
19325         * assembly.c: Add parse_public_key function, to
19326         par the public keys. Also added mono_assembly_name_parse_full,
19327         to define it the parsed key should be freed or not.
19328         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
19329         to parse a long format assembly name.
19330         * metadata-internals.h: Keep mono_assembly_name_parse_full as
19331         private, since calling it to preserve the key requires
19332         freeing it manually.
19333         
19334 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
19335
19336         * locales.c : removed HAVE_ICU part.
19337
19338 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
19339
19340         * object.c (mono_class_create_runtime_vtable): Avoid calling 
19341         field_is_special_static if the klass has no special static fields.
19342
19343         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
19344         (MonoCachedClassInfo): Likewise.
19345
19346         * object.c (mono_class_has_special_static_fields): New helper function.
19347
19348 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
19349
19350         * class.c (mono_class_create_from_typedef): Don't call 
19351         interfaces_from_typedef_full for enums.
19352         (mono_class_create_from_typedef): Compute the base types of enums directly
19353         without calling mono_class_setup_fields ().
19354         (mono_class_find_enum_basetype): New helper function.
19355
19356         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
19357         one place inside the string heap.
19358         
19359 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
19360
19361         * class.c: locking fixes, code cleanups, some docs added.
19362         Allocate some data structures in the image mempool.
19363
19364 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
19365
19366         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
19367         the example code.
19368         
19369 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
19370
19371         * class-internals.h, class.c, reflection.c: reduce memory taken by
19372         MonoClass.
19373
19374 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
19375
19376         * metadata.c, metadata.h, loader.h: documentation updates, code and
19377         API cleanups.
19378
19379 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
19380
19381         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
19382         the example code.
19383
19384         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
19385         page faults caused by the runtime while reading metadata.
19386
19387 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19388
19389         * socket-io.c: the field names were changed 3 months ago and no one
19390         realized until bug #76077 got filed!
19391
19392 2005-09-20  Martin Baulig  <martin@ximian.com>
19393
19394         * icall.c (assembly_icalls): Removed some unused debugger icalls.
19395
19396 2005-09-20  Martin Baulig  <martin@ximian.com>
19397
19398         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
19399         write the rank into the class entry.
19400
19401 2005-09-20  Martin Baulig  <martin@ximian.com>
19402
19403         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
19404
19405 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
19406
19407         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
19408
19409         * icall.c (custom_attrs_defined_internal): New icall.
19410
19411         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
19412         function.
19413         (mono_custom_attrs_construct_by_type): New helper function.
19414
19415 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
19416
19417         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
19418         terminate the resulting string. Fixes #76123.
19419
19420 2005-09-16  Martin Baulig  <martin@ximian.com>
19421
19422         * mono-debug.c
19423         (mono_debug_add_method): Ignore inflated methods for the moment.
19424
19425 2005-09-14  Martin Baulig  <martin@ximian.com>
19426
19427         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
19428
19429 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
19430
19431         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
19432         return a success/failure indication.
19433         (mono_metadata_interfaces_from_typedef_full): Ditto.
19434         (get_constraints): Ditto.
19435
19436 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
19437
19438         * marshal.c (emit_marshal_array): Fix handling of null arrays.
19439         
19440         * marshal.c (emit_marshal_array): Add support for returning string
19441         arrays from delegates. Fixes #76063.
19442
19443         * marshal.c: Use the emit_ldloc/stloc macros where possible.
19444
19445 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
19446
19447         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
19448         icall.
19449
19450 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
19451
19452         * reflection.c icall.c: Fix after mono_get_exception_type_load
19453         signature change.
19454
19455         * assembly.c (mono_assembly_get_assemblyref): New helper function.
19456         (mono_assembly_load_reference): Use the new helper.
19457
19458         * class-internals.h (MonoLoaderError): New structure containing 
19459         information about type loading errors.
19460
19461         * class-internals.h loader.c: Add APIs to store per-thread loader
19462         error information.
19463
19464         * loader.c class.c: Set the loader error if needed.
19465
19466         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
19467
19468 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
19469
19470         * decimal.c: fixed to handle the broken ARM fp format.
19471
19472 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
19473
19474         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
19475         broken.
19476
19477 2005-09-06  Martin Baulig  <martin@ximian.com>
19478
19479         * domain.c (supported_runtimes): Added v2.0.50727.
19480
19481 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
19482
19483         * culture-info.h: reduce the size of some structures.
19484
19485 2005-09-05  Martin Baulig  <martin@ximian.com>
19486
19487         Reflect latest API changes in the August CTP.
19488
19489         * icall.c
19490         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
19491         ("MonoType.HasGenericArguments"): Removed.
19492         ("MonoMethod.BindGenericParameters"): Renamed to
19493         "MakeGenericMethod".
19494         ("MethodBuilder.BindGenericParameters"): Renamed to
19495         "MakeGenericMethod".    
19496
19497 2005-09-05  Martin Baulig  <martin@ximian.com>
19498
19499         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
19500
19501 2005-09-05  Martin Baulig  <martin@ximian.com>
19502
19503         Applying a patch from Michal Moskal <malekith@nemerle.org>.
19504
19505         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
19506         generic_container is non-NULL.
19507
19508 2005-09-05  Martin Baulig  <martin@ximian.com>
19509
19510         Applying a patch from Michal Moskal <malekith@nemerle.org>.
19511
19512         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
19513
19514 2005-08-29  Michal Moskal  <malekith@nemerle.org>
19515
19516         * reflection.c (encode_locals,
19517         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
19518         for large generic types.
19519
19520 2005-09-05  Martin Baulig  <martin@ximian.com>
19521
19522         Applying a patch from Michal Moskal <malekith@nemerle.org>.
19523
19524         * class.c (mono_dup_array_type): New public method.
19525         (mono_metadata_signature_deep_dup): New public method.
19526         (dup_type): Correctly duplicate array and function types.
19527
19528 2005-09-05  Martin Baulig  <martin@ximian.com>
19529
19530         Applying a patch from Michal Moskal <malekith@nemerle.org>.
19531
19532         * reflection.c (get_default_param_value_blobs): Handle generic types
19533         and generic methods.
19534
19535 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
19536
19537         * class.c: Fixed error reporting (method/class were inversed) for 
19538         inheritance demands.
19539         * security-manager.c|h: Added the AppDomain when calling the managed
19540         System.Security.SecurityManager.InheritanceDemand method.
19541
19542 2005-09-01  Raja R Harinath  <rharinath@novell.com>
19543
19544         * reflection.c (encode_marshal_blob): 'marshaltype' and
19545         'marshaltyperef' are alternate sources for the custom marshaler
19546         name.
19547
19548 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
19549
19550         * class.c: fix creation of array classes with rank == 1
19551         (patch by Ankit Jain <jankit@novell.com>).
19552
19553 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
19554
19555         * object.c: fix check for creating the bound data for arrays vs
19556         szarrays.
19557
19558 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19559
19560         * object.c: configuration file name is now based on the executable name,
19561         not the image name. Fixes bug #75931.
19562
19563 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
19564
19565         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
19566         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
19567
19568 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
19569
19570         * rand.c: Use wincrypt.h instead of WinCrypt.h.
19571
19572 2005-08-24  Ankit Jain  <jankit@novell.com>
19573             Raja R Harinath  <rharinath@novell.com>
19574
19575         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
19576           called by it recursively.
19577           (mono_class_init): Remove special case in pending_init handling, since it's
19578           superseded by the fix to mono_class_from_typeref.
19579
19580 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
19581
19582         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
19583         BROKEN_THREAD_START stuff.
19584
19585 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
19586
19587         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
19588         trampoline.
19589
19590         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
19591         
19592         * object.c (mono_delegate_ctor): Replace the original function address with
19593         a delegate trampoline.
19594
19595 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
19596
19597         * icall.c: add boolean argument to base64_to_byte_array and 
19598         InternalFromBase64String to control whether a whitespace-only string
19599         is allowed (or should casue a FormatException to be thrown). We need
19600         this as the behavior has changed between MS.NET 1.x and 2.0, and we
19601         to match the MS behaviour in both profiles.
19602         * appdomain.c: Bump corlib version.
19603
19604 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19605
19606         This patch implements a big portion of publisher policy
19607         support, used to bind assembly versions and redirect
19608         one assembly from version A to version B.
19609
19610         * assembly.c:
19611         New GSList loaded_assembly_bindings, for storing the cached
19612         assembly bindings.
19613         (assembly_binding_maps_name): New static function for checking if a 
19614         assembly binding information maps an assembly name.
19615         (mono_assembly_binding_info_free): New function for freeing
19616         assembly binding information resources.
19617         (get_publisher_policy_info): New static function for retrieving 
19618         assembly binding information from a MonoImage.
19619         (compare_versions): New static function for comparing an assembly
19620         binding information data and the version of an assembly name.
19621         (check_policy_versions): New static function for checking if an
19622         assembly binding info mapping an assembly name is valid for it.
19623         (mono_assembly_load_publisher_policy): New static function for
19624         loading the 'policy.major.minor.MyAssembly' image for an assembly
19625         with an assembly name 'aname'.
19626         (mono_assembly_bind_version): New static function for updating
19627         assembly redirection.
19628         (mono_assembly_apply_binding): New static function for applying
19629         assembly binding.
19630         (search_binding_loaded): New static function for searching 
19631         loaded assembly binding infos in the cache domain.
19632         (mono_assembly_load_full): Don't apply assembly binding for
19633         reflection only assemblies.
19634
19635         * metadata-internals.h: Add MonoAssemblyBindingInfo,
19636         which contains information about assembly binding. Also
19637         declare signature for mono_config_parse_publisher_policy ()
19638         function, used to retrieve pub policy info.
19639         
19640         * mono-config.c:
19641         (publisher_policy_start): New static function used to parse publisher 
19642         policy config files.
19643         (publisher_policy_parser): New static MonoParseHandler containing 
19644         the functions used when parsing config files.
19645         (mono_config_parse_publisher_policy): New function for parsing
19646         publisher policy files.
19647         
19648 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
19649
19650         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
19651
19652         * marshal.c (mono_delegate_free_ftnptr): Ditto.
19653
19654         * object.c (mono_get_addr_from_ftnptr): New helper function.
19655
19656         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
19657
19658         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
19659
19660 2005-08-19  Dick Porter  <dick@ximian.com>
19661
19662         * threads.c, threads.h, appdomain.c, appdomain.h,
19663         profiler-private.h, monitor.c, object.c, object-internals.h,
19664         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
19665         store the thread ID, so it can hold a 64 bit value if needed.
19666
19667 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
19668
19669         * reflection.c (mono_reflection_create_dynamic_method): Store the
19670         handle class into the method references as well so ldtoken works in
19671         dynamic methods.
19672
19673         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
19674         types.
19675
19676 2005-08-19  Ankit Jain <jankit@novell.com>
19677
19678         Fix #75847.
19679         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
19680           here rather than using the method signature of a arbitrary function
19681           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
19682           two arguments.
19683           Hack done with Harinath.
19684
19685 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19686
19687         * threadpool.c: disable printing stack traces when we get a exception
19688         in a threadpool thread. I need to do more testing to figure out which
19689         cases actually print this. Fixes bug #75828.
19690
19691 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19692
19693         * icall.c: there might be ignored whitespace after the last '='. This
19694         fixes length computation and bug #75840.
19695
19696 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
19697
19698         * assembly.c (mono_assembly_load_full): Consider .exe extension as
19699         well. Fixes #75809.
19700
19701         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
19702         #75784.
19703         
19704         * reflection.c (create_custom_attr_data): Ditto.
19705
19706 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
19707
19708         * locales.c, culture-info.h : removed RegionLCIDMap.
19709         * culture-info-tables.h : regenerated.
19710
19711 2005-08-16  Martin Baulig  <martin@ximian.com>
19712
19713         * class.c (mono_type_get_name_recurse): Small fix.
19714
19715 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
19716
19717         * locales.c : indentation fixie.
19718
19719 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
19720
19721         * object-internals.h,
19722           locales.h,
19723           locales.c,
19724           culture-info.h,
19725           icall.c : added RegionInfo table support.
19726         * culture-info-table.h : regenerated for region support.
19727
19728 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
19729
19730         * reflection.c (resolve_object): handle all kinds of MonoMethod
19731         including generic ones
19732
19733 2005-08-12  Ankit Jain <jankit@novell.com>
19734
19735         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
19736           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
19737
19738 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
19739
19740         * process.c: Don't close a thread handle when it's NULL. This is a
19741         workaround for bug #75733.
19742
19743 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
19744
19745         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
19746
19747 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
19748
19749         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
19750
19751 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19752
19753         * threadpool.c: if a work item in the thread pool has a callback that
19754         catches a exception, don't propagate it after invoking the callback.
19755         Fixes bug #75336.
19756
19757 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
19758
19759         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
19760
19761         * class-internals.h (MonoCachedClassInfo): Add some new fields.
19762
19763         * class.c (mono_class_init): Load field info lazily in the AOT case.    
19764
19765         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
19766
19767 2005-08-03  Ankit Jain  <jankit@novell.com>
19768
19769         Fix #75683.
19770         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
19771           PInvoke calling convention is 0.
19772
19773 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
19774
19775         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
19776         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
19777
19778 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
19779
19780         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
19781         to handle threads not started by the GC (patch by Michael Meeks
19782         <michael.meeks@novell.com>).
19783
19784 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
19785
19786         * reflection.c: Make buffer used in emitting types larger for some
19787         big generic types (patch by Michal Moskal).
19788
19789 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
19790
19791         * mono-debug.c: Fix some (not all) alignment problems.
19792
19793 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19794
19795         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
19796         Invoke mono_image_load_from_data_full passing the refonly
19797         parameter.
19798
19799         * assembly.c
19800         (mono_assembly_open_from_bundle): Add the refonly argument, 
19801         in order to pass it to other methods it calls to.
19802         (do_mono_assembly_open): Add the refonly argument, in order 
19803         to pass it to other methods it calls to.
19804         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
19805         the refonly parameter to it.
19806
19807         * image.c: Add loaded_images_refonly_hash and
19808         loaded_images_refonly_guid_hash to cache the reflection
19809         only loaded images.
19810         (mono_images_init): Initialize the hash tables used for
19811         caching the reflection only images.
19812         (load_modules): Invoke mono_image_open_full passing the refonly
19813         parameter to load the modules the correct way.
19814         (build_guid_table): Add the refonly argument, to re-build the 
19815         correct hash table.
19816         (do_mono_image_open): Added the refonly argument, in order to
19817         define it for the loaded image.
19818         (mono_image_loaded_full): New function, which receives an
19819         additional parameter to look for the image in the refonly or
19820         non-refonly section.
19821         (mono_image_loaded): Updated, using mono_image_loaded_full.
19822         (mono_image_loaded_by_guid_full): The same case that happens
19823         with mono_image_loaded_full.
19824         (mono_image_loaded_by_guid): Likewise.
19825         (register_image): Use the ref_only variable inside MonoImage
19826         to decide in which hash table store the current image.
19827         (mono_image_open_from_data_full): Rename
19828         mono_image_open_from_data to mono_image_open_from_data_full,
19829         adding the refonly argument, to define the ref_only variable 
19830         inside MonoImage.
19831         (mono_image_open_from_data): Return 
19832         mono_image_open_from_data_full.
19833         (mono_image_open_full): Rename mono_image_open to
19834         mono_image_open_full, receiving the new refonly argument,
19835         to pass it to inner methods.
19836         (mono_pe_file_open): Update this function, to open
19837         a MonoImage as a non-refonly image.
19838         (mono_image_close): Use the refonly variable inside
19839         MonoImage to remove the image from the correct caches.
19840
19841         * image.h: Add the signatures of mono_image_open_full,
19842         mono_image_open_from_data_full, mono_image_loaded_full,
19843         mono_image_loaded_by_guid_full.
19844
19845         * metadata-internals.h: Add the ref_only field to 
19846         MonoImage.
19847         
19848 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19849
19850         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
19851         Fix the last behavior, which used to load the assemblies and
19852         extract MonoReflectionAssemblyName information, instead of
19853         extract it from the metadata tables. Needed for Reflection
19854         Only assemblies.
19855         
19856 2005-07-29  Martin Baulig  <martin@ximian.com>
19857
19858         * mono-debug-debugger.c
19859         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
19860         not initialized.
19861
19862         * mono-debug.c
19863         (mono_debug_address_from_il_offset): Check whether we have
19864         debugging support before attempting to take the lock.
19865         (mono_debug_source_location_from_address): Likewise.
19866         (mono_debug_source_location_from_il_offset): Likewise.
19867         (mono_debug_il_offset_from_address): Likewise.
19868         (mono_debug_address_from_il_offset): Likewise.
19869
19870 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
19871
19872         * class.c (mono_class_from_name_case): Add support for dynamic images.
19873         Fixes #75650.
19874
19875         * object.c (mono_class_compute_gc_descriptor): Add a workaround
19876         for #75479.
19877
19878 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
19879         
19880         * reflection.c (mono_method_get_object): Fix warning.
19881
19882 2005-07-28  Martin Baulig  <martin@ximian.com>
19883
19884         * mono-debug.c
19885         (mono_debug_add_wrapper): Also write the wrapper type.
19886
19887 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
19888
19889         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
19890         
19891         * class.c (mono_class_init): Avoid reading nested classes if the AOT
19892         data indicates the class has none.
19893
19894 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
19895
19896         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
19897         loader lock with the debugger lock. Prevents deadlocks for beagle.
19898
19899         Beagle can now run on an smp box for a weekend without any
19900         issues. Woohoo!
19901
19902 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
19903
19904         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
19905         in a module. Fixes #75629.
19906
19907 2005-07-26  Martin Baulig  <martin@ximian.com>
19908
19909         * mono-debug.c (mono_debug_add_wrapper): New static method.
19910         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
19911         interncall or a wrapper.
19912
19913         * mono-debug.h (MonoDebugWrapperData): New public typedef.
19914         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
19915         (MONO_DEBUGGER_VERSION): Bump to 51.
19916
19917         * mono-debug-debugger.c
19918         (mono_debugger_add_type): Removed this empty function.
19919         (mono_debugger_add_method): Likewise.
19920
19921 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
19922
19923         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
19924         before accessing method->slot.
19925
19926 2005-07-21  Jb Evain  <jbevain@gmail.com>
19927
19928         * reflection.c (method_encode_clauses/class): Handle filters clauses.
19929         Fixes #75010.
19930
19931 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
19932
19933         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
19934         #75587.
19935
19936 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
19937
19938         * image.h image.c: Add mono_image_get_guid () API function.
19939
19940 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
19941
19942         There were issues when multiple threads tried to load
19943         assemblies. A deadlock was created between assemblies_mutex and
19944         mono_domain_assemblies_lock. This fixes the issue by making the
19945         assembly ref counting be lock free. See bug 75586.
19946         
19947         * image.c (mono_image_close): The add ref function here was using
19948         Interlocked operations while the unref was using a mutex and a
19949         --. I don't think this was ever a bug that would be exposed in a
19950         non-pendantic way (ie, by an embedder doing a ref on one thread
19951         and an unref on another), but for the sake of correctness, this is
19952         now Interlocked.
19953
19954         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
19955         (mono_assembly_load_reference): Call mono_assembly_addref rather
19956         than touching the refcount ourselves.
19957         (mono_assembly_close): Use InterlockedDecrement to unref the
19958         assembly. Don't acquire the lock unless it is actually needed.
19959
19960 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
19961
19962         * class.c (mono_class_layout_fields): Fix calculation of has_references
19963         for generic types.
19964
19965 2005-07-12  Martin Baulig  <martin@ximian.com>
19966
19967         Applying a patch from Michal Moskal <malekith@nemerle.org>.
19968
19969         * metadata.c
19970         (mono_type_hash): Provide better hashing for generic instances.
19971         (mono_generic_inst_hash): Improve hashing.
19972         (mono_generic_class_hash): Likewise.
19973
19974         * reflection.c (mymono_metadata_type_hash): Improve hashing for
19975         generic instances.
19976
19977 2005-07-12  Martin Baulig  <martin@ximian.com>
19978
19979         * reflection.c (mono_reflection_create_runtime_class): Remove the
19980         hack for generic type definitions and non-`Run' assemblies.
19981         (mono_reflection_bind_generic_parameters): Also use
19982         `klass->wastypebuilder' to check for TypeBuilders.
19983
19984 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
19985
19986         * class.c (mono_class_layout_fields): Fix calculation of has_references
19987         for generic types.
19988
19989         * class.c (inflate_generic_class): Fix a leak.
19990         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
19991         for generic types.
19992
19993 2005-07-11  Martin Baulig  <martin@ximian.com>
19994
19995         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
19996         on error.
19997
19998 2005-07-11  Martin Baulig  <martin@ximian.com>
19999
20000         * loader.c (find_method): Also lookup in
20001         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
20002
20003 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
20004
20005         * appdomain.c (mono_domain_unload): Don't free the error message
20006         before passing it to mono_get_exception_...
20007
20008         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
20009         
20010 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
20011
20012         * threads.c: try to better guess an available RT signal (bug #75387).
20013
20014 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
20015
20016         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
20017         and CACHE_OBJECT.
20018
20019 2005-07-07  Martin Baulig  <martin@ximian.com>
20020
20021         * class.c (mono_type_get_name_full): Return NULL for
20022         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
20023         fixes #75408.
20024
20025 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
20026
20027         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
20028         exit the appdomain as well being aborted.
20029
20030         * threadpool.c: Create all threadpool threads inside the root appdomain, and
20031         change back to the root domain after calling managed code. This enables
20032         appdomains using threadpools to be unloaded.
20033
20034 2005-07-07  Martin Baulig  <martin@ximian.com>
20035
20036         * class-internals.h
20037         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
20038         into `MonoDynamicGenericClass' since we only need it for dynamic
20039         types.
20040
20041         * reflection.c (mono_class_bind_generic_parameters): We don't need
20042         to compute the `parent' here.
20043
20044 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
20045
20046         * culture-info-table.h : regenerated.
20047
20048 2005-07-06  Martin Baulig  <martin@ximian.com>
20049
20050         * icall.c
20051         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
20052
20053         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
20054
20055 2005-07-06  Martin Baulig  <martin@ximian.com>
20056
20057         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
20058         we're doing a signature-only comparision; fixes #74945.
20059
20060 2005-07-06  Martin Baulig  <martin@ximian.com>
20061
20062         * class-internals.h (MonoGenericClass): Moved some things out into
20063         a new `MonoInflatedGenericClass' type.  
20064         (MonoInflatedGenericClass): New type; the `klass' of a
20065         `MonoGenericClass' is now computed lazyly in
20066         mono_get_inflated_generic_class().      
20067
20068         * class.c (mono_get_inflated_generic_class): New public function.
20069         (mono_class_inflate_generic_method): Removed the unused
20070         `MonoClass *' argument.
20071         (setup_generic_vtable): Don't call mono_get_inflated_method() on
20072         all the methods.
20073         (mono_class_create_generic): Make this static and merge it with
20074         mono_class_create_generic_2(); we're now called automatically from
20075         mono_get_inflated_generic_class().
20076
20077         * loader.c (mono_method_signature): Call
20078         mono_get_inflated_method() here.
20079
20080 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
20081
20082         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
20083         type of fields with RVA.
20084
20085         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
20086         for this pseudo class.
20087         (my_mono_class_from_generic_parameter): Likewise.
20088         (mono_class_init): Allow interfaces to have cctors.
20089
20090 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
20091
20092         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
20093         lazily for AOT methods.
20094
20095 2005-07-05  Martin Baulig  <martin@ximian.com>
20096
20097         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
20098         returns FALSE for a successful match, not TRUE.
20099
20100 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
20101
20102         * loader.c (mono_method_get_index): Optimize this a bit.
20103
20104 2005-07-04  Martin Baulig  <martin@ximian.com>
20105
20106         * class.c
20107         (class_compute_field_layout): Move the check for generic type
20108         definitions into mono_class_layout_fields().  Fixes #74684.
20109         (mono_class_from_generic_parameter): Correctly compute
20110         `klass->parent'; fixes #75457.
20111
20112         * reflection.c (register_assembly, register_module): Make sure
20113         `domain->rejobject_hash' is already created.
20114
20115 2005-07-02  Martin Baulig  <martin@ximian.com>
20116
20117         * class-internals.h
20118         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
20119         `MonoDynamicGenericClass'.      
20120
20121 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
20122
20123         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
20124         returned by a field getter is null, since null is a valid value.
20125
20126 2005-07-01  Martin Baulig  <martin@ximian.com>
20127
20128         * reflection.c (mono_reflection_generic_class_initialize): Update
20129         the `dgclass->fields [i].parent' to the correct class.
20130         (mono_image_get_fieldref_token): Use the declaring type, not the
20131         reflected type.
20132
20133 2005-07-01  Martin Baulig  <martin@ximian.com>
20134
20135         * loader.c (find_method): Also look in the interfaces; fixes #75429.
20136
20137 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
20138
20139         * threads.c (thread_cleanup): assert that thread != NULL
20140         (wait_for_tids_or_state_change): We were using the wrong variable
20141         when accessing wait->threads. `i' was always out of the bounds of
20142         the array.
20143
20144 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20145
20146         * loader.c: map user32 and kernel32 to libMonoSupportW
20147
20148 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
20149
20150         * appdomain.c (unload_thread_main): Mark this as WINAPI.
20151
20152 2005-06-28  Martin Baulig  <martin@ximian.com>
20153
20154         * loader.c (method_from_methodspec): Fix #75334.
20155
20156 2005-06-28  Martin Baulig  <martin@ximian.com>
20157
20158         Fix #74953 - Arrays now implement the generic IList<T> interface
20159         on the 2.0 platform.
20160
20161         * class-internals.h (MonoDefaults): Added `generic_array_class'.
20162
20163         * reflection.c (mono_class_bind_generic_parameters): New public
20164         function; similar to mono_reflection_bind_generic_parameters(),
20165         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
20166
20167         * domain.c (mono_init_internal): Try to initialize.
20168         `mono_defaults.generic_array_class' here; this'll only succeed if
20169         we're using the 2.0 corlib.
20170
20171         * icall.c
20172         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
20173         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
20174         (mono_lookup_internal_call): Added support for nested classes.
20175
20176         * loader.c
20177         (mono_get_method_from_token): Set `result->signature->pinvoke' if
20178         we're an interncall and have generic arguments.
20179
20180         * class.c
20181         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
20182         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
20183         instance of System.Array.InternalArray<T> for arrays, so they
20184         implement the generic IList<T> interface.
20185
20186 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
20187
20188         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
20189         (chastamar@yahoo.com). Fixes #75374.    
20190
20191 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
20192
20193         * culture-info-table.h: regenerated.
20194
20195 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20196
20197         * icall.c: handle spaces correctly for base64 strings.
20198
20199 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
20200
20201         * *.c: Kill some warnings.
20202
20203 2005-06-23  Duncan Mak  <duncan@novell.com>
20204
20205         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
20206         that this builds on Solaris 10 (x86).
20207
20208 2005-06-23  Martin Baulig  <martin@ximian.com>
20209
20210         * class.c
20211         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
20212         generic type definitions.
20213
20214 2005-06-23  Martin Baulig  <martin@ximian.com>
20215
20216         Fix #75331.
20217
20218         * metadata.c (mono_class_get_overrides): Renamed to
20219         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
20220         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
20221         pass it to mono_get_method_full().
20222
20223 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
20224
20225         * reflection.c (mono_reflection_create_runtime_class): take the
20226         mono_domain_lock in this method. Prevents deadlocks
20227
20228 2005-06-22  Martin Baulig  <martin@ximian.com>
20229
20230         * loader.c (method_from_methodspec): Fix #75330.
20231
20232 2005-06-22  Martin Baulig  <martin@ximian.com>
20233
20234         * reflection.c (type_get_qualified_name): Use
20235         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
20236         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
20237         argument; use it if we don't have an assembly name.
20238
20239 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
20240
20241         * object.c: In mono_message_init, set "copy out" flag for in
20242         parameters with the [Out] flag.
20243
20244 2005-06-21  Martin Baulig  <martin@ximian.com>
20245
20246         * class.c
20247         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
20248         and MONO_TYPE_PTR.
20249
20250 2005-06-21  Martin Baulig  <martin@ximian.com>
20251
20252         * class.c (mono_class_init): Don't initialize `class->fields' for
20253         generic instances since they're initialized again in
20254         compute_field_layout(). 
20255         (compute_field_layout): Set the field's `generic_info' here; fix
20256         #75320. 
20257
20258 2005-06-21  Martin Baulig  <martin@ximian.com>
20259
20260         * class-internals.h
20261         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
20262
20263         * metadata.c (mono_metadata_generic_method_equal): Also
20264         distinguish the `generic_class'; fixes #75334.
20265
20266 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20267
20268         * domain.c:
20269         * appdomain.c:
20270         * domain-internals.h:
20271         * reflection.c: 'domain_assemblies' field is now protected by its own
20272         lock. Don't call into managed code to run the AssemblyLoad event if we
20273         now there are no registered delegates for it.
20274
20275 2005-06-20  Martin Baulig  <martin@ximian.com>
20276
20277         * class.c (mono_class_is_assignable_from): Use a custom version of
20278         mono_class_has_parent() to make things work for generic instances;
20279         fix #75300.
20280
20281 2005-06-20  Martin Baulig  <martin@ximian.com>
20282
20283         * loader.c (method_from_methodspec): Apply a patch from
20284         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
20285
20286 2005-06-20  Martin Baulig  <martin@ximian.com>
20287
20288         * class.c (mono_class_init): Reverted Zoltan's last change; it
20289         breaks generics.
20290
20291 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
20292
20293         * threads.c (wait_for_tids_or_state_change): Add missing locking.
20294
20295 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20296
20297         * socket-io.c: fix the index in the socket array for writable/error
20298         sockets. Fixes bug #75306.
20299
20300 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
20301
20302         * class.c (mono_class_init): Allow interfaces to have static ctors.
20303
20304 2005-06-17  Martin Baulig  <martin@ximian.com>
20305
20306         * loader.c (method_from_methodspec): Use `context->container' when
20307         parsing the `gmethod->inst'.
20308
20309 2005-06-17  Martin Baulig  <martin@ximian.com>
20310
20311         * class.c (mono_type_get_name_recurse): Don't add the assembly
20312         name for type arguments.
20313
20314 2005-06-15  Martin Baulig  <martin@ximian.com>
20315
20316         * reflection.c (mono_image_get_inflated_method_token): Encode
20317         correct klass; fixes #75260.
20318
20319 2005-06-13 Michal Moskal <malekith@nemerle.org>
20320
20321         * icall.c: Make GetCorrespondingMethod/Constructor take
20322         MonoReflectionMethod method not MonoMethod. Removed
20323         MonoType.GetCorrespondingField, and make
20324         MonoGenericType.GetCorrespondingField take name not
20325         MonoClassField.
20326
20327 2005-06-13  Michal Moskal <malekith@nemerle.org>
20328
20329         * reflection.c (field_encode_signature, encode_locals):
20330          Make sizes of buffers for types larger (for big generic types).
20331          (create_generic_typespec,
20332          mono_reflection_sighelper_get_signature_local,
20333          mono_reflection_sighelper_get_signature_field):
20334          Add asserts for too small buffers.
20335
20336 2005-06-15  Martin Baulig  <martin@ximian.com>
20337
20338         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
20339         if our parent is not a dynamic type.
20340
20341 2005-06-15  Martin Baulig  <martin@ximian.com>
20342
20343         * class-internals.h (MonoTypeNameFormat): New enum.
20344
20345         * class.c
20346         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
20347         (mono_type_get_full_name): Removed.
20348         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
20349         argument instead of the boolean's.
20350
20351         * icall.c (ves_icall_System_MonoType_getFullName):
20352         Added `gboolean assembly_qualified'.    
20353
20354         * reflection.h
20355         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
20356
20357         * reflection.c (mono_reflection_parse_type): Parse the new type
20358         name format.
20359
20360 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20361
20362         * icall.c: no need to convert from utf16 to utf8 and then back again
20363         after the call to GetLogicalDrives.
20364
20365 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20366
20367         * icall.c: frombase64. Fix problems exposed by new tests.
20368
20369 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20370
20371         * icall.c: added internal calls for converting char [] and strings in
20372         base64 into byte [].
20373
20374 2005-06-10  Martin Baulig  <martin@ximian.com>
20375
20376         * class.c (mono_class_create_generic_2): Read the nested classes
20377         from the metadata rather than from `gklass->nested_classes' since
20378         `gklass' might not be initialized yet.
20379
20380 2005-06-09  Duncan Mak  <duncan@novell.com>
20381
20382         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
20383         all public headers. Fixes #74919.
20384
20385 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
20386
20387         * domain.c: The key for proxy_vtable_hash is now a pointer
20388         array. Added new GHashFunc and GCompareFunc functions for this.
20389
20390         * class.h: The list of interfaces in MonoRemoteClass is known in
20391         advance and can't grow (we create a new MonoRemoteClass if needed),
20392         so now the interface array can be allocated together with
20393         MonoRemoteClass.
20394         
20395         * object.c: Added a new method create_remote_class_key.
20396         Fixed mono_remote_class so it does not depend on
20397         mono_upgrade_remote_class.
20398         Removed extend_interface_array.
20399         Added new method clone_remote_class(), which makes a copy of a remote
20400         class and adds a new interface or class to it.
20401         mono_upgrade_remote_class() now creates a new remote class (or gets
20402         it from the cache) if an vtable upgrade is needed. In this way
20403         we make sure that other objects sharing the same remote class
20404         don't get the new vtable with unwanted interfaces.
20405         
20406         * object-internals.h:
20407         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
20408         
20409         * marshal.c: Track changes in mono_upgrade_remote_class().
20410
20411 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
20412         * icall.c: Add runtime methods for obtaining members of inflated
20413         class, which were created from supplied non-inflated members. It
20414         is used in internal Get{Method,Constructor,Field} methods in
20415         System.Type
20416
20417 2005-06-09  Martin Baulig  <martin@ximian.com>
20418
20419         * reflection.c
20420         (mono_reflection_bind_generic_method_parameters): Fix #75169.
20421
20422 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20423         * reflection.c (mono_image_basic_init): Define
20424         Version in MonoDynamicAssembly. 
20425         
20426 2005-06-08  Martin Baulig  <martin@ximian.com>
20427
20428         Fix #75136.
20429
20430         * loader.c
20431         (mono_method_signature_full): New public method; takes a
20432         `MonoGenericContext *'.
20433         (find_method): Use mono_method_signature_full() and pass the
20434         klass'es context to it.
20435
20436         * class.c (mono_class_is_inflated_method): Use
20437         mono_method_signature_full() and pass the context to it.
20438
20439 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
20440
20441         * object.c: add proper locking in mono_remote_class_vtable(),
20442         fixes possible memory corruption.
20443
20444 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
20445
20446         * marshal.c (mono_remoting_marshal_init): set
20447         initialized after initialization.
20448
20449 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
20450
20451         * locales.c : hush.
20452
20453 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
20454
20455         * object.c (extend_interface_array): fix really silly
20456         memory corrupting / comparison bug.
20457
20458 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20459
20460         * reflection.c: Functions added to support the creation
20461         of CustomAttributeData, which includes Attribute data
20462         used by ReflectionOnly methods.
20463
20464         * reflection.h:  mono_reflection_get_custom_attrs_data and
20465          mono_custom_attrs_data_construct added (functions exposed).
20466
20467          * icall.c: Added mono_reflection_get_custom_attrs_data
20468          as icall.
20469         
20470 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
20471
20472         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
20473         lupus's request.
20474
20475 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
20476
20477         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
20478
20479         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
20480         dynamic DllImportAttribute.
20481
20482         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
20483         dynamic DllImportAttribute.
20484
20485         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
20486         Fixes #75162.
20487
20488 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20489
20490         * threads.c: avoid segfault when an unstarted thread is aborted.
20491
20492 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
20493
20494         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
20495         Returns the name and version of the runtime for reporting.
20496
20497 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20498
20499         * appdomain.c: bump corlib version.
20500         * object-internals.h: new field in MonoReflectionAssembly.
20501
20502 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20503
20504         * object-internals.h: Carlos forgot to add this field.
20505
20506 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20507
20508         * icall.c: Added create_version to create instances
20509         of Version of MonoReflectionAssemblyName. This change helps
20510         the AssemblyName tests to keep running fine.
20511         
20512 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
20513   
20514         * object.c (mono_method_return_message_restore): A somehow less
20515         intrusive fix for #75138.
20516
20517 2005-06-03  Raja R Harinath  <rharinath@novell.com>
20518
20519         * object.c (mono_method_return_message_restore): Fix computation
20520         of expected number of out args.
20521
20522 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
20523
20524         * reflection.c (mono_image_get_method_info): Fix the case when the
20525         charset is empty.
20526
20527 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
20528
20529         * object.c: Added missing null check in
20530           mono_method_return_message_restore.
20531
20532 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
20533
20534         * reflection.c (mono_image_get_method_info): Handle the case when
20535         dllentry is empty.
20536
20537 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
20538
20539         * object.c: When creating the vtable for a proxy, take into account
20540         all inherited interfaces, not only the ones registered in
20541         iclass->interfaces. This fixs bug #74996.
20542         Also, in mono_method_return_message_restore, verify that the array
20543         of out args has the expected lengh.
20544
20545 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20546
20547         * socket-io.c: update the timeout in Poll when the call is interrupte.
20548
20549 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20550
20551         * socket-io.c: support abort/suspend in Select_internal after last
20552         change.
20553
20554 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20555
20556         * threadpool.c: remove warning.
20557
20558 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20559
20560         * icall.c:
20561         * socket-io.[ch]: Select_internal uses poll() now when available, thus
20562         removing the 1024 limit from select(). Runtime part of the fix for
20563         bug #71203.
20564
20565 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20566
20567         * socket-io.c: when resolving the addresses for the same
20568         host returned by gethostname(), get the local IPs from the interface
20569         list. Loopback addresses are discarded if the are interfaces up with
20570         non-loopback ones. Fixes bug #63265.
20571
20572 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
20573
20574         * appdomain.c, verify.c, object-internals.h, reflection.c:
20575         bumped corlib number to 36, and added new extra_flags field
20576         to ReflectionMethodBuilder and friends.  Fixes #75060.
20577
20578 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
20579
20580         * gc.c: register a new weak link only if the object is non-null
20581         (fixes bug#75047).
20582
20583 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
20584
20585         * culture-info.h : short time pattern too.
20586
20587 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
20588
20589         * culture-info.h : expand long time pattern string length.
20590
20591 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
20592
20593         * culture-info-table.h : update (more French date format; #72788).
20594
20595 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
20596
20597         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
20598         the method is static. Fixes #75029.
20599
20600 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
20601
20602         * reflection.c: Update the table_idx field of method builders after
20603         saving the module, since it can change. This is a workaround for
20604         bug #74914. 
20605
20606 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
20607
20608         * culture-info-table.h : update (additional French date format).
20609
20610 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
20611
20612         * icall.c (ves_icall_type_Equals): Revert last change.
20613         
20614         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
20615
20616         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
20617
20618 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
20619
20620         * class-internals.h: Added executioncontext_class field to 
20621         MonoDefaults structure.
20622         * domain.c: Cache System.Threading.ExecutionContext class in 
20623         mono_defaults.
20624         * object.c: Capture the ExecutionContext for asynchroneous calls in
20625          mono_async_result_new.
20626         * object-internals.h: Added execution_context and original_context 
20627         fields to MonoAsyncResult. Added execution_context to MonoThread.
20628         * security-manager.c|.h: Added mono_get_context_capture_method to 
20629         return the capture method (if required by the security manager or by
20630         the framework version used).
20631         * threadpool.c: Apply capture (if present) ExecutionContext in 
20632         mono_async_invoke and revert to original context after it completes.
20633
20634 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
20635
20636         * culture-info-table.h : updated (real hacky solution for zh-CHT).
20637
20638 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
20639
20640         * culture-info-table.h : zh-CHT related workaround.
20641
20642 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
20643
20644         * marshal.c (emit_marshal_custom): Add some error checking and call the
20645         methods in the ICustomMarshaler interface. Fixes #74875.
20646         
20647         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
20648         native->managed wrappers.
20649
20650 2005-05-12  Martin Baulig  <martin@ximian.com>
20651
20652         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
20653         here and use the loader lock.
20654
20655         * mono-debug.c: Properly lock when the debugger is not attached.
20656         (mono_debug_init): Release the initial lock if we're not running
20657         in the debugger.
20658
20659 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
20660
20661         * marshal.c (emit_marshal_custom): Pass through NULL values without
20662         calling the custom marshalling routines.
20663
20664         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
20665         conversion in structures. Fixes #74882.
20666
20667 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
20668
20669         * culture-info-table.h : zh-* cultures were missing.
20670
20671 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
20672
20673         * threads.c: Added a new event background_change_event which is signaled
20674         when a thread changes its background mode.
20675         Moved here several checks previously done in managed code. The checks
20676         require the thread lock, and using the thread lock in managed code
20677         can result in deadlocks.
20678         Merged Start_internal and Thread_internal into a single method. Now 
20679         Thread_internal does all work of creating and starting a thread.
20680         Added icalls for setting and getting the state of the object. Moved from
20681         managed code to avoid locking there.
20682         Added wait_for_tids_or_state_change() which is called instad of
20683         wait_for_tids when waiting for non-backround threads to end. This method
20684         will return if one of the threads ends or the background_change_event
20685         is signaled.
20686         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
20687         the background mode. This method signals the background_change_event
20688         event.
20689         * icall.c:
20690         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
20691         removed Start_internal.
20692         
20693 2005-05-11  Martin Baulig  <martin@ximian.com>
20694
20695         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
20696         to order of some fields to get proper alignment on 64-bit machines.
20697
20698 2005-05-11  Martin Baulig  <martin@ximian.com>
20699
20700         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
20701         changes as they're broken and completely fuck up the debugger.
20702
20703         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
20704
20705 2005-05-10  Martin Baulig  <martin@ximian.com>
20706
20707         * reflection.c (mono_reflection_generic_class_initialize): Don't
20708         call mono_class_setup_parent() here.
20709
20710 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20711
20712         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
20713         send/receive timeout use an integer in milliseconds. We were using a
20714         struct timeval.
20715
20716 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20717
20718         * locales.c:
20719         (internal_get_cultures): reserve the first slot of the array for the
20720         InvariantCulture, which will be filled in managed code.
20721
20722 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
20723
20724         * reflection.c (mono_image_fill_module_table): Initialize the
20725         GENERATION field as well.
20726
20727 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20728
20729         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
20730         Monitor.Enter on the object.
20731
20732 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
20733
20734         * threads.c: Enable the wait for running threads when exiting.
20735         * icall.c: Suspend all threads before exiting.
20736
20737 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
20738
20739         * assembly.c (mono_assembly_load_reference): Fix warning.
20740
20741 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20742
20743         * threadpool.c: changed the default number of threads per cpu. From now
20744         on, the default will be 20 + (5 * number of cpus) instead of 50.
20745
20746 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
20747
20748         * loader.c (mono_method_get_signature_full): Add locking here.
20749
20750 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
20751
20752         * appdomain.c: Moved methods for parsing and freeing assembly
20753         names to assembly.c.
20754         * assembly.c, domain-internals.h: Created public methods for parsing
20755         assembly names. Fixed mono_assembly_load_with_partial_name:
20756         it now finds the best match, taking into account the version,
20757         token and culture specified in the partial name. Also return
20758         the latest version if no version information is specified.
20759
20760 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
20761
20762         * threadpool.c: replace check for SocketAsyncCall class.
20763
20764 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20765
20766         * threadpool-internals.h:
20767         * Makefile.am: added threadpool-internals.h
20768
20769         * threadpool.c: call mono_unhandled_exception on exceptions not handled
20770         that happen in threadpool threads (tested on MS).
20771         (mono_thread_pool_remove_socket): new function that dispatch any pending
20772         AIO call on a socket that is closing. By now only epoll really needs it,
20773         as select/poll wake up when the socket closes.
20774
20775
20776         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
20777
20778 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
20779
20780         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
20781
20782 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
20783
20784         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
20785
20786 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
20787
20788         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
20789         has an abort request, convert it into a suspend request.
20790
20791 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
20792
20793         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
20794         warning for the usage of `UnmanagedFunctionPointerAttribute' which
20795         is not supported yet.
20796
20797 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20798
20799         * image.c: register assemblies loaded from data (bundles) in the loaded
20800         assemblies hash. Fixes bug #74772.
20801
20802 2005-04-29  Martin Baulig  <martin@ximian.com>
20803
20804         * class.c (mono_type_get_name_recurse): Update to the new naming
20805         schema from the latest .NET 2.x beta2.
20806         (mono_class_setup_vtable_general): If we're a generic instance,
20807         copy the vtable from our generic type definition and inflate all
20808         the methods in it.
20809
20810         * loader.c (find_method): Update to the new naming schema from the
20811         latest .NET 2.x beta2.
20812
20813 2005-04-29  Raja R Harinath  <harinath@gmail.com>
20814
20815         * class.c (mono_class_init): Add a mono_loader_unlock to the
20816         #74734 fix.
20817
20818 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
20819
20820         * icall.c (ves_icall_System_Environment_Exit): Remove the 
20821         suspend_all_other_threads () call for the time being, since it can hang.
20822
20823         * threads.c (mono_thread_manage): Similarly, disable the waiting for
20824         the background threads to exit, since it can also hang.
20825
20826         * class.c (mono_class_init): Applied patch from Ankit Jain 
20827         (radical@gmail.com). Avoid pending init errors when a field refers
20828         to a nested class using a typeref. Fixes #74734.
20829
20830         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
20831         this for dynamic modules.
20832
20833 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20834
20835         * threads.c: don't wait for threads that are in the process of aborting
20836         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
20837         and waiting for background threads to finish. This makes xsp and
20838         mod-mono-server exit without random length delays and/or hangs.
20839
20840 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20841
20842         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
20843
20844 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
20845
20846         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
20847         dynamic types to prevent infinite loops. Fixes #74727.
20848
20849         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
20850         ..._is_assignable_to.
20851
20852 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
20853
20854         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
20855
20856 2005-04-25  Martin Baulig  <martin@ximian.com>
20857
20858         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
20859
20860         * domain.c
20861         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
20862
20863         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
20864
20865         * reflection.c (build_compressed_metadata): Set metadata header
20866         version to 2.0.
20867
20868 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
20869
20870         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
20871         number into an integral and a decimal part. Fixes #70473.
20872
20873         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
20874
20875 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
20876
20877         * culture-info-table.h : reflected the latest locale-builder output.
20878
20879 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20880
20881         * threadpool.c: check for SuspendRequested too when deciding if
20882         mono_thread_interruption_checkpoint should be called.
20883
20884 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20885
20886         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
20887         * threads.c: remove interruption_mutex and use Interlocked instead. When
20888         suspending all the threads, wait for all the suspended events at once.
20889         If we're shutting down and get an APC that is going to be queued,
20890         call mono_thread_execute_interruption immediately, as the thread might
20891         be sleeping on a pthread condition or mutex.
20892
20893         * icall.c: call mono_runtime_set_shutting_down before suspending the
20894         threads.
20895
20896         Fixes bug #74693. And now xsp is happier when exiting.
20897
20898 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
20899
20900         * loader.c (mono_stack_walk): Fix #74690.
20901
20902 2005-04-22  Martin Baulig  <martin@ximian.com>
20903
20904         * mono-debug.h (MonoDebugMethodJitInfo): Added
20905         `MonoDebugMethodJitInfo *jit'.
20906
20907         * mono-debug.c (mono_debug_read_method): Cache the
20908         MonoDebugMethodJitInfo in `address->jit'.
20909         (mono_debug_free_method_jit_info): New public method.
20910
20911 2005-04-22  Martin Baulig  <martin@ximian.com>
20912
20913         * class.c (mono_class_is_assignable_from): Disallow
20914         type parameter -> interface.
20915
20916 2005-04-21  Dick Porter  <dick@ximian.com>
20917
20918         * threads.c (mono_thread_create): Turn an assertion into an error.
20919
20920 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
20921
20922         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
20923         
20924         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
20925         Fix some gcc 4.0 warnings.
20926
20927 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
20928
20929         * file-io.c: fix alt dir separator char on unix systems
20930         and cleanup (fixes bug #71214).
20931
20932 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
20933
20934         * marshal.c: Use CALLVIRT instead of CALL when dispatching
20935         a call to a remote domain, since the method may be an
20936         interface method in the client domain. This fixes bug #74192.
20937
20938 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20939
20940         * threadpool.c: recv/send are now performed before going back to managed
20941         code to save one transition.
20942
20943 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20944
20945         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
20946
20947         * metadata/threadpool.c: removed hack to workaround the bug above.
20948
20949         Fixes bug #74618.
20950
20951 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
20952
20953         * reflection.c reflection.h: Fix handling of parameter defaults in
20954         dynamic methods. Also fixes handling of parameter attributes.
20955         Fixes #74609.
20956
20957         * mono-debug.c (mono_debug_close_image): Fix warning.
20958
20959 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20960
20961         * socket-io.h: replaced old unused field with new 'blocking'.
20962         * threadpool.c: restore socket blocking state on windows(tm).
20963
20964 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
20965
20966         * icall.c: don't return the codebase in the AssemblyName[] returned by
20967         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
20968         * object-internals.h: Removed FIXME (fields were presents) and fixed
20969         versioncompat declaration.
20970
20971 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20972
20973         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
20974         not closed, so don't cleanup when it happens.
20975
20976 2005-04-13  Chris Toshok  <toshok@ximian.com>
20977
20978         * mono-debug-debugger.h: change prototype for
20979         mono_debugger_lookup_type.
20980
20981         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
20982         this function, although it should probably be named
20983         mono_debugger_init_type.
20984
20985 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20986
20987         * threadpool.c: fix non-AIO case.
20988
20989 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
20990
20991         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
20992         the built-in profiler to measure just JIT compilation times.
20993
20994 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20995
20996         * threadpool.c: the epollfd might be closed by another thread at
20997         any time, so ignore EBADF at treat it as a "we're closing" sign.
20998
20999 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21000
21001         * threadpool.c: release the semaphores with a count equals to the number
21002         of working threads in both IO and regular pools. Fixed typo that messed
21003         up the count of IO pool threads. Don't initialize the pipe handles if
21004         we're using epoll.
21005
21006 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21007
21008         * threadpool.c: some systems don't like a NULL when deleting the socket
21009         from epoll.
21010
21011 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21012
21013         * threadpool.c: fix semaphore allocation.
21014
21015 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21016
21017         * threadpool.c: added epoll() based implementation for asynchronous IO
21018         that is used instead of the default poll() when available.
21019         It can be disabled by setting MONO_DISABLE_AIO.
21020
21021 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21022
21023         * threadpool.c: windows needs 'closesocket' and instead of returning
21024         0 when the stream is closed while in select, it returns -1. Fixes bug
21025         #74573.
21026
21027 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
21028
21029         * class.c (class_compute_field_layout): Fix the regression caused by
21030         the previous try.
21031
21032 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21033
21034         * threadpool.c: separate pool for socket async. IO.
21035         * threadpool.h: mono_max_worker_threads is not a global any more.
21036
21037 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
21038
21039         * class.c (class_compute_field_layout): Fix #74549.
21040
21041 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21042
21043         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
21044         use 2 connected sockets instead.
21045
21046 2005-04-08  Miguel de Icaza  <miguel@novell.com>
21047
21048         * mono-config.c: Add new entry point for mkbundle
21049         mono_config_parse_memory. 
21050
21051 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21052
21053         * threadpool.c: removed another unused function.
21054
21055 2005-04-08  Ankit Jain  <radical@corewars.org>
21056
21057         * reflection.c (get_default_param_value_blobs): Add 'types'
21058         parameter to get the types encoded in the constant table.
21059         (mono_param_get_objects): Use the type from the constant table,
21060         not the type of the parameter, when creating default values.
21061         Handle null default values correctly.
21062
21063 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21064
21065         * file-io.c:
21066         * file-io.h:
21067         * threadpool.c:
21068         * threadpool.h:
21069         * icall.c:
21070         * socket-io.c: removed dead code for async IO.
21071
21072 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21073
21074         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
21075
21076         * threadpool.c: intercept socket async. calls and pass them to a thread
21077         that is polling and dispatching the job items to the threadpool as
21078         socket become ready. Fixes bugs #71217, #71933.
21079
21080         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
21081         between char and short/ushort arrays.
21082
21083         * socket-io.c: remove dead code.
21084
21085 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
21086
21087         * locales.c,
21088           icall.c : removed InternalToUpper_Comp() and
21089           InternalToLower_Comp().
21090
21091 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
21092
21093         * char-conversions.h : The tables were incorrectly generated. Should
21094           be generated against invariant culture.
21095
21096 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
21097
21098         * object.c (mono_runtime_invoke_array): Fix return value when 
21099         passing pre-created valuetype objects to ctors.
21100
21101         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
21102         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
21103         Fixes #74338.
21104
21105 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
21106
21107         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
21108         only used with --security and hides the wrong corlib version error.
21109
21110 2005-03-30  Joshua Tauberer  <tauberer@for.net>
21111
21112         * class.c: Changed mono_class_name_from_token so that types
21113         outside of a namespace don't have an initial period.  Improved
21114         the g_warning message used in _mono_class_get when loading
21115         fails.
21116         * assembly.c: In mono_assembly_load_reference, when an assembly
21117         can't be found, "No such file or directory" is misleading and
21118         unhelpful because a few paths were checked for the presence of
21119         the assembly.  When that happens (ENOENT), display a nicer
21120         message indicating the directories that were searched.  In all
21121         cases, the warning is made easier to read for non-hackers.
21122
21123 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
21124
21125         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
21126         project/solution.
21127         * appdomain.h|domain.c: Removed inline from functions.
21128         * appdomain.c: Reduced warnings when compiling on windows.
21129         * icall.c: Fixed output_debug declaration to gunichar2*.
21130         * mono-config.c: Reduced warnings when compiling on windows.
21131         * rand.c: Added missing "windows.h". Added missing return value.
21132         * rawbuffer.c: Added missing winsock2.h for windows.
21133         * sysmath.h: Added mono-compiler.h header to allow/ease 
21134         compilation with non-GCC compilers.
21135         * threads.c: Fixed declarations to compile with VS.NET C compiler.
21136         Removed cast warnings.
21137
21138         Adapted from the work of J Lothian (for VC6).
21139
21140 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
21141
21142         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
21143         from default_path.
21144
21145 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
21146
21147         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
21148         the 2.0 profile.
21149
21150 2005-03-27  Raja R Harinath  <harinath@gmail.com>
21151
21152         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
21153         has to be in $(exec_prefix).  $(prefix) is for arch-independent
21154         stuff, and it would probably use $(prefix)/share rather than
21155         $(prefix)/lib.
21156
21157 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21158
21159         * console-io.c: added 2 includes that might be missing.
21160
21161 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
21162
21163         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
21164         profile.
21165
21166         * reflection.c (create_custom_attr): Allocate the params array using
21167         alloca so it gets GC tracking.
21168
21169 2005-03-23  Chris Toshok  <toshok@ximian.com>
21170
21171         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
21172         out some spew.
21173
21174 2005-03-24  Raja R Harinath  <rharinath@novell.com>
21175
21176         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
21177         changes to pick up any changes in prefix, etc.
21178
21179 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
21180
21181         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
21182         
21183         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
21184         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
21185
21186 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
21187
21188         * class-internals.h object-internals.h class.c reflection.c: Extend the
21189         mono_lookup_dynamic_token () function to return the class of the
21190         token as well. 
21191
21192         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
21193         well. Fixes #73848.
21194
21195 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
21196
21197         * security-manager.c: Skip inheritance checks for intra-corlib
21198         class inheritance and method overrides. This skips a lot of checks
21199         and (anyway) permissions cannot work until corlib is loaded.
21200
21201 2005-03-23  Martin Baulig  <martin@ximian.com>
21202
21203         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
21204         MONO_TYPE_GENERICINST.  
21205
21206 2005-03-23  Martin Baulig  <martin@ximian.com>
21207
21208         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
21209
21210 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
21211
21212         * class.c: added locking comments to some functions.
21213         Cache the interface offsets arrays (saves about 20 KB
21214         of runtime memory in a typical app).
21215         Reduce the time overhead in mono_class_setup_supertypes ().
21216
21217 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
21218
21219         * icall.c: speedup and fix leaks in GetMethodsByName and
21220         GetPropertiesByName.
21221
21222 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
21223
21224         * reflection.c: some locking fixes.
21225
21226 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
21227
21228         * metadata.c: added missing break in case statement.
21229
21230 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
21231
21232         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
21233         typedbyref return values. Fixes #73941.
21234
21235 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
21236
21237         * security-manager.c|h: Added demandunmanaged method and 
21238         suppressunmanagedcodesecurity class to MonoSecurityManager.
21239         Renamed aptc class to allowpartiallytrustedcallers.
21240
21241 2005-03-17  Martin Baulig  <martin@ximian.com>
21242
21243         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
21244
21245 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21246
21247         * file-io.c: disabled file async. IO using aio_*. It uses the
21248         threadpool now. Workaround for bug #73718.
21249
21250 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
21251
21252         * assembly.h, mono-config.c: added code to deal with bundled configs
21253         for bundled assemblies.
21254
21255 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
21256
21257         * *.c, private.h: cleanup, removing old private.h header file.
21258
21259 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
21260
21261         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
21262         and throw_on_unmappable_char attributes.
21263
21264 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
21265
21266         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
21267         _ProcessName_internal.
21268
21269 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
21270
21271         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
21272         #73631.
21273
21274         * icall.c threads.c threads-types.h: Remove slothash icalls as they
21275         are no longer used.
21276
21277 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
21278
21279         * object.c (compute_class_bitmap): Add support for generics. Fixes
21280         #73527.
21281
21282 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
21283
21284         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
21285
21286 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21287
21288         * filewatcher.c: commented out the code for windows watcher, as we don't
21289         use it (we use the managed implementation instead).
21290
21291 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
21292
21293         * object-internals.h (MonoThread): Remove 'unused1' field.
21294
21295         * appdomain.c: Bump corlib version.
21296
21297         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
21298
21299         * reflection.c (mono_reflection_create_runtime_class): Remove the
21300         AssemblyBuilder.Save optimization since it causes too many problems.
21301
21302 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
21303
21304         * exception.c|h: Added mono_get_exception_reflection_type_load to
21305         create a ReflectionTypeLoadException object.
21306         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
21307         to return NULL is a InheritanceDemand fails during reflection. Updated
21308         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
21309         ReflectionTypeLoadException if an InheritanceDemand fails during 
21310         reflection. Added icall mapping for GetLinkDemandSecurity.
21311         * security-manager.c|h: Added ves_icall_System_Security_
21312         SecurityManager_GetLinkDemandSecurity internal call to return the
21313         class and methods permissions set for a LinkDemand. Removed unused
21314         fields in MonoSecurityManager.
21315
21316 2005-03-10  Martin Baulig  <martin@ximian.com>
21317
21318         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
21319         it's a generic instance.
21320
21321 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
21322
21323         * reflection.c (mono_get_object_from_blob): Applied patch from
21324         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
21325
21326         * class.c (mono_class_is_assignable_from): Another try at fixing 
21327         #73469 without breaking anything.
21328
21329 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
21330
21331         * class.c: (mono_class_is_assignable_from): Revert the last changes
21332         since they don't work with generics.
21333         
21334         * class.c (mono_class_is_assignable_from): Fix build bustage.
21335
21336         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
21337         the managed IsAssignableFrom method. Fixes #73469.
21338
21339         * reflection.c (mono_reflection_call_is_assignable_from): New helper
21340         function.
21341
21342 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
21343
21344         * object.c (mono_load_remote_field_new): Fix returning uninitialized
21345         memory when the remoting callback does not sets the out arguments.
21346         Fixes #73007.
21347
21348         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
21349         by mistake.
21350
21351         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
21352
21353         * object-internals.h (MonoStackFrame): Sync with managed object layout.
21354
21355         * appdomain.c: Bump corlib version.
21356
21357 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
21358
21359         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
21360         function.
21361
21362         * threads.c (mono_thread_attach): Detect threads which are not started
21363         by the GC pthread wrappers.
21364
21365 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
21366
21367         * icall.c: Added new icall for RNG.
21368         * rand.c|h: Added new icall to open the RNG. This allows to share a 
21369         single handle on Linux to access /dev/urandom and fix #73183.
21370
21371 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
21372
21373         * object.c: setting the new vtable in a transparent proxy object must
21374         not change the GC descriptor.
21375
21376 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
21377
21378         * object.c: fixed compilation without GCJ support.
21379         * reflection.c: for runtime-created types ensure klass->has_references
21380         is correct (bug #73215).
21381
21382 2005-03-02  Martin Baulig  <martin@ximian.com>
21383
21384         * class.c (mono_class_is_assignable_from): Make this work if
21385         `oklass' is a generic instance; fixes #72831.
21386
21387 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
21388
21389         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
21390         with hasthis set.
21391         
21392         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
21393
21394         * marshal.c: Reorganize native->managed marshalling code to also use
21395         the emit_marshal_... functions.
21396
21397 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
21398
21399         * object.c: typed allocs have issues with bitmap sizes > 30,
21400         so check for max_set >= 30.
21401
21402 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
21403
21404         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
21405         managed code. Fixes #73012.
21406
21407         * metadata.h (MonoMarshalSpec): Add elem_mult field.
21408
21409         * metadata.c reflection.c: Load/Emit elem_mult as well.
21410         
21411         * metadata.h (MonoMarshalSpec): Add comment.
21412
21413         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
21414
21415         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
21416         num_elem to -1 if not given.
21417
21418         * object-internals.h (MonoReflectionMarshal): Add has_size field.
21419
21420         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
21421         given values.
21422
21423 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
21424
21425         * null-gc.c (mono_gc_free_fixed): Was not compilable.
21426
21427 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
21428
21429         * reflection.c (encode_marshal_blob): Encode param_num field as well.
21430
21431         * object-internals.h (MonoReflectionMarshal): Add param_num field.
21432
21433 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
21434
21435         * object.c: generalized the reference bitmap creation
21436         and added hooks for the new GC.
21437         * class-internals.c: removed the gc_bitmap field from MonoClass.
21438
21439 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
21440
21441         * domain.c: help the compiler to produce better code
21442         in mono_jit_info_table_find ().
21443
21444 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
21445
21446         * object.c: make all allocations look typed.
21447
21448 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
21449
21450         * socket-io.c: load Mono.Posix if it's not loaded already
21451         (fixes bug#73033).
21452
21453 2005-02-24  Martin Baulig  <martin@ximian.com>
21454
21455         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
21456         * reflection.c (dup_type): Likewise.
21457
21458 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
21459
21460         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
21461         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
21462
21463 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
21464
21465         * domain.c, threads.c, object-internals.h: make the critical thread
21466         local vars use the fast access mode (even when we're compiled in
21467         a lib). Provide accessors to be used by the jit during codegen.
21468
21469 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
21470
21471         * appdomain.c: Changed hook functios behavior to include
21472         support for the reflection only assemblies. Some icalls were changed
21473         to support the mentioned assemblies too. Signatures of static methods
21474         try_assembly_resolve and real_load now have an additional parameter:
21475         refonly.
21476
21477         * assembly.c: General changes to mono_assembly_ methods to support
21478         reflection only api. Functions mono_assembly_open, mono_assembly_load,
21479         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
21480         suffix, to support an additional gbool parameter to specify whether
21481         the assembli is reflection only or not. Created some new hook functions 
21482         to add support for reflection only assemblies. Signatures of static 
21483         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
21484         have now an additional parameter: refonly.
21485
21486         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
21487         indicating whether the assembly is reflection only or not.
21488
21489         * exception.c: Add mono_get_exception_invalid_operation.
21490
21491         * icall.c: Throw an InvalidOperationException when trying to invoke
21492         a property/method/event, or trying to set/get the value of a field.
21493         Also add an icall to retrieve the ref_only flag to the
21494         MonoReflectionAssembly.
21495
21496 2005-02-23  Chris Toshok  <toshok@ximian.com>
21497
21498         Part of fix for #72827.
21499         * mono-debug.c (mono_debug_add_method): add lexical block data to
21500         the info we write.  Kind of a hack at the moment - we copy the
21501         lexical block info from the MonoDebugMethodInfo to the
21502         MonoDebugMethodJitInfo here, before writing it.
21503         (mono_debug_read_method): read the lexical block info.
21504
21505         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
21506
21507         * debug-mono-symfile.h: add lexical block support.
21508
21509         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
21510         support.
21511
21512 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
21513
21514         * loader.c (mono_lookup_pinvoke_call): Fix warning.
21515
21516         * object.c (mono_runtime_free_method): Call mono_free_method () and
21517         put the TODOs there.
21518
21519         * loader.c (mono_free_method): Free up most memory allocated for 
21520         dynamic methods.
21521
21522 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
21523
21524         * reflection.c: properly flag a Type argument to a
21525         named custom attr value (bug #72248).
21526
21527 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
21528
21529         * reflection.c: reduce code duplication in named custom
21530         attribute encoding.
21531
21532 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
21533
21534         * reflection.c: properly encode custom attrs of type object
21535         (bug #72649).
21536
21537 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
21538
21539         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
21540
21541 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
21542
21543         * socket-io.c: load System.dll if it's not loaded already
21544         (bug #72850 and #70477).
21545
21546 2005-02-21  Martin Baulig  <martin@ximian.com>
21547
21548         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
21549         generic instances.
21550
21551 2005-02-21  Martin Baulig  <martin@ximian.com>
21552
21553         * reflection.c (mono_image_build_metadata): We also need to
21554         "fixup" the MethodImpl table after we computed the final method
21555         indices.  Call fixup_methodimpl() to do that.
21556         (fixup_methodimpl): New private method.
21557
21558 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
21559
21560         * assembly.c: special case mscorlib.dll (bug#72536),
21561         patch from Carlos Alberto Cortez.
21562
21563 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
21564
21565         * threads-types.h threads.c: Fix build bustage.
21566
21567         * threads.c: Use a union for long<->double conversions.
21568
21569         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
21570         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
21571
21572         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
21573         containing the checkpoint call with NOT_TAKEN.
21574         
21575         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
21576         checkpoint before pushing the arguments, so they won't have to be
21577         spilled to stack.
21578
21579 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
21580
21581         * domain.c, assembly.c, domain-internals.h: make some data
21582         const and relocation-free.
21583
21584 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
21585
21586         * object.c, appdomain.c, class-internals.h: introduce the
21587         MonoClassRuntimeInfo structure to hold the info needed to
21588         use a class at runtime. Made mono_class_vtable() lock-free
21589         for all the appdomains.
21590
21591 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
21592
21593         * metadata-internals.h, image.c: introduce a per-image mempool to
21594         be used for memory that has the same lifetime as the image.
21595
21596 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
21597
21598         * domain.c: In mono_init_internal(), instead of selecting the first
21599         runtime version supported by an executable, get a list of all
21600         supported versions and select the one for which an mscorlib exists
21601         (since even if the runtime supports a given version, it doesn't mean
21602         that the framework for that version is installed).
21603         Modified get_runtimes_from_exe to support this behavior.
21604         In supported_runtimes, added information about additional system
21605         assembly versions.
21606         
21607         * assembly.c: Added support for more than one system assembly version
21608         per runtime version. Updated the assembly list.
21609         In mono_assembly_remap_version, removed the initial version check,
21610         since we don't know to which version we need to compare until we
21611         get the version set on which the assembly is based.
21612         Moved the code for loading corlib into the new method
21613         mono_assembly_load_corlib(), so it can be used by the initialization
21614         code.
21615         
21616         * domain-internals.h: Updated data structures and added declaration
21617         for mono_assembly_load_corlib.
21618
21619 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
21620
21621         * reflection.c (resolve_object): Fix the creation of the signature in 
21622         the SignatureHelper case.
21623
21624         * assembly.c (mono_assembly_remap_version): Fix binary search.
21625         
21626 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
21627  
21628         * class.c: Added inheritance check when a method is overloaded (from a
21629         virtual method or when implementing an interface) and when a class is
21630         inherited. Added functions to set a failure for a class and to 
21631         retreive the exception from a failure.
21632         * class-internals.h: Added fields to MonoClass to keep the exception
21633         information status for inheritance (or other exceptions) to be thrown
21634         later (i.e. not at load time).
21635         * object.c: Throw the inheritance SecurityException when a type is to 
21636         be created with either class or method inheritance violations.
21637         * reflection.c|h: Fix when getting declsec from a class. Removed 
21638         unrequired code for class. Improved sanity in parameter naming.
21639         * security-manager.c|h: Added functions to check for class and method
21640         inheritance.
21641
21642 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
21643
21644         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
21645         and has_finalize in dynamic types as well.
21646
21647 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
21648
21649         * culture-info-table.h : fixed currency format for en-GB (and so on).
21650
21651 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
21652
21653         * gc.c: ensure the GC handles never have 0 as a value.
21654
21655 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
21656
21657         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
21658         a pointer to a struct to unmanaged code. Fixes #72625.
21659
21660 2005-02-16  Martin Baulig  <martin@ximian.com>
21661
21662         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
21663
21664 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
21665
21666         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
21667
21668 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
21669
21670         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
21671
21672         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
21673         UnmanagedFunctionPointerAttribute, use it for determining calling convention
21674         etc. Fixes #71471.
21675
21676         * reflection.c (mono_custom_attrs_get_attr): New helper function.
21677
21678         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
21679
21680 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
21681
21682         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
21683         changes to make the current context a field in MonoThread.
21684
21685 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
21686
21687         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
21688         the last change.
21689         
21690         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
21691         extracted from mono_marshal_get_native_wrapper.
21692
21693         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
21694         to create wrappers around native functions.
21695
21696         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
21697         delegates for arbitrary function pointers. Fixes #71472.
21698
21699 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
21700
21701         * threads.c: cleaned up the code a little.
21702
21703 2005-02-15  Martin Baulig  <martin@ximian.com>
21704
21705         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
21706         the data table.
21707
21708         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
21709         allocate larger chunks if needed.
21710
21711 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
21712
21713         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
21714         in by mistake.
21715
21716 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
21717
21718         * domain.c: keep the domains in an array and ensure the domain ids
21719         are kept small, so they can be used as indexes to domain-specific data
21720         with a small memory overhead.
21721
21722 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
21723
21724         * icall.c: Handle byref types in Type icalls. Fixes #72544.
21725
21726 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
21727
21728         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
21729
21730 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
21731
21732         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
21733
21734         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
21735         values.
21736
21737         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
21738         
21739 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
21740
21741         * domain-internals.h: add the hashtable here.
21742
21743         * class-internals.h: Remove `info' from MonoMethod
21744
21745         * domain.c: Add a new hashtable, jit_trampoline_hash
21746
21747 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
21748
21749         * object.c: don't set the value of static fields
21750         (fixes bug#72494).
21751
21752 2005-02-11  Martin Baulig  <martin@ximian.com>
21753
21754         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
21755         (mono_debug_add_method): Silently ignore the method if it's too big.
21756         (mono_debug_add_type): Likewise.
21757
21758 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
21759
21760         * threads.c, appdomain.c: remove #ifdefs from the code.
21761
21762 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
21763
21764         * metadata-internals.h: Added flags to MonoAssembly to cache the most
21765         common security informations. This allows us to stay in unmanaged code
21766         when doing LinkDemand and it's special cases (except for the first 
21767         time for initialization). The flags a very much used with --security.
21768         * reflection.c|h: Added code to get declarative security attributes 
21769         for LinkDemand and InheritanceDemand. This required to refactor the
21770         existing code for Demand.
21771         * security-manager.c|h: Added new method fields for the special cases
21772         of LinkDemand.
21773
21774 2005-02-10  Martin Baulig  <martin@ximian.com>
21775
21776         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
21777         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
21778
21779 2005-02-10  Martin Baulig  <martin@ximian.com>
21780
21781         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
21782         debugging code; this is almost a complete rewrite.
21783
21784         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
21785
21786 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
21787
21788         * domain.c, object.h: expose mono_string_equal () and 
21789         mono_string_hash ().
21790         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
21791         it's implemented in managed code.
21792
21793 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
21794
21795         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
21796         lo leak objects between appdomains.
21797
21798 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
21799
21800         * assembly.c: old compilers compilation fix from 
21801         robertj@gmx.net (Robert Jordan).
21802
21803 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
21804
21805         * class-internals.h: Little reminder for the future.
21806
21807         * debug-helpers.c: Fix up wrapper_type_names
21808
21809 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
21810
21811         * image.c, metadata-internals.h: when loading an image from a file,
21812         mmap all of it and use the same codepaths as when using a
21813         in-memory image: the code is simpler and we use less memory
21814         (both writable and readonly).
21815
21816 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
21817
21818         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
21819         API to alloc runtime data structures that need to be tracked by the
21820         GC and contain pointers.
21821         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
21822         make the code more readable and eventually use a different GC.
21823
21824 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
21825
21826         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
21827         for out arguments.
21828         
21829 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
21830
21831         * object.c: In release_type_locks(), don't release the cctor lock
21832         if it has already been released. This fixes a crash in the
21833         thread5 test.
21834
21835 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
21836
21837         * gc.c, marshal.c, icall.c: register a delegate for finalization
21838         only when the native function pointer has been allocated for it.
21839
21840 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
21841
21842         * object.c: cleaned up some code, allocate objects that are
21843         pointer free with the atomic malloc variant. Allocate memory
21844         for static data from the mempool if it's pointer-free.
21845         Allocate the bounds array at the end of the array data, when needed.
21846         * object-internals.h, object.h: move a private function in a private
21847         header.
21848         * class.c: handle missing case in tracking references in fields.
21849
21850 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
21851
21852         * class.c, class-internals.h: keep track if a type has
21853         reference fields in either the instance or static fields.
21854
21855 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
21856
21857         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
21858         and renamed to MonoRuntimeInfo. Added fields to store the expected
21859         framework assembly version. Changed mono_get_framework_version and
21860         mono_get_runtime_version for a single mono_get_runtime_info method.
21861         
21862         * assembly.c: Added method to remap system assembly versions to the
21863         current executing runtime version. Removed old mapping code.
21864         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
21865         
21866         * icall.c, reflection.c: Track api changes.
21867
21868 2005-02-06  Miguel de Icaza  <miguel@novell.com>
21869
21870         * loader.c (method_from_memberref): Improve error reporting,
21871         produce the class name instead of the typeref/typedef index. 
21872
21873 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
21874
21875         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
21876
21877 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
21878
21879         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
21880         stdcall and charset name mangling.  Reorganize the code and add
21881         some tracing stuff.
21882
21883 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
21884
21885         * monodiet.c: More iters!
21886
21887         * marshal.c: Iter usage.
21888
21889         * icall.c: Iter usage.
21890
21891         * object.c: Use iters.
21892
21893         * debug-helpers.c: More iters
21894
21895 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
21896
21897         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
21898         under win32.
21899
21900 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
21901
21902         * mono-debug-debugger.c: use iters
21903
21904         * class.c, class-internals.h: mono_class_setup_events is static
21905         now
21906
21907         * All callers: use iters
21908
21909 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
21910
21911         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
21912         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
21913
21914 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
21915
21916         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
21917
21918         * marshal.h: Add prototypes for ldfld/stfld_remote.
21919
21920         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
21921         this is called during startup.
21922         
21923 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
21924
21925         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
21926         MonoThreadsSync struct private in monitor.c. Changed the way
21927         MonoThreadsSync is allocated so it's faster and there is no
21928         need to keep track of it with a finalizer and it uses less memory.
21929         This also finally allows us to allocate mono objects as ptrfree when
21930         there are no reference fields.
21931
21932 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
21933
21934         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
21935         disappearing link to the GC interface and use them to simplify
21936         the gchandles code.
21937
21938 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
21939
21940         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
21941         stfld_remote which call mono_load/store_field_new. This allows methods
21942         calling ldfld/stfld wrappers to be AOTed.
21943
21944         * console-io.c: Include sys/filio.h under solaris.
21945         
21946         * console-io.c: Include curses.h if needed correctly.
21947
21948 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
21949         
21950         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
21951         method->klass as well.
21952
21953         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
21954
21955         * class.c (mono_class_init): Switch on lazy initialization of 
21956         methods.
21957
21958         * class.c (mono_class_get_finalizer): Handle the case when the 
21959         finalizer is inherited.
21960
21961 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21962
21963         * console-io.c: <curses.h> is needed by term.h on solaris.
21964
21965 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
21966
21967         * icall.c, class-internals.h, monodiet.c, class.c: Remove
21968         mono_class_setup_properties where possible. Remove this ftn from
21969         the header file, and make it static.
21970
21971 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
21972
21973         * loader.c: Add missing setup_... call.
21974
21975         * class.c: Add missing setup_... calls.
21976
21977         * class.c (mono_class_init): Switch on lazy initialization of 
21978         the generic vtable.
21979         
21980         * class.c (mono_class_init): Fix generics broken by the recent changes.
21981
21982         * monodiet.c (handle_type): Add missing setup_... calls.
21983
21984         * class.c: Back out garbage in previous patch.
21985         
21986         * class.c: Add missing setup_... calls.
21987
21988         * class.c (mono_class_get_method_from_name_flags): Avoid calling
21989         mono_class_setup_methods () if possible.
21990
21991         * class-internals.h (MonoClass): Add 'has_cctor' flag.
21992
21993         * class-internals.h (MonoCachedClassInfo): New structure.
21994
21995         * class.c: Initialize properties and events fields of MonoClass lazily.
21996
21997         * class.c: Add infrastructure for lazily initializing the methods and
21998         vtable fields of MonoClass. Not yet used.
21999
22000         * class.c (mono_class_get_finalizer): New helper function.
22001
22002         * class.c: Add infrastructure for loading some class related data from
22003         an AOT file.
22004
22005         * object.c: Add infrastructure for initializing the vtable from data
22006         in the AOT file.
22007
22008         * gc.c (run_finalize): Use mono_class_get_finalizer ().
22009
22010         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
22011         appropriate initialization function before accessing parts of the
22012         MonoClass structure.
22013
22014         * marshal.c: Fix warnings.
22015         
22016         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
22017
22018         * mono-debug-debugger.c (get_exception_message): Use 
22019         mono_class_get_method_from_name_flags ().
22020
22021 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
22022
22023         * reflection.c, appdomain.c: Replace a few manual searches that
22024         Zoltan missed. (Paolo approved this part of my initial patch).
22025
22026 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
22027
22028         * profiler.c: disable recording statistical events at report time.
22029
22030 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
22031
22032         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
22033         to byteswap arrays of enum values, too (bug #72080).
22034
22035 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
22036
22037         * appdomain.c (set_domain_search_path): Allow this to be called if
22038         domain->setup is not yet set.
22039
22040         * loader.c (mono_method_get_index): New helper function.
22041
22042         * loader.c reflection.c: Use mono_method_get_index ().
22043
22044         * class.c (mono_class_get_method_from_name_flags): New helper method.
22045
22046         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
22047         this.
22048
22049         * class.c (mono_class_get_cctor): New helper method.
22050
22051         * string-icalls.c object.c class.c marshal.c reflection.c: Use
22052         mono_class_get_method () to look up methods.
22053
22054 2005-02-01  Miguel de Icaza  <miguel@novell.com>
22055
22056         * console-io.c: Fix the build, this should work on Windows.
22057
22058 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
22059
22060         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
22061         be set to null to keep things valid
22062
22063 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22064
22065         * icall.c: added Console 2.0 icalls.
22066         * Makefile.am: added console-io.[ch]
22067         * console-io.[ch]: internal calls for Console 2.0 API.
22068
22069 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
22070
22071         * class.c: make sure we consider all the interfaces
22072         when calculating max_interface_id (bug found by
22073         Jeroen Frijters running ikvm).
22074
22075 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
22076
22077         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
22078         valuetype fields to null.
22079
22080         * object.c (set_value): Ditto. Fixes #71669.    
22081
22082 2005-01-31  Martin Baulig  <martin@ximian.com>
22083
22084         * metadata.c (mono_metadata_has_generic_params): New public
22085         function; checks whether something is a generic method.
22086
22087 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
22088
22089         * appdomain.c: fix infinite recursion when adding assemblies.
22090
22091 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
22092
22093         * object.c: Fix small typo to return all items for Environment.
22094         GetCommandLineArgs.
22095
22096 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
22097
22098         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
22099         reflection.c: more domain and assembly-unload related fixes
22100         and memory leaks plugs.
22101
22102 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
22103
22104         * 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.
22105
22106 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
22107
22108         * loader.c (mono_method_signature): Make this method lazy
22109         (mono_get_method_from_token): Don't computate the signature here.
22110
22111         Doing this saves quite a bit of memory. I got 90 kb on starting up
22112         monodoc. It should also save some disk reads on startup.
22113
22114         * *: MonoMethod->signature might be NULL now. You *MUST* use
22115         mono_method_signature.
22116
22117 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
22118
22119         * object.c (mono_runtime_get_main_args): Return an array from the
22120         current domain here. Fixes #71938.
22121
22122 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
22123
22124         * monitor.c: formatting changes to comply with the
22125         mono coding style and remove #ifdefs from the code.
22126
22127 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
22128
22129         * metadata.c, private.h: remove some unneeded data
22130         and use a more compact representation for table schemas.
22131
22132 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
22133
22134         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
22135         to get a better distribution in hash tables.
22136         * *.c: use mono_aligned_addr_hash() where appropriate.
22137         * assembly.c: make var static.
22138
22139 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
22140
22141         * domain-internals.h: Put MonoJitInfo on a diet.
22142
22143         * domain.c: Fix a warning.
22144
22145 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
22146
22147         * gc.c: rework the gc handles code to reuse handles
22148         when freed.
22149
22150 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
22151
22152         * domain.c: fixed long standing bug in mono_string_equal() which
22153         was brought to light with the ldstr changes.
22154
22155 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
22156
22157         * reflection.c: Remove warning by adding missing include for marshal.h
22158
22159 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
22160
22161         * domain.c, object.c: change the ldstr_table to hold
22162         MonoString* as keys: makes the runtime isinterned lookup
22163         faster and simplifies memory management.
22164
22165 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
22166  
22167         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
22168         possible to add imperative security checks before calling the icall.
22169         * reflection.c: Return security attributes on the original MonoMethod
22170         (and not the wrapped one). This fix permissions on icalls.
22171
22172 2005-01-25  Dick Porter  <dick@ximian.com>
22173
22174         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
22175         the check for mktime() support actually test the mktime() return
22176         value.  "Fixes" bug 71682, though the output is still different to
22177         MS.
22178
22179 2005-01-25  Martin Baulig  <martin@ximian.com>
22180
22181         * class.c (mono_class_is_assignable_from): Make this work for
22182         generic instances.
22183
22184 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
22185
22186         * marshal.c (mono_string_utf8_to_builder)
22187         (mono_string_builder_to_utf16): We might not have ownership of the
22188         string. In thise case, we need to create a new buffer.
22189
22190         * object-internals.h (mono_stringbuilder_capacity): sb->str might
22191         be null, in which case, use the default capacity.
22192
22193 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
22194
22195         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
22196         GC events to the profiler.
22197
22198 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
22199
22200         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
22201         if you don't want the GC to run.
22202
22203 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
22204
22205         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
22206         start providing a GC API and keeping different implementations in
22207         their own file.
22208         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
22209
22210 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
22211
22212         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
22213         mmap rather than allocating a huge buffer.
22214         (mono_debug_close_mono_symbol_file): Free the buffer allocated
22215         above.
22216
22217 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
22218
22219         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
22220         and CheckExecutionRights.
22221         * reflection.c|h: Keep the index of the declarative security to be 
22222         used, instead of the pointer, when AOT compiler is used. Also add 
22223         class initialization when requesting demands.
22224         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
22225         CheckExecutionRights. Both properties are now FALSE by default, and
22226         unmodifiable, unless the --security option is used.
22227
22228 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
22229
22230         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
22231         reflection.c: properly refcount images and assemblies, many leaks fixed.
22232
22233 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22234
22235         * threadpool.c: increase the timeout for threads in the thread pool to
22236         10s.  Fixes bug #67159.
22237
22238 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
22239
22240         * class-internals.h: Sun's compiler insists on explicit
22241         signed on bit fields to handle then correctly.
22242
22243 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
22244
22245         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
22246         Make the size of the array fit only the number of invalid path
22247         chars that we have.
22248
22249         * class.c (_mono_class_get): Improve the error reporting when a
22250         class referenced is not found, to assist debugging. 
22251
22252 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
22253
22254         * threads.c: fix off-by-one error.
22255         * domain.c: free data allocated in the domain.
22256
22257 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
22258
22259         * reflection.c (mono_method_body_get_object): Fill out exception info
22260         as well.
22261
22262         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
22263         structure.
22264         
22265 2005-01-19  Martin Baulig  <martin@ximian.com>
22266
22267         * loader.c (mono_get_method_constrained): Make this work again.
22268
22269 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
22270
22271         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
22272         guint16 to match the managed side.
22273
22274         * reflection.c (mono_reflection_body_get_object): Fill out local
22275         variables array.
22276
22277         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
22278         as well.
22279
22280         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
22281         'local_var_sig_token'.
22282
22283 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
22284
22285         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
22286         System.Drawing.
22287
22288         * reflection.c (mono_method_body_get_object): Handle abstract and
22289         runtime methods.
22290
22291 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
22292
22293         * marshal.c, loader.c, class-internals.h, reflection.c:
22294         store the emthod data for a wrapper in an array instead of a list.
22295
22296 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
22297
22298         * marshal.c: change the code to allocate memory more
22299         conservatively for method wrappers.
22300
22301 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
22302
22303         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
22304         fields from MonoClass to the marshal info structure where they belong.
22305
22306 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
22307
22308         * class.c, object.c, class-internals.h, marshal.c: rearrange
22309         some fields and tweak some types to lower memory usage.
22310
22311 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
22312
22313         * threads.c (signal_thread_state_change): Handle the case when the
22314         target thread is the current thread.
22315
22316         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
22317
22318         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
22319         emit_ptr_to_object_conv. 
22320
22321         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
22322         marshalling. Fixes #71352.
22323
22324 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
22325
22326         * metadata.h, blob.h: move table enum to blob.h so it can be included
22327         in any header.
22328         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
22329         cut the size of MonoImage/MonoDynamicImage.
22330
22331 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
22332
22333         * profiler.c (mono_profiler_install_simple): Fix default arguments.
22334
22335 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
22336
22337         * reflection.c, reflection.h, icall.c: add a function to check
22338         if an attribute type is defined for a metadata object.
22339
22340 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
22341
22342         * object-internals.h: Added some needed fields from StringBuilder class.
22343         * marshal.c: Set the maxCapacity when creating a StringBuilder.
22344
22345 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
22346
22347         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
22348         threads before shutting down the runtime.
22349
22350         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
22351
22352 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
22353
22354         * object-internal.h, threads.c: implement stacksize and 
22355         parameterized thread start functionality (requires
22356         matching corlib). Marked broken code for later removal.
22357
22358 2005-01-12  Martin Baulig  <martin@ximian.com>
22359
22360         * class-internals.h (MonoGenericClass): Moved the `initialized'
22361         flag to MonoDynamicGenericClass, removed `init_pending'.
22362         (MonoGenericInst): Added `is_reference' flag.
22363
22364 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
22365
22366         * reflection.c (mono_image_create_pefile): Only set the pe_offset
22367         inside the MSDOS header. Fixes #71201.
22368
22369         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
22370         gc thread.
22371         (mono_domain_finalize): Ditto.
22372
22373 2005-01-12  Martin Baulig  <martin@ximian.com>
22374
22375         * class.c (mono_get_shared_generic_class): Use the cache for
22376         non-dynamic generic classes.
22377
22378         * class-internals.h (mono_class_create_generic_2): Removed
22379         function prototype, this function is now static inside class.c.
22380
22381         * class.c (mono_class_create_generic_2): Made this static, only
22382         call it from mono_class_init() and mono_class_setup_parent().
22383         (collect_implemented_interfaces_aux): Call mono_class_init() on
22384         the interfaces we collect.
22385         (mono_class_setup_vtable): Call mono_class_init (class->parent).
22386
22387 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
22388
22389         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
22390         it a real thread handle.
22391
22392         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
22393         MonoJitExceptionInfo, since each catch clause needs its own variable.
22394         
22395 2005-01-11  Dick Porter  <dick@ximian.com>
22396
22397         * image.c (mono_pe_file_open): New variant on mono_image_open()
22398         that does not set up the CLI metadata; used for FileVersionInfo so
22399         it can get the data for windows binaries too.
22400         
22401         * process.c (process_read_string_block): Don't read off the end of
22402         the StringTable block.
22403
22404         These both fix bug 70766.
22405
22406 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
22407
22408         * gc.c: set some fields to NULL at GC cleanup time.
22409         * threads.c: if we quit the main thread, call exit ().
22410
22411 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
22412
22413         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
22414
22415 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
22416
22417         * threads.h, threads.c, object.c: added accessor and settor for
22418         main_thread. Handle it specially when exiting from it: wait
22419         for other foreground threads to exit.
22420
22421 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
22422
22423         * process.c, verify.c: remove some bloat.
22424
22425 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
22426
22427         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
22428         the calling convention to cdecl under win32.
22429
22430 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
22431
22432         * object.c (mono_object_get_size): New function to get the size of
22433         an object instance.
22434
22435         * profiler.c (simple_allocation): Use above.
22436
22437 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
22438
22439         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
22440         ves_icall_System_AppDomain_getRootDomain (as it's not required to
22441         get an appdomain by it's id and we can't assume the root's id is 0).
22442         * domain-internals.h: Change the function prototype to match.
22443         * icall.c: Change the icall table for AppDomain.
22444
22445 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
22446
22447         * locales.c (string_invariant_compare_char): Only compute
22448         GUnicodeTypes in the case where we need them.  Test for ordinality
22449         first and return if so.
22450
22451         From the commit:
22452
22453                 /*
22454                  * FIXME: here we must use the information from c1type and c2type
22455                  * to find out the proper collation, even on the InvariantCulture, the
22456                  * sorting is not done by computing the unicode values, but their
22457                  * actual sort order.
22458                  */
22459
22460 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
22461
22462         * loader.c: for P/Invoke methods, allow the "Internal" shared
22463         library name to refer to the calling process symbol namespace.
22464
22465 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
22466
22467         * Makefile.am: Add the security manager to the build.
22468         * security-manager.c|h: New. Initialization of the security manager.
22469
22470 2005-01-07  Dick Porter  <dick@ximian.com>
22471
22472         * threads.c: 
22473         * monitor.c: Update thread state during Monitor and WaitHandle
22474         waits.  Fixes bug 71031.
22475
22476 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
22477
22478         * reflection.c (property_encode_signature): Correctly handle when the
22479         property has no methods.
22480
22481 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
22482
22483         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
22484         
22485         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
22486         fields from mb, not rmb. Fixes #71017.
22487
22488         * marshal.c (emit_ptr_to_str_conv): Add support for 
22489         ByValTStr -> string conversion. Fixes #71015.
22490
22491         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
22492
22493         * mempool.c (mono_mempool_contains_addr): New helper function.
22494
22495 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
22496
22497         * metadata.c (mono_metadata_compute_size): Fix size calculation of
22498         HasSematics encoded fields.
22499         
22500         * metadata.c (mono_type_to_unmanaged): Improve error message for 
22501         invalid string marshalling.
22502
22503         * metadata.c: Fix warnings.
22504         
22505 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
22506
22507         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
22508         profiler support.
22509
22510 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
22511
22512         * domain.c object.c domain-internals.h: Revert part of r38077 since the
22513         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
22514         tests.
22515
22516 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
22517
22518         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
22519         so methods containing these can be AOTed.
22520
22521 2005-01-03  Martin Baulig  <martin@ximian.com>
22522
22523         * loader.c (find_method): Removed the hack for generic instances.
22524         (method_from_memberref): If our parent is a generic instance, pass
22525         its generic type definition to find_method() and then inflate the
22526         method.
22527         (mono_get_method_constrained): Pass the generic type definition to
22528         find_method() and inflate the method later.
22529
22530         * class-internals.h (MonoStats): Added `generic_class_count'.
22531
22532         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
22533         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
22534
22535         * reflection.c (mono_custom_attrs_from_params): Don't ignore
22536         generic type definitions.
22537
22538 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
22539
22540         * loader.c icall.c: Fix warnings.
22541
22542 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
22543
22544         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
22545         blittable types. Fixes #70864.
22546
22547 2004-12-29  Martin Baulig  <martin@ximian.com>
22548
22549         * icall.c
22550         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
22551
22552         * reflection.c (mono_method_get_object): Create a
22553         "System.Reflection.MonoGenericMethod" for inflated methods; don't
22554         call mono_get_inflated_method().
22555
22556         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
22557
22558 2004-12-27  Martin Baulig  <martin@ximian.com>
22559
22560         * class-internals.h (MonoMethod): Added `is_inflated' flag.
22561         (MonoMethodInflated): Added `inflated' field.
22562
22563         * class.c (mono_class_inflate_generic_method): Don't really
22564         inflate the method here; just set the `is_inflated' flag in the
22565         MonoMethod.
22566         (mono_class_get_inflated_method): Actually inflate the method here
22567         if it's not already inflated; we use the MonoMethodInflated's new
22568         `inflated' field as a cache.
22569
22570 2004-12-26  Martin Baulig  <martin@ximian.com>
22571
22572         * class.c
22573         (inflate_generic_class): Moved some code out of inflate_generic_type().
22574         (mono_class_inflate_generic_method): If we're already inflated,
22575         inflate the context and use the declaring method; ie. make sure
22576         the declaring method of an inflated method is always the generic
22577         method definition.
22578         (mono_class_create_from_typedef): Create
22579         `class->generic_container->context->gclass'.
22580
22581 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
22582
22583         * metadata-internals.h, marshal.c, reflection.c: More
22584         MonoGHashTable->GHashTable.
22585
22586         * domain-internals.h, class.c: Change MonoGHashTable's into
22587         GHashTables for some cases where no gc stuff is used
22588
22589         All users: update apis
22590
22591 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
22592
22593         * metadata.c (builtin_types): Make this `const'. Makes this get
22594         put into the shareable section.
22595         (mono_metadata_init): Casts to make gcc happy.
22596
22597 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
22598
22599         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
22600
22601 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
22602
22603         * icall.c: Added an internal call to retrieve the position and length
22604         of assembly-level declarative security attributes (RequestMinimum, 
22605         RequestOptional and RequestRefuse). This is used by the Assembly class
22606         to re-create the corresponding permission sets.
22607
22608 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
22609
22610         * marshal.c: fix the stelemref wrapper to be type correct
22611         (and faster).
22612
22613 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
22614
22615         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
22616         to do key & 0x7fffffff. Hashtable already does this. It just
22617         results in longer code.
22618
22619 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
22620
22621         * appdomain.c: Bump corlib version.
22622         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
22623         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
22624         * reflection.c|h: Add functions to get declarative security infos
22625         (blob position and length) for assemblies, classes and methods.
22626
22627 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
22628
22629         * reflection.c: sort the constant table (bug #70693).
22630
22631 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
22632
22633         * object-internals.h, threads.c, domain.c: add accessors for
22634         the MonoThread and MonoDomain tls keys.
22635
22636 2004-12-18  Martin Baulig  <martin@ximian.com>
22637
22638         * class.c (inflate_generic_type): If we're inflating a generic
22639         instance, set `ngclass->context->container = context->container';
22640         ie. the container we inflated into.
22641
22642         * metadata.c (mono_metadata_parse_generic_param): Reflect above
22643         inflate_generic_type() changes.
22644
22645 2004-12-17  Martin Baulig  <martin@ximian.com>
22646
22647         * class-internals.h
22648         (MonoGenericClass): Replaced `MonoType *generic_type' with
22649         `MonoClass *generic_class'.  Removed `dynamic_info'; if
22650         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
22651         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
22652
22653 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
22654
22655         * exception.c (mono_exception_from_token): New helper function.
22656
22657 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
22658
22659         * assembly.c (mono_assembly_load_with_partial_name): Call 
22660         mono_assembly_loaded before invoking the preload hooks. Fixes
22661         #70564.
22662
22663         * object-internals.h (MonoThread): Change culture_info and 
22664         ui_culture_info into an array.
22665
22666         * threads.c: Cache culture info objects from more than one appdomain.
22667
22668         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
22669         current UI culture.
22670
22671 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
22672
22673         * threads.h threads.c appdomain.c: Clear the culture_info field of
22674         all threads during unloading if they point to an object in the dying
22675         appdomain.
22676
22677 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
22678
22679         * culture-info.h (TextInfoEntry): New struct
22680         * object-internals.h: sync with managed
22681         * locales.c: fill the `text_info_data' field
22682         * culture-info-tables.h: update
22683
22684 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
22685
22686         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
22687         collector.
22688
22689 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
22690
22691         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
22692         (ves_icall_ModuleBuilder_getMethodToken): Ditto
22693
22694 2004-12-12  Martin Baulig  <martin@ximian.com>
22695
22696         * mono-debug-debugger.c (write_type): If we're an enum and the
22697         builtin types have already been initialized, call mono_class_init().
22698
22699 2004-12-11  Martin Baulig  <martin@ximian.com>
22700
22701         * metadata.c (mono_metadata_load_generic_params): Added
22702         `MonoGenericContainer *parent_container' argument; automatically
22703         compute `container->is_method'; pass the correct owner to
22704         get_constraints().      
22705
22706         * reflection.c (compare_genericparam): Sort the GenericParam table
22707         according to increasing owners. 
22708
22709 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
22710
22711         * profiler.c: allow disabling the default profiler.
22712
22713 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
22714
22715         * decimal.c, icall.c: allow disabling System.Decimal support.
22716
22717 2004-12-09  Marek Safar <marek.safar@seznam.cz>
22718
22719         * reflection.c: Add support for null attribute arguments.
22720
22721 2004-12-09  Martin Baulig  <martin@ximian.com>
22722
22723         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
22724         names to get rid of compiler warnings.
22725
22726 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
22727
22728         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
22729         mono_marshal_load_type_info (). Fixes #69625.
22730         (mono_marshal_get_ptr_to_struct): Likewise.
22731
22732 2004-12-08  Martin Baulig  <martin@ximian.com>
22733
22734         * mono-debug.h: Bumped version number to 47.
22735
22736         * mono-debug-debugger.c
22737         (mono_debugger_event_handler, mono_debugger_event): Take two
22738         guint64 arguments insteed of a gpointer and a guint32.  
22739
22740 2004-12-08  Martin Baulig  <martin@ximian.com>
22741
22742         * debug-mono-symfile.h
22743         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
22744         `address' to `native_offset'.
22745
22746 2004-12-08  Martin Baulig  <martin@ximian.com>
22747
22748         * class.c (mono_class_create_from_typespec): Only inflate if we
22749         either have `context->gclass' or `context->gmethod'.
22750
22751 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
22752
22753         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
22754
22755         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
22756
22757         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
22758
22759         * reflection.c (mono_assembly_get_object): Remove the workaround put
22760         in for the release.
22761         
22762         * appdomain.c: Use the corlib_internal field from MonoAssembly.
22763
22764         * appdomain.c: Bump corlib version.
22765
22766         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
22767         be visible in other appdomains.
22768
22769 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
22770
22771         * threads.c: Interlocked inc and dec for longs were messed up,
22772         use a KISS based impl for this. Fixes 70234
22773
22774 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
22775
22776         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
22777
22778 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
22779
22780         * icall.c: fix to follow policy not to allow struct
22781         arguments in icalls.
22782
22783 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22784
22785         * process.c: make the patch that handles spaces in file paths work
22786         on mono/windows too.
22787
22788 2004-12-06  Martin Baulig  <martin@ximian.com>
22789
22790         * class.c (mono_class_create_generic): Call
22791         mono_class_setup_supertypes() if we're dynamic.
22792         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
22793
22794 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
22795
22796         * object-internals.h: Add new fields to MonoThread.
22797
22798         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
22799
22800         * icall.c threads-types.h threads.c: Add new icalls.
22801
22802         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
22803
22804         * object-internals.h (MonoReflectionAssembly): Sync object layout with
22805         managed side.
22806
22807         * appdomain.c: Bump corlib version.
22808
22809         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
22810         internal assemblies. Fixes #69181.
22811
22812 2004-12-05  Martin Baulig  <martin@ximian.com>
22813
22814         * class.c (mono_class_inflate_generic_signature): Make this a
22815         no-op if `context' is NULL or we don't have any type parameters;
22816         also copy `sentinelpos'.        
22817
22818 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
22819
22820         * image.c: Add unbox_wrapper_cache.
22821
22822         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
22823
22824         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
22825         function generator.
22826         
22827         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
22828         Fixes #70173.
22829
22830         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
22831         
22832 2004-12-04  Martin Baulig  <martin@ximian.com>
22833
22834         * loader.c (mono_method_get_signature_full): New public function;
22835         like mono_method_get_signature(), but with an additional
22836         `MonoGenericContext *' argument.
22837
22838         * class.c (mono_class_inflate_generic_signature): Formerly known
22839         as inflate_generic_signature(); make this public.
22840
22841 2004-12-04  Martin Baulig  <martin@ximian.com>
22842
22843         * metadata.c
22844         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
22845         instead of a `MonoGenericContainer *'.  
22846         (mono_metadata_parse_array_full): Likewise.
22847         (mono_metadata_parse_signature_full): Likewise.
22848         (mono_metadata_parse_method_signature_full): Likewise.
22849         (mono_metadata_parse_generic_inst): Likewise.
22850         (mono_metadata_parse_generic_param): Likewise.
22851         (mono_metadata_parse_mh_full): Likewise.
22852         (mono_type_create_from_typespec_full): Likewise.
22853
22854 2004-12-03  Martin Baulig  <martin@ximian.com>
22855
22856         * class-internals.h (MonoGenericContainer): Replaced the
22857         `MonoGenericContext * pointer with a `MonoGenericContext'
22858         structure and made it the first element.
22859
22860 2004-12-03  Martin Baulig  <martin@ximian.com>
22861
22862         * class.c
22863         (inflate_generic_type): Set the `context->container' when creating
22864         a new MonoGenericContext.
22865         (mono_class_inflate_generic_method): Likewise.
22866         (mono_class_create_from_typespec): Just use `context->container'
22867         to get the container.
22868
22869         * loader.c (method_from_methodspec): Set `context->parent' from
22870         `context->container' - and if that's a method container, use its
22871         parent.  Also set the `context->container' when creating a new
22872         MonoGenericContext.
22873         (mono_get_method_from_token): Use just `context->container' to get
22874         the container.
22875
22876         * metadata.c (do_mono_metadata_parse_generic_class): Also set
22877         `gclass->context->container'.
22878
22879         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
22880         the `context->container' when creating a new MonoGenericContext.
22881
22882 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
22883
22884         * reflection.c (compare_genericparam): Sort params with identical
22885         owner by their number. Fixes gen-111 on sparc.
22886
22887 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
22888
22889         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
22890         around the domain changes.
22891
22892         * appdomain.c (mono_domain_unload): Handle the case when the thread
22893         calling Unload is itself being aborted during unloading. Fixes #70022.
22894
22895         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
22896
22897         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
22898         checkpoint_func as an icall so it gets a wrapper.
22899         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
22900         in the cross-appdomain wrappers too.
22901
22902         * threads.c (mono_thread_has_appdomain_ref): Make this public.
22903
22904         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
22905
22906         * reflection.c: Fix some memory leaks.
22907         
22908 2004-12-02  Martin Baulig  <martin@ximian.com>
22909
22910         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
22911
22912         * metadata.c (generic_class_cache): New static hashtable.
22913         (mono_metadata_lookup_generic_class): New public method.
22914
22915 2004-12-02  Martin Baulig  <martin@ximian.com>
22916
22917         * class.c (mono_class_create_from_typedef): Call
22918         mono_class_setup_parent() and mono_class_create_mono_type() before
22919         parsing the interfaces.
22920
22921 2004-12-02  Martin Baulig  <martin@ximian.com>
22922
22923         * metadata.c (generic_inst_cache): New static hashtable.
22924         (mono_metadata_lookup_generic_inst): New public function.
22925         (mono_metadata_inflate_generic_inst): New public function.
22926         (mono_metadata_parse_generic_inst): New public function.
22927         (do_mono_metadata_parse_generic_class): Use the new
22928         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
22929         since this'll also use the cache.
22930
22931         * reflection.c (mono_reflection_bind_generic_method_parameters):
22932         Use mono_metadata_lookup_generic_inst() to use the new cache.
22933
22934         * class.c (inflate_mono_type): Use
22935         mono_metadata_inflate_generic_inst() to inflate a generic
22936         instance; this'll also use the new cache.
22937
22938         * loader.c (method_from_methodspec): Use
22939         mono_metadata_parse_generic_inst() and
22940         mono_metadata_inflate_generic_inst() rather than parsing it
22941         manually, so we can use the new cache.
22942
22943 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
22944
22945         * threads.c (wait_for_tids): Do not incorrectly free threads when 
22946         the wait times out.
22947
22948 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
22949
22950         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
22951         iter->args based on whether parameters are passed in registers (i.e.
22952         MONO_ARCH_REGPARMS is defined)
22953
22954 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
22955
22956         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
22957         the exception message. Fixes #70070.
22958         (method_from_methodspec): Fix warnings.
22959
22960 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22961
22962         * process.c: (complete_path) return the path quoted
22963
22964 2004-12-01  Martin Baulig  <martin@ximian.com>
22965
22966         * class-internals.h (MonoGenericInst): New structure.
22967         (MonoGenericClass): Replaced `type_argc', `type_argv' and
22968         `is_open' with `MonoGenericInst *inst'.
22969         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
22970         `is_open' with `MonoGenericInst *inst'.
22971
22972 2004-11-30  Martin Baulig  <martin@ximian.com>
22973
22974         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
22975
22976         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
22977         to `generic_class_cache'.
22978
22979         * metadata.c
22980         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
22981         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
22982         (mono_generic_inst_is_valuetype): Renamed to
22983         mono_generic_class_is_valuetype().
22984
22985         * class-internals.h
22986         (MonoGenericInst): Renamed to MonoGenericClass.
22987         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
22988         (MonoClass): Renamed `generic_inst' to `generic_class'.
22989         (MonoGenericContext): Renamed `ginst' to `gclass'.
22990
22991         * object-internals.h
22992         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
22993
22994         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
22995         mono_reflection_generic_class_initialize().
22996
22997         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
22998         now known as "System.Reflection.MonoGenericClass".
22999         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
23000
23001 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
23002
23003         * class-internals.h: Added a flag field to MonoClass to cache the
23004         declarative security attributes actions associated with the class.
23005         * domain-internals.h: Added booleans to MonoJitInfo to cache the
23006         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
23007         applicable to the JITted method.
23008         * reflection.c|h: Added functions to extract (as flags) which security
23009         actions are available (declaratively) for a method, class or assembly.
23010         * metadata.c|h: Added functions to search the declarative security
23011         table in the metadata.
23012         
23013 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
23014
23015         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
23016         EXPORTEDTYPES are already in the class name cache, so there is no
23017         need to add extra code here to look at them. Just removes a bit of
23018         cruft.
23019
23020         (ves_icall_System_Environment_get_TickCount): No need for #if
23021         WINDOWS. We already have the code in io-layer.
23022
23023 2004-11-28  Martin Baulig  <martin@ximian.com>
23024
23025         * loader.c
23026         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
23027         Fixes gen-112.cs.
23028
23029 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
23030
23031         * assembly.c (do_mono_assembly_open): Instead of having a
23032         conditional WITH_BUNDLE, incorporate support for bundles here, by
23033         having a global `bundles' variable holding a pointer to the actual
23034         bundles. 
23035
23036         (mono_register_bundled_assemblies): New API call used by the
23037         bundle code. 
23038
23039         See mkbundle.1 for details.
23040         
23041 2004-11-27  Martin Baulig  <martin@ximian.com>
23042
23043         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
23044         the vtable for generic methods.
23045
23046 2004-11-26  Martin Baulig  <martin@ximian.com>
23047
23048         * metadata.c
23049         (mono_metadata_generic_method_hash): New public function.
23050         (mono_metadata_generic_method_equal): Likewise.
23051
23052         * class-internals.h
23053         (MonoGenericContainer): Added `GHashTable *method_hash'.
23054
23055         * reflection.c (ReflectionMethodBuilder): Added
23056         `MonoGenericContainer *generic_container'.
23057         (reflection_methodbuilder_to_mono_method): Don't create a new
23058         MonoGenericContainer each time we're called.
23059         (mono_reflection_bind_generic_method_parameters): Use
23060         `container->method_hash' to cache the results so we don't create a
23061         different method if we're called several times with the same
23062         arguments.
23063
23064         * loader.c (method_from_methodspec): Use the new
23065         `container->method_hash' here, too.
23066
23067 2004-11-26  Martin Baulig  <martin@ximian.com>
23068
23069         * class.c (inflate_generic_signature): Correctly compute
23070         `res->has_type_parameters'.
23071         (mono_class_vtable): Use the `has_type_parameters' flag to
23072         determine whether we're a generic method.
23073
23074         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
23075
23076 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
23077
23078         * object.c (mono_runtime_run_main): Fix a small memory leak.
23079
23080 2004-11-25  Martin Baulig  <martin@ximian.com>
23081
23082         * class.c (set_generic_param_owner): Fixed the loop.
23083
23084 2004-11-25  Martin Baulig  <martin@ximian.com>
23085
23086         * object.c (mono_class_vtable): Don't create any JIT wrappers for
23087         generic methods.
23088
23089 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
23090
23091         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
23092         names. Fixes #69787.
23093
23094 2004-11-24  Martin Baulig  <martin@ximian.com>
23095
23096         * class.c (mono_class_create_generic_2): If we don't have a
23097         `ginst->parent', inflate `gklass->parent' to get our parent.
23098
23099 2004-11-24  Martin Baulig  <martin@ximian.com>
23100
23101         * reflection.c (compare_genericparam): Correctly sort the
23102         GenericParam table; fixes #69779.
23103
23104 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
23105
23106         * reflection.c: When writing a PE file, don't create a huge
23107         buffer in memory. Just write the arrays we have to the file.
23108         This reduces memory usage.
23109
23110         * metadata-internals.h: MonoDynamicStream pefile is no longer used
23111         globally.
23112
23113 2004-11-17  Martin Baulig  <martin@ximian.com>
23114
23115         * class.c (mono_class_init): Don't setup `class->parent' for
23116         dynamic instances; moved this to mono_class_generic_2().
23117         (mono_class_create_generic): Also set `klass->inited' for dynamic
23118         generic instances.
23119         (mono_class_create_generic_2): Don't do anything for dynamic
23120         generic instances.  Set `klass->parent' here and also call
23121         mono_class_setup_parent() here. 
23122
23123         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
23124         `MonoType *parent' argument; set `ginst->parent' before calling
23125         mono_class_create_generic_2(), so we set the correct parent.
23126
23127 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
23128
23129         * reflection.c: allow getting attributes from ModuleBuilder
23130         (used by ikvm).
23131
23132 2004-11-17  Martin Baulig  <martin@ximian.com>
23133
23134         * class.c (mono_class_create_from_typedef): If a type parameter is
23135         inherited from an outer class, set its owner to that class.
23136
23137 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
23138
23139         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
23140           for (int*) written size. This fixes bug #69592.
23141
23142 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
23143
23144         * icall.c: Added IsAuthenticodePresnet internal call.
23145         * image.c|h: New function that check a MonoImage for an Authenticode
23146         signature in the certificate PE data directory.
23147         * security.c|h: New internal call to ask the runtime if an 
23148         Authenticode signature seems referenced in the PE header.
23149
23150 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
23151
23152         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
23153
23154         * reflection.c (mono_image_create_pefile): Free the assembly streams
23155         after writing out the assembly file.
23156
23157         * object.c (mono_runtime_run_main): Fix small memory leak.
23158
23159         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
23160         property access modifiers. Fixes #69389.
23161
23162 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
23163
23164         * domain.c, object.c, object-internals.h, domain-internals.h,
23165         object.h, marshal.c: keep dynamic code info per domain.
23166
23167 2004-11-15  Martin Baulig  <martin@ximian.com>
23168
23169         * class.c (mono_type_get_name_recurse): Put type arguments in
23170         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
23171         see bug #68387.
23172
23173 2004-11-15  Martin Baulig  <martin@ximian.com>
23174
23175         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
23176         (mono_class_setup_vtable): When computing `the_cname' for a
23177         generic instance, don't include the namespace since we'd otherwise
23178         add it twice.
23179
23180 2004-11-15  Martin Baulig  <martin@ximian.com>
23181
23182         * class.c (mono_class_create_generic): Changed return type to void.
23183         (mono_class_create_generic_2): New public function; setup
23184         `class->method', `class->field' and `class->interfaces' here
23185         instead of in mono_class_init().
23186
23187         * class.h (mono_class_create_generic): Moved to class-internals.h.
23188
23189 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
23190
23191         * reflection.c (mono_image_create_pefile): take a file HANDLE.
23192         rather than writing to memory, write to this file. Right now,
23193         we are just writting into a buffer, and copying that. However
23194         we can avoid the buffer later.
23195
23196         (mono_dynamic_stream_reset): new function
23197
23198         * icall.c, object-internals.h: update for the above.
23199
23200 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
23201
23202         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
23203         have been using gc'd memory. First it is slower, unlikely
23204         the comment in the source code said, secondly, it increases
23205         our footprint to do it in the gc.
23206
23207         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
23208         the method so that it does not have to copy to managed code.
23209
23210 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
23211
23212         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
23213
23214 2004-11-12  Martin Baulig  <martin@localhost>
23215
23216         * reflection.c (mono_image_create_token): Allow generic method
23217         definitions here, since they may appear in an `.override'; see
23218         gen-98/gen-99 for an example.
23219
23220 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
23221
23222         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
23223         #69365.
23224
23225         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
23226         descriptive.
23227
23228 2004-11-11  Martin Baulig  <martin@ximian.com>
23229
23230         * class.c (mono_class_setup_vtable): In an explicit interface
23231         implementation, the method name now includes the arity.
23232
23233 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
23234
23235         * object.c (mono_array_full_copy): Fix warning.
23236
23237 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
23238
23239         * appdomain.c: Removed look_for_method_by_name(). Use the new method
23240         mono_class_get_method_from_name() instead.
23241         
23242         * class-internals.h: Added two new types of wrappers. 
23243         Added MonoRemotingTarget enum. Added new trampoline function type, which
23244         takes an additional MonoRemotingTarget value as parameter, so it is
23245         possible to request a trampoline for a specific target.
23246         
23247         * class.c: Added new mono_class_get_method_from_name() method.
23248         
23249         * class.h: In MonoRemoteClass, we can have now to vtables, one for
23250         general remoting sinks and one specific for cross domain calls.
23251         
23252         * debug-helpers.c: Added new wrapper names.
23253         
23254         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
23255         of a remote class.
23256         
23257         * image.c: Porperly delete value objects form the remoting invoke hashtable.
23258         
23259         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
23260         with several other methods (mono_marshal_get_xappdomain_dispatch,
23261         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
23262         and others) can generate a fast remoting wrapper for cross domain calls.
23263         More information can be found in docs/remoting.
23264         Other changes: Removed mono_find_method_by_name, and used
23265         mono_class_get_method_from_name instead.
23266         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
23267         is stored in the remoting invoke hashtable.
23268         
23269         * marshal.h: published the new method for getting the xdomain wrapper,
23270         and also added a method for getting the adequate wrapper for a given
23271         method and target.
23272         
23273         * object-internals.h, object.c: Added a couple of methods for capying and
23274         cloning arrays.
23275         Modified mono_install_remoting_trampoline, which takes the new remoting
23276         trampoline that has a remoting target as parameter.
23277         mono_class_proxy_vtable now also takes a remoting target as parameter, and
23278         will return the most suitable vtable for the target.
23279         Added mono_remote_class_vtable, which returns the vtable of a remote class
23280         (which can be the normal remoting vtable or the xdomain vtable).
23281         
23282         * threads.c: the xdomain invoke and dispatch wrappers must also be
23283         protected against interruptions.
23284
23285 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23286
23287         * icall.c: use memmove in BlockCopyInternal when the source and
23288         destination arrays are the same.
23289
23290 2004-11-09  Martin Baulig  <martin@ximian.com>
23291
23292         * class-internals.h (MonoGenericContainer): Removed `method' and
23293         `signature', replaced them with `is_method' and `is_signature'
23294         flags.  Added `context'.
23295
23296         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
23297         instead of a `MonoGenericContainer *'.
23298
23299         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
23300         for dynamic type parameters.
23301         (mono_metadata_load_generic_params): Setup `container->context'.
23302
23303         * reflection.c (mono_reflection_setup_generic_class): Setup
23304         `tb->generic_container->context'.
23305         (do_mono_reflection_bind_generic_parameters): Use
23306         mono_class_inflate_generic_type() to correctly inflate types,
23307         rather than using our own hack just for MONO_TYPE_VAR.
23308
23309 2004-11-09  Martin Baulig  <martin@ximian.com>
23310
23311         * class.c (mono_class_inflate_generic_method): Small fix; don't
23312         crash here.
23313
23314         * icall.c
23315         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
23316         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
23317         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
23318         (ves_icall_Type_BindGenericParameters): Likewise.
23319         (ves_icall_Type_get_IsGenericInstance): Likewise.
23320         (ves_icall_Type_GetGenericParameterPosition): Likewise.
23321         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
23322         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
23323         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
23324
23325 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
23326
23327         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
23328         assembly versions and public key tokens. Fixes #69113.
23329
23330 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
23331
23332         * metadata.c: fix bug introduced with the type cache changes
23333         on 2004-11-06.
23334
23335 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
23336
23337         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
23338         the MonoClass pointer instead of the token in exception clauses.
23339         * reflection.c: updates for the above and make the code not depend
23340         on the structure of MonoExceptionClause.
23341
23342 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
23343
23344         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
23345         Add support for dynamic assemblies. Fixes #69114.
23346
23347         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
23348
23349 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
23350
23351         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
23352         since most only those methods use it. the code member of
23353         MonoMethodPInvoke was dead, so that can be removed too. Also,
23354         remove inline_count (again, not used), and move slot so that it
23355         can share bits with some other flags. This saves 8 bytes in the
23356         structure and gives us about 50 kb back for mcs helloworld.cs
23357
23358         * *.[ch]: Do naming changes for the above.
23359
23360         * loader.c (mono_method_get_header): Lazily init the header
23361         on first access.
23362         (mono_get_method_from_token): don't init the header here
23363         (mono_free_method): the header may never be allocated
23364
23365         Overall, this saves 150 kb of unmanaged allocations
23366         for mcs helloworld.cs. That accounts for 10% of the unmanaged
23367         memory at runtime.
23368         
23369         * loader.c, loader.h (mono_method_get_header): new accessor.
23370
23371         * *.[ch]: use the above method. Prepares us to lazily load
23372         the header.
23373
23374         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
23375         three warnings, which are actual bugs (see 69206).
23376
23377         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
23378         unused. Saves a cool 4 bytes / method.
23379
23380 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
23381
23382         * metadata.c (builtin_types): Add types for System.Object here.
23383         (mono_metadata_parse_type_full): Cache MonoType*'s that are
23384         for a class or valuetype from klass->this_arg or klass->byval_arg.
23385
23386         On mcs for a hello world, this gets us down from 21836 MonoType's
23387         to 14560.
23388
23389         (mono_metadata_free_type): Account for the above change.
23390
23391 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
23392
23393         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
23394         exception instead of asserting if name is null.
23395         (ves_icall_System_AppDomain_GetData): Ditto.
23396
23397 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
23398
23399         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
23400         EnumBuilder.
23401
23402         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
23403         Return NULL when the domain does not have entry_assembly set.
23404
23405         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
23406         Add a 'resource_modules' argument.
23407         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
23408
23409         * reflection.c (mono_reflection_create_runtime_class): Move setting
23410         of wastypebuilder here, so mono_get_type_object () returns a MonoType
23411         for enums too.
23412
23413         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
23414         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
23415         Throw an ArgumentNullException if 'ptr' is null.
23416
23417         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
23418         assemblies here. Fixes #69020.
23419
23420 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
23421
23422         * reflection.c (build_compressed_metadata): Fix the previous patch for
23423         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
23424         the stack.
23425
23426 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
23427
23428         * assembly.c (mono_assembly_names_equal): Allow a match if one of
23429         the cultures is false. Fixes #69090.
23430
23431         * reflection.c (build_compressed_metadata): Fix invalid memory read 
23432         detected by valgrind.
23433         
23434         * reflection.c (mono_reflection_get_type): Avoid triggering a 
23435         TypeResolve multiple times for the same type. Fixes #65577.
23436
23437 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
23438
23439         * marshal.c: Avoid using ldftn to call managed functions. It is
23440         much slower than just a call.
23441
23442         * reflection.c (mono_module_get_object): free the basename we
23443         allocate here from glib.
23444         
23445         * reflection.c (ensure_runtime_vtable): make sure to free
23446         overrides.  Also, we were allocating an array of MonoMethod not an
23447         array of MonoMethod*.
23448
23449         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
23450
23451         * image.c (mono_image_close): free image->guid here.
23452
23453 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
23454
23455         * reflection.c: Fix some spec conformance issues with the PE file
23456         structures so mcs compiled apps run on the Net 2.0 beta.
23457
23458 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
23459
23460         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
23461         Implement this. Fixes #67264.
23462
23463         * debug-helpers.h debug-helpers.c marshal.c: Move 
23464         mono_find_method_by_name to debug-helpers.c.
23465
23466 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
23467
23468         * object.c (mono_release_type_locks): type_initialization_hash is
23469         a GHashTable.
23470
23471         * reflection.c object.c object-internals.h: Fix warnings.
23472
23473         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
23474         without accessors. Fixes #61561.
23475
23476         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
23477         application base from the root domain if not set. Fixes #65641.
23478         (mono_runtime_init): Fix warning.
23479
23480 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23481
23482         * appdomain.c: call mono_thread_pool_init.
23483         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
23484         of worker threads based on the number of CPUs and the environment
23485         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
23486         for non-windows (windows) systems.
23487
23488 2004-10-27  Chris Toshok  <toshok@ximian.com>
23489
23490         * mono-debug-debugger.c (write_class): don't call mono_class_init
23491         here, as even with the check for (!klass->init_pending), we get
23492         into a situation where we're hitting cycles in class
23493         initialization.  Fixes #68816.
23494
23495 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
23496
23497         * image.c: Avoid overwriting values in the loaded_images_hash when an
23498         assembly is loaded multiple times. Fixes #61152.
23499
23500         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
23501         so multiple satellite assemblies for the same name can be loaded.
23502         Fixes #68259.
23503
23504         * mono_domain_assembly_preload: Actually return the loaded assembly, 
23505         not NULL.
23506
23507         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
23508         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
23509
23510         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
23511         pending finalizers are not invoked after the appdomain has been 
23512         unloaded. Fixes #67862.
23513
23514 2004-10-22  Martin Baulig  <martin@ximian.com>
23515
23516         * mono-debug-debugger.c
23517         (mono_debugger_runtime_invoke): Don't box valuetypes.
23518
23519 2004-10-22  Chris Toshok  <toshok@ximian.com>
23520
23521         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
23522         don't hide private methods.
23523
23524 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
23525
23526         * icall.c: Allows the runtime to "share" (when known) the public key
23527         token of an assembly. This avoid the need to recalculate the token 
23528         (from the public key) in managed code.
23529
23530 2004-10-21  Chris Toshok  <toshok@ximian.com>
23531
23532         * debug-helpers.c (append_class_name): argh, revert last patch.
23533         
23534 2004-10-21  Chris Toshok  <toshok@ximian.com>
23535
23536         * debug-helpers.c (append_class_name): use '+' as the delimiter,
23537         not '/', so that it matches what the debugger uses to look up
23538         methods.
23539
23540 2004-10-21  Martin Baulig  <martin@ximian.com>
23541
23542         * mono-debug-debugger.c (mono_debugger_throw_exception): New
23543         public method; this is called each time an exception is thrown and
23544         allows the debugger to use exception catch points.
23545
23546 2004-10-21  Martin Baulig  <martin@ximian.com>
23547
23548         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
23549         the stack pointer and the exception object in some struct and pass
23550         that to the debugger.
23551
23552 2004-10-21  Chris Toshok  <toshok@ximian.com>
23553
23554         * mono-debug-debugger.c (do_write_class): add instance/static
23555         event support.  We don't expose "raise" or "other" yet.
23556         (event_is_static): new method.
23557
23558 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
23559
23560         * mono-debug-debugger.c
23561         (mono_debugger_handle_exception): Remove
23562         bogus return value for fussy compilers.
23563
23564 2004-10-20  Martin Baulig  <martin@ximian.com>
23565
23566         * mono-debug-debugger.c
23567         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
23568         (mono_debugger_handled_exception): Likewise.
23569
23570 2004-10-20  Martin Baulig  <martin@ximian.com>
23571
23572         * mono-debug-debugger.h (MonoDebuggerEvent): Added
23573         MONO_DEBUGGER_EVENT_EXCEPTION.
23574
23575         * mono-debug-debugger.c (mono_debugger_handle_exception): New
23576         public function to send the debugger a notification for an
23577         exception and inform it about a catch/finally clause.
23578
23579 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
23580
23581         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
23582         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
23583         fix 2.95 build. 
23584
23585         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
23586
23587 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
23588
23589         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
23590         marshalled as [In,Out]. Fixes #58325.
23591
23592 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
23593
23594         * reflection.c (mono_method_body_get_object): Implement some fields.
23595
23596 2004-10-12  Martin Baulig  <martin@ximian.com>
23597
23598         * reflection.c (mono_reflection_bind_generic_parameters): Small
23599         fix, correctly retrieve our parent from a generic instance.
23600
23601 2004-10-12  Martin Baulig  <martin@ximian.com>
23602
23603         * metadata.c (mono_metadata_generic_param_equal): We always have
23604         an owner.
23605
23606         * class.c
23607         (mono_class_from_generic_parameter): We need to have an owner.
23608         (my_mono_class_from_generic_parameter): Likewise.
23609
23610         * reflection.c (mono_reflection_setup_generic_class): Renamed to
23611         mono_reflection_create_generic_class() and added a new
23612         mono_reflection_setup_generic_class().  
23613         (mono_reflection_initialize_generic_param): If we're a nested
23614         generic type and inherited from the containing class, set our
23615         owner to the outer class.
23616
23617 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
23618
23619         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
23620
23621         * reflection.c (mono_method_body_get_object): New function to create
23622         a MethodBody object.
23623
23624         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
23625
23626 2004-10-11  Martin Baulig  <martin@ximian.com>
23627
23628         * metadata.c (_mono_metadata_type_equal): Renamed to
23629         do_mono_metadata_type_equal() and made static.
23630
23631 2004-10-11  Martin Baulig  <martin@ximian.com>
23632
23633         * appdomain.c: Bump corlib version number to 28.
23634
23635 2004-10-10  Martin Baulig  <martin@ximian.com>
23636
23637         * class-internals.h
23638         (MonoGenericInst): Added `MonoGenericContainer *container'.
23639         (MonoGenericMethod): Likewise.
23640         (MonoGenericContext): Likewise.
23641         (MonoGenericParam): Added `MonoGenericContainer *owner'.
23642
23643         * metadata.c
23644         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
23645         (do_mono_metadata_parse_generic_inst): Likewise.
23646         (mono_metadata_parse_type_full): New public method.  This is the actual
23647         mono_metadata_parse_type() implementation - with an additional
23648         `MonoGenericContainer *' argument.
23649         (mono_metadata_parse_array_full): Likewise.
23650         (mono_metadata_parse_signature_full): Likewise.
23651         (mono_metadata_parse_method_signature_full): Likewise.
23652         (mono_metadata_parse_mh_full): Likewise.
23653         (mono_type_create_from_typespec): Likewise.
23654         (mono_metadata_interfaces_from_typedef_full): New public method;
23655         this is similar to the other _full() methods, but we take a
23656         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
23657         (mono_metadata_parse_generic_param): Take an additional
23658         `MonoGenericContainer *' argument and lookup the MonoGenericParam
23659         from that container.
23660         (mono_metadata_generic_param_equal): New static method to compare
23661         two type parameters.
23662         (_mono_metadata_type_equal): New static method; takes an
23663         additional `gboolean signature_only' argument - if true, we don't
23664         compare the owners of generic parameters.
23665         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
23666         with a TRUE argument - do a signature-only comparision.
23667
23668         * loader.c: Use the new _full() methods and pass the
23669         MonoGenericContainer to them.
23670
23671         * object-internals.h (MonoReflectionTypeBuilder): Added
23672         `MonoGenericContainer *generic_container' field.
23673         (MonoReflectionMethodBuilder): Likewise.
23674
23675 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
23676
23677         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
23678         case initial images of dynamic assemblies.
23679
23680         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
23681
23682         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
23683
23684         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
23685         length of event->other array.
23686         (typebuilder_setup_events): Ditto.
23687
23688         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
23689         'assembly_by_name' and add an 'assemblies' list.
23690
23691         * assembly.h assembly.c: Add a new search hook for determining whenever
23692         an assembly is already loaded. Use this instead of searching in the
23693         loaded_assemblies list.
23694
23695         * domain.c appdomain.c: Implement the new search hook so loaded 
23696         assemblies are now scoped by appdomain. Fixes #67727.
23697
23698 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
23699
23700         * threads.c (mono_thread_attach): Initialize synch_lock field so
23701         mono_thread_detach works again.
23702
23703         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
23704         'lib' too. Fixes #63130.
23705
23706 2004-10-06  Jackson Harper  <jackson@ximian.com>
23707
23708         * culture-info-tables.h: regenerated.
23709
23710 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
23711
23712         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
23713         implemented by other interfaces in the result. Fixes #65764.
23714         
23715         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
23716         Handle unloadable modules without crashing.
23717
23718         * image.c (load_modules): Revert the previous patch since modules must
23719         have a fixed index inside the array.
23720         
23721         * image.c (load_modules): Don't include native modules in the modules
23722         array.
23723
23724 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
23725
23726         * reflection.h: Add param_defaults field.
23727
23728         * reflection.c: Add support for parameter defaults in dynamic methods.
23729         Fixes #64595.
23730
23731         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
23732         an empty string when a type has no namespace. Fixes #64230.
23733
23734 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
23735
23736         * tabledefs.h: Added "internal" security actions to support non-CAS
23737         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
23738         Note: they do not seems to be used anymore in 2.0 (new metadata format)
23739
23740 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
23741
23742         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
23743         constructor of abstract class. Fixes #61689.
23744
23745 2004-10-04  Martin Baulig  <martin@ximian.com>
23746
23747         * class-internals.h (MonoGenericContainer): New type.
23748         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
23749         `MonoGenericContainer *generic_container'.
23750         (MonoClass): Replaced `gen_params' and `num_gen_params' with
23751         `MonoGenericContainer *generic_container'.
23752
23753         * metadata.c (mono_metadata_load_generic_params): Return a
23754         `MonoGenericContainer *' instead of a `MonoGenericParam *';
23755         removed the `num' argument.
23756
23757 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
23758
23759         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
23760         for dynamic images.
23761
23762         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
23763         machine fields.
23764
23765         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
23766
23767         * reflection.c: Save pe_kind and machine values into the generated
23768         image file.
23769
23770         * appdomain.c: Bump corlib version number.
23771
23772         * object-internals.h: Reorganize layout of LocalBuilder.
23773
23774         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
23775         New helper function.
23776
23777         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
23778         created MonoType for dynamic types. Fixes #66180.
23779
23780 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
23781
23782         * threadpool.c: the ares hashtable needs a critical section around it.
23783         this prevents some nasty segfaults
23784
23785 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
23786
23787         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
23788         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
23789         bug 67324).
23790         
23791 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
23792
23793         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
23794         
23795 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
23796
23797         * image.c: Always canonicalize image file names, to avoid loading
23798         the same assembly twice when referenced using a relative path.
23799
23800 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
23801
23802         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
23803
23804         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
23805
23806         * marshal.c: Fix warnings.
23807
23808 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
23809
23810         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
23811         attempting to marshal the delegate_trampoline as the method_addr.
23812         This patch has a static hashtable of marshalled delegates so that 
23813         we can map delegate_trampoline addresses back to delegates.  This
23814         allows a delegate passed to managed code to be passed back into native
23815         code.  Fixes #67039
23816
23817 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
23818
23819         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
23820
23821         * reflection.c (method_encode_code): Align method headers properly.
23822         Fixes #66025.
23823
23824 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
23825
23826         * marshal.c: In the runtime invoke wrapper, reset the abort
23827         exception if it is cached. This avoids the automatic rethrowal of 
23828         the exception after the catch of the wrapper. Also check for pending
23829         interruptions before calling the managed method. This is done using
23830         the new method emit_thread_force_interrupt_checkpoint, since the
23831         normal checkpoint method is ignored when running the invoke wrapper.
23832         * object.c: If the abort exception is rethrown, set the abort_exc
23833         field of the thread, so it will be rethrown aftere every catch.
23834         * threadpool.c: Only run an interruption checkpoint if what has been
23835         requested is a stop of the thread (aborts will be ignored).
23836         * threads.c: By default, a thread will now never be interrumped while
23837         running the runtime invoke wrapper (this ensures that runtime_invoke
23838         will always return to the caller if an exception pointer is provided).
23839         There is a new special method mono_thread_force_interruption_checkpoint()
23840         to force an interruption checkpoint even if running a protected
23841         wrapper, which is used by the same runtime invoke wrapper to do a check
23842         at a safe point.
23843
23844 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
23845
23846         * object.c, object-internals.h: Implemented mono_release_type_locks,
23847         which releases the cctor locks held by a thread.
23848         * threads.c, threads.h: In thread_cleanup, release cctor locks held
23849         by a thread. Added mono_thread_exit() method to be used to safely stop
23850         a thread.
23851
23852 2004-09-28  Raja R Harinath  <rharinath@novell.com>
23853
23854         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
23855         Move null check before dereference.  Avoid indexing beyond the end
23856         of the 'modules' array.
23857
23858 2004-09-28  Raja R Harinath  <rharinath@novell.com>
23859
23860         * metadata-internals.h (MonoImage): Add module_count field.
23861         * image.c (load_modules): Set image->module_count.
23862         (mono_image_load_file_for_image): Use image->module_count.
23863         * reflection.c (mono_image_load_module): Append to image->modules array 
23864         of dynamic assembly.
23865         (mono_module_get_object): Fix loop to actually increment index.
23866         Use image->module_count.
23867         * assembly.c (mono_assembly_load_references): Use image->module_count.
23868         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
23869         Likewise.
23870
23871 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
23872
23873         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
23874         Avoid assert on generic types.
23875
23876 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
23877
23878         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
23879
23880         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
23881
23882         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
23883         function to convert a MarshalSpec structure to its managed counterpart.
23884
23885         * reflection.c: Fix warnings.
23886         
23887         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
23888         field.
23889
23890         * icall.c (mono_create_icall_signature): Fix build.
23891
23892 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
23893
23894         * icall.c: Add MakePointType icall.
23895
23896         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
23897         warnings.
23898
23899 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23900
23901         * threadpool.c: reuse allocated slots in the queue.
23902
23903 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
23904
23905         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
23906
23907         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
23908
23909         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
23910         previous change.
23911
23912         * tabledefs.h: Add constants for pinvoke attributes BestFit and
23913         ThrowOnUnmappableChar.
23914
23915         * icall.c (ves_icall_Type_GetPacking): New icall.
23916
23917 2004-09-24  Martin Baulig  <martin@ximian.com>
23918
23919         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
23920
23921 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23922
23923         * appdomain.c:
23924         (mono_domain_set): allow setting a domain that is being unloaded.
23925         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
23926         being unloaded.
23927
23928 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
23929
23930         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
23931         the GetCustomAttributes icall.
23932
23933 2004-09-23  Martin Baulig  <martin@ximian.com>
23934
23935         * object-internals.h (MonoReflectionGenericParam): Replaced
23936         'has_ctor_constraint', `has_reference_type' and `has_value_type'
23937         with `guint32 attrs'.
23938
23939 2004-09-23  Martin Baulig  <martin@ximian.com>
23940
23941         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
23942
23943 2004-09-23  Martin Baulig  <martin@ximian.com>
23944
23945         * object-internals.h (GenericParameterAttributes): New enum.
23946
23947 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
23948
23949         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
23950         
23951         * class.c (init_events): Fill out event->other field.
23952
23953         * class.c: Fix warnings.
23954
23955         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
23956
23957 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
23958
23959         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
23960         walk which doesn't supply the IL offset.
23961
23962 2004-09-22  Martin Baulig  <martin@ximian.com>
23963
23964         * reflection.c (mono_reflection_setup_internal_class): If we're
23965         System.ValueType, System.Object or System.Enum, set
23966         `klass->instance_size' and create the vtable.
23967         (mono_reflection_create_internal_class): If we're an enum type,
23968         get the base class from our current corlib.
23969
23970 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
23971
23972         * reflection.h (MonoResolveTokenError): New type.
23973
23974         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
23975         icall.
23976
23977         * icall.c: Add an 'error' argument to the ResolveToken icalls.
23978
23979 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
23980
23981         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
23982         Support also calling constructors, but only for already allocated objects.
23983
23984 2004-09-17  Geoff Norton <gnorton@customerdna.com>
23985
23986         * reflection.c (type_get_qualified_name): If the klass is null
23987         return the typename to avoid a NullRefEx.
23988         (encode_cattr_value): Get the qualified name of the boxed type,
23989         not the underlying enumtype.  Fixes #62984.
23990
23991 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
23992
23993         * marshal.c: Fix problems with previous checkin.
23994
23995 2004-09-21    <vargaz@freemail.hu>
23996
23997         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
23998         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
23999
24000         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
24001
24002 2004-09-21  Geoff Norton <gnorton@customerdna.com>
24003
24004         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
24005         should only return a type for pointers, arrays, and passbyref types.
24006         Fixes bug #63841.
24007
24008 2004-09-21  Martin Baulig  <martin@ximian.com>
24009
24010         * domain.c (mono_debugger_check_runtime_version): New public
24011         function.
24012
24013         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
24014
24015 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
24016
24017         * reflection.c: Added missing sort to the declarative security 
24018         attributes table. MS implementation stops seeing the attributes if the
24019         token number regress in the table (as shown by ildasm and permview).
24020
24021 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
24022
24023         * object-internals.h (MonoReflectionModule): Add 'token' field.
24024         
24025         * reflection.c (mono_reflection_get_token): Add support for Module
24026         and Assembly.
24027         (mono_module_get_object): Set 'token' field.
24028         (mono_module_file_get_object): Set 'token' field.
24029
24030         * icall.c: Add new Assembly and Module icalls.
24031
24032         * appdomain.c: Bump corlib version.
24033
24034 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
24035
24036         * loader.h loader.c class.h class.c: Add helper functions for obtaining
24037         tokens of metadata objects.
24038
24039         * reflection.h reflection.c (mono_reflection_get_token): New function
24040         to obtain the token of a metadata object.
24041
24042         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
24043
24044 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
24045
24046         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
24047         
24048         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
24049
24050 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
24051
24052         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
24053         * object-internals.h: Added 3 MonoArray* members to MonoReflection
24054         AssemblyBuilder to access the permissions set in the class lib.
24055         * reflection.c: Added security attributes encoding step in 
24056         mono_image_build_metadata.
24057         * tabledefs.h: Added new security actions defined in 2.0:
24058         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
24059
24060 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
24061
24062         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
24063         macro parameter.
24064
24065 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
24066  
24067         * locales.c: nullify the ICU_collator member of CompareInfo when it is
24068           finalized. There where random SIGSEVs at program termination, when
24069           an object being finalized was trying to do a string comparison and
24070           the current culture was already finalized.
24071  
24072 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24073
24074         * threads.c: call thread_cleanup before finishing the thread if we get
24075         there.
24076
24077 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
24078
24079         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
24080         assemblies from the parent. Fixes #65665.
24081
24082 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
24083
24084         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
24085         modifiers.
24086
24087 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
24088
24089         * reflection.h: add prototype for mono_get_dbnull_object
24090         * reflection.c: add prototypes for get_default_param_value_blobs 
24091         and mono_get_object_from_blob for fussier compilers
24092
24093 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
24094  
24095         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
24096         false deadlock checks in class initialization.
24097  
24098 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
24099
24100         * image.c (mono_image_addref): Fix comment.
24101
24102         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
24103         possible.
24104
24105 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
24106
24107         * reflection.c (mono_param_get_objects): Modified to return
24108         ParameterInfo.DefaultValue object.
24109
24110         (get_default_param_value_blobs):
24111         (mono_get_object_from_blob):
24112         (mono_get_dbnull_object): New helper routines. 
24113
24114         * object.c (mono_get_constant_value_from_blob): New helper routine
24115         carved out from get_default_field_value ()
24116
24117         * object-internals.h (mono_get_constant_value_from_blob): Added
24118         function declaration.
24119
24120 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
24121
24122         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
24123         referenced assemblies. Fixes #62135.
24124
24125         * exception.h exception.c (mono_get_exception_file_not_found2): New
24126         helper function.
24127
24128 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
24129
24130         * class.h class.c: Add mono_type_get_underlying_type ().
24131
24132 2004-09-09  Geoff Norton <gnorton@customerndna.com>
24133
24134         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
24135         Fix GetTypes() to support dynamically created assemblies.
24136
24137 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
24138
24139         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
24140         
24141         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
24142         previous patch.
24143
24144         * reflection.h reflection.c loader.c: Allow dynamic construction of
24145         pinvoke methods. Fixes #65571.
24146         
24147         * reflection.c (mono_reflection_get_type): Revert previous change since
24148         it causes regressions.
24149
24150 2004-09-08  Martin Baulig  <martin@ximian.com>
24151
24152         * class.c (class_compute_field_layout): Don't call
24153         mono_class_layout_fields() for open generic instances.
24154
24155 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
24156         * threads.c appdomain.c: fix typo in GC macro
24157
24158 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24159
24160         * threads.c: don't call mono_thread_detach() in start_wrapper(),
24161         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
24162
24163 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
24164
24165         * image.c (mono_image_close): Applied patch from 
24166         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
24167         assembly is loaded multiple times from data.
24168         
24169         * image.c (mono_image_open): Fix warning.
24170
24171 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
24172
24173         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
24174         once. Fixes #58334.
24175         
24176         * reflection.c (mono_reflection_create_runtime_class): Initialize
24177         klass->nested_classes. Fixes #61224.
24178
24179 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
24180
24181         * threads.c: sched_yield() on exit, to allow threads to quit.
24182
24183 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
24184
24185         * object.c (mono_unhandled_exception): Remove leftover debug code.
24186
24187 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
24188
24189         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
24190
24191 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
24192
24193         * marshal.c (emit_marshal_array): Really null terminate string arrays.
24194         
24195         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
24196
24197 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
24198
24199         * marshal.c (emit_marshal_array): Null terminate string arrays.
24200         
24201         * marshal.c (raise_auto_layout_exception): Fix warning.
24202
24203         * reflection.c (mono_param_get_objects): Initialize the default value
24204         with DBNull.Value, not null. Fixes #62123.
24205
24206 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
24207
24208         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
24209         throw an exception with a cute explanation.
24210
24211 2004-09-06  Dick Porter  <dick@ximian.com>
24212
24213         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
24214         Close the new process's thread handle, as we don't use it.  The
24215         handle stays around forever otherwise.
24216
24217 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
24218
24219         * object.c (arith_overflow): Fix warning.
24220
24221         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
24222         calling conventions in method refs. Fixes #65352.
24223
24224         * reflection.c: Fix warnings.
24225
24226 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
24227
24228         * icall.c: Add a new icall for Array.Clear
24229
24230 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
24231
24232         * object.c: When allocating an array, we have to throw
24233         an overflow exception if any of the lengths are < 0.
24234
24235 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
24236
24237         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
24238         properly. Also move implementation of string array marshalling to 
24239         managed code. Fixes #42316.
24240
24241 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24242
24243         * assembly.c: provide more information when loading an assembly fails.
24244
24245 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24246
24247         * filewatcher.c: don't expect the development fam package to be
24248         installed.
24249
24250 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
24251
24252         * marshal.c: Make a copy of the signature cookie since it will be
24253         freed by the caller.
24254         
24255         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
24256
24257         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
24258
24259         * metadata.c (mono_metadata_free_marshal_spec): New function to free
24260         marshal specs.
24261
24262         * marshal.c: More refactoring.
24263         
24264         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
24265         smaller functions.
24266
24267 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
24268
24269         * object.c: In mono_message_invoke, fill the output parameter array after
24270           calling the managed method (it was done before the call). This fixes
24271           bug #59299.
24272
24273 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
24274
24275         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
24276         as well.
24277
24278 2004-09-02  Martin Baulig  <martin@ximian.com>
24279
24280         * class.c (mono_class_instance_size): Don't allow generic type
24281         definitions or open generic instances.
24282         (mono_class_array_element_size): If we're a value type, call
24283         mono_class_instance_size() on the original class.
24284
24285         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
24286         handle generic instances.
24287
24288         * mono-debug-debugger.c (write_type): Handle generic instances
24289         like classes.
24290
24291 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
24292
24293         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
24294         the allocation request fails. Fixes #65089.
24295
24296         * object.c (mono_runtime_free_method): Do not call mono_free_method.
24297         
24298         * object.c (mono_runtime_free_method): New function to free a dynamic
24299         method.
24300
24301         * marshal.c (mono_delegate_free_ftnptr): New function to free the
24302         delegate trampoline.
24303
24304         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
24305         with hasthis as dynamic,
24306
24307         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
24308
24309         * domain.c (mono_jit_info_table_remove): New function to remove an
24310         entry from the jit info table.
24311
24312         * class-internals.h (MonoMethod): Add 'dynamic' field.
24313
24314         * loader.c: Fix warnings.
24315
24316 2004-09-01  Martin Baulig  <martin@ximian.com>
24317
24318         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
24319         instead of mono_debugger_lock() because the latter one is a no-op
24320         unless running in the debugger.
24321
24322 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
24323
24324         * class.c (class_compute_field_layout): Classes with auto-layout or
24325         reference fields are not blittable.
24326         
24327 2004-09-01  Dick Porter  <dick@ximian.com>
24328
24329         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
24330         mono_image_get_filename() to get the assembly location.
24331
24332         * icall.c:
24333         * metadata.h: Fix compile warnings
24334
24335 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
24336
24337         * class.c (class_compute_field_layout): System.Object is blittable.
24338
24339         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
24340         as in/out. Fixes #59909.
24341
24342 2004-09-01  Martin Baulig  <martin@ximian.com>
24343
24344         * metadata.h (MONO_TYPE_ISREFERENCE): Call
24345         mono_metadata_generic_inst_is_valuetype() if we're a generic
24346         instance to check whether our underlying type is a reference type.
24347
24348 2004-09-01  Martin Baulig  <martin@ximian.com>
24349
24350         * metadata.c (mono_type_size): If we're a generic instance, call
24351         mono_class_value_size() for value types.
24352
24353 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
24354
24355         * marshal.c: Implement more custom marshalling functionality. Fixes
24356         #64915.
24357
24358 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
24359
24360         * mono-debug.c, debug-mono-symfile.c: add some locking love.
24361
24362 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
24363
24364         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
24365
24366         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
24367
24368         * icall.c: Fix some warnings.
24369
24370         * threads.c (abort_appdomain_thread): Fix unref errors.
24371         (mono_thread_current): Fix THREAD_DEBUG define.
24372
24373 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
24374
24375         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
24376
24377         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
24378
24379 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
24380
24381         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
24382         string arrays.
24383
24384 2004-08-28  Martin Baulig  <martin@ximian.com>
24385
24386         * metadata.c
24387         (mono_metadata_generic_inst_is_valuetype): New public function.
24388
24389         * metadata.h (MONO_TYPE_ISSTRUCT): Call
24390         mono_metadata_generic_inst_is_valuetype() if we're a generic
24391         instance to check whether our underlying type is a valuetype.
24392
24393 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
24394
24395         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
24396         #63768.
24397
24398 2004-08-25  Martin Baulig  <martin@ximian.com>
24399
24400         * loader.c (mono_get_method_from_token): Abstract methods can also
24401         be generic and thus have type parameters.
24402
24403         * metadata-internals.h
24404         (MonoDynamicImage): Added `GPtrArray *gen_params'.
24405
24406         * reflection.c (mono_image_get_generic_param_info): Don't create a
24407         metadata row, just add an entry to the `gen_params' array.
24408         (build_compressed_metadata): Sort the `gen_params' array and then
24409         actually create the metadata.
24410
24411 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24412
24413         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
24414
24415 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
24416
24417         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
24418
24419 2004-08-24  Martin Baulig  <martin@ximian.com>
24420
24421         * class.cs (mono_class_is_subclass_of): Like an interface, a
24422         generic instance also derives from System.Object.
24423
24424 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
24425
24426         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
24427         custom modifiers to be in any order. Fixes #61990.
24428
24429 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
24430
24431         * object.c: Register mono_object_new_fast icall.
24432         
24433         * object.c (mono_class_get_allocation_ftn): Return to calling
24434         mono_object_new_fast, since it seems faster to compute the object 
24435         size in unmanaged code than passing it as a parameter.
24436
24437         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
24438
24439         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
24440         this function with Boehm as the oom handler, so we don't have to check
24441         the result of GC_malloc.
24442
24443         * object.c: Remove checks for oom.
24444
24445         * object.h object.c (mono_class_get_allocation_ftn): New function to
24446         return the icall which can be used to allocate an instance of a given
24447         class. 
24448
24449         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
24450
24451         * class-internals.h: Add 'enabled' field.
24452
24453 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
24454
24455         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
24456
24457 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
24458         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
24459         value 0x0010.
24460
24461 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
24462
24463         * appdomain.c: use the Tls function for appdomain too,
24464         at Zoltan's request. Actually return in mono_context_get
24465
24466         * appdomain.c, profiler.c, threads.c: use __thread
24467
24468 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
24469
24470         * appdomain.c threads.c: Call GC_CreateThread on windows.
24471
24472         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
24473         multiple libraries since this don't work on windows.
24474
24475 2004-08-18  Martin Baulig  <martin@ximian.com>
24476
24477         * class-internals.h
24478         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
24479         MonoMethodHeader.
24480
24481         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
24482         MonoMethodNormal since we also need it for abstract and interface
24483         methods.
24484
24485         * reflection.c
24486         (build_compressed_metadata): Sort the GenericParam table.
24487         (mono_image_create_token): Added `gboolean create_methodspec'
24488         argument; this is false when generating a MethodImpl token.
24489         (reflection_methodbuilder_to_mono_method): Abstract and interface
24490         methods may also have generic parameters.
24491
24492 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
24493
24494         * appdomain.c: thread local alloc
24495
24496 2004-08-17  Martin Baulig  <martin@ximian.com>
24497
24498         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
24499
24500         * icall.c
24501         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
24502         argument.
24503
24504         * class.c (mono_type_get_full_name): New public function.
24505         (mono_type_get_name): Don't include the type arguments.
24506
24507 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
24508
24509         * Makefile.am: Build static versions of libmetadata and libmonoruntime
24510         for inclusion into the mono executable.
24511
24512 2004-08-16  Martin Baulig  <martin@ximian.com>
24513
24514         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
24515         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
24516
24517 2004-08-14  Martin Baulig  <martin@ximian.com>
24518
24519         * class.c (dup_type): Also copy the `byref' field.
24520
24521 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
24522
24523         * reflection.c (create_dynamic_mono_image): Revert the last change 
24524         since it breaks bootstrap.
24525
24526 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
24527
24528         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
24529
24530         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
24531         not free them with g_free.
24532
24533 2004-08-11  Martin Baulig  <martin@ximian.com>
24534
24535         * reflection.c (mono_reflection_setup_internal_class): Also call
24536         mono_class_setup_mono_type() if we already have a `tb->type.type'.
24537
24538 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
24539
24540         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
24541         called during default (first) AppDomain creation. Keep track of
24542         Evidence when loading assemblies.
24543
24544 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
24545
24546         * opcodes.c, opcodes.h: reduce runtime relocations.
24547
24548 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
24549
24550         * culture-info.h, locales.c: fixes and chages to sue the new
24551         optimized format of the locale data.
24552         * culture-info-tables.h: regenerated.
24553
24554 2004-08-06  Geoff Norton <gnorton@customerdna.com>
24555         
24556         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
24557
24558 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
24559
24560         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
24561         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
24562         * domain-internals.h: icall declaration.
24563         * icall.c: icall registration.
24564         * object-internals.h: New fields in MonoAssembly for CAS.
24565
24566 2004-08-05  Duncan Mak  <duncan@ximian.com>
24567
24568         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
24569         CEE_LDELEM_ANY.
24570
24571 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
24572
24573         * reflection.c: fix to deal with object[] arrays in custom ctors
24574         (bug #62550).
24575
24576 2004-08-05  Martin Baulig  <martin@ximian.com>
24577
24578         * class.c (mono_class_array_element_size): Added support for
24579         generic instances and correctly handle "recursive" types.
24580
24581 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
24582
24583         * assembly.c: Fix warnings.
24584
24585 2004-08-04  Martin Baulig  <martin@ximian.com>
24586
24587         * class.c
24588         (mono_type_get_name_recurse): Added `gboolean include_arity'
24589         argument specifying whether or not we should include the generic
24590         arity in the type name.
24591         (_mono_type_get_name): New static function.
24592         (mono_class_setup_vtable): If we're a generic instance, don't
24593         include the generic arity in the names of explicit method
24594         implementations.        
24595
24596 2004-08-03  Martin Baulig  <martin@ximian.com>
24597
24598         * class.c (mono_type_get_name_recurse): Enclose the generic type
24599         arguments in `<', '>'.
24600
24601 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
24602
24603         * gc.c: make GC warning messages use the trace API, they are just
24604         noise to most of the users.
24605
24606 2004-08-03  Martin Baulig  <martin@ximian.com>
24607
24608         * debug-mono-symfile.c (read_string): Correctly read the string.
24609
24610 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
24611
24612         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
24613         
24614         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
24615         icalls.
24616         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
24617
24618 2004-07-30  Martin Baulig  <martin@ximian.com>
24619
24620         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
24621         Reflect latest symbol writer changes.   
24622
24623 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
24624
24625         * object.c: always create an object if null is passed
24626         to Invoke() where a valuetype is expected.
24627
24628 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
24629
24630         * marshal.c (mono_marshal_init): make managed
24631         signatures match native ones better for 64bits.
24632
24633 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24634
24635         * appdomain.c: hack to build correctly the private bin path on windows.
24636         Fixes bug #61991.
24637
24638 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
24639
24640         * assembly.c: Load mscorlib from the correct framework directory
24641           (mono/<version>/mscorlib.dll).
24642         * appdomain.h: Added prototypes for new functions.
24643         * internals.h: Added some prototypes.
24644         * domain.c: When initializing the runtime, get from the executable and
24645           the configuration files the runtime version that the app supports.
24646           Added support methods for reading app.exe.config. Added list of versions
24647           supported by the JIT. Added two new methods: mono_init_from_assembly,
24648           which initializes the runtime and determines the required version from
24649           the provided exe file, and mono_init_version, which initializes
24650           the runtime using the provided version.
24651         * icall.c: Get machine.config from version-specific directory.
24652         * reflection.c: When generating an image, embed the version number
24653           of the current runtime.
24654
24655 2004-07-28  Dick Porter  <dick@ximian.com>
24656
24657         * socket-io.c
24658         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
24659         returned sockaddr size before creating the remote address object.
24660         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
24661         61608.
24662
24663 2004-07-28  Dick Porter  <dick@ximian.com>
24664
24665         * locales.c (string_invariant_compare_char): Fix invariant char
24666         compares between upper and lower cases.  Fixes bug 61458.
24667
24668 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
24669         
24670         * marshal.c: actually cache stelem.ref wrappers.
24671         
24672 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
24673
24674         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
24675         sections and remove the mono_cli_rva_map () function.
24676
24677 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
24678
24679         * debug-mono-symfile.c: fix one more endianess issue, from a patch
24680         by Geoff Norton (<gnorton@customerdna.com>).
24681
24682 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
24683
24684         * class.c: fix class loads for pointer types (typeof(int) !=
24685         typeof(int*)).
24686
24687 2004-07-27  Martin Baulig  <martin@ximian.com>
24688
24689         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
24690         reading the debugging information from an external ".mdb" file.
24691
24692 2004-07-24  Martin Baulig  <martin@ximian.com>
24693
24694         * reflection.c (mono_image_get_type_info): Only write a class
24695         layout entry if we actually have a size or a packing size.
24696
24697 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
24698
24699         * reflection.c (type_get_fully_qualified_name): 
24700         insert cast to get type checking of ?: with non-gcc compilers
24701
24702 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
24703
24704         * rand.c: use g_getenv for both lookups of
24705         MONO_EGD_SOCKET
24706
24707 2004-07-17  Martin Baulig  <martin@ximian.com>
24708
24709         * reflection.c (mono_reflection_bind_generic_method_parameters):
24710         Set `gmethod->reflection_info'.
24711
24712 2004-07-17  Martin Baulig  <martin@ximian.com>
24713
24714         * class.c (mono_class_create_from_typedef): Insert the newly
24715         created class into the hash table before computing the interfaces
24716         since we could be called recursively.
24717
24718 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
24719
24720         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
24721         function to implement stelem.ref in managed code
24722         * class-internals.h, debug-helpers.c: a new wrapper type
24723         for the above.
24724
24725 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
24726
24727         * gc.c: allow GC handles to work even when no GC is compiled in.
24728         Fix part of bug #61134 (GetAddrOfPinnedObject).
24729
24730 2004-07-13  Peter Williams  <peter@newton.cx>
24731  
24732         * process.c (complete_path): Make sure we don't attempt to execute
24733         directories.
24734  
24735 2004-07-12  Geoff Norton <gnorton@customerdna.com>
24736
24737         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
24738           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
24739           and will add/subtract the hour if needed
24740
24741 2004-07-12  Martin Baulig  <martin@ximian.com>
24742
24743         * reflection.c (mono_field_get_object): If we have
24744         `field->generic_info', take the attributes from
24745         `field->generic_info->generic_type'.    
24746
24747 2004-07-12  Martin Baulig  <martin@ximian.com>
24748
24749         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
24750         This function must be called before initializing the runtime.
24751         (mono_debug_init_1): New function; call this after initializing
24752         the runtime, but before loading the assembly.  It tells the
24753         debugger to load corlib and the builtin types.
24754
24755         * mono-debug-debugger.c: Did some larger changes in the debugging
24756         code; support recursive class declarations, make sure we actually
24757         add all classes.
24758
24759 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24760
24761         * debug-helpers.c: undo my previous patch and fixed the real issue in
24762         ../mini/exceptions-x86.c
24763
24764 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24765
24766         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
24767         when no HOME env. variable was set and a NullRef was thrown in a .cctor
24768         called from other .cctors.
24769
24770 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
24771
24772         * loader.c: Removed the mono_loader_wine_init hack now that we are
24773         doing a managed version of Windows.Forms.
24774
24775 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
24776
24777         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
24778         threadpool.c, threads.c: remove static data from rootset.
24779
24780 2004-07-09  Dick Porter  <dick@ximian.com>
24781
24782         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
24783         Don't do any more processing if the matched length was 0.  It was
24784         increasing the size of the string before.  Fixes bug 61167.
24785
24786 2004-07-09  Dick Porter  <dick@ximian.com>
24787
24788         * socket-io.h:
24789         * socket-io.c
24790         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
24791         Add support for SO_PEERCRED if its available.
24792
24793 2004-07-09  Peter Bartok <pbartok@novell.com>
24794         * loader.c: winelib.exe.so error message is now only displayed if
24795         MONO_DEBUG is set. To help us avoid questions when people are trying
24796         out the new Managed.Windows.Forms.
24797
24798 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
24799
24800         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
24801         for isinst and castclass wrappers.
24802
24803         * class-internals.h icall.c: Move registration and lookup of JIT icalls
24804         to libmetadata from the JIT, so they could be used by the marshalling
24805         code and the interpreter.
24806
24807         * marshal.c: Register marshalling related JIT icalls here instead of
24808         in mini.c. Use CEE_MONO_ICALL instead of the family of 
24809         CEE_MONO_PROC<x> opcodes to call marshalling functions.
24810
24811         * metadata.h: Remove unneeded marshalling conversions.
24812
24813         * opcodes.c: Update for new opcodes.
24814         
24815 2004-07-08  Martin Baulig  <martin@ximian.com>
24816
24817         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
24818         (mono_debug_get_domain_data): Make this function static.
24819
24820 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
24821
24822         * gc.c, object.h: add nice GC handle API for embedders.
24823
24824 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
24825
24826         * reflection.c: more changes for the new api
24827
24828         * object.c: When we reflect on a field w/ a constant value, it
24829         will not have a memory location, so we must access metadata. Also,
24830         allow easier reading of strings so that we can read them from
24831         the constant data.
24832
24833         * class.c (mono_class_layout_fields): no need for literal fields here.
24834
24835         * class-internals.h: api changes for const fields
24836
24837         * icall.c (ves_icall_get_enum_info): use new apis for const fields
24838
24839 2004-07-06  Martin Baulig  <martin@ximian.com>
24840
24841         * mono-debug.h: Increment version number to 44.
24842
24843         * mono-debug.c (mono_debug_add_wrapper): The second argument is
24844         now a gpointer, rewrote this whole method.
24845
24846         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
24847         function.  Add information about the wrapper in a new "misc table".
24848
24849         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
24850         for the new misc table.
24851
24852 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
24853
24854         * metadata-internals.h image.c: Add a cache for helper signatures.
24855
24856         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
24857
24858 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
24859
24860         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
24861         delegates from a delegate. Fixes #61033.
24862         
24863         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
24864         marshalling of stringbuilder arrays. Fixes #59900.
24865
24866 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
24867
24868         * icall.c: Add EnumBuilder:setup_enum_type icall.
24869
24870 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
24871
24872         * icall.c: Added a new icall for the property version of
24873         OffsetOfStringData.
24874
24875 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
24876
24877         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
24878         it has a constant size across platforms.
24879
24880         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
24881         stack trace.
24882
24883 2004-06-29  Martin Baulig  <martin@ximian.com>
24884
24885         * mono-debug.c (mono_debug_add_method): Protect the whole function
24886         in mono_debugger_lock(), not just parts of it.
24887
24888 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
24889
24890         * reflection.c: make sure padding bytes in heaps are zeroed.
24891
24892 2004-06-24  David Waite  <mass@akuma.org>
24893
24894         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
24895         image.c, loader.c, locales.c, marshal.c, metadata.c,
24896         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
24897         string-icalls.c, threads.c: change to C90-style comments from C99 /
24898         C++ -style
24899
24900 2004-06-24  Dick Porter  <dick@ximian.com>
24901
24902         * threads.c
24903         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
24904         return createdNew.  Fixes bug 60412.
24905
24906         * threads-types.h: 
24907         * icall.c: Add createdNew parameter to CreateMutex icall
24908
24909 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
24910
24911         * reflection.c, object-internals.h: save default value in params.
24912
24913 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24914
24915         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
24916         no need to build a new path combining that with the application base.
24917         Fixes bug #60442.
24918
24919 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
24920
24921         * reflection.c: fixed minor standard compliance issues.
24922
24923 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
24924
24925         * reflection.c: fixed issue with encoding some custom attributes
24926         (arrays in properties and fields, bug #60411).
24927
24928 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24929
24930         * reflection.c: fix start address when copying the public key token.
24931
24932 2004-06-23  Martin Baulig  <martin@ximian.com>
24933
24934         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
24935         the `exc' object in a static object to put it into the GC's root set.
24936
24937 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
24938
24939         * reflection.c: make mono_reflection_setup_internal_class ()
24940         callable a second time to setup a new parent class.
24941
24942 2004-06-23  Dick Porter  <dick@ximian.com>
24943
24944         * threads.c: Check for WAIT_IO_COMPLETION return values.
24945
24946 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
24947
24948         * appdomain.c: Removed the g_free on the public key token. Now copy 
24949         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
24950         * assembly.c: Added public key token string value when loading 
24951         assemblies. Fix bug #60439.
24952         * icall.c: Added missing informations (like public key) in 
24953         GetReferencedAssemblies. Fix #60519.
24954         * image.h: Changed definition for public key token from const char*
24955         public_tok_value to guchar public_key_token [17];
24956         * reflection.c: Updated for changes to public key token.
24957
24958 2004-06-22  Lluis Sanchez Gual
24959
24960         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
24961         for the field in base classes.
24962
24963 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
24964
24965         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
24966         mark headers as not supported, they are installed only for use by the
24967         debugger.
24968
24969 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
24970
24971         * *.c, *.h: avoid namespace pollution in public headers.
24972
24973 2004-06-21  Martin Baulig  <martin@ximian.com>
24974
24975         * exception.c (mono_get_exception_security): It's in
24976         "System.Security", not in "System".
24977
24978         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
24979         the exception classes.
24980
24981 2004-06-21  Martin Baulig  <martin@ximian.com>
24982
24983         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
24984         Protect the exception object from being finalized.
24985
24986 2004-06-21  Martin Baulig  <martin@ximian.com>
24987
24988         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
24989         public function.
24990
24991 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
24992
24993         * reflection.c: Load the assembly in mono_reflection_type_from_name,
24994         if it was not loaded before. Fix parts of #60439.
24995
24996 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
24997
24998         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
24999         code that was broken since Ben's change: wrappers are now
25000         dependent on the method signature only again.
25001
25002 2004-06-21  Martin Baulig  <martin@ximian.com>
25003
25004         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
25005         added interface support.
25006
25007 2004-06-21  Martin Baulig  <martin@ximian.com>
25008
25009         * class.c (mono_vtable_get_static_field_data): New public method.
25010
25011 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
25012
25013         * filewatcher.c : Windows build fix to be compliant with API changes.
25014
25015 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
25016
25017         * class.h, class.c: more accessors.
25018         * metadata.h, metadata.c: prepare for hiding MonoType and
25019         MonoMethodSignature: people should use the accessors from now on
25020         outside of the tree.
25021
25022 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
25023
25024         * *.c, *.h: more API cleanups.
25025
25026 2004-06-18  Jackson Harper  <jackson@ximian.com>
25027
25028         * assembly.c: Trace loading assemblies.
25029         * loader.c: Trace loading native libraries.
25030         * mono-config.c: Trace loading config files.
25031         
25032 2004-06-18  Dick Porter  <dick@ximian.com>
25033
25034         * locales.c: Tell ICU the lengths of strings, it can cope with
25035         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
25036
25037 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
25038
25039         * image.c: swapped name/filename;
25040
25041 2004-06-18  Martin Baulig  <martin@ximian.com>
25042
25043         * mono-debug-debugger.c (write_class): Write the parent class at
25044         the end of the header.
25045
25046 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
25047
25048         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
25049
25050 2004-06-17  Raja R Harinath  <rharinath@novell.com>
25051
25052         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
25053         (bundle_obj): New conditional define.
25054         (BUILT_SOURCES): Remove.
25055         ($(bundle_srcs)): Make parallel-make safe.
25056         (libmonoruntime_la_LIBADD): Make unconditional.
25057         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
25058         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
25059
25060 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
25061
25062         * culture-info-tables.h: It was inconsistent with the latest
25063           supp info files.
25064
25065 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
25066
25067         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
25068         be loaded.
25069
25070         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
25071         with gcc 2.95.
25072
25073 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
25074
25075         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
25076         cleaned up public header threads.h.
25077
25078 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
25079
25080         * Makefile.am, *.c, *.h: more API cleanups.
25081
25082 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
25083
25084         * Makefile.am: removed monosn from compilation.
25085         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
25086         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
25087         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
25088         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
25089         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
25090         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
25091
25092 2004-06-15  Jackson Harper  <jackson@ximian.com>
25093
25094         * assembly.c: Make locales lower case when searching the GAC for
25095         assemblies. gacutil will always make locales lowercase when
25096         installing so this effectively makes them case insensitive.
25097         
25098 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
25099
25100         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
25101         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
25102           parameter which allows to choose whether the wait can be interrupted or 
25103           not. Also added the method mono_monitor_enter(), which locks the monitor
25104           using an infinite wait and without allowing interruption.
25105           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
25106           interrupted.
25107         * object.h: Added new fields in MonoThread. suspend_event holds the event
25108           used to susped/resume the thread. synch_lock is the lock object to use for
25109           modifying the thread state.
25110         * threads.c: Use the new synch_lock object for locking, instead of "this",
25111           which can generate deadlocks.
25112           Moved thread state change in Thread.Sleep and Thread.Join from managed
25113           to unmanaged code. This avoids a deadlock when the thread was suspended
25114           just after acquiring the thread lock.
25115           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
25116           Implemented Thread.Suspend using an event instead of ThreadSuspend,
25117           which is not fully implemented in the io-layer.
25118         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
25119
25120 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
25121
25122         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
25123         threads-types.h: more API cleanups.
25124
25125 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
25126
25127         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
25128         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
25129         threadpool.c, threads.c: first pass at the exported API cleanup.
25130
25131 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
25132
25133         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
25134
25135 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25136
25137         * icall.c: added internalGetHome.
25138
25139 2004-06-14  Dick Porter  <dick@ximian.com>
25140
25141         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
25142         possible to return successfully when '.' or '..' were the only
25143         entries in a directory, but were skipped.  The MonoIOStat was not
25144         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
25145         Fixes bug 59574.
25146
25147 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
25148
25149         * reflection.c: make binaries run on .Net 1.1 by default.
25150
25151 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
25152
25153         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
25154
25155 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
25156
25157         * marshal.c: keep track of struct size with explicit layout
25158         (bug #59979).
25159
25160 2004-06-12  Martin Baulig  <martin@ximian.com>
25161
25162         * mono-debug-debugger.c: Comment out a debugging g_message().
25163
25164 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
25165
25166         * reflection.c, reflection.h: do not free custom attrs that are cached.
25167         * icall.c: use braces to make code clearer.
25168
25169 2004-06-11  Martin Baulig  <martin@ximian.com>
25170
25171         * class.h (MonoInflatedField): New type.
25172         (MonoClassField): Replaced `MonoType *generic_type' with
25173         `MonoInflatedField *generic_info'.
25174
25175         * icall.c
25176         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
25177
25178 2004-06-11  Martin Baulig  <martin@ximian.com>
25179
25180         * reflection.c (mono_image_create_method_token): Correctly encode
25181         varargs methods.
25182
25183 2004-06-11  Martin Baulig  <martin@ximian.com>
25184
25185         * metadata.c (mono_metadata_parse_method_signature): When parsing
25186         a MethodDef which has VarArgs, also set sentinelpos if we don't
25187         have any parameters.
25188
25189 2004-06-11  Martin Baulig  <martin@ximian.com>
25190
25191         * verify.c (mono_method_verify): In CEE_CALL, use
25192         mono_method_get_signature() to get the method's signature, unless
25193         we're a PInvoke method.
25194
25195 2004-06-10  Jackson Harper  <jackson@ximian.com>
25196
25197         * assembly.c: Use <path>/lib/mono/gac for the extra paths
25198         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
25199         logical name as the supplied path is just a prefix to the gac not
25200         the direct path to it.
25201         
25202 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
25203
25204         * reflection.c: make the token for a created method match
25205         the token of the MethodBuilder it was created from
25206         (IKVM requires this behaviour now).
25207
25208 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
25209
25210         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
25211         reflection.c, socket-io.c: leak fixes.
25212
25213 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
25214
25215         * icall.c: handle sentinel pos in vararg methods in position different
25216         from 0.
25217
25218 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25219
25220         * culture-info-tables.h: freshly generated.
25221
25222 2004-06-09  Martin Baulig  <martin@ximian.com>
25223
25224         * loader.c (mono_get_method_constrained): Call `mono_class_init
25225         (constrained_class)'.   
25226
25227 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
25228
25229         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
25230         any methods. Fixes #59629.
25231
25232 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
25233
25234         * culture-info-tables.h: reflecting locale-builder updates.
25235
25236 2004-06-08  Dick Porter  <dick@ximian.com>
25237
25238         * object.h:
25239         * locales.c: Fixed compile warnings, including a real bug in
25240         CompareInfo_internal_compare.
25241         
25242 2004-06-08  Dick Porter  <dick@ximian.com>
25243
25244         * locales.c
25245         (ves_icall_System_Globalization_CompareInfo_internal_index):
25246         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
25247         Double-check the resuls of usearches, because ICU currently
25248         ignores most of the collator settings here.  Fixes bug 59720.
25249         
25250 2004-06-08  Dick Porter  <dick@ximian.com>
25251
25252         * locales.c
25253         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
25254         Fix memory leak and segfault-causing typo.  No idea how this one
25255         lasted so long without being noticed.
25256
25257 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
25258
25259         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
25260         any methods. Fixes #59629.
25261
25262 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25263
25264         * assembly.c:
25265         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
25266         own the critical section before). Removed dead code (that's done
25267         in the preload hook).
25268
25269         (mono_assembly_load_with_partial_name): call the preload hook.
25270
25271 2004-06-08  Martin Baulig  <martin@ximian.com>
25272
25273         * metadata.c (mono_metadata_signature_alloc): Default
25274         `sentinelpos' to -1.
25275
25276         * reflection.c (mono_image_get_array_token): Likewise.
25277
25278 2004-06-08  Martin Baulig  <martin@ximian.com>
25279
25280         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
25281
25282         * metadata.c (mono_metadata_parse_method_signature): When parsing
25283         a MethodDef which has VarArgs, set sentinelpos.
25284
25285         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
25286         `gint16' since we're using -1 for non-varargs methods.
25287
25288         * reflection.c
25289         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
25290         (method_encode_signature): Added varargs support.
25291         (method_builder_encode_signature): Likewise.
25292         (mono_image_get_varargs_method_token): New static method.
25293         (mono_image_create_method_token): New public method; this is
25294         called via an icall instead of mono_image_create_token() when
25295         calling a varargs method.       
25296
25297 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
25298
25299         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
25300
25301 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
25302
25303         * culture-info-tables.h : Reflecting the latest locale-builder that
25304           fixed empty array representation ({} to {0}).
25305
25306 2004-06-07  Jackson Harper  <jackson@ximian.com>
25307
25308         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
25309         looking up extra gac paths. This allows MONO_GAC_PATH to act
25310         exactly like a prefix.
25311         
25312 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
25313
25314         * reflection.c (mono_reflection_type_from_name): Make a copy of the
25315         type name before modifying it. Fixes #59405.
25316
25317 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
25318
25319         * culture-info.h: added fields for "all datetime patterns".
25320         * locales.c: (  ves_icall_System_Globalization_CultureInfo
25321           _construct_datetime_format ()): fill xxx_patterns fields.
25322         * object.h: added fields for "all datetime patterns" to
25323           MonoDateTimeFormatInfo.
25324         * culture-info-tables.h: reflecting locale-builder updates.
25325
25326 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
25327
25328         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
25329         the event has no add and remove methods. Fixes #59629.
25330
25331 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
25332
25333         * object.c: Fixed possible integer overflow when allocating large
25334         strings.
25335
25336 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
25337
25338         * culture-info-tables.h: reflecting locale-builder updates.
25339
25340 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
25341
25342         * culture-info-tables.h: reflecting locale-builder updates.
25343
25344 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
25345
25346         * culture-info-tables.h: reflecting locale-builder updates.
25347
25348 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
25349
25350         * threads.c: Made Thread.Sleep abortable.
25351
25352 2004-06-02  Martin Baulig  <martin@ximian.com>
25353
25354         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
25355
25356         * debug-mono-symfile.h: Bumped symbol file version number to 37.
25357
25358 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
25359
25360         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
25361
25362 2004-05-30  Jackson Harper  <jackson@ximian.com>
25363
25364         * reflection.c: Do not hardcode assembly versions or public key
25365         tokens anymore. All of this except the corlib section was dead
25366         code anyways.
25367         
25368 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
25369
25370         * object.c (mono_runtime_invoke_array): Automatically create boxed
25371         objects for byref valuetypes if needed. Fixes #59300.
25372         
25373         * object.c (mono_method_return_message_restore): Handle 
25374         MONO_TYPE_OBJECT as well.
25375
25376 2004-05-28  Jackson Harper  <jackson@ximian.com>
25377
25378         * reflection.c: The modified type encoding was causing build
25379         problems. Reverted for now.
25380         
25381 2004-05-28  Jackson Harper  <jackson@ximian.com>
25382
25383         * reflection.c/h: Take an assembly ref so that we dont create
25384         fully qualified names when encoding types in the same assembly as
25385         the custom attribute being emitted.
25386         * appdomain.c: Increment version number.
25387         
25388 2004-05-26  Duncan Mak  <duncan@ximian.com>
25389
25390         * icall.c
25391         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
25392         Set the full version number (major, minor, build, revision).
25393
25394 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
25395
25396         * marshal.c (emit_struct_conv): increment src/dst after blit
25397         (mono_marshal_get_managed_wrapper,
25398         mono_marshal_get_native_wrapper): make sure we have marshalling
25399         info before marshalling params (info computation affects
25400         blittable)
25401
25402         * class.c (class_compute_field_layout): correctly deal with
25403         blittable
25404         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
25405         value types (as per what windows dows by default)
25406         (mono_class_setup_mono_type): System.ValueType is blittable
25407         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
25408         blittable
25409
25410         * marshal.c (mono_marshal_load_type_info): flag types  as
25411         non-blittable if the native layout doesn't match the managed
25412         layout
25413
25414 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25415
25416         * appdomain.c: don't add stuff in the private search path that is
25417         above the application base. If application base is not set, there's
25418         no private search path.
25419
25420 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
25421
25422         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
25423         byref struct arguments in native->managed marshalling.
25424
25425 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
25426
25427         * marshal.c (mono_marshal_get_runtime_invoke): correctly
25428         cache methods using signature (special case for methods
25429         that are value type or string class)
25430         
25431         * image.c (mono_image_close): clean up allocated GSList's
25432         in runtime_invoke_cache.
25433
25434 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25435
25436         * mono-config.c: set the correct path for mono_cfg_dir on windows when
25437         there's no MONO_CFG_DIR environment variable defined.
25438
25439 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25440
25441         * threads.c: windows version must be >= 0x0500 to include OpenThread.
25442
25443 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
25444
25445         * threadpool.c: Really wait for 500ms after the async call, even if the wait
25446           is interrumped.
25447         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
25448           before waiting for it, and call CloseHandle after the wait to unref it.
25449           This will make sure that handles are not disposed too early.
25450
25451 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25452
25453         * appdomain.c:
25454         * appdomain.h:
25455         * icall.c: removed
25456         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
25457         needed now.
25458
25459         * object.c: se the application_base only for the domain that runs
25460         Main. Fixes bug #59216,
25461
25462 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25463
25464         * appdomain.c:
25465         * object.c: only the domain in which Main is run have
25466         SetupInformation.ConfigurationFile set, so moved a few lines from
25467         appdomain.c to object.c.
25468
25469 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25470
25471         * appdomain.c: we tried to load [name].(dll|exe), but according
25472         to bug #57710, we must also try [culture]/[name].(dll|exe) and
25473         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
25474         There's a test case attached to bug #58922.
25475
25476 2004-05-27  Dick Porter  <dick@ximian.com>
25477
25478         * icall.c:
25479         * file-io.c: Implemented icalls for locking and unlocking regions
25480         in a file.
25481         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
25482         FALSE on error (fixes both compiler warning and real bug.)
25483
25484 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
25485
25486         * culture-info-tables.h: reflecting locale-builder updates.
25487
25488           (Added missing ChangeLog entry for 05/26)
25489
25490 2004-05-27  Jackson Harper  <jackson@ximian.com>
25491
25492         * locales.c: Fix some cut and paste errors.
25493         
25494 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25495
25496         * mono-config.c: set the correct path for config. directory on windows.
25497
25498 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
25499
25500         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
25501           on win32.
25502
25503 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
25504
25505         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
25506         from pinvoke functions.
25507         
25508         * marshal.c (mono_ftnptr_to_delegate): Implement this.
25509
25510 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
25511
25512         * culture-info-tables.h: reflecting locale-builder updates.
25513
25514 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
25515
25516         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
25517         #59086.
25518
25519 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
25520
25521         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
25522         * icall.c: Modified icalls for RNG.
25523         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
25524         Windows (CryptoAPI).
25525
25526 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
25527
25528         * locales.c: Fix build.
25529
25530 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
25531
25532         * culture-info-tables.h: reflecting locale-builder updates.
25533
25534 2004-05-25  Jackson Harper  <jackson@ximian.com>
25535
25536         * locales.c: When creating the current culture use the $LANGs
25537         specific culture. So DateTimeFormat and NumberFormat entries are created.
25538         
25539 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
25540
25541         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
25542         a char array as parameter.
25543
25544 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
25545
25546         * image.c: In mono_image_open(), always use an absolute path name to
25547           look for already loaded images.
25548
25549 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
25550
25551         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
25552         missing in the windows build (like older cygwin include files).
25553
25554 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
25555
25556         * icall.c: Fixed check for possible integer overflow in Buffer_
25557         BlockCopy icall. Replaced comments style // by /* */.
25558
25559 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
25560
25561         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
25562         
25563         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
25564         check after MONO_VTADDR. Fixes pinvoke2.exe.
25565
25566         * marshal.h marshal.c metadata.h: Add beginnings of support for
25567         ftnptr -> delegate marshalling.
25568
25569 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
25570
25571         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
25572         * threads.c: Fix warnings.
25573
25574 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
25575
25576         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
25577         * icall.c: Registered icalls for Suspend and Resume.
25578         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
25579           Thread.Abort.
25580         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
25581         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
25582         * process.c: Use WaitForSingleObjectEx.
25583         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
25584           checkpoints.
25585         * threads.c, threads.h: Make use of new Ex wait methods. Improved
25586           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
25587           for Suspend and Resume. Added new mono_thread_stop, used for stoping
25588           background threads. Added basic support for Abort in Windows.
25589           Start new threads using a managed delegate invoke wrapper. This wrapper
25590           has an interruption checkpoint that is needed since an interruption
25591           can be requested before the thread leaves the unmanaged code that starts 
25592           the thread.
25593         * marshal.c: Added interruption checkpoint after every native call, and
25594           also before managed calls for wrappers called from unmanaged code to
25595           go into managed code.
25596         * object.h: Added new field in MonoThread to keep track of interruption
25597           requests.
25598
25599 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
25600
25601         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
25602         calls.
25603
25604 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25605
25606         * appdomain.c:
25607         * assembly.c:
25608         * gc.c:
25609         * locales.c:
25610         * mono-config.c:
25611         * rand.c: getenv -> g_getenv (windows!)
25612
25613         * process.c: complete_path is also used on non-windows platforms.
25614
25615 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25616
25617         * icall.c: new signature for Process_Start.
25618
25619         * process.[ch]: new signature for Process_Start. If we're on windows
25620         and UseShellExecute is false, we have to search for the program by
25621         ourselves if we don't get a full path.
25622
25623 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
25624
25625         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
25626         marshalling and call CleanUpNativeData if needed. Fixes #58646.
25627
25628 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25629
25630         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
25631         Fixes bug #58373.
25632
25633 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25634
25635         * process.c: use double quotes to quote program name and arguments on
25636         windows. Fixes bug #58575.
25637
25638 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25639
25640         * file-io.c: don't return "." and ".." when using windows Find*File.
25641
25642 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
25643
25644         * marshal.c: Don't pass wrappers to message init because method 
25645         addressed used to lookup metadata. part of remoting[2|3] fix.
25646
25647 2004-05-15  Jackson Harper  <jackson@ximian.com>
25648
25649         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
25650         path is essentially the same as MONO_PATH except that it points to
25651         GACs instead of lib directories.
25652         * loader.h: The user gac is gone so we dont need function to
25653         enable/disable it.
25654         * mono-config.c: user gac option is now gone.
25655         
25656 2004-05-15  Jackson Harper  <jackson@ximian.com>
25657
25658         * culture-info.h: Make defines more consistent, add calendar data
25659         to the culture info table.
25660         * culture-info-tables.h: Add basic calendar data. Basically
25661         everyone gets default gregorian until all the data is
25662         updated.
25663         * locales.c: Use the new consistent defines. Set calendar data for
25664         culture info objects.
25665         * object.h: add a field for calendar data to CultureInfo
25666         
25667 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
25668
25669         * image.c: image->runtime_invoke_cache is keyed on signatures now.
25670         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
25671         a signature.
25672         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
25673         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
25674         an extra param that is the pointer of the method to invoke. The IL for
25675         the invoke method is no longer specific to the method, but to the
25676         signature of the method. Thus, we can share the same code for multiple
25677         methods. This reduces the number of methods that have to be compiled.
25678
25679 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
25680
25681         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
25682
25683         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
25684
25685         * icall.c: Optimize Buffer.BlockCopy.
25686
25687 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25688
25689         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
25690         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
25691         quote). Changed them to "MMMM yyyy".
25692
25693 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
25694
25695         * rand.c
25696         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
25697
25698 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
25699
25700         * reflection.h: Updated after changes to managed structures.
25701
25702         * appdomain.c: Bump corlib version.
25703
25704 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25705
25706         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
25707         windows.
25708
25709 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25710
25711         * Makefile.am: link to ../os/libmonoos.la on windows.
25712
25713         * assembly.c:
25714                 -If MONO_DEBUG, warn about non-existing directories in
25715                 MONO_PATH.
25716                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
25717                 compile time variable.
25718                 -Removed init_default_path and call mono_set_rootdir from
25719                 libmonoos.a instead (windows only).
25720
25721         * assembly.h: declare mono_assembly_getrootdir().
25722
25723         * domain.c:
25724         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
25725
25726         * loader.c: s/getenv/g_getenv/
25727
25728 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
25729
25730         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
25731
25732         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
25733
25734         * metadata.h: Add new marshalling conversions.
25735
25736         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
25737         function.
25738
25739         * reflection.c (mono_reflection_get_type): Lookup the type in all
25740         modules of a multi-module assembly. Fixes #58291.
25741
25742 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
25743
25744         * threads.c: Before aborting a background, set the StopRequested
25745         state.  This avoids throwing the Abort exception.
25746         In mono_thread_manage, don't continue with the shutdown until all
25747         aborted threads have actually stopped.
25748
25749 2004-05-10  Jackson Harper  <jackson@ximian.com>
25750
25751         * locales.c: Remove the modifier from culture names.
25752         
25753 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25754
25755         * Makefile.am: monosn is not installed any more. It has been deprecated
25756         in favor of sn.
25757
25758 2004-05-07  Jackson Harper  <jackson@ximian.com>
25759
25760         * locales.c
25761         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
25762         Fix array construction, add bailout if the length is 0.
25763
25764 2004-05-07  Dick Porter  <dick@ximian.com>
25765
25766         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
25767         machine doesn't have a DNS entry.  Patch by Urs Muff
25768         (umuff@quark.com), fixes bug 57928.
25769
25770 2004-05-06  Jackson Harper  <jackson@ximian.com>
25771
25772         * reflection.c: Handle null PublicTokens properly. alloc mem for
25773         assembly names culture so we dont crash when freeing it.
25774         
25775 2004-05-06  Jackson Harper  <jackson@ximian.com>
25776
25777         * assembly.c: Check the usergac when loading with partial names.
25778         
25779 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
25780
25781         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
25782         does nothing for now (not required for Linux/Windows) but the class
25783         library can call it (and a newer or modified runtime could need it).
25784         * icall.c: Registred icall.
25785
25786 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25787
25788         * loader.c: prints a message on module loading error we set MONO_DEBUG
25789         environment variable.
25790
25791 2004-05-05  Jackson Harper  <jackson@ximian.com>
25792
25793         * appdomain.c: Handle PublicKeyToken=null properly.
25794         
25795 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
25796
25797         * environment.c|h: Added icall ves_icall_System_Environment_
25798         GetOSVersionString to get the current OS version as a string.
25799         * icall.c: Registred icall.
25800
25801 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
25802
25803         * object.c: in mono_object_get_virtual_method(), take into account that
25804         non-virtual methods don't have a slot in the vtable. Check needed when
25805         the object is a proxy.
25806
25807 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
25808
25809         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
25810         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
25811
25812         * object.c (mono_class_compute_gc_descriptor): Fix warning.
25813
25814         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
25815         passed when a valuetype is expected.
25816
25817         * object.c (mono_unhandled_exception): Only set the exit code if the
25818         exception happens in the main thread. Fixes thread5.exe.
25819
25820         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
25821         invalid names. Fixes #58047.
25822
25823 2004-05-03  Jackson Harper  <jackson@ximian.com>
25824
25825         * assembly.c: This line was committed accidently and is unneeded.
25826         
25827 2004-05-03  Jackson Harper  <jackson@ximian.com>
25828
25829         * icall.c: Add new icall for Assembly::LoadWithPartialName
25830         * assembly.c/.h: new function that probes the GAC to load partial
25831         assembly names by Paolo Molaro.
25832         
25833 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25834
25835         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
25836         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
25837         (type_get_fully_qualified_name): Added PublicKeyToken when building a
25838         full type name.
25839
25840 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25841
25842         * appdomain.c: fixed check for 'neutral' culture and removed warning.
25843         * reflection.c: fix bug when parsing a full type name and Version is not
25844         the last thing in the string.
25845
25846 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
25847
25848         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
25849         crashes when it is freed.
25850
25851 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25852
25853         * assembly.c: print the compat warning to stderr.
25854
25855 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
25856
25857         * assembly.c (mono_assembly_load_references): Add a compatibility
25858         hack to run old applications that might be still referencing the
25859         3300-based assemblies, only do this for System.xxx.
25860
25861 2004-05-01  Jackson Harper  <jackson@ximian.com>
25862
25863         * appdomain.c: If the culture is neutral we set it to "".
25864         
25865 2004-04-29  Jackson Harper  <jackson@ximian.com>
25866
25867         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
25868
25869 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
25870  
25871         * string-icalls.c: added low overhead function for copying chars
25872         * icall.c: added needed icall for the above function
25873  
25874 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25875
25876         * icall.c: fix return value of get_global_assembly_cache.  Implemented
25877         Environment.GetLogicalDrives.
25878
25879 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
25880
25881         * rand.c: try and talk to egd or prngd
25882         for random bytes if opening devices fail.
25883
25884 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
25885
25886         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
25887         alignment for the type using the native alignment of its members 
25888         instead of using klass->min_align.
25889
25890         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
25891
25892 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25893
25894         * file-io.c:
25895         * socket-io.c: added check for sys/aio.h.
25896
25897 2004-04-28  Dick Porter  <dick@ximian.com>
25898
25899         * threads.c: Don't abort a thread thats already aborting, when
25900         terminating everything.
25901
25902 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25903
25904         * icall.c: added 2 new async calls for Socket.
25905
25906         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
25907         IO on *nix systems.
25908
25909         * threadpool.c: removed unused variable.
25910
25911 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
25912
25913         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
25914
25915 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
25916
25917         * locales.c: put back string_invariant_tolower () and
25918         string_invariant_toupper ().
25919
25920 2004-04-26 David Waite <mass@akuma.org>
25921
25922         * file-io.h:
25923         * socket-io.h:
25924         * threads.h:
25925         * unicode.h: remove comma from end of enumeration declarations
25926
25927 2004-04-26 David Waite <mass@akuma.org>
25928
25929         * debug-mono-symfile.h:
25930         * decimal.c:
25931         * mono_debug.h:
25932         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
25933
25934
25935 2004-04-26  Jackson Harper  <jackson@ximian.com>
25936
25937         * appdomain.c: Increment version number.
25938         
25939 2004-04-26  Jackson Harper  <jackson@ximian.com>
25940
25941         * appdomain.c: Set assembly references public token value when
25942         PublicKeyToken is specified, not the hash_value. Free public token
25943         values when free assembly name data. Previously the public key
25944         token was hex decoded, however we are using hex encoded public key
25945         tokens, so this is not neccasary.
25946         * assembly.c: Lookup assemblies in the gac if their public token
25947         value is set. Add function to allow enabling user gac
25948         lookups. Specify whether or not the assembly was loaded from the
25949         GAC. Compare full assembly names when checking the cache for
25950         assemblies (Temporarily disabled see comment in code). Remove
25951         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
25952         specifies trace-loader they get extra info to stdout on the
25953         loading of assemblies.
25954         * image.h: Add a field for an assembly references public token
25955         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
25956         whether an assembly has been loaded from the GAC.
25957         * image.c: Remove a corlib -> mscorlib name mapping.
25958         * loader.h: Add function to enable/disable the user gac.
25959         * mono-config.c: Check if the usergac is enabled in the config
25960         file.
25961         * icall.c: New icall to determine whether or not an assembly has
25962         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
25963         * tabldefs.h: Add constant for assemblyref flag that specifies a
25964         full public key is used instead of a public token.
25965         * reflection.c: Remove mscorlib -> corlib mappings. Set
25966         PublicTokenValue instead of hash value. This value is a hex
25967         string so it does not need to be expanded.
25968
25969 2004-04-26  Martin Baulig  <martin@ximian.com>
25970
25971         * mono-debug-debugger.c (mono_debugger_initialize): Set
25972         `mono_debugger_initialized' before calling mono_debug_lock().
25973
25974 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
25975
25976         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
25977           InternalToUpper/InternalToLower.
25978         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
25979           removed invariant culture shortcut.  This is now done in managed code.
25980         * locales.c: (string_invariant_toupper/tolower) removed.
25981
25982 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25983
25984         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
25985         Added Poll internal call.
25986
25987         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
25988         call for Poll. Select was too heavy for polling a single socket.
25989
25990         * threadpool.[ch]: added mono_threadpool_cleanup.
25991         * threads.c: use it. Don't use Thread_Abort on windows.
25992
25993 2004-04-23  Martin Baulig  <martin@ximian.com>
25994
25995         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
25996
25997 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
25998
25999         * icall.c: Registred new icalls for key pair protection and added an
26000         icall for Environment.GetFolderPath on Windows.
26001         * security.c|h: Added new icalls for key pair protection.
26002
26003 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26004
26005         * socket-io.c: don't display the non-supported family warning for known
26006         families. Now this is not displayed on windows when checking support
26007         for IPv4/IPv6.
26008
26009 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26010
26011         * class.c: don't display the layout warning for static fields.
26012
26013 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
26014
26015         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
26016         * locales.c, locales.h: Added new icalls for culture-specific
26017         Char.ToLower and Char.ToUpper.
26018
26019 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26020
26021         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
26022         by David Waite.
26023
26024 2004-04-20  Martin Baulig  <martin@ximian.com>
26025
26026         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
26027         of the type name before passing it to mono_reflection_type_from_name().
26028
26029 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
26030
26031         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
26032         encodings here. Fixes #56965.
26033
26034 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
26035
26036         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
26037         fix test on strstr result not that I can see anything that
26038         relies on the result.
26039
26040 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
26041
26042         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
26043         Fixes #57081.
26044
26045         * marshal.c (mono_marshal_get_string_encoding): New helper function.
26046
26047         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
26048         function to determine which marshalling to use for strings. Fixes
26049         #56965.
26050
26051         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
26052
26053         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
26054
26055 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
26056
26057         * icall.c: #include mono-config.h
26058
26059 2004-04-15  Jackson Harper  <jackson@ximian.com>
26060
26061         * culture-info-tables.h: Fix date formats for en-US culture.
26062         
26063 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
26064
26065         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
26066         ThreadPool.SetMinThreads.
26067         * threadpool.c: Implemented ThreadPool.GetMinThreads and
26068         ThreadPool.SetMinThreads.
26069
26070 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
26071
26072         * mono-config.c: also load the .config file in the directory
26073         where the assembly was found.
26074
26075 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
26076
26077         * assembly.c: load per-assembly config files.
26078         * icall.c: decrapified code to get the config dir and moved to
26079         mono-config.c.
26080         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
26081         per-assembly config files. When doing a dll map lookup give precedence
26082         to the per-assembly data.
26083
26084 2004-04-14  Martin Baulig  <martin@ximian.com>
26085
26086         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
26087         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
26088         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
26089
26090         * mono-debugger-debugger.c: While the debugger is locked, remember
26091         whether the symbol tables have changes and send one single
26092         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
26093
26094 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
26095
26096         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
26097
26098         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
26099         function.
26100
26101         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
26102         account when marshalling string arrays. Fixes #56965.
26103
26104 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
26105
26106         * icall.c: Add new icalls mapping for security.
26107         * security.c|h: Add internal calls for WindowsIdentity,
26108         WindowsImpersonationContext and WindowsPrincipal.
26109
26110 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
26111
26112         * class.c: Added comment to ensure the System.MonoDummy class
26113         is removed when no longer necessary
26114
26115 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
26116
26117         * appdomain.c: Pass arguments to the bootstraping exceptions to
26118         minimize JITed methods at boot
26119
26120         * metadata.c (mono_exception_from_name_two_strings): Allow for the
26121         second string to be null.
26122
26123         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
26124         Change the protocol to minimize the JIT methods at startup.  Now
26125         it Returns the internal codepage, if the value of "int_code_page"
26126         is 1 at entry, and we can not compute a suitable code page
26127         number, returns the code page as a string.
26128
26129 2004-04-13  Jackson Harper  <jackson@ximian.com>
26130
26131         * culture-info-tables.h: Fix number of decimal digits for all
26132         english locales.
26133
26134 2004-04-13  Jackson Harper  <jackson@ximian.com>
26135
26136         * icall.c: Clairfy out of sync error message. It is not always
26137         your corlib that is out of sync.
26138
26139 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
26140
26141         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
26142         properties when only the set accessor is overriden. Fixes #55874.
26143
26144 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
26145
26146         * assembly.c (mono_assembly_load_references): Make this thread safe.
26147         Fixes #56327.
26148
26149 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
26150
26151         * monosn.c: Add missing initialization calls.
26152
26153 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
26154
26155         * locales.c:
26156         ves_icall_System_Globalization_CultureInfo_construct_number_format
26157         Fix g_assert so it compiles on fussier compilers re int/ptr
26158         mismatch
26159
26160 2004-04-08  Dick Porter  <dick@ximian.com>
26161
26162         * socket-io.h:
26163         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
26164         53992.  Also rearrange the code so that the internal calls return
26165         an error value and exceptions are thrown from managed code.
26166
26167         * icall.c: Add type info to the socket icalls.
26168
26169 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26170
26171         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
26172         owes me a beer.
26173
26174 2004-04-07  Martin Baulig  <martin@ximian.com>
26175
26176         * class.c (mono_class_from_generic_parameter): Don't default
26177         `klass->parent' to `mono_defaults.object_type'.
26178
26179 2004-04-07  Martin Baulig  <martin@ximian.com>
26180
26181         * reflection.c (mono_reflection_initialize_generic_parameter): Set
26182         `param->pklass->reflection_info'.       
26183
26184 2004-04-07  Jackson Harper  <jackson@ximian.com>
26185
26186         * culture-info-tables.h: Fix date separator symbol.
26187         
26188 2004-04-07  Martin Baulig  <martin@ximian.com>
26189
26190         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
26191         from System.Type to System.MonoType.
26192
26193 2004-04-07  Martin Baulig  <martin@ximian.com>
26194
26195         * reflection.h
26196         (MonoReflectionGenericParam): Added `has_reference_type' and
26197         `has_value_type' fields.
26198
26199         * reflection.c (mono_image_get_generic_param_info): Encode the
26200         correct flags if we have the `class' or `struct' constraint.
26201
26202 2004-04-07  Martin Baulig  <martin@ximian.com>
26203
26204         * reflection.h
26205         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
26206
26207 2004-04-07  Jackson Harper  <jackson@ximian.com>
26208
26209         * appdomain.c: Revert extra patches, just wanted to bump the
26210         version number.
26211         
26212 2004-04-07  Jackson Harper  <jackson@ximian.com>
26213
26214         * Makefile.am: Add culture-info private headers.
26215         * icall.c: Add new icalls for contructing locales.
26216         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
26217         * locales.h: Declare new culture info construction methods.
26218         * object.h: Add new fields used to avoid the CultureMap to
26219         MonoCultureInfo.
26220         * culture-info.h: Definition of structs used in the culture info
26221         tables.
26222         * culture-info-tables.h: Autogenerated tables that contain culture
26223         info data. This file was generated with the locale-builder tool.
26224         * appdomain.c: Incement corlib version number.
26225         
26226 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
26227
26228         * appdomain.c: (mono_runtime_init) move mono_thread_init
26229         to before mono_object_new calls so critical sections
26230         are initialized before use.
26231
26232 2004-04-07  Martin Baulig  <martin@ximian.com>
26233
26234         * icall.c
26235         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
26236         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
26237         (ves_icall_MonoGenericParam_initialize): Removed.
26238         (monogenericparam_icalls): Removed.
26239         (generictypeparambuilder_icalls): Added new table for
26240         System.Reflection.Emit.GenericTypeParameterBuilder.
26241
26242         * reflection.c
26243         (mono_reflection_define_generic_parameter): Removed.
26244         (mono_reflection_initialize_generic_parameter): This is now called
26245         from GenericTypeParameterBuilder's .ctor.
26246
26247 2004-04-06  Martin Baulig  <martin@ximian.com>
26248
26249         * class.c (mono_class_init): Don't inflate nested classes in a
26250         generic instance.
26251         (mono_type_get_name_recurse): Include the generic arguments for
26252         generic instances and generic type declarations.
26253         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
26254         (_mono_class_get_instantiation_name): Removed.
26255         (mono_class_create_generic): Always use `gklass->name' as our name.
26256
26257         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
26258
26259         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
26260         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
26261         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
26262         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
26263         closed generic methods here.
26264
26265         * reflection.c
26266         (mono_reflection_generic_inst_get_nested_types): Removed.
26267         (inflate_mono_method): Copy the generic parameters from the
26268         MonoMethodHeader into out MonoGenericMethod.
26269
26270 2004-04-06  Martin Baulig  <martin@ximian.com>
26271
26272         * row-indexes.h
26273         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
26274
26275         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
26276
26277         * reflection.c (build_compressed_metadata): If we have any entries
26278         in the GenericParam, MethodSpec or GenericParamConstraint tables,
26279         set the header version to 1.1.
26280
26281 2004-04-06  Martin Baulig  <martin@ximian.com>
26282
26283         * class.c (mono_class_init): If we're a generic instance,
26284         initialize our nested classes, too.
26285         (_mono_class_get_instantiation_name): Deal with the new `!%d'
26286         suffix. 
26287
26288 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26289
26290         * process.c: quote the argument passed to the shell on windows.
26291
26292 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
26293
26294         * threads.c (mono_alloc_special_static_data): Allow this to be
26295         called during startup.
26296
26297 2004-04-02  Martin Baulig  <martin@ximian.com>
26298
26299         * icall.c
26300         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
26301
26302 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
26303
26304         * icall.c: Fix build.
26305
26306 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
26307
26308         * Makefile.am: Added security.c|h.
26309         * icall.c: Added icall for get_UserName;
26310         * security.c: New file for security related icalls. Added function
26311         get_UserName for System.Environment (fix #56144).
26312         * security.h: New. Header file for security.c
26313
26314 2004-04-02  Dick Porter  <dick@ximian.com>
26315
26316         * icall.c: Deleted the icalls that were obsoleted some time ago
26317         by the ICU string code, and which were mixed into the icall
26318         rearranging.  Fixes bug 55969.
26319
26320         * string-icalls.h: 
26321         * string-icalls.c: Deleted the code that those icalls reference.
26322
26323 2004-04-01  Martin Baulig  <martin@ximian.com>
26324
26325         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
26326
26327         * class.c (mono_class_from_generic_parameter): Don't set 
26328         TYPE_ATTRIBUTE_INTERFACE.
26329         (my_mono_class_from_generic_parameter): Likewise.
26330
26331 2004-04-01  Martin Baulig  <martin@ximian.com>
26332
26333         * loader.c (find_method): Added an optional `MonoClass *ic'
26334         argument to search in a specific interface.
26335         (mono_get_method_constrained): New public function.
26336
26337 2004-04-01  Martin Baulig  <martin@ximian.com>
26338
26339         * reflection.c (mono_image_get_generic_field_token): Use the
26340         `handleref' cache here.
26341
26342 2004-04-01  Martin Baulig  <martin@ximian.com>
26343
26344         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
26345
26346         * reflection.c (create_generic_typespec): Use the `typespec' hash
26347         here, not the `typeref' one.    
26348
26349 2004-04-01  Martin Baulig  <martin@ximian.com>
26350
26351         * class.c (mono_class_inflate_generic_type): Moved the
26352         functionality into a new static inflate_generic_type() which
26353         returns NULL if it didn't do anything.  Only increment the
26354         `mono_stats.inflated_type_count' if we actually inflated
26355         something.
26356         (mono_class_get_full): Check the classes type to see whether we
26357         need to inflate it; also inflate MONO_TYPE_(M)VAR.
26358
26359 2004-04-01  Jackson Harper  <jackson@ximian.com>
26360
26361         * reflection.c: Set culture for assembly references.
26362         
26363 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
26364
26365         * reflection.[ch], icall.[ch], Fix support for pinning variables.
26366
26367 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26368
26369         * assembly.c:
26370         (do_mono_assembly_open): the critical section also covers
26371         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
26372
26373 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26374
26375         * threads.c:
26376         (mono_manage_threads): abort the background threads when finishing.
26377         Fixes bug #47232.
26378
26379 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26380
26381         * gc.c: only close the done_event handle if there was no timeout.
26382         C-ified comments.
26383
26384 2004-03-30  Martin Baulig  <martin@ximian.com>
26385
26386         * icall.c (icall_entries): It's called "System.Activator", not
26387         "System.Activation".    
26388
26389 2004-03-30  Martin Baulig  <martin@ximian.com>
26390
26391         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
26392         (mono_class_create_from_typespec): Likewise.
26393
26394 2004-03-30  Martin Baulig  <martin@ximian.com>
26395
26396         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
26397         `has_ctor_constraint' and `initialized'.
26398
26399 2004-03-30  Martin Baulig  <martin@ximian.com>
26400
26401         * reflection.c (encode_new_constraint): New static function to add
26402         the constructor constraint attribute to a type parameter.
26403         (encode_constraints): Call encode_new_constraint() if necessary.
26404
26405         * reflection.h
26406         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
26407
26408         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
26409         
26410 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
26411
26412         * reflection.c, icall.c: add support for pinning variables. 
26413
26414 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
26415
26416         * marshal.c (mono_marshal_get_managed_wrapper):
26417         init bool local with zero rather than null.
26418
26419 2004-03-29  Martin Baulig  <martin@ximian.com>
26420
26421         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
26422         the "official" behavior here.
26423         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
26424
26425 2004-03-29  Martin Baulig  <martin@ximian.com>
26426
26427         * icall.c: Reflect latest API changes.
26428
26429 2004-03-29  Martin Baulig  <martin@ximian.com>
26430
26431         * loader.c (mono_get_method_from_token): Also call
26432         mono_metadata_load_generic_params () for abstract and interface
26433         methods; replace the type arguments in the method signature with
26434         the ones which are loaded from the metadata.
26435
26436 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
26437
26438         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
26439         of the lock is not the current thread. MS.NET don't do it, in spite of
26440         what the documentation says. See bug #56157.
26441
26442 2004-03-28  Martin Baulig  <martin@ximian.com>
26443
26444         * class.c (mono_class_init): Don't call init_properties() and
26445         init_events() for generic instances; set `prop->parent' when
26446         inflating properties.
26447
26448         * reflection.c (mono_generic_inst_get_object): Call
26449         `mono_class_init (ginst->klass)'.
26450         (mono_type_get_object): Only create a MonoGenericInst if your
26451         generic type is a TypeBuilder.
26452         (do_mono_reflection_bind_generic_parameters): Only set
26453         `ginst->is_dynamic' if our generic type is a TypeBuilder.
26454
26455 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
26456
26457         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
26458         Fixes #56091.
26459
26460 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26461
26462         * icall.c: added Kill_internal icall.
26463         * process.[ch]: added Kill_internal icall.
26464
26465 2004-03-25  Martin Baulig  <martin@ximian.com>
26466
26467         * class.h (MonoStats): Added `generic_instance_count',
26468         `inflated_method_count', `inflated_type_count' and
26469         `generics_metadata_size'.       
26470
26471 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26472
26473         * reflection.c: no warnings now.
26474
26475 2004-03-25  Martin Baulig  <martin@ximian.com>
26476
26477         * class.c (mono_class_get_full): New public function; does a
26478         mono_class_get(), but also takes a `MonoGenericContext *'.
26479
26480         * loader.c (mono_field_from_memberref): Renamed to
26481         `field_from_memberref', made static and added `MonoGenericContext *'
26482         argument.
26483         (mono_field_from_token): Added `MonoGenericInst *' argument.
26484         (method_from_memberef): Likewise.
26485         (mono_get_method_from_token): Likewise.
26486         (mono_get_method_full): New public function; does a
26487         mono_get_method(), but also takes a `MonoGenericContext *'.
26488
26489         * verify.c (mono_method_verify): Get the method's generic context
26490         and pass it to mono_field_from_token(), mono_get_method_full() and
26491         mono_class_get_full().
26492
26493 2004-03-25  Martin Baulig  <martin@ximian.com>
26494
26495         * class.c (mono_class_inflate_generic_type): Take a
26496         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
26497         `MonoGenericMethod *'.
26498
26499 2004-03-25  Martin Baulig  <martin@ximian.com>
26500
26501         * loader.h (MonoMethodInflated): Store the MonoGenericContext
26502         instead of the MonoGenericMethod here.
26503
26504 2004-03-25  Martin Baulig  <martin@ximian.com>
26505
26506         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
26507         each time we create a new MonoGenericInst, we also create a new
26508         context which points back to us.
26509
26510         * class.c (inflate_method): Use `ginst->context' instead of
26511         creating a new context.
26512
26513         * loader.c (method_from_memberref): Use
26514         `klass->generic_inst->context' instead of creating a new context.
26515
26516 2004-03-25  Martin Baulig  <martin@ximian.com>
26517
26518         * class.h (MonoGenericContext): New struct.
26519         (MonoGenericMethod): Removed `generic_inst'.
26520
26521         * class.c (mono_class_inflate_generic_method): Take a
26522         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
26523
26524 2004-03-25  Martin Baulig  <martin@ximian.com>
26525
26526         * loader.h (MonoMethodInflated): New typedef.
26527
26528         * metadata.h (MonoMethodSignature): Removed `gen_method', make
26529         `generic_param_count' consume just 30 bits, added `is_inflated'
26530         and `has_type_parameters' flags (one bit each).
26531
26532         * class.c (mono_class_inflate_generic_method): Create a
26533         MonoMethodInflated instead of a MonoMethodNormal and set
26534         `is_inflated' in the method signature.
26535
26536         * class.h (MonoGenericMethod): Removed `generic_method'.
26537
26538 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
26539
26540         * image.c: Make sure the name of a MonoImage is always an absolute path.
26541           This fixes bug #54415.
26542
26543 2004-03-24  Martin Baulig  <martin@ximian.com>
26544
26545         * class.c (mono_class_setup_vtable): If we're a generic instance,
26546         use our generic type's vtable size.
26547
26548 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
26549
26550         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
26551         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
26552         problems.
26553
26554 2004-03-23  Martin Baulig  <martin@ximian.com>
26555
26556         * class.h (MonoDynamicGenericInst): Added `int count_events' and
26557         `MonoEvent *events'.
26558
26559         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
26560         (typebuilder_icalls): Added "get_event_info"; calls
26561         mono_reflection_event_builder_get_event_info(). 
26562
26563         * reflection.c (mono_reflection_generic_inst_initialize): Added
26564         `MonoArray *events'.
26565         (mono_reflection_event_builder_get_event_info): New function.
26566
26567 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
26568
26569         * object.h: add mono_type_initialization_init
26570
26571         * object.c (mono_runtime_class_init): 
26572         implement class constructor synchronization rules
26573         to cope with threading issues.  
26574         add mono_type_initialization_init
26575
26576         * appdomain.c (mono_runtime_init): call 
26577         mono_type_initialization_init
26578
26579         * class.h: removing initializing field from MonoVTable
26580
26581 2004-03-23  Martin Baulig  <martin@ximian.com>
26582
26583         * class.c (my_mono_class_from_generic_parameter): Use
26584         `param->name' if it's not NULL. 
26585
26586 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
26587
26588         * class.c: do not insert non-virtual methods in the vtable.
26589         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
26590         that means the method is non-virtual. This never would have
26591         happened before.
26592
26593 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
26594
26595         * profiler.c: Added lock for accessing coverage_hash.
26596
26597 2004-03-22  Martin Baulig  <martin@ximian.com>
26598
26599         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
26600         `method->method->signature->generic_param_count != 0' to make it
26601         work for interface methods.
26602
26603 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26604
26605         * process.c: quote the string passed to the shell using g_shell_quote.
26606
26607 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26608
26609         * threads.c:
26610         (mono_threads_manage): don't remove the finalizer thread and self
26611         from the threads hash table so that mono_thread_manage can be called
26612         more than once.
26613
26614 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26615
26616         * process.c: quote the arguments when UseShellExecute is true. Fixes
26617         bug #55790.
26618
26619 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26620
26621         * threads.c: set mono_thread_detach as a cleanup routine for every
26622         thread. This way it's always executed upon thread termination, either
26623         aborted or finished normally. No more xsp hangs!
26624
26625 2004-03-17  Martin Baulig  <martin@ximian.com>
26626
26627         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
26628         `int count_nested' and a `MonoType **nested'.
26629
26630         * reflection.c (mono_reflection_bind_generic_parameters): Moved
26631         most of the functionality into a new static
26632         do_mono_reflection_bind_generic_parameters() and don't take a
26633         `MonoType *nested_in' argument any more.  Don't compute nested
26634         types here.
26635         (mono_reflection_generic_inst_get_nested_types): New public method
26636         to get nested types.
26637
26638         * class.c (mono_class_create_generic): Set `klass->nested_in' if
26639         we're a nested class.
26640
26641         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
26642         mono_reflection_generic_inst_get_nested_types() to compute the
26643         nested types.
26644
26645 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
26646
26647         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
26648         descriptive error message under windows.
26649         
26650 2004-03-17  Martin Baulig  <martin@ximian.com>
26651
26652         * class.c (dup_type): Added `const MonoType *original' argument;
26653         copy the attrs from the original type.
26654
26655 2004-03-17  Martin Baulig  <martin@ximian.com>
26656
26657         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
26658         `m->generic_inst_cache' here.
26659
26660 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
26661
26662         * exception.h exception.c: Add stack_overflow_exception.
26663
26664 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26665
26666         * threadpool.c:
26667         (overlapped_callback): call SetEvent *after* invoking the callback.
26668         No need to call CloseHandle.
26669
26670 2004-03-16  Martin Baulig  <martin@ximian.com>
26671
26672         * reflection.c (mono_image_get_fieldref_token): Take a
26673         `MonoReflectionField *' instead of a `MonoClassField *' and a
26674         `MonoClass *'; store the `MonoReflectionField *' in the hash.
26675
26676 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26677
26678         * appdomain.c: don't add the culture to the filename we're looking for
26679         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
26680
26681 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26682
26683         * locales.c: don't ignore symbols when doing case insensitive compares.
26684         Thanks Dick! Fixes bug #54046.
26685
26686         * threads.c: surround 'threads' usage with enter/leave in
26687         mono_thread_manage.
26688
26689 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
26690
26691         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
26692         implicitly marshalled as [Out]. Fixes #55450.
26693
26694         (mono_marshal_get_runtime_invoke): Zero out the result if there is
26695         an exception.
26696
26697 2004-03-16  Martin Baulig  <martin@ximian.com>
26698
26699         * class.c (mono_class_from_generic_parameter): Use the actual
26700         parameter name. 
26701
26702 2004-03-16  Martin Baulig  <martin@ximian.com>
26703
26704         * reflection.c (type_get_signature_size): New static function.
26705         Compues the size of the type in a method signature.
26706         (method_get_signature_size): New static function; calls
26707         type_get_signature_size() to compute the actual size of the
26708         method's signature.
26709         (method_encode_signature): Use method_get_signature_size() to get
26710         the signature's size rather than using `nparams * 10'.
26711
26712 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26713
26714         * file-io.h: define here WapiOverlapped on windows. I don't want the
26715         regular OVERLAPPED one.
26716
26717         * file-io.c:
26718         * threadpool.c: somehow, BindIoCompletionCallback is not found.
26719         Disabling AIO on windows.
26720
26721 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26722
26723         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
26724         bug #55385.
26725
26726 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26727
26728         * appdomain.c: upgraded corlib version.
26729
26730         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
26731         and BeginWrite. Allow opening files for asynchrnous operations.
26732
26733         * file-io.h: new struct that maps FileStreamAsyncResult.
26734         * icall.c: added new icalls.
26735         * process.[ch]: support setting child process environment variables
26736         and use the SHELL or COMSPEC when UseShellExecute is true.
26737
26738         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
26739         callback for async. IO is here and also BindHandle.
26740
26741         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
26742         from here.
26743
26744 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
26745
26746         * reflection.c (create_custom_attr): Allow len == 0.
26747
26748         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
26749         computation on big-endian machines.
26750
26751 2004-03-13  Martin Baulig  <martin@ximian.com>
26752
26753         * class.h (MonoGenericInst): Added `int count_ifaces'.
26754
26755         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
26756         `ginst->count_ifaces' instead `klass->interface_count' since we
26757         may get called before the vtable is created.
26758
26759         * loader.c (mono_method_get_param_names): If we're a generic
26760         instance, return and don't initialize the class.
26761
26762         * reflection.c (mono_reflection_setup_generic_class): Don't call
26763         ensure_runtime_vtable().
26764         (mono_reflection_bind_generic_parameters): Set
26765         `ginst->count_ifaces'.
26766
26767 2004-03-11  Jackson Harper <jackson@ximian.com>
26768
26769         * icall.c:
26770         * unicode.c:
26771         * unicode.h: Remove unused System.Char icalls.
26772         
26773 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
26774
26775         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
26776         code when we P/Invoke the first library in Windows.Forms, instead
26777         of when we first open the assembly.
26778
26779         * assembly.c: Drop the lookup from here.
26780
26781 2004-03-10  Martin Baulig  <martin@ximian.com>
26782
26783         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
26784         class for properties, fields and events.  Finally fixes #54945.
26785
26786 2004-03-10  Martin Baulig  <martin@ximian.com>
26787
26788         * metadata.c (mono_metadata_class_equal): New static function;
26789         checks whether two generic instances or two generic parameters are
26790         equal.
26791         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
26792         compare classes.        
26793
26794 2004-03-10  Martin Baulig  <martin@ximian.com>
26795
26796         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
26797
26798         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
26799         argument and write it into the `reflection_info' field.
26800
26801         * icall.c
26802         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
26803         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
26804
26805 2004-03-09  Jackson Harper  <jackson@ximian.com>
26806
26807         * char-conversions.h: use 8 bits for numeric data its all we need
26808         * icall.c: numeric data is only 8 bits now.
26809
26810 2004-03-09  Martin Baulig  <martin@ximian.com>
26811
26812         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
26813
26814         * class.c (init_properties, init_events): Initialize the new
26815         `parent' field.
26816
26817         * reflection.c (typebuilder_setup_properties): Likewise.
26818         (typebuilder_setup_events): Likewise.
26819
26820         * reflection.h (MonoEventInfo): Replaced `parent with
26821         `declaring_type' and `reflected_type'.
26822
26823         * icall.c (ves_icall_get_property_info): Distinguish between
26824         declaring and reflected type.
26825         (ves_icall_get_event_info): Likewise.
26826
26827 2004-03-09  Martin Baulig  <martin@ximian.com>
26828
26829         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
26830         (ves_icall_Type_GetField): Correctly set field->klass.
26831
26832 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
26833
26834         * loader.h: Fix warning.
26835
26836 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
26837
26838         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
26839         library routine if present.  Notice that it will still continue
26840         executing even if its missing, for those working on the Gtk#
26841         edition of Windows.Forms.
26842
26843         * assembly.c (do_mono_assembly_open): If loading the
26844         System.Windows.Forms call mono_loader_wini_init.
26845
26846 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
26847
26848         * class.h: Added MonoRemoteClass struct.
26849         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
26850         function for MonoStrings.
26851         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
26852         Added internal call for getting the proxy type.
26853         * marshal.c: Get the type of transparent proxies from its remote_class.
26854         Added methods that generate the IL for type checks and casts:
26855         mono_marshal_get_isinst, mono_marshal_get_castclass, 
26856         mono_marshal_get_proxy_cancast.
26857         * marshal.h: Declaration of the previous new methods.
26858         * object.c: Added new moethods for creating and updating MonoRemoteClass
26859         instances: mono_remote_class, mono_upgrade_remote_class, 
26860         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
26861         * verify.c: FIx transparent_proxy_fields layout.
26862         * appdomain.c: Bump corlib version.
26863
26864 2004-03-04  Jackson Harper  <jackson@ximian.com>
26865
26866         * icall.c: Add icall to access char conversion tables.
26867         * char-conversions.h: Character conversion tables.
26868         * Makefile.am: Add char-conversions.h private header file.
26869         
26870 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
26871
26872         * appdomain.c (unload_thread_main): Increase unloading timeout to
26873         10 sec as a temporary workaround for Nant problems.
26874
26875 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
26876
26877         * gc.c: Add checks for GC_enable and GC_disable.
26878
26879         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
26880         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
26881         (bug #54988).
26882         
26883 2004-02-27  Martin Baulig  <martin@ximian.com>
26884
26885         * reflection.c (mono_reflection_bind_generic_parameters): Take a
26886         `MonoReflectionType *' instead of a `MonoType *'.
26887
26888 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
26889
26890         * gc.c (run_finalize): Avoid finalizing the object representing the
26891         finalizer thread.
26892         (finalizer_thread): Fix warning.
26893
26894 2004-02-25  Martin Baulig  <martin@ximian.com>
26895
26896         * class.c (_mono_class_get_instantiation_name): Added `int offset'
26897         argument for nested types.
26898         (mono_class_create_generic): Added support for nested generictypes.
26899
26900         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
26901         `GList *nested'.
26902
26903         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
26904
26905         * reflection.c (method_encode_signature): Increase the minimum
26906         value of `size' from 10 to 11.
26907         (mono_reflection_bind_generic_parameters): Take `int type_argc'
26908         and `MonoType **types' arguments instead of the `MonoArray
26909         *types'; added `MonoType *nested_in'.  Recursively instantiate
26910         nested classes. 
26911
26912 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
26913
26914         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
26915         stack_overflow_ex members which are used by exception handling.
26916
26917         * appdomain.c (mono_runtime_init): Initialize the new members.
26918
26919         * gc.c (mono_gc_enable): New helper function.
26920         * gc.c (mono_gc_disable): New helper function.
26921
26922 2004-02-23  Martin Baulig  <martin@ximian.com>
26923
26924         * icall.c: I must have been really stupid - make it actually work
26925         this time ;-)
26926
26927 2004-02-23  Martin Baulig  <martin@ximian.com>
26928
26929         * loader.c (method_from_memberref): Only inflate the method if
26930         it's in another klass.
26931
26932 2004-02-23  Martin Baulig  <martin@ximian.com>
26933
26934         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
26935         (mono_class_init): If we're a generic instance and an interface,
26936         compute `class->interface_id'; also create `class->interfaces'
26937         here and inflate them.
26938
26939         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
26940         `ginst->is_open'.
26941         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
26942
26943         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
26944
26945 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
26946
26947         * reflection.c (method_encode_code): Improved the error message
26948         generated by the exception.
26949
26950 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26951
26952         * icall.c: Martin did not do what he said in the ChangeLog for
26953         2004-02-18, but put back the changes for properties and events.
26954         Commenting those changes out again and adding comment to bug #54518.
26955         
26956         * process.c: removed warning.
26957
26958 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
26959
26960         * marshal.c (emit_struct_conv): Print an error message instead of
26961         asserting when a type does not have the StructLayout attribute.
26962
26963 2004-02-20  Martin Baulig  <martin@ximian.com>
26964
26965         * reflection.c (mono_type_get_object): Also use the cache for
26966         generic instances.
26967         (mono_reflection_bind_generic_parameters): Always compute
26968         `ginst->ifaces'.        
26969
26970 2004-02-20  Martin Baulig  <martin@ximian.com>
26971
26972         * class.h (MonoGenericMethod): Removed `klass'.
26973
26974         * class.c (mono_class_inflate_generic_method): Added `MonoClass
26975         *klass' argument.
26976
26977 2004-02-20  Martin Baulig  <martin@ximian.com>
26978
26979         * reflection.c (method_encode_methodspec): Actually use the
26980         uninflated signature for the memberref.
26981
26982 2004-02-20  Martin Baulig  <martin@ximian.com>
26983
26984         * class.h (MonoGenericMethod): Removed `declaring'.
26985
26986         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
26987         is NULL, compute it here.
26988
26989 2004-02-20  Martin Baulig  <martin@ximian.com>
26990
26991         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
26992
26993         * metadata.c (mono_metadata_generic_inst_hash): New method.
26994         (mono_metadata_generic_inst_equal): New method.
26995
26996         * reflection.c (mono_reflection_bind_generic_parameters): Use the
26997         `klass->image->generic_inst_cache' cache to avoid creating
26998         duplicate MonoGenericInst's.
26999
27000         * class.c (mono_class_inflate_generic_type): Use the cache.
27001
27002 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
27003
27004         * object.c: fixed gc descriptor calculation for embedded valuetypes.
27005
27006 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27007
27008         * icall.c: added Socket.WSAIoctl icall.
27009
27010         * socket-io.[ch]: implemented
27011         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
27012
27013 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
27014
27015         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
27016
27017 2004-02-18  Urs C Muff  <umuff@quark.com>
27018
27019         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
27020         this work on PPC and other big-endian architectures.
27021
27022         * debug-mono-symfile.h: Prepended the names of all the `guint32'
27023         fields with an underscore to make sure they're only accessed by
27024         the read32() macro.
27025
27026 2004-02-18  Martin Baulig  <martin@ximian.com>
27027
27028         * icall.c: Put the klass->refclass changes back for methods and
27029         fields, but not for properties and events.  We're currently not
27030         distinguishing between DeclaringType and ReflectedType for
27031         properties and events, that's what caused the regressions.
27032
27033 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27034
27035         * object.c:
27036         (mono_async_result_new): the handle can be NULL.
27037
27038         * threadpool.c: Use an event instead of a semaphore, don't initialize
27039         it until needed. This saves quite a few semaphores from being created
27040         when using the threadpool.
27041
27042 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
27043
27044         * object.c (mono_string_is_interned_lookup): Fix interning of long
27045         strings. Fixes #54473.
27046
27047         * domain.c (ldstr_equal): Optimize if the two strings are equal.
27048
27049         * icall.c: Revert the klass->refclass changes since they introduce
27050         regressions (bug #54518).
27051
27052 2004-02-18  Martin Baulig  <martin@ximian.com>
27053
27054         * class.c (mono_class_init): If we're a generic instance and don't
27055         come from a TypeBuilder, inflate our members here.
27056         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
27057         (mono_class_create_generic): New public method.
27058         (mono_class_initialize_generic): Removed.
27059         (get_instantiation_name): Renamed to
27060         _mono_class_get_instantiation_name() and made it public.
27061
27062 2004-02-18  Martin Baulig  <martin@ximian.com>
27063
27064         * class.c (mono_class_inflate_generic_type): Clear the new
27065         instance's `nginst->klass' when inflating a generic instance.
27066         (mono_class_is_subclass_of): Added (basic) support for generic
27067         instances.
27068
27069 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
27070
27071         * appdomain.h, domain.c: use a MonoCodeManager instead of a
27072         MonoMempool to hold compiled native code.
27073
27074 2004-02-17  Martin Baulig  <martin@ximian.com>
27075
27076         * class.h (MonoDynamicGenericInst): Added `count_properties' and
27077         `properties'.
27078
27079         * reflection.c (mono_reflection_generic_inst_initialize): Added
27080         `MonoArray *properties' argument.
27081
27082         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
27083
27084 2004-02-17  Martin Baulig  <martin@ximian.com>
27085
27086         * icall.c (ves_icall_Type_GetFields): Renamed to
27087         ves_icall_Type_GetFields_internal() and added a
27088         `MonoReflectionType *rtype' argument; pass it to
27089         mono_field_get_object() to set the field's "reflected" type.
27090         (ves_icall_Type_GetConstructors): Likewise.
27091         (ves_icall_Type_GetEvents): Likewise.
27092         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
27093         argument; pass it to mono_method_get_object() to set the method's
27094         "reflected" type.       
27095
27096 2004-02-17  Martin Baulig  <martin@ximian.com>
27097
27098         * class.h (MonoDynamicGenericInst): New type.
27099         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
27100
27101         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
27102         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
27103         (ves_icall_MonoGenericInst_GetFields): New interncall.
27104
27105         * class.c (mono_class_from_generic): Don't call
27106         mono_class_initialize_generic() if this is a dynamic instance;
27107         ie. it's being created from a TypeBuilder.
27108         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
27109         `class->byval_arg.type'.
27110
27111         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
27112         to `inflate_method' and made static.
27113         (mono_reflection_inflate_field): Removed.
27114         (mono_reflection_generic_inst_initialize): New public method.
27115
27116         * reflection.h (MonoReflectionGenericInst): Removed `methods',
27117         `ctors' and `fields'; added `initialized'.
27118
27119 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
27120
27121         * debug-helpers.c (mono_method_full_name): Fix output for empty
27122         namespaces.
27123
27124 2004-02-12  Martin Baulig  <martin@ximian.com>
27125
27126         * class.h (MonoClassField): Added `MonoType *generic_type'.
27127
27128         * reflection.c (mono_image_get_fieldref_token): Added support for
27129         instantiated generic types.
27130         (field_encode_inflated_field): Removed.
27131         (mono_image_get_inflated_field_token): Removed.
27132         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
27133
27134         * reflection.h (MonoReflectionInflatedField): Removed.
27135
27136 2004-02-12  Martin Baulig  <martin@ximian.com>
27137
27138         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
27139         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
27140
27141         * reflection.c (mono_image_get_methodspec_token): Take a
27142         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
27143         (mono_image_create_token): Check whether we have a
27144         `method->signature->gen_method' and call
27145         mono_image_get_methodspec_token() if appropriate.
27146         (inflated_method_get_object): Removed.
27147         (mono_reflection_bind_generic_method_parameters): Return a
27148         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
27149         (mono_reflection_inflate_method_or_ctor): Likewise.
27150
27151         * reflection.h (MonoReflectionInflatedMethod): Removed.
27152
27153 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
27154
27155         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
27156         for custom valuetype marshalling.
27157
27158         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
27159
27160 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27161
27162         * icall.c: fixed WSAGetLastError_internal name.
27163
27164 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
27165
27166         * threads.c (mono_thread_attach): Allow this to be called multiple
27167         times for a thread.
27168         
27169         * threads.c (build_wait_tids): Do not wait for ourselves.
27170
27171         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
27172         appdomain list is empty.
27173
27174         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
27175         memory returned by mono_string_builder_to_utf16, since it points into
27176         managed memory. Thanks to Bernie Solomon for noticing this.
27177
27178         * icall.c: Add AppDomainSetup icalls.
27179
27180         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
27181
27182         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
27183         types.
27184
27185         * reflection.c (reflection_methodbuilder_to_mono_method): Save
27186         custom attributes to the method_aux struct. Also fix array indexes etc.
27187
27188         * loader.c (mono_method_get_param_names): Make dynamic case work again.
27189         
27190 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
27191
27192         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
27193         (both static and runtime) and reduce startup time.
27194
27195 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
27196
27197         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
27198         AsAny marshalling conversion instead of crashing.
27199
27200         * marshal.c: Fix warnings.
27201
27202 2004-02-09  Martin Baulig  <martin@ximian.com>
27203
27204         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
27205
27206         * reflection.h (MonoReflectionInflatedMethod): Removed the
27207         `declaring' field, it's now in the unmanaged MonoGenericMethod.
27208
27209         * reflection.c (method_encode_methodspec): Removed the `method'
27210         argument; we get it from `gmethod->declaring'.
27211         (inflated_method_get_object): Removed the `declaring' argument.
27212
27213 2004-02-09  Martin Baulig  <martin@ximian.com>
27214
27215         * class.h (MonoGenericMethod): New type.
27216         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
27217         `generic_method'.
27218
27219         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
27220         a `MonoGenericMethod *gen_method' one.
27221
27222         * class.c (mono_class_inflate_generic_type): Take an additional
27223         `MonoGenericMethod * argument.  This is only non-NULL if we're
27224         inflating types for a generic method.   
27225         (mono_class_inflate_generic_signature): Renamed to
27226         inflate_generic_signature() and made static; take a
27227         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
27228         (inflate_generic_header): Take a `MonoGenericMethod *' argument
27229         instead of a `MonoGenericInst *' one.
27230         (mono_class_inflate_generic_method): Likewise.
27231
27232         * reflection.c (encode_generic_method_sig): Take a
27233         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
27234         (method_encode_methodspec): Likewise.
27235         (inflated_method_get_object): Likewise. 
27236
27237         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
27238         field with a `MonoGenericMethod *gmethod' one.  
27239
27240 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
27241
27242         * class.h (mono_class_has_parent): add parens to expansion
27243         so you can ! this.
27244
27245 2004-02-08  Martin Baulig  <martin@ximian.com>
27246
27247         * image.h (MonoImage): Removed `generics_cache'.
27248
27249         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
27250         instead of a `MonoType *' argument; removed the `inflate_methods'
27251         argument.  Don't inflate methods here.
27252
27253         * loader.c (find_method): If it's a generic instance, call
27254         mono_class_init() on the `sclass->generic_inst->generic_type'.
27255
27256         * metadata.c (mono_type_size): Make this work on uninitialized
27257         generic instances; call it on the `ginst->generic_type's class.
27258
27259         * reflection.c (mono_reflection_bind_generic_parameters): Call
27260         mono_class_from_generic() to create the `ginst->klass'.
27261
27262 2004-02-08  Martin Baulig  <martin@ximian.com>
27263
27264         * class.h (MonoClass): Changed type of `generic_inst' from
27265         `MonoType *' to `MonoGenericInst *'.
27266
27267 2004-02-08  Martin Baulig  <martin@ximian.com>
27268
27269         * icall.c (ves_icall_Type_BindGenericParameters): Just call
27270         mono_type_get_object(), this is now creating a `MonoGenericInst'
27271         for MONO_TYPE_GENERICINST.
27272         (ves_icall_MonoGenericInst_GetParentType): Likewise.
27273         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
27274
27275         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
27276         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
27277         (inflated_method_get_object): Added `MonoClass *refclass' argument.
27278         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
27279         and reflected type.
27280
27281         * reflection.h (MonoReflectionInflatedMethod): Removed
27282         `declaring_type' and `reflected_type'.
27283
27284 2004-02-08  Martin Baulig  <martin@ximian.com>
27285
27286         * class.h (MonoGenericInst): Added `MonoType *parent' and
27287         `MonoType **ifaces'.
27288
27289         * reflection.h (MonoReflectionGenericInst): Removed `klass',
27290         `parent' and `interfaces'.
27291
27292         * reflection.c (mono_reflection_bind_generic_parameters): Take a
27293         `MonoType *' argument and return a `MonoType *'.
27294
27295         * icall.c
27296         (ves_icall_MonoGenericInst_GetParentType): New interncall.
27297         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
27298
27299 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
27300
27301         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
27302         valuetype marshalling.
27303
27304 2004-02-06  Martin Baulig  <martin@ximian.com>
27305
27306         * class.c
27307         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
27308         (my_mono_class_from_generic_parameter): Likewise.
27309
27310 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
27311
27312         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
27313         contents of the symbol files lazily.
27314
27315         * object.h (MonoThread): Add 'name' and 'name_len' fields.
27316
27317         * threads.h threads.c icall.c: New icalls for getting and setting the
27318         threads name.
27319
27320 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
27321
27322         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
27323         Raise an exception when the domain is not found.
27324
27325 2004-02-03  Martin Baulig  <martin@ximian.com>
27326
27327         * reflection.c (mono_image_get_methodspec_token): Use the
27328         uninflated signature; fixes gen-33.
27329
27330 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
27331
27332         * gc.c threads.c: Make the finalizer thread a normal managed thread so
27333         the finalizer code can use thread functionality.
27334
27335         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
27336         the finalizer thread.
27337
27338         * threads.c: Make some functions more robust.
27339
27340         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
27341
27342         * metadata.h: Add new marshalling conventions.
27343
27344         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
27345         stringbuilder marshalling. Fixes #53700.
27346
27347         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
27348
27349         * reflection.c (mono_image_get_type_info): Save declarative security
27350         info.
27351
27352         * reflection.c (mono_image_get_field_info): Handle uninitialized 
27353         unmanaged fields as well.
27354
27355         * appdomain.c: Bump corlib version.
27356
27357 2004-02-01  Martin Baulig  <martin@ximian.com>
27358
27359         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
27360         method type arguments.  
27361
27362 2004-01-30  Duncan Mak  <duncan@ximian.com>
27363
27364         * marshal.h: Add prototype for
27365         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
27366         and
27367         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
27368         fix the build.
27369
27370 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
27371
27372         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
27373         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
27374
27375 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
27376
27377         * marshal.c (mono_marshal_get_native_wrapper): Add support for
27378         custom marshalling of valuetypes.
27379
27380         * marshal.c: Fix some warnings.
27381
27382 2004-01-29  Martin Baulig  <martin@ximian.com>
27383
27384         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
27385         for generic method parameters.
27386
27387         * reflection.c (method_encode_methodspec): Write the uninflated
27388         signature into the methodspec table.
27389         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
27390         is always the uninflated method.
27391         (reflection_methodbuilder_to_mono_method): Copy the generic
27392         parameters from the MethodBuilder into `header->gen_params'.
27393
27394 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
27395
27396         * class.c (mono_class_from_generic_parameter): Fix warning.
27397
27398 2004-01-27  Martin Baulig  <martin@ximian.com>
27399
27400         * class.c (mono_class_from_generic_parameter): Don't create
27401         `klass->methods' here.  
27402
27403 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
27404
27405         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
27406         extension since it does not work with libraries named lib<FOO>.dll.so.
27407
27408 2004-01-25  Martin Baulig  <martin@ximian.com>
27409
27410         * class.c (mono_class_inflate_generic_type): Added support for
27411         MONO_TYPE_GENERICINST.
27412
27413         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
27414         inflate methods on open constructed types.      
27415
27416 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27417
27418         * object.c: fire ProcessExit event in the root AppDomain after running
27419         Main. Fixes bug #53299.
27420
27421 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
27422
27423         * socket-io.c: include the new socket-wrappers.h header.
27424         Use the wrappers instead of the unix socket functions to make the code
27425         more clear.
27426
27427 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
27428
27429         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
27430
27431         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
27432         Fixes #22532.
27433
27434 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
27435
27436         * reflection.c (mono_image_create_pefile): Handle the case when the
27437         entry point is not a MethodBuilder.
27438
27439         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
27440         field to ReflectionMethod since it is not allways a builder.
27441
27442         * reflection.c (type_get_fully_qualified_name): New helper function to
27443         return the fully qualified name of a type.
27444
27445         * reflection.c (encode_marshal_blob): Always emit the fully qualified
27446         type name for custom marshallers.
27447
27448         * reflection.c (mono_marshal_spec_from_builder): Ditto.
27449
27450         * class.c (mono_class_setup_vtable): If a parent class already 
27451         implements an interface, use the implementing methods from that class.
27452         Fixes #53148.
27453
27454 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27455
27456         * threadpool.c: just return instead of ExitThread to allow for thread
27457         clean up earlier.
27458
27459 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
27460
27461         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
27462         when closing resource modules.
27463
27464         * reflection.c (mono_image_create_pefile): Handle the case when the
27465         entry point is not a MethodBuilder.
27466
27467         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
27468         field to ReflectionMethod since it is not allways a builder.
27469
27470 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
27471
27472         * marshal.c (mono_marshal_get_managed_wrapper): 
27473         mono_marshal_alloc takes native int so CONV_I
27474         the arg for 64bits.
27475
27476 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
27477
27478         * reflection.c (fixup_cattrs): New function to fixup the methoddef
27479         tokens in the cattr table. Fixes #53108.
27480
27481 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27482
27483         * loader.c: don't trim ".dll" before looking up in the config file.
27484         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
27485
27486 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
27487
27488         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
27489         Return the module which contains the resource as well.
27490         (ves_icall_System_Reflection_Module_Close): New icall.
27491
27492         * appdomain.c: Bump corlib version number.
27493
27494         * image.c (mono_image_addref): New public function.
27495
27496         * assembly.c: Call mono_image_addref.
27497
27498         * reflection.c (mono_module_get_object): Increase reference count of 
27499         the image.
27500
27501         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
27502         Fixes #22532.
27503
27504         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
27505         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
27506         proper exceptions on DllImport problems.
27507
27508 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
27509
27510         * class.c, metadata.c: eliminate CSIZE macro.
27511
27512 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
27513
27514         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
27515         * object.h: Added async_callback field in MonoAsyncResult.
27516         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
27517         * verify.c: Added async_callback in MonoAsyncResult layout.
27518
27519 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
27520
27521         * reflection.c (mono_reflection_get_custom_attrs): Add support
27522         for Modules.
27523
27524 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
27525
27526         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
27527         marshalling.
27528         (mono_marshal_method_from_wrapper): Add null pointer check.
27529
27530 2004-01-16  Martin Baulig  <martin@ximian.com>
27531
27532         * debug-mono-symfile.h: Set version number to 36 and reflect
27533         latest symbol writer changes.
27534
27535 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
27536
27537         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
27538         multi-dimensional arrays.
27539         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
27540         (mono_class_from_mono_type): Use bounded_array_class_get.
27541         
27542         * class.c (mono_bounded_array_class_get): New function which takes
27543         a 'bounded' bool argument to distinguish vectors from one dimensional
27544         arrays.
27545
27546         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
27547         bounded_array_class_get if the array has bounds.
27548
27549         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
27550         Search modules loaded using AssemblyBuilder:AddModule as well.
27551
27552 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27553
27554         * appdomain.c: increased corlib version.
27555         * filewatcher.c: removed g_print.
27556         * icall.c:
27557         (get_property_info): only allocate what is actually requested.
27558         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
27559
27560 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27561
27562         * Makefile.am: added filewatcher.[ch]
27563         * filewatcher.[ch]: FileSystemWatcher runtime support.
27564         * icall.c: added new FSW icalls.
27565
27566 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
27567
27568         * string-icalls.c: fix stringbuilder regression as suggested by
27569         Iain McCoy <iain@mccoy.id.au>.
27570
27571 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
27572
27573         * process.c (process_read_stringtable_block): Recognize '007f' as
27574         a language neutral stringtable block.
27575
27576 2004-01-12  Patrik Torstensson
27577
27578         * object.h (MonoStringBuilder) : Changed layout to support our
27579         new stringbuilder class.
27580         * marshal.c: Change marshalling to support the new layout of 
27581         string builder.
27582         * appdomain.c: increased version number because new layout of
27583         string builder.
27584
27585 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
27586
27587         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
27588         assembly name as an string instead of an AssemblyName, since it is
27589         easier to extract info from it.
27590
27591         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
27592         the culture subdirectories too. Fixes #52231.
27593
27594 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27595
27596         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
27597         It takes 2 new parameters with an optional name for the method to look
27598         for and case ignoring info.
27599
27600         * threadpool.c: removed unused variable.
27601
27602 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27603
27604         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
27605         It takes 2 new parameters with an optional name for the property to look
27606         for and case ignoring info.
27607         Fixes bug #52753.
27608
27609 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
27610
27611         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
27612         Fix #52451.
27613
27614 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27615
27616         * appdomain.c:
27617         * assembly.c: escape the uri before passing it to g_filename_from_uri.
27618         Fixes bug #52630.
27619
27620 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
27621
27622         * reflection.c: Add support for more than one unmanaged resource.
27623
27624         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
27625         in field->def_value, as done in all other cases.
27626
27627         * reflection.c (mono_reflection_get_custom_attrs): Add support for
27628         TypeBuilders.
27629
27630         * reflection.c (mono_reflection_create_runtime_class): Remove 
27631         errorneous assignment to klass->element_class, since it is already
27632         done in mono_reflection_setup_internal_class.
27633
27634 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27635
27636         * gc.c: added missing LeaveCriticalSection.
27637         * icall.c: indented a couple of lines.
27638         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
27639         if we call EndInvoke inside a callback. Fixes bug #52601.
27640
27641 2004-01-07  Martin Baulig  <martin@ximian.com>
27642
27643         * mono-debug-debugger.h
27644         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
27645
27646 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
27647
27648         * appdomain.c: Use messages in NotImplementedException.
27649
27650         * exception.c (mono_get_exception_not_implemented): Now this takes
27651         a message argument.
27652
27653         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
27654         exception instead of g_asserting an aborting when something is not
27655         implemented.
27656
27657         Add some inline docs.
27658
27659 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
27660
27661         * reflection.h: Update after changes to object layout.
27662
27663         * reflection.c: Implement saving of unmanaged aka win32 resources.
27664
27665         * appdomain.c: Bump version number.
27666
27667         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
27668         Handle missing domains gracefully.
27669
27670 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
27671
27672         * file-io.c : On Windows, there are much more invalid_path_chars.
27673
27674 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
27675
27676         * class.h, object.c: prepare for GetType () speedup.
27677
27678 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
27679
27680         * profiler.c: workaround for --profile null reference exception on
27681           cygwin. Patch by Patrik Torstensson.
27682
27683 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
27684
27685         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
27686         make work for unaligned access.
27687
27688 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
27689
27690         * class.c: small cleanup (class->fields [i] -> field).
27691         * image.c: check address of metadata is valid.
27692
27693 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
27694
27695         * assembly.h assembly.c (mono_assembly_loaded): New public function to
27696         search the list of loaded assemblies.
27697
27698         * reflection.c (mono_reflection_type_from_name): Use 
27699         mono_assembly_loaded instead of mono_image_loaded.
27700
27701         * reflection.c: Fix warnings.
27702
27703 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
27704
27705         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
27706         is dynamic. This is needed since an assembly can contain both dynamic and
27707         non-dynamic images.
27708
27709         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
27710         assembly->dynamic.
27711
27712         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
27713
27714         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
27715         to store modules loaded using AddModule.
27716
27717         * reflection.c (mono_image_fill_file_table): Generalize this so it works
27718         on Modules.
27719
27720         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
27721
27722         * reflection.c (mono_image_fill_export_table_from_module): New function to
27723         fill out the EXPORTEDTYPES table from a module.
27724
27725         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
27726         into a separate function. Also handle loaded non-dynamic modules.
27727
27728         * reflection.c (mono_image_basic_init): Fix memory allocation.
27729
27730         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
27731
27732         * assembly.c (mono_assembly_load_references): Make this public.
27733
27734 2003-12-19  Martin Baulig  <martin@ximian.com>
27735
27736         * class.c (mono_class_initialize_generic): Made this static, take
27737         a `MonoGenericInst *' instead of a `MonoClass *'.
27738         (mono_class_from_generic): Call mono_class_initialize_generic()
27739         unless we're already initialized or being called from
27740         do_mono_metadata_parse_generic_inst().
27741
27742         * class.h (MonoGenericInst): Added `initialized' and
27743         `init_pending' flags.
27744
27745         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
27746         `mono_class_init (gklass)' or mono_class_initialize_generic()
27747         here; set `generic_inst->init_pending' while parsing the
27748         `type_argv'.
27749
27750 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
27751
27752         * locales.c: include string.h for memxxx prototypes
27753
27754 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
27755
27756         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
27757         constructor when accessing literal fields.
27758
27759 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
27760
27761         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
27762
27763         * reflection.c (assembly_add_resource_manifest): New function to fill
27764         the MANIFESTRESOURCE table.
27765
27766         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
27767
27768         * reflection.h: Update to changes in class layout.
27769
27770         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
27771         Reenable call to mono_runtime_is_shutting_down ().
27772
27773         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
27774         determine if the runtime is shutting down.
27775
27776 2003-12-16  Jackson Harper <jackson@ximian.com>
27777
27778         * icall.c: comment out call to mono_runtime_is_shutting_down to
27779         fix build.
27780         
27781 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
27782
27783         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
27784         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
27785
27786 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
27787
27788         * reflection.c: move definition of swap_with_size
27789         to before its first call
27790
27791 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
27792
27793         * appdomain.c (mono_runtime_is_shutting_down): New public function.
27794
27795         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
27796         icall.
27797
27798         * object.c: Fix warnings.
27799
27800         * icall.c (ves_icall_Type_Get...): Only consider inherited static
27801         members if FlattenHierarchy is set.
27802
27803         * reflection.c (mono_image_add_decl_security): New function to emit
27804         declarative security.
27805
27806         * reflection.h reflection.c: Add support for declarative security.
27807
27808         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
27809         
27810 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
27811
27812         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
27813         
27814         * appdomain.c verify.c: Moved corlib version checking into its own
27815         function in appdomain.c since it needs to create vtables etc.
27816
27817 2003-12-13  Patrik Torstensson <p@rxc.se>
27818
27819         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
27820         instead of unwrapped server.
27821
27822 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
27823
27824         * verify.c (check_corlib): Fix field index.
27825
27826 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
27827
27828         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
27829         GetGacPath icall.
27830
27831 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
27832
27833         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
27834         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
27835         cope with sizeof(size_t) != sizeof(guint32).
27836
27837 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27838
27839         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
27840         in case of failure.
27841
27842 2003-12-10  Mark Crichton <crichton@gimp.org>
27843
27844         * icall.c: removed the GetNonZeroBytes.  We now handle this case
27845         in managed code.
27846
27847         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
27848
27849 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
27850
27851         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
27852         marked as deleted.
27853
27854 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
27855
27856         * verify.c (check_corlib): Handle the case when the version field is 
27857         initialized by a static constructor.
27858
27859 2003-12-08  Patrik Torstensson  <p@rxc.se>
27860
27861     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
27862
27863 2003-12-08  Martin Baulig  <martin@ximian.com>
27864
27865         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
27866         a MonoReflectionGenericParameter, also take the parameter index
27867         and name as arguments.
27868         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
27869         (ves_icall_MonoGenericParam_initialize): New interncall.
27870         (ves_icall_Type_make_byref_type): New interncall.
27871
27872         * reflection.h (MonoReflectionGenericParam): Derive from
27873         MonoReflectionType, not just from MonoObject.  Added `refobj' and
27874         `index' fields.
27875
27876         * reflection.c (mono_reflection_define_generic_parameter): Create
27877         and return a new MonoReflectionGenericParam; don't initialize the
27878         constraints here.
27879         (mono_reflection_initialize_generic_parameter): New public method;
27880         initializes the constraints and creates the `param->pklass'.
27881
27882 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
27883
27884         * reflection.h reflection.c: Use the new fields 'num_types', 
27885         'num_fields' and 'num_methods' to track the number of types etc.
27886
27887         * verify.c (check_corlib): Check corlib version number.
27888
27889 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
27890
27891         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
27892         function works on all methods.
27893
27894 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
27895
27896         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
27897         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
27898         the custom_type_info flag of the transparent proxy.
27899         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
27900         objects that supports IRemotingTypeInfo.
27901         * object.h: Added custom_type_info field in transparent proxy.
27902
27903 2003-12-06  Martin Baulig  <martin@ximian.com>
27904
27905         * class.c (mono_class_create_from_generic): Removed.
27906         (mono_class_from_generic): Check `ginst->klass' before doing
27907         anything else.  This is important to fully support "recursive"
27908         generic types.
27909
27910         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
27911         empty `generic_inst->klass' before doing anything else.
27912
27913 2003-12-06  Dick Porter  <dick@ximian.com>
27914
27915         * verify.c: 
27916         * object.h:
27917         * icall.c:
27918         * locales.c: Use C structs to access class fields.  Don't do a
27919         conversion between MonoString and UChar because both are
27920         platform-endian UTF-16.  Compare now takes startindex and count
27921         parameters.  Add a char overload for IndexOf.  Speed up the
27922         invariant string IndexOf.
27923
27924 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
27925
27926         * Makefile.am (monosn_LDADD): Fix parallel build.
27927
27928 2003-12-04  Martin Baulig  <martin@ximian.com>
27929
27930         * icall.c
27931         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
27932         (ves_icall_Type_make_array_type): New interncall.       
27933
27934 2003-12-04  Martin Baulig  <martin@ximian.com>
27935
27936         * locales.c: also change it in the !HAVE_ICU case.
27937
27938 2003-12-04  Dick Porter  <dick@ximian.com>
27939
27940         * icall.c:
27941         * locales.c: construct_compareinfo is now in CompareInfo, not
27942         CultureInfo.
27943
27944 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
27945
27946         * image.c (mono_image_load_file_for_image): Cache loaded images in the
27947         image->files array.
27948
27949         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
27950         table as well.
27951
27952         * assembly.c (mono_assembly_load_references): Only load references
27953         once.
27954
27955         * class.c (mono_class_from_name): Avoid linear search of the 
27956         EXPORTEDTYPE table.
27957
27958         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
27959
27960 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
27961
27962         * image.h (MonoImage): Add 'field_cache' field.
27963
27964         * loader.c (mono_field_from_token): Cache field lookups.
27965         
27966         * reflection.c (mono_module_get_object): Fix name property.
27967
27968         * icall.c (ves_icall_get_enum_info): Update after changes to 
27969         mono_metadata_get_constant_index ().
27970
27971         * icall.c: Get rid of get_type_info icall, use a separate icall for
27972         each type property to avoid needless memory allocations. Fixes #51514.
27973
27974         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
27975         to avoid needless binary searches.
27976
27977         * class.c (class_compute_field_layout): Move the initialization of
27978         field->def_value to mono_class_vtable ().
27979
27980         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
27981         non-corlib types.
27982
27983         * object.c (mono_object_allocate): Make it inline.
27984
27985         * object.c (mono_object_allocate_spec): Make it inline.
27986         
27987 2003-12-02  Dick Porter  <dick@ximian.com>
27988
27989         * locales.c (create_NumberFormat): NumberFormatInfo construction.
27990         Patch by Mohammad DAMT (mdamt@cdl2000.com).
27991
27992 2003-12-01  Dick Porter  <dick@ximian.com>
27993
27994         * threads.c: Fix signature and call in CreateMutex and
27995         CreateEvent.
27996
27997 2003-12-01  Dick Porter  <dick@ximian.com>
27998
27999         * icall.c: 
28000         * locales.c: Implement string compares and searching
28001
28002         * object.h: Add extra Thread field
28003
28004 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
28005
28006         * reflection.c (fixup_method): Add support for MonoCMethod.
28007
28008 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
28009
28010         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
28011
28012         * reflection.c (assembly_name_to_aname): Allow extra characters in
28013         assembly names. Fixes #51468.
28014
28015 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
28016
28017         * exception.c (mono_exception_from_name_domain): New helper function.
28018
28019         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
28020         exception object in the correct domain.
28021
28022         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
28023         formatting + make a copy a the input data.
28024
28025         * loader.c (mono_get_method_from_token): Methods which contain
28026         native code do not have entries in the ImplMap.
28027
28028         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
28029         Thanks to Gonzalo for spotting this.
28030         
28031         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
28032         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
28033
28034         * assembly.h (mono_assembly_load_from): Split the second part of 
28035         assembly loading into a new public function.
28036
28037         * exception.h (mono_get_exception_bad_image_format): New function.
28038
28039 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
28040
28041         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
28042         Enumerate all modules inside a dynamic assembly. Fixes #51293.
28043         
28044         * icall.c: Add new icall for creating dynamic methods.
28045
28046         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
28047
28048         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
28049
28050         * reflection.c (mono_reflection_create_dynamic_method): New icall to
28051         create a dynamic method.
28052
28053         * reflection.c (resolve_object): New helper function.
28054
28055         * reflection.c: Generalize ReflectionMethodBuilder and the functions
28056         which manipulate it so they can also work on dynamic methods.
28057
28058         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
28059         creating the MonoReflectionMethodAux structure if it is not needed.
28060         
28061         * reflection.h verify.c: Update after changes to object layout.
28062
28063         * reflection.c (method_builder_encode_signature): Fix compilation on
28064         gcc 2.95.x.
28065
28066 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
28067
28068         * appdomain.h: Added support for context static fields. Added static_data
28069           field to MonoAppContext and renamed thread_static_fields to a more
28070           generic special_static_fields in MonoAppDomain, since it can now contain
28071           context static fields.
28072         * domain.c: Updated hashtable name.
28073         * object.c: Replaced field_is_thread_static() for a more generic
28074           field_is_special_static() which also checks for context static attribute.
28075           In mono_class_vtable(), added support for static context fields.
28076         * threads.c: Changed methods that manage thread static fields to more
28077           generic methods so they can be reused both for thread and context static
28078           data.
28079         * threads.h: Declared some new methods.
28080
28081 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
28082
28083         * reflection.h: Update after changes to the managed types.
28084
28085         * reflection.c (encode_custom_modifiers): New helper function.
28086
28087         * reflection.c (method_encode_signature): Emit custom modifiers.
28088
28089         * reflection.c (field_encode_signature): Emit custom modifiers.
28090
28091 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
28092
28093         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
28094
28095         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
28096         implementation.
28097
28098         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
28099         icall.
28100
28101         * object.c (mono_field_get_value_object): New function.
28102
28103         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
28104         specific.
28105
28106 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
28107
28108         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
28109         return a preallocated out-of-memory exception instance.
28110
28111         * object.c (out_of_memory): Use the new function.
28112
28113         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
28114         flag is before the custom modifiers. Fixes #49802.
28115
28116 2003-11-16  Martin Baulig  <martin@ximian.com>
28117
28118         * class.c (mono_class_is_open_constructed_type): Implemented the
28119         MONO_TYPE_GENERICINST case.
28120
28121 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
28122
28123         * assembly.c (mono_assembly_fill_assembly_name): New function to
28124         fill out the MonoAssemblyName structure.
28125         (mono_assembly_open): Use the new function.
28126
28127         * icall.c (fill_reflection_assembly_name): New helper function.
28128
28129         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
28130         new function.
28131
28132         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
28133
28134 2003-11-15  Martin Baulig  <martin@ximian.com>
28135
28136         * class.c (mono_class_is_open_constructed_type): New public
28137         function; checks whether a type is an open constructed type,
28138         ie. whether it still contains type parameters.
28139         (mono_class_inflate_generic_type): If we're a type parameter and
28140         the inflated type is also a MONO_TYPE_(M)VAR, return the original
28141         type.
28142
28143         * class.h (MonoGenericInst): Added `guint32 is_open'.
28144
28145         * loader.c (method_from_methodspec): Check whether we're an open
28146         or closed constructed type and set `ginst->is_open'.
28147
28148         * reflection.c (mono_reflection_bind_generic_parameters): Check
28149         whether we're an open or closed constructed type and set
28150         `ginst->is_open'.
28151         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
28152         from open constructed types.
28153
28154 2003-11-15  Martin Baulig  <martin@ximian.com>
28155
28156         * reflection.c (mono_reflection_bind_generic_parameters): If we're
28157         a generic instance (instead of a generic type declaration) with
28158         unbound generic parameters, bind them to our actual types.
28159
28160 2003-11-14  Martin Baulig  <martin@ximian.com>
28161
28162         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
28163
28164         * reflection.c (mono_reflection_bind_generic_parameters): If we're
28165         an interface type, populate `res->interfaces' with instantiated
28166         versions of all the interfaces we inherit.
28167
28168 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
28169
28170         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
28171         when MONO_PATH is set but doesn't contain the install dir.
28172
28173 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28174
28175         * icall.c:
28176         (ves_icall_Type_GetInterfaces): don't return an interface twice when
28177         it's also implemented in base classes. Fixes bug #50927.
28178
28179 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
28180
28181         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
28182         if this method is called from a finalizer. Fixes #50913.
28183
28184 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
28185
28186         * threads.c: Implement VolatileRead/VolatileWrite
28187
28188         * icall.c: Add new icalls for VolatileRead/VolatileWrite
28189
28190 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
28191
28192         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
28193         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
28194         2.95.3.
28195
28196         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
28197         from Peter Ross (pro@missioncriticalit.com).
28198         
28199 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
28200
28201         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
28202
28203 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
28204
28205         * assembly.c (mono_assembly_load_references): Disable check because it
28206         triggers on older corlibs which lots of people have.
28207
28208 2003-11-12  Jackson Harper  <jackson@ximian.com>
28209
28210         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
28211         load corlib.dll if mscorlib.dll is not found.
28212         * assembly.h: Remove corlib name define.
28213         * class.c:
28214         * domain.c:
28215         * image.c: Change corlib name to mscorlib.
28216         
28217 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
28218
28219         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
28220
28221 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
28222
28223         * appdomain.h: Added loader_optimization here to sync with the C#
28224         code, and add disallow_binding_redirects field.
28225
28226 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
28227
28228         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
28229
28230         * reflection.c (mono_image_build_metadata): Fix crash on modules
28231         with no types.
28232
28233         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
28234
28235         * icall.c (ves_icall_get_method_info): Return callingConvention as
28236         well.
28237
28238         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
28239         namespaces from the EXPORTEDTYPE table as well.
28240
28241         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
28242         from all modules inside the assembly.
28243         
28244 2003-11-11  Martin Baulig  <martin@ximian.com>
28245
28246         * reflection.c (mono_reflection_bind_generic_parameters): Make
28247         this work for interfaces.
28248
28249 2003-11-11  Martin Baulig  <martin@ximian.com>
28250
28251         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
28252
28253 2003-11-11  Martin Baulig  <martin@ximian.com>
28254
28255         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
28256         "MonoInflatedMethod" and "MonoInflatedCtor".
28257
28258 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
28259
28260         * reflection.c (resolution_scope_from_image): Use the assembly table
28261         from the manifest module, since other modules don't have it.
28262
28263         * debug-helpers.c (mono_type_full_name): New helper function.
28264
28265         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
28266
28267         * image.c (mono_image_load_file_for_image): New public function which
28268         is a replacement for the load_file_for_image in class.c.
28269
28270         * assembly.c (mono_assembly_load_module): A wrapper for the function
28271         above which does assembly association and reference loading too.
28272
28273         * class.c (mono_class_from_name): Call mono_assembly_load_module.
28274
28275 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28276
28277         * appdomain.c: not all of the attributes for the full assembly name
28278         are required and the order doesn't matter. Fixes bug #50787.
28279
28280 2003-11-10  Dick Porter  <dick@ximian.com>
28281
28282         * locales.c: Use platform-endian UTF16
28283
28284 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
28285
28286         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
28287         
28288 2003-11-10  Martin Baulig  <martin@ximian.com>
28289
28290         * metadata.c
28291         (mono_metadata_load_generic_params): Make this actually work.
28292
28293         * reflection.c (mono_reflection_bind_generic_parameters): If our
28294         parent is a generic instance, pass all the `types' to it, no
28295         matter whether it has the same number of type parameters or not.
28296
28297 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
28298
28299         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
28300
28301         * assembly.c (mono_assembly_load_references): Move the image<->assembly
28302         assignment code to this function so it gets called recursively for all
28303         modules.
28304
28305         * image.c (load_modules): Remove the assembly assignment since it is
28306         now done by mono_assembly_load_references.
28307         
28308         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
28309         Add 'module' argument.
28310         (mono_module_get_types): New helper function.
28311         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
28312
28313 2003-11-08  Martin Baulig  <martin@ximian.com>
28314
28315         * class.c (mono_class_inflate_generic_method): Interface method
28316         don't have a header.
28317
28318         * reflection.c (mono_image_get_methodspec_token): Take an
28319         additional `MonoGenericInst *' argument instead of reading it from
28320         the header; this is necessary to support interfaces.
28321         (mono_image_create_token): Pass the `MonoGenericInst *' from the
28322         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
28323         (inflated_method_get_object): Take an additional `MonoGenericInst *'
28324         argument.
28325
28326         * reflection.h (MonoReflectionInflatedMethod): Added
28327         `MonoGenericInst *ginst'.
28328
28329 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
28330
28331         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
28332
28333 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
28334
28335         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
28336
28337 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
28338
28339         * reflection.c 
28340         (reflection_methodbuilder_from_method_builder):
28341         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
28342         initialize a ReflectionMethodBuilder structure.
28343         (mono_image_get_methodbuilder_token):
28344         (mono_image_get_ctorbuilder_token): New functions to emit memberref
28345         tokens which point to types in another module inside the same assembly.
28346
28347         * reflection.c: Use the new helper functions.
28348         
28349         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
28350
28351         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
28352         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
28353
28354         * reflection.c (resolution_scope_from_image): Emit a moduleref if
28355         neccesary.
28356
28357         * reflection.c (mono_image_build_metadata): Emit metadata only for the
28358         current module. Emit the manifest only for the main module.
28359
28360         * reflection.c (mono_image_create_token): Add assertion when a 
28361         memberref needs to be created.
28362
28363         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
28364
28365         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
28366         larger buffer for the custom attribute blob. Fixes #50637.
28367         
28368 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28369
28370         * threadpool.c: notify listener on async processing handles after
28371         invoking the async callback. Thanks to Zoltan.
28372
28373 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
28374
28375         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
28376         avoid code duplication.
28377
28378         * reflection.h (MonoDynamicImage): New type which is currently unused,
28379         but will be used through the ref.emit code in place of 
28380         MonoDynamicAssembly.
28381
28382         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
28383         object layout.
28384
28385         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
28386         a MonoDynamicImage instead of just a MonoImage.
28387         
28388         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
28389         icalls to ModuleBuilder but keep their semantics, so they will work
28390         with moduleb->assemblyb. This will change later.
28391         
28392 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
28393
28394         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
28395         object layout.
28396
28397         * reflection.c (mono_image_build_metadata): Avoid creation of a default
28398         main module, since it is now done by the managed code.
28399
28400 2003-11-03  Martin Baulig  <martin@ximian.com>
28401
28402         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
28403         `ginst->klass' here.
28404         (method_encode_methodspec): Don't use the `ginst->generic_method's
28405         klass if it's a generic instance, use `ginst->klass' in this case.
28406
28407 2003-11-03  Martin Baulig  <martin@ximian.com>
28408
28409         * reflection.c (mono_image_get_generic_method_param_info):
28410         Removed, use mono_image_get_generic_param_info() instead.
28411         (mono_image_get_type_info): Write the GenericParam table before
28412         the Method table.  This is neccessary because in the GenericParam
28413         table, type parameters of the class (ie. '!0' etc.) must come
28414         before the ones from its generic methods (ie. '!!0' etc).
28415
28416 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
28417
28418         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
28419
28420 2003-11-02  Martin Baulig  <martin@ximian.com>
28421
28422         * reflection.c (create_generic_typespec): Take a
28423         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
28424         the generic parameters from it.
28425
28426 2003-11-02  Martin Baulig  <martin@ximian.com>
28427
28428         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
28429         instead of a `MonoClassField *' since we just need the type.
28430         (create_generic_typespec): New static function.  Creates a
28431         TypeSpec token for a generic type declaration.
28432         (mono_image_get_generic_field_token): New static function.
28433         (mono_image_create_token): If we're a FieldBuilder in a generic
28434         type declaration, call mono_image_get_generic_field_token() to get
28435         the token.
28436
28437 2003-11-02  Martin Baulig  <martin@ximian.com>
28438
28439         * reflection.h
28440         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
28441         `MonoReflectionGenericInst *declaring_type' and
28442         `MonoReflectionGenericInst *reflected_type' fields.
28443
28444         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
28445         `MonoReflectionGenericInst *declaring_type' and a
28446         `MonoReflectionGenericInst *reflected_type' argument instead of a
28447         single `MonoReflectionGenericInst *type' one.  Set
28448         `res->declaring_type' and `res->reflected_type' from them.
28449         (mono_reflection_inflate_field): Likewise.      
28450
28451 2003-11-02  Martin Baulig  <martin@ximian.com>
28452
28453         * class.c (mono_class_setup_vtable): Don't store generic methods
28454         in the vtable.  
28455
28456 2003-11-02  Martin Baulig  <martin@ximian.com>
28457
28458         * reflection.h (MonoReflectionGenericInst): Added
28459         `MonoReflectionType *declaring_type'.
28460
28461         * reflection.c (mono_reflection_bind_generic_parameters): Use
28462         `if (tb->parent)' instead of `klass->parent'.
28463
28464 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
28465
28466         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
28467         with an empty ASSEMBLY table.
28468
28469         * reflection.c (mono_image_build_metadata): Avoid using the same loop
28470         variable in the inner and outer loops.
28471
28472 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
28473
28474         * metadata.h (mono_metadata_make_token): Put parentheses around macro
28475         argument.
28476
28477         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
28478         
28479         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
28480         icalls. Instead, do everything in managed code. This is needed since
28481         it is hard to restore the original domain etc. in unmanaged code in the
28482         presence of undeniable exceptions.
28483
28484         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
28485         New icalls to push and pop appdomain refs.
28486
28487 2003-10-31  Martin Baulig  <martin@ximian.com>
28488
28489         * class.c (inflate_generic_type): Renamed to
28490         mono_class_inflate_generic_type() and made it public.
28491
28492         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
28493         New interncall.
28494
28495         * loader.c (mono_field_from_memberref): Also set the retklass for
28496         typespecs.
28497
28498         * fielder.c (mono_image_get_inflated_field_token): New static
28499         method; creates a metadata token for an inflated field.
28500         (mono_image_create_token, fixup_method): Added support for
28501         "MonoInflatedField".
28502         (fieldbuilder_to_mono_class_field): New static function.
28503         (mono_reflection_inflate_field): New public function.
28504
28505         * reflection.h
28506         (MonoReflectionGenericInst): Added `MonoArray *fields'.
28507         (MonoReflectionInflatedField): New typedef.     
28508
28509 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
28510
28511         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
28512         for Solaris and other platforms without s6_addr16
28513
28514 2003-10-30  Martin Baulig  <martin@ximian.com>
28515
28516         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
28517         argument instead of two.
28518         (mono_class_inflate_generic_signature): Likewise.
28519         (inflate_generic_header): Likewise.
28520         (mono_class_inflate_generic_method): Likewise.  In addition, if
28521         `ginst->klass' is set, it becomes the new `method->klass'.
28522
28523         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
28524         field.
28525
28526         * reflection.c (encode_generic_method_sig): Write a 0xa as the
28527         first byte. [FIXME]
28528         (method_encode_methodspec): If we have generic parameters, create
28529         a MethodSpec instead of a MethodRef.
28530         (fixup_method): Added support for "MonoInflatedMethod" and
28531         "MonoInflatedCtor".
28532         (mono_image_create_token): Added support for "MonoInflatedMethod"
28533         and "MonoInflatedCtor".
28534         (inflated_method_get_object): New static function; returns a
28535         managed "System.Reflection.MonoInflatedMethod" object.
28536         (mono_reflection_bind_generic_method_parameters): Return a
28537         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
28538         (mono_reflection_inflate_method_or_ctor): Likewise.
28539         (mono_image_get_generic_method_param_info): Initialize unused
28540         fields to zero.
28541         (mono_image_get_generic_param_info): Likewise.
28542
28543         * reflection.h (MonoReflectionInflatedMethod): New public
28544         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
28545         "S.R.MonoInflatedCtor" classes.
28546
28547         * loader.c (method_from_memberref): If we're a TypeSpec and it
28548         resolves to a generic instance, inflate the method.
28549
28550 2003-10-28  Dick Porter  <dick@ximian.com>
28551
28552         * object.c (mono_runtime_run_main): Convert command-line arguments
28553         into utf8, falling back to the user's locale encoding to do so.
28554
28555 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
28556
28557         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
28558         at this time.
28559
28560         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
28561
28562         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
28563         up icalls at method definition time. Partially fixes #33569.
28564
28565 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
28566
28567         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
28568         marshalling of arrays. Fixes #50116.
28569
28570         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
28571
28572         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
28573         points to a vtable in the dying appdomain.
28574
28575         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
28576         listeners into unmanaged code inside the lock.
28577
28578         * object.c (mono_class_vtable): Turn off typed allocation in non-root
28579         domains and add some comments.
28580
28581 2003-10-25  Martin Baulig  <martin@ximian.com>
28582
28583         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
28584
28585         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
28586
28587         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
28588         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
28589         currently parsing.  Create the generic class and store it in
28590         `generic_inst->klass' before parsing the type arguments.  This is
28591         required to support "recursive" definitions; see mcs/tests/gen-23.cs
28592         for an example.
28593         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
28594         to support recursive typespec entries.
28595
28596         * class.c (mono_class_setup_parent): If our parent is a generic
28597         instance, we may get called before it has its name set.
28598         (mono_class_from_generic): Splitted into
28599         mono_class_create_from_generic() and mono_class_initialize_generic().
28600
28601 2003-10-25  Martin Baulig  <martin@ximian.com>
28602
28603         * icall.c (ves_icall_Type_BindGenericParameters): Return a
28604         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
28605         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
28606         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
28607
28608         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
28609         (create_typespec): Likewise.
28610         (mono_reflection_bind_generic_parameters): Return a
28611         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
28612         (mono_reflection_inflate_method_or_ctor): New public function.
28613
28614         * reflection.h (MonoReflectionGenericInst): New typedef.        
28615
28616 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
28617
28618         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
28619         inside the domain lock. Fixes #49993.
28620         
28621         * object.c (mono_class_vtable): When typed allocation is used, 
28622         allocate vtables in the GC heap instead of in the mempool, since the
28623         vtables contain GC descriptors which are used by the collector even
28624         after the domain owning the mempool is unloaded.
28625
28626         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
28627
28628         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
28629         reflect what it does. Also invalidate mempools instead of freeing
28630         them if a define is set.
28631
28632         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
28633         of the appdomain.
28634         
28635         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
28636         hold the finalizable objects in this domain.
28637
28638         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
28639         appdomain.
28640
28641         * appdomain.c (mono_domain_set): New function to set the current
28642         appdomain, but only if it is not being unloaded.
28643
28644         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
28645         appdomain which is being unloaded.
28646         
28647         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
28648         unloading of the root appdomain.
28649
28650         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
28651         icall to execute a method in another appdomain. Intended as a 
28652         replacement for InternalSetDomain, which can confuse the code 
28653         generation in the JIT.
28654
28655         * appdomain.c (mono_domain_is_unloading): New function to determine
28656         whenever an appdomain is unloading.
28657
28658         * appdomain.c (mono_domain_unload): New function to correctly unload
28659         an appdomain.
28660
28661         * assembly.c (mono_assembly_load_references): Check that an assembly
28662         does not references itself.
28663
28664         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
28665         domain manually, it asks the finalizer thread to do it, then waits for
28666         the result. Also added a timeout.
28667
28668         * icall.c: Register the new icalls.
28669
28670         * threads.h threads.c: Export the mono_gc_stop_world and 
28671         mono_gc_start_world functions.
28672         
28673         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
28674         function to fill out the mempool with 0x2a.
28675
28676 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
28677
28678         * reflection.h (MonoReflectionMethodAux): New structure to store
28679         information which is rarely used, thus is not in the MonoMethod
28680         structure.
28681
28682         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
28683         store the aux info.
28684
28685         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
28686         and marshalling info into the aux structure.
28687
28688         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
28689         from the aux structure.
28690
28691         * loader.c (mono_method_get_param_names): Retrieve the param names from
28692         the aux structure.
28693         
28694 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
28695
28696         * exception.h exception.c: Add AppDomainUnloadedException && fix 
28697         warning.
28698
28699 2003-10-21  Dick Porter  <dick@ximian.com>
28700
28701         * socket-io.c
28702         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
28703         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
28704
28705 2003-10-21  Martin Baulig  <martin@ximian.com>
28706
28707         * reflection.c (mono_reflection_bind_generic_parameters):
28708         `klass->parent' is NULL for interfaces.
28709
28710 2003-10-21  Martin Baulig  <martin@ximian.com>
28711
28712         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
28713
28714 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
28715
28716         * exception.c (mono_exception_from_name_msg): New helper function for
28717         creating exceptions and initializing their message field.
28718
28719         * exception.c: Simplify functions using the new helper.
28720
28721         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
28722         New function.
28723
28724         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
28725         mono_raise_exception, since otherwise gcc doesn't generate the function
28726         epilog for raise_exception, confusing the stack unwinding in the JIT.
28727         Fixes #45043.
28728
28729         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
28730         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
28731         Fixes #49499.
28732
28733 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28734
28735         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
28736         utf8.
28737
28738 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
28739
28740         * icall.c: Removed GetUninitializedObject method because
28741           AllocateUninitializedClassInstance does the same.
28742
28743 2003-10-18  Martin Baulig  <martin@ximian.com>
28744
28745         * class.c (inflate_generic_signature): Renamed to
28746         mono_class_inflate_generic_signature() and made it public.
28747         (my_mono_class_from_generic_parameter): New static function; if we
28748         don't already have the generic parameter's MonoClass, create a
28749         very simple one which is just used internally in the runtime and
28750         not passed back to managed code.
28751
28752         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
28753
28754         * metadata.h (MonoMethodSignature): Moved the
28755         `MonoGenericParam *gen_params' to the MonoMethodHeader.
28756         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
28757
28758         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
28759         ves_icall_MonoMethod_GetGenericArguments(); this is now an
28760         interncall on the MonoMethod class, not on MethodInfo.
28761         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
28762         calling mono_reflection_bind_generic_method_parameters() directly.
28763
28764         * loader.c (mono_method_get_signature): If this is a MethodSpec;
28765         return the already computed `method->signature'.
28766         (method_from_methodspec): New static function to load a method
28767         from a MethodSpec entry.
28768         (mono_get_method_from_token): Call the new method_from_methodspec()
28769         for MethodSpec tokens.  
28770         (mono_get_method_from_token): If we're a generic method, load the
28771         type parameters.
28772
28773         * reflection.c (mono_image_get_memberref_token): Allow
28774         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
28775         table.
28776         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
28777         (mono_image_create_token): First check whether it's a generic
28778         method (so we'd need to create a MethodSpec), then do the other
28779         two alternatives.
28780         (mono_reflection_bind_generic_method_parameters): Return a
28781         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
28782         called directly from the interncall.
28783
28784 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
28785
28786         * reflection.c (load_public_key): Move loading of the public key
28787         into managed code.
28788
28789         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
28790
28791         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
28792         fields.
28793
28794         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
28795         culture, hash_alg and public_key. Fixes #49555.
28796
28797 2003-10-17  Martin Baulig  <martin@ximian.com>
28798
28799         * class.h (MonoGenericInst): Moved this declaration here and added
28800         `MonoMethod *generic_method'.
28801
28802         * icall.c
28803         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
28804         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
28805
28806         * metadata.c (mono_metadata_type_equal): Two types of
28807         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
28808         index; ie. don't compare the address of the `MonoGenericParam'
28809         structure.
28810         (mono_metadata_load_generic_params): Removed the `MonoMethod
28811         *method' argument.
28812
28813         * metadata.h (MonoGenericInst): Moved declaration to class.h.
28814         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
28815
28816         * reflection.c (method_encode_signature): Encode the number of
28817         generic parameters.
28818         (encode_generic_method_sig): New static function.
28819         (method_encode_methodspec): New static function; creates an entry
28820         in the MethodSpec table for a generic method.
28821         (mono_image_get_methodspec_token): New static function.
28822         (mono_image_create_token): Call mono_image_get_methodspec_token()
28823         for generic methods.
28824         (mono_reflection_bind_generic_method_parameters): New public
28825         function.  Instantiates a generic method.
28826
28827 2003-10-16  Martin Baulig  <martin@ximian.com>
28828
28829         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
28830         *gen_params' here from MonoMethodHeader.
28831
28832         * metadata.c (mono_metadata_parse_method_signature): If we have
28833         generic parameters, initialize `method->gen_params' and then set
28834         the correct `type->data.generic_param' in all the parameters.
28835
28836 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
28837
28838         * threads.c (mono_threads_get_default_stacksize): New function to 
28839         return the default stacksize.
28840
28841         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
28842         termination of the finalizer thread, since the previous method had
28843         race conditions. Fixes #49628.
28844
28845         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
28846         as for the other managed threads.
28847
28848 2003-10-16  Martin Baulig  <martin@ximian.com>
28849
28850         * class.c (inflate_generic_signature): Copy `generic_param_count'
28851         and `gen_params'.
28852
28853         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
28854         New interncall.
28855
28856         * metadata.c (mono_metadata_parse_method_signature): Actually set
28857         the `method->generic_param_count' here.
28858         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
28859
28860 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
28861
28862         * object.h: Add a new field to TypedRef to simplify the implementation
28863         of the REFANY opcodes in the JIT.
28864
28865         * icall.c: Make use of the new field.
28866
28867         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
28868         dynamically.
28869
28870 2003-10-15  Martin Baulig  <martin@ximian.com>
28871
28872         * class.c (mono_class_from_gen_param): Renamed to
28873         mono_class_from_generic_parameter() and moved most of the
28874         functionality from mono_reflection_define_generic_parameter()
28875         here; ie. we create a "real" class here.
28876         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
28877         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
28878         previously been called.
28879
28880         * class.h (MonoGenericParam): Moved the declaration of this struct
28881         here from metadata.h and added `MonoMethod *method'.
28882
28883         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
28884         interncall.
28885
28886         * loader.c (mono_get_method_from_token): If we have any generic
28887         parameters, call mono_metadata_load_generic_params() to read them
28888         from the MONO_TABLE_GENERICPAR.
28889
28890         * metadata.c (mono_metadata_load_generic_params): Added
28891         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
28892
28893         * metadata.h (MonoMethodSignature): Replaced
28894         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
28895         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
28896
28897         * reflection.c (mono_reflection_define_generic_parameter): Moved
28898         most of the functionality into the new
28899         mono_class_from_generic_parameter(); set the `method' field if
28900         we're a method parameter.       
28901
28902 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
28903
28904         * marshal.c (emit_struct_conv): if native size is 0
28905         emit no code.
28906
28907 2003-10-14  Martin Baulig  <martin@ximian.com>
28908
28909         * icall.c: The generics API has changed in the spec since it was
28910         added to System.Type; these modifications make it match the spec
28911         again.
28912         (ves_icall_Type_GetGenericParameters): Renamed to
28913         `ves_icall_Type_GetGenericArguments'.
28914         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
28915         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
28916         `ves_icall_MonoType_get_HasGenericArguments'.
28917         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
28918         `ves_icall_MonoType_get_IsGenericParameter'.
28919         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
28920         this is no interncall anymore.
28921         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
28922         `ves_icall_TypeBuilder_get_IsGenericParameter'.
28923
28924 2003-10-14  Martin Baulig  <martin@ximian.com>
28925
28926         * reflection.c (mono_reflection_bind_generic_parameters): Also
28927         inflate generic methods if we're reading the class from IL.
28928
28929 2003-10-13  Martin Baulig  <martin@ximian.com>
28930
28931         * reflection.c (mono_reflection_define_generic_parameter): This
28932         method isn't called directly from the icall anymore; take a
28933         `MonoReflectionAssemblyBuilder *' so we can use this for type and
28934         method generic parameters.
28935         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
28936         (method_builder_encode_signature): Encode generic parameters.
28937         (mono_image_get_method_info): Write generic params to the
28938         MONO_TABLE_GENERICPARAM table.
28939
28940         * reflection.h (MonoReflectionMethodBuilder): Added
28941         `MonoArray *generic_params'.
28942
28943         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
28944
28945         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
28946         wrapper for mono_reflection_define_generic_parameter().
28947         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
28948
28949 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
28950
28951         * marshal.h: Add missing function to fix build.
28952
28953         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
28954         the SetLastError pinvoke attribute.
28955
28956         * marshal.c (mono_marshal_set_last_error): New helper function called
28957         by the generated code.
28958         
28959         * marshal.c (mono_mb_emit_branch): New helper function.
28960
28961         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
28962
28963         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
28964         classes as parameters and return values of delegates. Fixes #29256. 
28965
28966 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
28967
28968         * locales.c: use gint32 in non HAVE_ICU case
28969
28970 2003-10-11  Martin Baulig  <martin@ximian.com>
28971
28972         * mono-debug.c (mono_debug_add_method): Added a workaround for
28973         bug #48591.
28974
28975 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
28976
28977         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
28978         delegates passed to native code must use the STDCALL calling 
28979         convention. Fixes #35987.
28980
28981 2003-10-10  Martin Baulig  <martin@ximian.com>
28982
28983         * class.c (inflate_generic_type): If we're inflating for a generic
28984         type instance (and not for a generic method), return
28985         MONO_TYPE_MVAR unchanged.
28986
28987 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28988
28989         * string-icalls.c: Join ignores null strings in the source array.
28990         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
28991         * threads.c: GetAvailableTheads is slightly more accurate.
28992
28993 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
28994
28995         * threads.h threads.c : add mono_threads_set_default_stacksize
28996         and pass default to CreateThread calls.
28997
28998 2003-10-09  Dick Porter  <dick@ximian.com>
28999
29000         * icall.c:
29001         * locales.h:
29002         * locales.c: Internal calls for constructing CultureInfo and
29003         related objects from libicu (if its available.)
29004
29005 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
29006
29007         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
29008
29009 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29010
29011         * threadpool.c: added an argument to async_invoke_thread that is the
29012         item to process, pass the MonoAsyncResult to the thread start function
29013         when creating a new thread. This way we don't need to acquire any lock
29014         when we're creating a new thread. Readded a semaphore for faster
29015         response times (instead of that Sleep i added).
29016
29017 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
29018
29019         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
29020         get daylight change dates better on Windows, fix handling
29021         of platforms without tm_gmtoff.
29022
29023 2003-10-06  Martin Baulig  <martin@ximian.com>
29024
29025         * class.c (inflate_generic_method): Renamed to
29026         mono_class_inflate_generic_method() and made public.
29027         (mono_class_init): Don't inflate the generic methods here.
29028         (mono_class_from_generic): Added `gboolean inflate_methods'
29029         argument.  Inflate the methods here.
29030
29031         * loader.c (mono_method_get_param_names): Ignore instances of
29032         generic types for the moment.
29033
29034         * reflection.c (fixup_method): Added support for inflated methods.
29035         (mono_image_create_token): Use mono_image_get_methodref_token()
29036         for inflated methods.
29037         (mono_custom_attrs_from_param): Ignore instances of generic types
29038         for the moment.
29039         (mono_reflection_bind_generic_parameters): New public function.
29040         Moved all the functionality from
29041         ves_icall_Type_BindGenericParameters() here and added support for
29042         dynamic types.
29043         (mono_reflection_define_generic_parameter): Initialize
29044         `klass->methods' here.
29045
29046         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
29047         functionality into mono_reflection_define_generic_parameter().
29048         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
29049         TypeBuilder, return that TypeBuilder.
29050
29051 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29052
29053         * appdomain.c: removed mono_delegate_semaphore.
29054
29055         * threadpool.c:
29056         (mono_thread_pool_add): moved hash table creation inside and the thread 
29057         creation outside of the critical region.
29058         (mono_thread_pool_finish): removed obsolete code.
29059         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
29060         continue or exit the thread depending on the queue.
29061
29062 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
29063
29064         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
29065         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
29066         handle more bool marshalling options
29067
29068 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
29069
29070         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
29071         arrays of structs. Also add a more descriptive error message when
29072         a structure member is marshalled as LPArray.
29073
29074 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
29075
29076         * marshal.c (mono_marshal_get_native_wrapper): Add support for
29077         marshalling arrays of complex types. Fixes #29098. Also remove an
29078         usused and incomplete function.
29079
29080 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
29081
29082         * gc.c: report heap_size - free_bytes as total memory allocated
29083         (bug#49362).
29084
29085 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
29086
29087         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
29088         fix timezone handling problems on Windows.
29089         
29090         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
29091         asserts when the year is outside the range handled by ms the functions.
29092
29093         * class.c (setup_interface_offsets): If the class is an interface,
29094         fill out its interface_offsets slot.
29095
29096 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29097
29098         * threadpool.c: mark threadpool threads as background.
29099
29100 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
29101
29102         * decimal.c - define DECINLINE to nothing if not using GCC
29103
29104 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
29105
29106         * assembly.c: More refcount fixes.
29107
29108 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29109
29110         * string-icalls.c: if we're not trimming, return the same string.
29111         When not splitting, don't create a new string.
29112
29113 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29114
29115         * image.c:
29116         (mono_image_open): increment the ref_count inside the critical section.
29117
29118 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
29119
29120         * image.c (mono_image_open): Fix reference counting bug.
29121
29122 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
29123
29124         * marshal.c (mono_marshal_type_size) struct alignment changed for 
29125         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
29126         64bits. Avoid leak in mono_marshal_get_native_wrapper when
29127         mono_lookup_pinvoke_call throws.        
29128
29129 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
29130
29131         * reflection.c (mono_reflection_parse_type): Fix #49114.
29132
29133         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
29134         temporary workaround for cygwin header problem.
29135
29136         * object.c (mono_object_isinst): Synchronize this with the code
29137         generated by the JIT for casts.
29138
29139 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
29140
29141         * reflection.c (encode_type): Fix #38332.
29142
29143 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
29144
29145         * marshal.c (mono_marshal_method_from_wrapper): New function to return
29146         the original method from the wrapper method.
29147
29148 2003-09-25  Martin Baulig  <martin@ximian.com>
29149
29150         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
29151         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
29152         (ves_icall_Type_get_IsGenericInstance): New interncall.
29153
29154 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
29155
29156         * object.c: fix cast warning in big endian code.
29157
29158 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
29159
29160         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
29161         
29162 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29163
29164         * assembly.c: don't call check_env from mono_assembly_load. It's
29165         already done once in mono_assemblies_init and may cause headaches when
29166         multiple threads are loading assemblies.
29167
29168 2003-09-19  Martin Baulig  <martin@ximian.com>
29169
29170         * reflection.c (mono_reflection_define_generic_parameter): Don't
29171         allocate `klass->methods', set `klass->flags' to
29172         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
29173
29174 2003-09-18  Martin Baulig  <martin@ximian.com>
29175
29176         * class.c (mono_class_init): Don't create `class->methods' if it's
29177         already initialized.
29178
29179         * metadata.c (mono_metadata_load_generic_params): Make this
29180         actually work.
29181
29182         * reflection.c (mono_reflection_define_generic_parameter): Set
29183         parent class and interfaces from the constraints.
29184
29185         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
29186         to keep this struct in sync with the declaration in TypeBuilder.cs.
29187
29188 2003-09-17  Martin Baulig  <martin@ximian.com>
29189
29190         * metadata.h (MonoType): Replaced the data's `int type_param'
29191         field with `MonoGenericParam *generic_param'.
29192         (MonoGenericParam): Added `MonoClass *klass'.
29193
29194         * class.c (mono_class_from_gen_param): Removed the
29195         `MonoImage *image' and `int type_num' arguments.
29196
29197         * metadata.c (mono_metadata_parse_generic_param): New static
29198         method; creates a MonoGenericParam which just contains the index.
29199         (do_mono_metadata_parse_type): Call
29200         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
29201         MONO_TYPE_MVAR.
29202
29203         * reflection.c (mono_image_typedef_or_ref): Generic type
29204         parameters may be in the same assembly, but never use a typedef
29205         for them.
29206         (mono_reflection_define_generic_parameter): We're now creating a
29207         "real" class for the type parameter; it's now safe to call
29208         mono_class_from_mono_type() on the class'es type, it'll do the
29209         right thing.
29210
29211 2003-09-16  Martin Baulig  <martin@ximian.com>
29212
29213         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
29214         `symfile->range_entry_size' and `symfile->class_entry_size' here;
29215         the `symfile' data structure must be fully initialized before it
29216         gets added to the table.
29217
29218 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
29219
29220         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
29221
29222         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
29223         class init trampolines.
29224
29225 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
29226
29227         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
29228         to the built-in profiler to turn off time and allocation profiling
29229         respectively.
29230
29231 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
29232
29233         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
29234         g_direct_equal.
29235
29236         * debug-helpers.c (mono_method_full_name): Print the wrapper type
29237         in human readable form.
29238
29239 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
29240
29241         * reflection.c icall.c: Fixed warnings.
29242
29243         * image.c (load_class_names): Use a temporary hash table to hold the
29244         namespaces in order to avoid doing many string comparisons.
29245
29246         * image.h: Fix typo.
29247
29248         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
29249         Pass NULL instead of g_direct_equal to the GHashTable constructor 
29250         since the NULL case is short-circuited inside g_hash_table_lookup, 
29251         leading to better performance.  
29252
29253         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
29254         obtain the first custom attribute for a given index. Depends on the
29255         CustomAttribute table being sorted by the parent field.
29256
29257         * reflection.c (mono_custom_attrs_from_index): Use the new function 
29258         for better performance.
29259
29260 2003-09-07  Martin Baulig  <martin@ximian.com>
29261
29262         * class.c (mono_class_init): If we're a generic instance, inflate
29263         all our methods instead of loading them from the image.
29264         (mono_class_from_generic): Set `class->methods = gklass->methods'.
29265
29266 2003-09-07  Martin Baulig  <martin@ximian.com>
29267
29268         * mono-debug-debugger.c: Added support for constructors.
29269
29270 2003-09-06  Martin Baulig  <martin@ximian.com>
29271
29272         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
29273         New interncall.
29274
29275         * reflection.c (mono_reflection_setup_generic_class): Call
29276         ensure_runtime_vtable() to create the vtable.
29277
29278 2003-09-05  Martin Baulig  <martin@ximian.com>
29279
29280         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
29281         MONO_TYPE_MVAR.
29282
29283 2003-09-04  Martin Baulig  <martin@ximian.com>
29284
29285         * reflection.c (mono_reflection_define_generic_parameter): Generic
29286         parameters start with zero.
29287
29288 2003-09-04  Martin Baulig  <martin@ximian.com>
29289
29290         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
29291
29292         * reflection.h (MonoReflectionGenericParam): New typedef.
29293         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
29294         the generic parameters from the managed TypeBuilder.
29295
29296         * reflection.c (mono_reflection_define_generic_parameter): New function.
29297         (mono_reflection_create_runtime_class): Encode generic parameters.
29298         (mono_reflection_setup_generic_class): New function; this is
29299         called after adding adding all generic params to the TypeBuilder.
29300         (encode_type): Added MONO_TYPE_VAR.
29301
29302 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
29303
29304         * class.h class.c (mono_class_needs_cctor_run): Moved this method
29305         here from the JIT.
29306
29307         * assembly.h assembly.c: Moved the AOT loading code into an assembly
29308         load hook.
29309
29310 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
29311
29312         * reflection.h reflection.c class.h class.c: Delete duplicate 
29313         definition of mono_type_get_name () from reflection.c and export the
29314         one in class.c.
29315
29316         * class.c: Class loading fixes from Bernie Solomon 
29317         (bernard@ugsolutions.com).
29318
29319         * reflection.c: Endianness fixes from Bernie Solomon 
29320         (bernard@ugsolutions.com).
29321         
29322 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
29323
29324         * assembly.h assembly.c: Define a file format version for AOT
29325         libraries.
29326         
29327         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
29328
29329         * appdomain.h (MonoJitInfo): New field to determine whenever the
29330         code is domain neutral.
29331         
29332 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
29333
29334         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
29335
29336 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
29337
29338         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
29339         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
29340         Avoid caching the result since strings must be domain specific. Fixes
29341         #48050.
29342
29343 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
29344
29345         * marshal.c (mono_marshal_init): Make this callable multiple times
29346         since it is hard to find a correct place to call it.
29347
29348         * object.c (mono_runtime_class_init): Execute static constructors in
29349         the correct appdomain.
29350
29351         * image.c (build_guid_table): Handle the case when multiple images have
29352         the same GUID.
29353
29354 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29355
29356         * icall.c: added a couple of icalls for System.Web.
29357
29358 2003-08-28  Martin Baulig  <martin@ximian.com>
29359
29360         * icall.c (ves_icall_Type_BindGenericParameters): Use
29361         `klass->generic_inst' instead of `&klass->byval_arg' in the
29362         mono_type_get_object() call.  The returned type must be
29363         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
29364
29365 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
29366
29367         * NOTES: New file.
29368
29369         * object.c (mono_class_proxy_vtable): Make it thread safe.
29370
29371         * pedump.c: Fix warning.
29372
29373         * object.c appdomain.h: Get rid of metadata_section. 
29374         It is no longer needed and it was causing deadlocks with domain->lock.
29375
29376         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
29377
29378 2003-08-26  Martin Baulig  <martin@ximian.com>
29379
29380         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
29381
29382 2003-08-26  Martin Baulig  <martin@ximian.com>
29383
29384         * pedump.c (main): Call mono_metadata_init(),
29385         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
29386         and mono_loader_init().
29387
29388 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
29389
29390         * loader.h: Add missing include to fix build.
29391
29392         * image.h: mono_image_load_references is no more.
29393
29394         * assembly.c: Reworked assembly loading to make it really thread safe.
29395         After these changes, the assembly returned by mono_assembly_open is
29396         fully initialized, i.e. all its references assemblies are loaded.
29397
29398         * assembly.c (mono_image_load_references): Renamed to 
29399         mono_assembly_load_references, and made private, since clients no
29400         longer need to call it.
29401
29402         * class.c: Removed calls to mono_assembly_load_references, since it was
29403         a source of deadlocks.
29404
29405         * loader.h loader.c class.h class.c: Protect data structures using a 
29406         new lock, the loader lock.
29407
29408         * class.c (mono_class_setup_vtable): Create temporary hash tables and
29409         GPtrArrays only when needed.
29410
29411         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
29412         into empty structures by mcs. Fixes pinvoke7.cs.
29413         
29414         * domain.c (mono_init): Call a new initialization function.
29415
29416         * appdomain.c (mono_runtime_init): Call the new initializer function
29417         of the marshal module.
29418
29419         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
29420         inserted into empty structures by mcs. Fixes pinvoke7.cs.
29421
29422         * marshal.h marshal.c: Added locks around the wrapper caches to make
29423         this module thread safe.
29424
29425         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
29426         this argument. Fixes pinvoke1.exe.
29427
29428 2003-08-25  Lluis Sanchez <lluis@ximian.com>
29429
29430         * object.h: Added call_type field to MonoMethodMessage and the corresponding
29431         enumeration of values. Removed fields to store remote call output values in
29432         MonoAsyncResult. Not needed any more.
29433         * object.c: Initialize call_type and async_result fields in mono_message_init.
29434         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
29435         dispatching the message.
29436         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
29437         async call to finish. To do it use a message with EndInvoke call type.
29438
29439 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
29440
29441         * loader.h loader.c (mono_method_hash_marhal_info): New function which
29442         determines whenever a method has marshalling info.
29443
29444 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29445
29446         * assembly.c: fix the build on windows.
29447
29448 2003-08-22 Lluis Sanchez <lluis@ximian.com>
29449
29450         * object.cs: Fixed bug #47785.
29451
29452 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
29453
29454         * string-icalls.c (StringReplace): If their are no occurances of
29455         the old string found return a reference to the supplied
29456         string. This saves some memory and matches MS behavoir.
29457         
29458 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29459
29460         * socket-io.c: fixed compilation for systems that define AF_INET6
29461         and don't define SOL_IP/SOL_IPV6.
29462
29463 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
29464
29465         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
29466         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
29467
29468         * rawbuffer.c rawbuffer.h: Make this module thread safe.
29469
29470         * domain.c: Make this module thread safe.
29471
29472         * domain.c (mono_init): Call new initialization function.
29473
29474         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
29475         reference types too. Fixes #38812.
29476
29477         * image.c (mono_image_init): Fixed warnings.
29478
29479         * class.c (mono_class_from_typeref): Handle assembly load failure
29480         correctly.
29481
29482         * appdomain.c (add_assemblies_to_domain): Handle the case when
29483         the references of an assembly are not yet loaded.
29484
29485         * metadata.c image.c assembly.c: Moved initialization of global
29486         variables to a separate function called at startup since lazy 
29487         initialization of these variables is not thread safe.
29488         
29489         * image.c assembly.c: Made this module thread safe by adding locks in 
29490         the appropriate places.
29491
29492         * domain.c (mono_init): Call the new initialization functions of the
29493         three modules.
29494
29495 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
29496
29497         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
29498           make a direct call. It is proxy's work to make the call asynchronous.
29499           mono_delegate_end_invoke(): If the targe is a proxy, just collect
29500           the return values.
29501         * object.cs: mono_method_call_message_new(): read AsyncResult and
29502           state object from parameters list, if this info is requested.
29503         * object.h: Added fields to store remote call output values in
29504           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
29505
29506 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
29507
29508         * object.h: add needed fields to MonoThread.
29509         * threads.c, threads.h: allow registering a function to cleanup data
29510         allocated per thread by the JIT.
29511
29512 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
29513
29514         * loader.h: portability fix by Bernie Solomon
29515         * <bernard@ugsolutions.com>.
29516
29517 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
29518
29519         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
29520         return a MonoArray. This simplifies the code and also ensures that
29521         the cache allways contains an object reference as a value.
29522
29523         * icall.c (ves_icall_get_parameter_info): Simplified using the new
29524         function.
29525
29526 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29527
29528         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
29529         fixes a problem with byte ordering when getting the address family for
29530         a socket.
29531
29532 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
29533
29534         * .cvsignore: Added monosn.
29535
29536         * reflection.h reflection.c loader.c: Added support for parameter
29537         marshalling to dynamically created types. Fixes #47295.
29538
29539 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
29540
29541         * rand.c: remove useless warnings.
29542
29543 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
29544
29545         * class.c: implemented ldtoken for methods and fieldrefs.
29546
29547 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29548
29549         * threadpool.c: when mono_async_invoke was called, no one took care of
29550         monitoring the queue. So if the method invoked took some time and we
29551         got new async invoke requests after 500 ms (the thread created waited
29552         that long in WaitForSingleObject), the new async invoke was not called
29553         until the previous one finished.
29554
29555         This is fixed now. Thanks to Totte for helping with it.
29556
29557 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29558
29559         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
29560
29561 2003-08-11  Martin Baulig  <martin@ximian.com>
29562
29563         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
29564
29565 2003-08-06  Martin Baulig  <martin@ximian.com>
29566
29567         * mono-debug-debugger.c: Added support for static fields,
29568         properties and methods.
29569
29570 2003-08-06  Martin Baulig  <martin@ximian.com>
29571
29572         * mono-debug-debugger.c: Don't store the MonoString's vtable to
29573         make this work for applications with multiple application domains.
29574
29575 2003-08-04  Martin Baulig  <martin@ximian.com>
29576
29577         * mono-debug-debugger.c: Completely reworked the type support; the
29578         most important thing is that we're now just using one single
29579         `MonoType' instance per type.
29580
29581 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
29582
29583         * mono-endian.h, mono-endian.c, icall.c: Added icall
29584         ves_icall_System_Double_AssertEndianity to assert double word endianity
29585         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
29586
29587 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
29588
29589         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
29590         support, icalls and fixes.
29591
29592 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
29593
29594         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
29595         classes that are a punctuation character in .NET is not the same a
29596         g_unichar_ispunct.
29597
29598 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
29599
29600         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
29601
29602 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
29603
29604         * icall.c: Add new MemCopy internalcall.
29605         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
29606         Simplified code; It is not necessary to handle all the cases here,
29607         as the C# code takes care of it.  Only handle the case of the name
29608         resource embedded into the assembly.
29609
29610         Changed signature to return the data pointer and the size of the
29611         data. 
29612
29613 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
29614
29615         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
29616         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
29617
29618 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
29619
29620         * socket-io.c: ignore EINTR error in select.
29621
29622 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
29623
29624         * class.h, class.c: removed unused subclasses field in MonoClass.
29625
29626 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
29627
29628         * icall.c: improve fix of get_base_definition(). If the parent class
29629           doesn't have the mehod, look at the parent of the parent.
29630         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
29631           to check if a parameter is an in or out parameter
29632           (PARAM_ATTRIBUTE_IN is not set by default).
29633           mono_method_return_message_restore(): Use mono_class_value_size to
29634           get the size of a value type. mono_type_stack_size (parameterType)
29635           does not return the correct value if parameterType is byRef.
29636           mono_load_remote_field(), mono_load_remote_field_new(),
29637           mono_store_remote_field(), mono_store_remote_field_new():
29638           raise exception if the remote call returns an exception.
29639
29640 2003-07-28  Martin Baulig  <martin@ximian.com>
29641
29642         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
29643         method.  This is a wrapper around mono_runtime_invoke() which
29644         boxes the instance object if neccessary.
29645
29646 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
29647
29648         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
29649         metadata.h, row-indexes.h, verify.c: first cut of generics support.
29650
29651 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
29652
29653         * icall.c: disable mcs bug workaround.
29654
29655 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
29656
29657         * object.c (mono_runtime_class_init): Take the metadata_section
29658         mutex before obtaining the domain mutex.
29659
29660         * appdomain.h: Added definition of metadata_section mutex here. 
29661
29662         * object.c: define metadata_mutex here.
29663
29664 2003-07-24  Ravi Pratap  <ravi@ximian.com>
29665
29666         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
29667         fixed.
29668
29669 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
29670
29671         * reflection.c: Fix bug #46669
29672
29673 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29674
29675         * exception.c:
29676         * exception.h:
29677         * icall.c:
29678         * object.h: fill in the type name for TypeLoadException.
29679
29680 2003-07-23  Ravi Pratap  <ravi@ximian.com>
29681
29682         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
29683         relationship between TypeBuilders while compiling corlib) and bug
29684         45993 (Array types returned from the runtime while compiling
29685         corlib were from the loaded corlib).
29686
29687 2003-07-22  Martin Baulig  <martin@ximian.com>
29688
29689         * mono-debug-debugger.c: Reworked the type support a bit more;
29690         distinguish between types and classes.
29691
29692 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
29693
29694         * icall.c: add IsArrayImpl icall.
29695
29696 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
29697
29698         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
29699         initializing real_size only once. Also fix bug #46602.
29700
29701 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
29702
29703         * object.c: Renamed mono_metadata_section to metadata_section.
29704
29705 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
29706
29707         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
29708           empty array if the type is an array. Fixed.
29709           ves_icall_MonoMethod_get_base_definition: if the base method
29710           is abstract, get the MethodInfo from the list of methods of
29711           the class.
29712         * reflection.c: ParameterInfo.PositionImpl should be zero-based
29713           and it was 1-based. Fixed in mono_param_get_objects.
29714
29715 2003-07-20  Martin Baulig  <martin@ximian.com>
29716
29717         * mono-debug.h: Set version number to 31.
29718         (mono_debug_init): Added `MonoDomain *' argument.
29719
29720         * mono-debug-debugger.c: Reworked the type support; explicitly
29721         tell the debugger about builtin types; pass the `klass' address to
29722         the debugger.
29723
29724 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
29725
29726         * image.c: Allow new metadata tables to be loaded without a
29727         warning. Also update the warning message to give the new constant value.
29728                 
29729 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
29730
29731         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
29732         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
29733         array type representation changes.
29734
29735 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
29736
29737         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
29738         on Environment.Exit () call.
29739
29740 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
29741
29742         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
29743         requires a matching corlib.
29744
29745 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
29746
29747         * Changelog: My editor decided to add a CR to each line. Sorry about that.
29748           Committed again without the CRs.
29749         
29750 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
29751
29752         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
29753           getting it from the "this" socket instance. Did not work
29754           if the socket is a subclass of Socket.
29755           Also fixed bug #35371.
29756
29757 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
29758
29759         * metadata.c: fixed size for TypedByRef.
29760         * loader.c: when searching for a method, consider the vararg amrker.
29761         * unicode.c, decimal.c: constify some arrays.
29762
29763 2003-07-15  Dick Porter  <dick@ximian.com>
29764
29765         * socket-io.c: Fixed compilation for gcc < 3.2.
29766
29767         Fixed compilation for machines that don't have AF_INET6 (thanks to
29768         Bernie Solomon <bernard@ugsolutions.com> for that part.)
29769
29770         Fixed compile warnings.
29771         
29772         Fixed formatting and line endings.
29773
29774 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
29775
29776         * socket-io.h:
29777         * socket-io.c: Added IPv6 support.
29778
29779 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
29780
29781         * class.c (mono_class_is_assignable_from): New function to implement
29782         the is_assignable_from logic. Used by mono_object_isinst, 
29783         Type::IsAssignableFrom () and the interpreter.
29784
29785         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
29786         Object, even interfaces.
29787         
29788         * object.c (mono_object_isinst): Implement in terms of 
29789         is_assignable_from.
29790
29791         * icall.c (ves_icall_type_is_assignable_from): New icall.
29792
29793 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
29794
29795         * domain.c (foreach_domain): fix compiler warning.
29796
29797 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
29798
29799         * image.c (load_metadata_ptrs): use g_strndup because strndup is
29800         not available on all plattforms
29801
29802 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
29803
29804         * image.h image.c: Store the metadata version string in MonoImage.
29805         * icall.c: New icall to retrieve the image version.
29806         * reflection.c (create_dynamic_image): Fill in the image version field
29807         * reflection.c (build_compressed_metadata): Use the image version
29808         from the image structure.
29809
29810 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29811
29812         * appdomain.c: modified comment.
29813         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
29814         That will be its last iteration when mono_gc_cleanup is called from
29815         mono_runtime_cleanup and before the domain is unloaded.
29816
29817         Fixes bug #45962.
29818
29819 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
29820
29821         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
29822         attributes.
29823
29824 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
29825
29826         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
29827         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
29828         Bernie Solomon <bernard@ugsolutions.com>.
29829
29830 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
29831
29832         * object.c, object.h: provide mono_object_new_fast() for faster
29833         allocation in some special cases.
29834
29835 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
29836
29837         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
29838         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
29839
29840 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
29841
29842         * threadpool.c: fix leaks.
29843
29844 2003-07-01  Dick Porter  <dick@ximian.com>
29845
29846         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
29847         using MonoGHashTables.  Fixes threadpool bug posted to list.
29848
29849 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
29850
29851         * image.h, image.c: added support to load an assembly from a byte array.
29852         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
29853         assembly bundle support.
29854
29855 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
29856
29857         * threadpool.c (mono_thread_pool_add): keep a reference to the
29858         AsyncResult to prevent GC
29859
29860 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
29861
29862         * class.c: leak fix.
29863
29864 2003-06-25  Dick Porter  <dick@ximian.com>
29865
29866         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
29867         for the async object, the WaitHandle object will close the handle.
29868         Fixes bug 45321.
29869
29870 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
29871
29872         * class.c: in mono_array_class_get (), lookup from the hash with the
29873         same type we insert: this works around a bug in
29874         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
29875         lluis. The real fix will have to wait for after the release.
29876
29877 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
29878
29879         * icall.c: fix memory leak when getting type members.
29880
29881 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
29882
29883         * reflection.c: added more pubtoken special cases.
29884
29885 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
29886
29887         * class.c: handle field offset correctly when class size
29888         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
29889
29890 2003-06-20  Martin Baulig  <martin@ximian.com>
29891
29892         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
29893         *image' field.
29894
29895 2003-06-20  Martin Baulig  <martin@ximian.com>
29896
29897         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
29898
29899 2003-06-20  Martin Baulig  <martin@ximian.com>
29900
29901         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
29902         just distinguish between variables in registers and variables at
29903         an offset relative to a register.
29904
29905 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29906
29907         * icall.c: #ifdef out latest changes until mcs is fixed.
29908
29909 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
29910
29911         * icall.c: return members in metadata order.
29912
29913 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
29914
29915         * icall.c: avoid infinite loop in GetTimeZoneData.
29916
29917 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
29918
29919         * icall.c: added Marshal.Prelink/All icalls.
29920
29921 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
29922
29923         * object.c, object.h: fix warnings and do some overflow checking
29924         when creating arrays.
29925
29926 2003-06-17  Dick Porter  <dick@ximian.com>
29927
29928         * file-io.h:
29929         * file-io.c: File attributes need to be tweaked slightly when
29930         passed from the managed to the w32 world.
29931
29932 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
29933         * profiler.h profiler-private.h profiler.c: Rework last patch
29934         based on suggestion by Paolo.
29935         
29936 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
29937
29938         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
29939         instruction level coverage data collection.
29940         * profiler.h profiler.c (: Added new callback function which can be
29941         used by the profiler to limit which functions should have coverage
29942         instrumentation.
29943         * profiler.c (mono_profiler_load): Call g_module_build_path to
29944         generate the file name of the profiler library.
29945
29946 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
29947
29948         * profiler.c, profiler.h, profiler-private.h: added basic block 
29949         coverage profiling API.
29950
29951 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
29952
29953         * reflection.c (mono_reflection_create_runtime_class): Add support
29954         for events in dynamically generated code.
29955
29956         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
29957         not allocated.
29958
29959 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
29960
29961         * icall.c: when getting timezone info, return reasonable values if we
29962         can't get the actual data.
29963
29964 2003-06-14  Dick Porter  <dick@ximian.com>
29965
29966         * threads.c (start_wrapper): Remove the reference to the thread
29967         object in the TLS data, so the thread object can be finalized.
29968         This won't be reached if the thread threw an uncaught exception,
29969         so those thread handles will stay referenced :-( (This is due to
29970         missing support for scanning thread-specific data in the Boehm GC
29971         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
29972
29973 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
29974
29975         * reflection.c: ensure streams and tables are first allocated with
29976         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
29977
29978 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
29979
29980         * icall.c: fixed GetElementType for byrefs (bug# 44792).
29981
29982 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
29983
29984         * reflection.c (mono_reflection_create_runtime_class): Add support for
29985         properties to dynamically created classes.
29986         * reflection.c: Fix a few places where non-MonoObjects were inserted
29987         into the tokens hashtable.
29988
29989 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
29990
29991         * object.c: some support to handle out of memory exceptions.
29992
29993 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
29994
29995         * marshal.c (mono_marshal_get_native_wrapper): support reference
29996         return types
29997
29998 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
29999
30000         * object.h, object.c: more portability stuff from Bernie Solomon.
30001         Unexport mono_object_allocate(). Added mono_object_unbox ().
30002         Set exitcode when an unhandled exception is thrown.
30003
30004 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
30005
30006         * marshal.c (mono_marshal_get_native_wrapper): use custom
30007         marshaler for return types.
30008
30009 2003-06-10  Dick Porter  <dick@ximian.com>
30010
30011         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
30012         ip_mreq is available
30013
30014 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
30015
30016         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
30017         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
30018         by Bernie Solomon <bernard@ugsolutions.com>.
30019
30020 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
30021
30022         * gc.c (mono_gc_init): Avoid error message on shutdown when
30023         GC_DONT_GC=1 is used.
30024
30025         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
30026         New icall to return the GUID of a module.
30027
30028 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
30029
30030         * class.c: ensure instance size always includes the parent's size
30031         even whem class size is set explicitly (fixes bug#44294).
30032
30033 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
30034
30035         * profiler.h, profiler.c: made the simple profiler thread-safe,
30036         get more accurate timing info. Allow the loading of an
30037         externally-developed profiler module.
30038
30039 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
30040
30041         * marshal.c (mono_marshal_get_native_wrapper): improved
30042         class/byref arguments.
30043         (mono_marshal_get_native_wrapper): better string marshaling support.
30044
30045 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
30046
30047         * class.c: ensure .pack and .size are handled correctly and
30048         simplified layout of static fields.
30049
30050 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
30051
30052         * appdomain.c
30053         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
30054
30055         * loader.c (mono_lookup_pinvoke_call): look for modules in the
30056         current directory (fix bug 44008)
30057
30058 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
30059
30060         * marshal.c (mono_marshal_get_native_wrapper): started support for
30061         custom marshalers.
30062         (mono_delegate_to_ftnptr): consider marshalling specifications
30063
30064 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
30065
30066         * reflection.c, reflection.h: emit custom marshal info.
30067
30068 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30069
30070         * object.c: free the GError.
30071         * icall.c: added CloseEvent_internal.
30072         * threads.[ch]:
30073         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
30074         call.
30075
30076 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
30077
30078         * loader.c (mono_method_get_signature): Add support for dynamic
30079         assemblies.
30080
30081 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
30082
30083         * reflection.c: fixed bug #43905.
30084
30085 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
30086
30087         * class.c, domain.c, icall.c, metadata.h, object.h: support for
30088         handling TypedReference and ArgIterator.
30089         * loader.c, loader.h: added function to get signature at call site.
30090
30091 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
30092
30093         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
30094         data readonly. Buglets and warning fixes. Some MethodSpec support.
30095
30096 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
30097
30098         * class.h, class.c, object.c: remove relative numbering support.
30099
30100 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
30101
30102         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
30103         free the string, until we get a chance to fix Gtk#
30104
30105 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30106
30107         * marshal.c: revert last patch.
30108
30109 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
30110
30111         * icall.c: updates for new mono_class_vtable() not calling
30112         the type constructor anymore.
30113
30114 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
30115
30116         * object.h, object.c: separate vtable creation from type
30117         initialization. Make running the .cctor thread safe.
30118
30119 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
30120
30121         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
30122
30123 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
30124
30125         * loader.c (mono_get_method): consider calling convention
30126
30127 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
30128
30129         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
30130         to return the invisible global type for a module.
30131
30132         * reflection.c (mono_image_build_metadata): Emit global fields too.
30133
30134 2003-05-20  Peter Williams  <peterw@ximian.com>
30135
30136         * loader.c (mono_lookup_internal_call): Add a few newlines.
30137
30138 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
30139
30140         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
30141         literal strings.
30142
30143         * appdomain.c (set_domain_search_path): Recalculate search path when
30144         AppDomainSetup.PrivateBinPath changes.
30145
30146         * object.c (mono_class_compute_gc_descriptor): It turns out some
30147         parts of the class libs (like System.Thread) holds pointers to
30148         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
30149         to treat native int a pointer type here.
30150         
30151 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
30152
30153         * appdomain.h, domain.c: add hashtable for jump target resolution.
30154
30155 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
30156
30157         * reflection.h reflection.c icall.c: Added new icalls 
30158         GetManifestResourceInfoInternal, GetModulesInternal and support
30159         infrastructure.
30160
30161 2003-05-16  Dick Porter  <dick@ximian.com>
30162
30163         * icall.c:
30164         * file-io.h:
30165         * file-io.c: Implement System.IO.MonoIO::GetTempPath
30166
30167 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
30168
30169         * object.c: mono_store_remote_field: little fix to previous patch.
30170
30171 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
30172
30173         * class.c: add constructors to array classes.
30174         * icall.c: special case array construction for InternalInvoke (),
30175
30176 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
30177
30178         * class.h class.c reflection.c object.c: Added support for field
30179         defaults in dynamically generated classes.
30180
30181 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
30182
30183         * reflection.c: properly encode charset for ddlimport.
30184
30185 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
30186
30187         * threads.c: allow compiling without GC.
30188
30189 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
30190
30191         * appdomain.h, object.c, object.h, threads.c, threads.h: added
30192         handling of thread static data.
30193
30194 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
30195
30196         * reflection.h, reflection.c: added mono_custom_attrs_free ().
30197
30198 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
30199
30200         * class.c (mono_array_class_get): always set the serializable flags
30201         (mono_array_class_get): always set the SEALED attribute for array types
30202
30203 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
30204
30205         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
30206         attributes (fix for bug 42021).
30207
30208 2003-05-12  Dick Porter  <dick@ximian.com>
30209
30210         * gc.c: Don't run finalizers when the finalizer thread is
30211         finishing up, because the default domain has already been
30212         destroyed.
30213
30214 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
30215
30216         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
30217         value is null, we should throw an exception.   This is slightly
30218         different than the other conventions used for the constructor.
30219
30220 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30221
30222         * socket-io.c: fixed windows build.
30223
30224 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30225
30226         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
30227
30228 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
30229
30230         * object.c (mono_string_new_wrapper): Compatibility fix for MS
30231         compilers.
30232
30233 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
30234
30235         * class.c (mono_class_layout_fields): Add experimental GC aware
30236         auto layout facility. Requires class library changes to work correctly.
30237
30238         (mono_class_setup_vtable): Avoid overriding explicit interface
30239         method implementations. Fixes iface3.exe test.
30240
30241         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
30242         object reference.
30243         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
30244         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
30245
30246         * metadata.h: Add new type classification macro which determines
30247         whenever the type holds an object reference.
30248
30249 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
30250
30251         * marshal.c (mono_marshal_get_native_wrapper): cleanups
30252
30253 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
30254
30255         * gc.c (finalizer_thread): Work around a GC bug.
30256
30257 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
30258
30259         * marshal.c (emit_struct_conv): allow unions
30260
30261         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
30262
30263 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
30264
30265         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
30266
30267 2003-05-06  Martin Baulig  <martin@ximian.com>
30268
30269         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
30270
30271 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30272
30273         * socket-io.c:
30274         (Select_internal): allow NULLs, don't create arrays if not needed.
30275         Coupled with Socket.cs changes.
30276
30277         * threadpool.c:
30278         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
30279         register a finalizer for it that will close the semaphore handle. This
30280         fixes the leak and make Lupus' test run with > 4080 loops.
30281
30282 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
30283
30284         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
30285         Jerome Laban (bug #42287)
30286
30287 2003-05-02  Martin Baulig  <martin@ximian.com>
30288
30289         * debug-mono-symfile.h
30290         (MonoSymbolFile): Moved declaration into mono-debug.h.
30291         (MonoDebugMethodJitInfo): Likewise.
30292         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
30293         argument.
30294         (_mono_debug_address_from_il_offset): Take a
30295         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
30296
30297         * mono-debug.h
30298         (MonoDebugDomainData): New struct.
30299         (mono_debug_get_domain_data): New function.
30300         (mono_debug_add_method): Take an additional `MonoDomain *'
30301         argument.
30302         (mono_debug_source_location_from_address): Likewise.
30303         (mono_debug_il_offset_from_address): Likewise.
30304         (mono_debug_address_from_il_offset): Likewise.
30305
30306 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
30307
30308         * reflection.c: one more check for null type in custom attrs.
30309
30310 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30311
30312         * reflection.c: avoid warning (comparison is always false due to limited
30313         range of data type).
30314
30315 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30316
30317         * icall.c: throw an exception in Type.GetField if the argument 'name'
30318         is NULL.
30319
30320 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
30321
30322         * reflection.c: fixed handling of enums in named arguments to custom
30323         attributes (bug #42123).
30324
30325 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
30326
30327         * reflection.c: use the right array element type and handle
30328         a null for a Type argument, too.
30329
30330 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
30331
30332         * reflection.c: handle arrays as arguments to custom attributes.
30333
30334 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
30335
30336         * reflection.c: handle a string value in a custom attr
30337         ctor that takes an object.
30338
30339 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
30340
30341         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
30342         (fix bug #42063)
30343
30344 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
30345
30346         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
30347
30348 2003-04-27  Martin Baulig  <martin@ximian.com>
30349
30350         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
30351         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
30352         MONO_DEBUGGER_EVENT_BREAKPOINT.
30353         (mono_breakpoint_trampoline_code): Removed.
30354         (mono_debugger_event_handler): The last argument is now a
30355         `guint32'.
30356         (mono_debugger_insert_breakpoint_full): Removed the
30357         `use_trampoline' argument.
30358         (mono_debugger_method_has_breakpoint): Likewise.
30359         (mono_debugger_trampoline_breakpoint_callback): Renamed to
30360         mono_debugger_breakpoint_callback(); take the method and
30361         breakpoint number as arguments.
30362
30363 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
30364
30365         * metadata.c: fix off by one when loading parameters attributes.
30366
30367 2003-04-24  Martin Baulig  <martin@ximian.com>
30368
30369         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
30370
30371 2003-04-24  Martin Baulig  <martin@ximian.com>
30372
30373         * mono-debug-debugger.c: Moved all code which interacts with the
30374         Mono Debugger here.
30375
30376         * debug-mono-symfile.c: This code now just deals with the symbol
30377         file itself, the debugger code is now in mono-debug-debugger.c.
30378
30379 2003-04-23  Martin Baulig  <martin@ximian.com>
30380
30381         * mono-debug.c (mono_debug_source_location_from_il_offset):
30382         New method; like mono_debug_source_location_from_address(), but
30383         takes an IL offset instead of a machine address.
30384
30385 2003-04-23  Martin Baulig  <martin@ximian.com>
30386
30387         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
30388         `line' field; this is now computed by the debugger.
30389
30390 2003-04-23  Martin Baulig  <martin@ximian.com>
30391
30392         * mono-debug.[ch]: New files.  This is the new debugging interface.
30393
30394         * mono-debug-debugger.[ch]: New files.  Moved all code which
30395         interacts with the Mono Debugger here.
30396
30397 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
30398
30399         * domain.c (mono_init): initialize mono_defaults.monitor_class
30400
30401 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
30402
30403         * reflection.c (method_encode_code): Add a spicy exception to help
30404         future compiler authors.
30405
30406 2003-04-21  Martin Baulig  <martin@ximian.com>
30407
30408         * icall.c
30409         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
30410         Make this work with relative pathnames; g_filename_to_uri() needs
30411         an absolute filename.
30412
30413 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
30414
30415         * icall.c: Track name changes in Object and ValueType.
30416
30417 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
30418
30419         * metadata.c (mono_type_stack_size): size should be a multiple of
30420         sizeof (gpointer)
30421
30422 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30423
30424         * gc.c:
30425         (internal_domain_finalize): moved into mono_domain_finalize. No need
30426         to create another thread because the finalizers will be run in the
30427         finalizer thread.
30428         
30429         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
30430         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
30431         to be run (MS does this too).
30432
30433 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
30434
30435         * object.c (mono_class_compute_gc_descriptor): Update comment.
30436
30437         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
30438
30439         * image.h: Add synchronized wrapper cache.
30440
30441         * image.c (do_mono_image_open): Initialize cache.
30442
30443         * reflection.c (create_dynamic_mono_image): Initialize cache.
30444
30445 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30446
30447         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
30448         ves_icall_System_Buffer_ByteLengthInternal.
30449
30450 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
30451
30452         * reflection.c: setup klass->nested_in earlier. Allow
30453         a dash in the assembly name.
30454
30455 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
30456
30457         * metadata.c (mono_type_to_unmanaged): dont access
30458         type->data.klass for MONO_TYPE_OBJECT
30459         (mono_type_to_unmanaged): consider System.Delegate class
30460
30461 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
30462
30463         * class.c: just setup supertypes in the proper place instead of
30464         initializing the full element class for arrays.
30465
30466 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
30467
30468         * class.c: ensure the element class of arrays is initialized.
30469         Setup the supertype info for array classes, too.
30470
30471 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
30472
30473         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
30474
30475 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30476
30477         * Makefile.am: re-added -m option when running cygpath. This way,
30478         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
30479         separator.
30480         * mono-config.c: same codepath for locating mono config file for WIN32
30481         and the rest.
30482         * assembly.c: if mono_assembly_setrootdir is called, don't override
30483         the value set.
30484
30485 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30486
30487         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
30488         MONO_ASSEMBLIES variable.
30489
30490 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
30491
30492         * icall.c: added Assembly::GetNamespaces() icall.
30493
30494 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30495
30496         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
30497
30498 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
30499
30500         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
30501         * object.c: fixed bug in the construction of vtable for proxies
30502
30503 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
30504
30505         * object.c (mono_array_new): Mark mono_array_new as an icall.
30506
30507 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30508
30509         * class.c: fixed test for public method when overriding interfaces.
30510         Closes bug #40970.
30511
30512 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
30513
30514         * appdomain.h, domain.c: added mono_domain_foreach() to
30515         be able to access the currently loaded appdomains.
30516         * object.c: make string interning work across sppdomains.
30517         Mark some functions for use as icalls.
30518
30519 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
30520
30521         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
30522
30523         * reflection.h reflection.c: Allocate long living data using 
30524         GC_MALLOC_ATOMIC so the collector does not need to scan it.
30525
30526         * reflection.c: Double the allocation size in streams instead of
30527         increasing it, to prevent unneccesary copying on large assemblies.
30528         
30529         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
30530         creation if the assembly does not have the Run flag set.
30531
30532 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
30533
30534         * class.h: avoid the C++ keywords in header files (Jerome Laban
30535         spotted and fixed this).
30536
30537 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30538
30539         * object.c:
30540         (mono_unhandled_exception): fill in the arguments for the
30541         UnhandledException event. Only trigger that event for the default
30542         domain (as MS does).
30543
30544 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
30545
30546         * object.c: Improve typed allocation stuff based on suggestions from
30547         Paolo. Also turn it on if the GC library supports it.
30548
30549 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
30550
30551         * object.c object.h class.h: Added experimental typed allocation
30552         facility using the interfaces in gc_gcj.h.
30553
30554         * os/gc_wrapper.h: Added new include files.
30555         
30556 2003-04-03  Martin Baulig  <martin@ximian.com>
30557
30558         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
30559         which is not yet enabled by default.
30560
30561         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
30562         functions.
30563         (mono_gc_lock, mono_gc_unlock): New static functions.
30564
30565         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
30566         functions; stop/start the world for the garbage collector.  This
30567         is using the windows API; we need to complete the SuspendThread()/
30568         ResumeThread() implementation in the io-layer to make this work on Unix.
30569         (mono_gc_push_all_stacks): New public function; tells the garbage
30570         collector about the stack pointers from all managed threads.
30571
30572 2003-04-03  Martin Baulig  <martin@ximian.com>
30573
30574         * object.h (MonoThread): Added `gpointer stack_ptr'.
30575
30576         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
30577
30578 2003-04-03  Martin Baulig  <martin@ximian.com>
30579
30580         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
30581
30582 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
30583
30584         * reflection.c (typebuilder_setup_fields): Initialize field.first and
30585         field.last.
30586
30587 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
30588
30589         * loader.c (mono_lookup_internal_call): Report the corlib that is
30590         out of sync.
30591
30592 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
30593
30594         * icall.c (ves_icall_type_GetTypeCode): fixed check for
30595         System.DBNull (it's class not valuetype).
30596
30597 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
30598
30599         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
30600         if the array method was already assigned a token (fixes bug#40646).
30601
30602 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
30603
30604         * reflection.c (mono_reflection_get_type): Attempt type resolve even
30605         if no assembly is given.
30606
30607 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
30608
30609         * metadata.h: Added the new tables.
30610
30611         * row-indexes.h: Added definitions for new tables.
30612
30613         * metadata.c: Add schemas for new tables, and add support for
30614         computing the sizes of them.
30615
30616         * class.c: Update for handling the new type cases.
30617
30618 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
30619
30620         * metadata.h (MONO_TYPE_IS_VOID): new macro
30621
30622 2003-03-31  Martin Baulig  <martin@ximian.com>
30623
30624         * threads.h (MonoThreadCallbacks): Added `thread_created'.
30625
30626         * threads.c (mono_thread_new_init): Call `thread_created' in the
30627         mono_thread_callbacks.
30628
30629 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
30630
30631         * loader.h: added marshalbyrefobject_class to mono_defaults
30632         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
30633         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
30634           generation of output parameters.
30635           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
30636         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
30637           contextbound and the target object belongs to the context of the caller.
30638         * object.h: added context and unwrapped_server variables in MonoRealProxy.
30639         * object.c: Implemented support for interfaces and abstract classes
30640           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
30641           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
30642
30643 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
30644
30645         * class.h class.c (mono_class_is_subclass_of): New function.
30646         
30647         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
30648         routines for most common case (calls from ArrayList::ToArray).
30649
30650         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
30651         routine so programs which call Environment::Exit() can be profiled.
30652
30653         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
30654         Added MONO_ARCH_SAVE_REGS.
30655
30656         * icall.c (ves_icall_type_is_subtype_of): Use new function.
30657
30658 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
30659
30660         * blob.h: Add a couple of new MonoType types definitions.
30661
30662         * tabledefs.h: Add a couple of new call convs.
30663
30664 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
30665
30666         * reflection.h (MonoReflectionDynamicAssembly): track changes in
30667         the layout of the class.
30668
30669         * reflection.c (alloc_table): double the size on overflow to avoid
30670         unnecessary copying.
30671
30672         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
30673         avoid filling out metadata tables and blobs. Also set mb->ilgen to
30674         null so it can be garbage collected.
30675         
30676 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
30677
30678         * reflection.c (mono_reflection_get_type): Return the resolved type
30679         only if it is in the assembly we searched.
30680
30681         * reflection.c (ensure_runtime_vtable): Initialize method slots.
30682
30683         * class.c (mono_class_setup_vtable): Set the slot of the overriding
30684         method.
30685
30686 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30687
30688         * appdomain.c:
30689         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
30690         the right one is 'file:///blah', but MS allows it.
30691         * assembly.c:
30692         (mono_assembly_open): allow 'file://blah'
30693
30694         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
30695
30696 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
30697
30698         * socket-io.c: fixes bug #40310.
30699
30700 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
30701
30702         * reflection.c (mono_reflection_parse_type): handle deeply nested
30703         types correctly.
30704
30705         * reflection.c (mono_image_create_token): Use unique token values
30706         since they will be put into a hash table.
30707
30708         * class.c (mono_class_setup_vtable): If a method occurs in more than
30709         one place in the vtable, and it gets overriden, then change the
30710         other occurances too.
30711
30712         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
30713         object as return type.
30714
30715 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
30716
30717         * icall.c: Deleted "ToString" implementation for double and float
30718         because they are full implemented in managed code.
30719
30720 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
30721
30722         * reflection.c, reflection.h: implemented and exported functions
30723         to retrieve info about custom attributes.
30724
30725 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30726
30727         * appdomain.c: moved Uri handling to assembly.c
30728         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
30729         work when using a file Uri in *nix and windows.
30730
30731         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
30732         GetReferencedAssemblies.
30733
30734 2003-03-18  Dick Porter  <dick@ximian.com>
30735
30736         * icall.c: Rename a couple of internal calls
30737
30738         * threads.c: Set the thread state to Stopped when a thread exits.
30739         Fixes bug 39377.
30740
30741 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
30742
30743         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
30744         New icall.
30745
30746         * object.c (mono_class_vtable): fix warning.
30747
30748 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
30749
30750         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
30751
30752         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
30753         memory.
30754         (method_encode_clauses): Create exception info structures in the right
30755         order.
30756         (mono_reflection_setup_internal_class): Initialize supertypes field.
30757
30758         * class.c object.c: Handle interfaces which implement other interfaces 
30759         correctly.
30760
30761         * class.h class.c: Move the supertypes array initialization code into 
30762         a separate function so it can be used for dynamic types too. Also call
30763         it earlier, in mono_class_init(), since it can be used before the
30764         type is initialized.
30765
30766 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30767
30768         * Makefile.am:
30769         * assembly.c:
30770         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
30771
30772         * appdomain.c:
30773         * appdomain.h:
30774         * marshal.c:
30775         * object.c: remove warnings.
30776
30777 2003-03-13  Martin Baulig  <martin@ximian.com>
30778
30779         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
30780         (MonoDebugLexicalBlockEntry): New types.
30781
30782         * debug-mono-symfile.c
30783         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
30784
30785 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30786
30787         * process.c: ret can be any non-zero value accroding to MS doc.
30788
30789 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
30790
30791         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
30792         fixing a warning for a miss-used prototype, would have cause
30793         random memory corruption.
30794
30795 2003-03-07  Martin Baulig  <martin@ximian.com>
30796
30797         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
30798         getting really annoying ....
30799
30800 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
30801
30802         * reflection.c (fixup_method): added support for array methods.
30803
30804 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
30805
30806         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
30807         (pointed out by Michael Adams).
30808
30809 2003-03-04  Dick Porter  <dick@ximian.com>
30810
30811         * icall.c: Temporarily reverted the Double and Single ToString()
30812         change, because it broke nunit.
30813
30814 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
30815
30816         * object.h, threads.h: make include files compatible with C++
30817         (patch by Jerome Laban <jlaban@wanadoo.fr>).
30818
30819 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
30820
30821         * icall.c: Erased ToString helper functions for Double and Single.
30822         Now, that implementations ar all in managed code (Double and Single
30823         Formatters).
30824
30825 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
30826
30827         * appdomain.c: Added method for initializing the default context of
30828         a domain. Added internal call for getting the default context.
30829         * appdomain.h: Added context variable in MonoDomain struct.
30830         * domain.c: mono_domain_set also sets the default context of the domain
30831         * icall.c: Mapped internal method InternalGetDefaultContext.
30832         * object.c: mono_object_get_virtual_method returns always a remoting
30833         wrapper if the object is a transparent proxy.
30834         mono_runtime_invoke_array: when creating an object by calling the
30835         constructor, if the created object is a proxy, then the constructor should
30836         be called using the a remoting wrapper.
30837
30838 2003-03-03  Dick Porter  <dick@ximian.com>
30839
30840         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
30841         variable so it compiles on solaris.  Problem spotted by
30842         Christopher Taylor <ct@cs.clemson.edu>
30843
30844 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30845
30846         * appdomain.c:
30847         (get_info_from_assembly_name): don't leak value.
30848
30849         * icall.c:
30850         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
30851         result.
30852
30853 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
30854
30855         * assembly.c: export mono_image_load_references ().
30856         * class.c: handle function pointers. mono_class_from_name() now
30857         supports nested type names directly.
30858
30859 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
30860
30861         * reflection.h reflection.c: Encode already created dynamic methods 
30862         and fields correctly as a DEF instead of a REF.
30863
30864         * reflection.c: Get rid of the force_ref argument to 
30865         mono_image_typedef_or_ref since it was wrong in the first place.
30866
30867         * string-icalls.c: add error checking to string constructors according
30868         to the MSDN docs.
30869
30870         * reflection.c: Emit types in the order their TypeBuilders were 
30871         created. Previously, a new table index was assigned to each type before
30872         the tables were emitted. This was wrong because the signature blob
30873         might already refer to a type by its original table index.
30874
30875 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
30876
30877         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
30878         change.
30879         
30880 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30881
30882         * Makefile.am: make assemblies dir have \ instead of / on windows.
30883
30884 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
30885
30886         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
30887         iterate over the NESTEDCLASS table using a linear search since the
30888         table is not guaranteed to be sorted by the secondary key.
30889
30890         * class.c (mono_class_create_from_typedef): fixed up call to
30891         mono_metadata_nesting_typedef.
30892         
30893 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
30894
30895         * marshal.c (mono_string_to_byvalstr): clear the memory as
30896         suggested by Jerome Laban <jlaban@wanadoo.fr>
30897
30898 2003-02-26  Dick Porter  <dick@ximian.com>
30899
30900         * process.c: Cope with padding in .rsrc blocks
30901
30902 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
30903
30904         * metadata.h: reverted the filter_len change, it breaks reflection
30905         
30906 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
30907
30908         * metadata.h: added a new field to store the filter_len
30909         
30910
30911 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
30912
30913         * reflection.c: handle custom attributes for types and members
30914         created with Reflection.Emit (bug#38422).
30915
30916 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
30917
30918         * reflection.c: define RTSpecialName automatically for constructors for
30919         compatibility with MS.NET.
30920
30921         * reflection.c (mono_reflection_create_runtime_class): initialize
30922         nested_in field of dynamically created classes.
30923
30924 2003-02-22  Martin Baulig  <martin@ximian.com>
30925
30926         * debug-mono-symfile.h: Incremented version number.
30927
30928 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
30929
30930         * object.h icall.c process.c: fix warnings.
30931
30932 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
30933
30934         * appdomain.h appdomain.c:
30935         (mono_domain_try_type_resolve): split the 
30936         name_or_tb argument into a name and a tb argument.
30937         (mono_domain_has_type_resolve): new function to check whenever the
30938         application has registered a TypeResolve event handler.
30939         
30940         * icall.c reflection.h reflection.c: move the type resolve logic into
30941         mono_reflection_get_type () so it will be invoked when 
30942         Assembly::GetType () is called.
30943
30944         * reflection.c:
30945         (mono_reflection_get_type): renamed to get_type_internal.
30946         (mono_reflection_get_type): fixed type name generation so it works 
30947         for nested types too.
30948         (mono_reflection_get_type): call has_type_resolve () to avoid the 
30949         costly type name generation if there is no resolve event handler.
30950
30951 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
30952
30953         * class.c, image.c: load exported types from file references.
30954
30955 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
30956
30957         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
30958           used to cache the managed methods used to create proxies and make 
30959           remote invocation of methods.
30960         * class.h: Added in MonoVTable a flag to indicate that a class needs 
30961           to be remotely created.
30962         * object.c: Modified the method mono_class_vtable(). It now initializes 
30963           the remote flag of the vtable. Modified mono_object_new_specific(), 
30964           so now it checks the remote flag.
30965         * icall.c: Added a couple of internal methods, one for enabling instance 
30966           creation interception for a type, and one for creating objects bypassing
30967           the remote check.
30968
30969 2003-02-18  Martin Baulig  <martin@ximian.com>
30970
30971         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
30972         New interncall to get a method's metadata token.
30973
30974         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
30975         New interncall for the debugger.
30976
30977 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
30978
30979         * class.c (mono_class_setup_vtable): allocate supertype array
30980
30981 2003-02-18  Martin Baulig  <martin@ximian.com>
30982
30983         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
30984
30985 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30986
30987         * reflection.c:
30988         (assembly_name_to_aname): jump over unknown properties (i've found
30989         something like: 'type, assembly, version=xxx, custom=null, public...',
30990         so now will ignore custom=null and still get the rest of the values).
30991
30992 2003-02-17  Dick Porter  <dick@ximian.com>
30993
30994         * threads.c: Have Thread.Start() wait for a semaphore to signal
30995         that the thread has set up all its local data.  This fixes bug
30996         34323, where Abort() raced the new thread's TLS data.
30997
30998         Also removes the handle_store() call from start_wrapper, because
30999         threads are now always created suspended and there is no longer a
31000         race between the parent and child threads to store the info.
31001
31002 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
31003
31004         * image.c: explain the #- heap issue in a message, hopefully
31005         avoiding FAQs on mono-list.
31006
31007 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31008
31009         * icall.c:
31010         (GetEntryAssembly): if the domain has not invoked
31011         AppDomain.ExecuteAssembly yet, return the assembly of the default
31012         AppDomain.
31013
31014 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
31015
31016         * class.c (mono_ldtoken): make it work in dynamic assemblies.
31017
31018 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
31019
31020         * metadata.c, reflection.c: simple speedup to type hash
31021         and equals code.
31022
31023 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
31024
31025         * image.c, image.h, class.c, assembly.c: move module loading
31026         to MonoImage. When loading metadata, consider alignemnet from
31027         the start of metadata, not from the metadata address in memory.
31028
31029 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
31030
31031         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
31032         AssemblyBuilder objects. Factored out custom attribute creation into
31033         a separate function.
31034         (create_custom_attr): new function to create custom attributes.
31035
31036 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
31037
31038         * Makefile.am: Got tired of typing the full pathname to pedump.
31039         Until there is another option, am installing this.
31040
31041 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
31042
31043         * class.c (class_compute_field_layout): always set field->parent 
31044         (mono_ldtoken): use mono_defaults.fieldhandle_class;
31045
31046 2003-02-11  Dick Porter  <dick@ximian.com>
31047
31048         * threads-types.h:
31049         * monitor.c: Rewrote Monitor, making lock much faster and
31050         Pulse/Wait work as specified.  Also uses much fewer handles, and only
31051         creates them as needed.
31052
31053         * exception.c: Added SynchronizationLockException
31054
31055         * threads.c: Deleted old Monitor implementation.  The new one is
31056         in a new file.
31057
31058 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
31059
31060         * class.c: handled TypedReference type code. Set the correct size for
31061         class data. Setup interface_offsets for interface classes, too.
31062
31063 2003-02-09  Martin Baulig  <martin@ximian.com>
31064
31065         * debug-mono-symfile.h: Reflect latest symbol writer changes.
31066
31067 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
31068
31069         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
31070         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
31071         * object.c: fixed mono_object_get_virtual_method () for interfaces.
31072         * verify.c: check for code that runs after the end of the method.
31073
31074 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
31075
31076         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
31077         "System.Math::Round2".
31078         * sysmath.h: Added Floor, Round and Round2 definitions.
31079         * sysmath.c: Modified certain functions that were not 100% compliant
31080         with MS.NET (math precision) and added the implementation of Floor,
31081         Round and Round2.
31082
31083 2003-02-07  Martin Baulig  <martin@ximian.com>
31084
31085         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
31086
31087 2003-02-07  Martin Baulig  <martin@ximian.com>
31088
31089         * debug-mono-symfile.c: Reflected latest symwriter changes.
31090         (mono_debug_create_mono_symbol_file): Removed.
31091         (mono_debug_open_mono_symbol_file): Take an argument which
31092         specifies whether to create a dynamic symbol file.
31093
31094 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
31095
31096         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
31097
31098 2003-02-05  Martin Baulig  <martin@ximian.com>
31099
31100         * reflection.c (mono_image_build_metadata): Make this public,
31101         protect it against being called multiple times, don't create
31102         resources and don't build the compressed metadata here.
31103         (mono_image_create_pefile): Do this here.
31104
31105         * icall.c
31106         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
31107
31108 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31109
31110         * socket-io.c: fixed bug #36322.
31111
31112 2003-02-06  Piers Haken <piersh@friskit.com>
31113
31114         * appdomain.[ch]:
31115         * class.h:
31116         * debug-mono-symfile.c:
31117         * icall.c:
31118         * loader.c:
31119         * mono-config.c:
31120         * monosn.c:
31121         * reflection.c:
31122         * socket-io.c: warning cleanups
31123
31124 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
31125
31126         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
31127         function. works like remoting invoke, but does a check for the Proxy first.
31128
31129 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
31130
31131         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
31132
31133 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
31134
31135         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
31136         array of pointers.
31137         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
31138         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
31139
31140         * object.c (mono_store_remote_field_new): used by the new jit
31141         instead of mono_store_remote_field
31142         (mono_load_remote_field_new): used by the new jit
31143         instead of mono_load_remote_field
31144
31145 2003-02-05  Patrik Torstensson
31146
31147         * appdomain.c: changed unload to take the domain id instead
31148         of domain
31149         
31150         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
31151
31152
31153 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31154
31155         * appdomain.c: don't look for assemblies in ApplicationBase if
31156         PrivateBinPathProbe is set.
31157
31158 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31159
31160         * object.c: make the first argument in main_args contain the absolute
31161         path to the assembly. Fixes bug #37511.
31162
31163 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31164
31165         * icall.c: get correct UTC offset for countries not using daylight
31166         time saving. Fixes bug #30030.
31167
31168 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31169
31170         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
31171         and 1 are the family).
31172
31173 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
31174
31175         * icall.c (ves_icall_InternalExecute): removed wrong assertion
31176
31177         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
31178
31179 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
31180
31181         * reflection.c: added support for SignatureHelper tokens, which is
31182         needed by the Calli opcode.
31183
31184         * reflection.h: track changes to SignatureHelper class.
31185
31186         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
31187
31188 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31189
31190         * appdomain.c: fixed loading assemblies from PrivateBinPath.
31191
31192 2003-02-03  Patrik Torstensson
31193         * appdomain.[c|h], domain.c : 
31194          - Added support for getting a domain via domain id
31195          - Support for setting and getting domain from System.AppDomain 
31196            (used in cross appdomain channel)
31197          - Added support for get/set for a MonoAppContext on a thread 
31198            (Context class in System.Runtime.Remoting.Contexts),
31199          - Removed hack in Get/SetData and ExecuteAssembly.
31200         
31201         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
31202         the managed world to get control when a proxy is created.
31203
31204         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
31205         
31206 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
31207
31208         * icall.c
31209         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
31210         Populate the codebase field as well.
31211
31212 2003-02-02  Martin Baulig  <martin@ximian.com>
31213
31214         * debug-mono-symfile.c
31215         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
31216         (mono_debug_symfile_add_method): Allow interncalls.
31217
31218 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31219
31220         * icall.c: throw parse exception if strtod fails or the string is empty.
31221
31222 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
31223
31224         * marshal.c: handle object type separately from defined
31225         class types.
31226
31227 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
31228
31229         * marshal.c: handle NATIVE_LPSTR for strings when it's
31230         explicitly specified.
31231
31232 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
31233
31234         * reflection.c, reflection.h, icall.c: setup the reflection
31235         handle cache for ModuleBuilders and AssemblyBuilders.
31236
31237 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
31238
31239         * reflection.c (reflection_methodbuilder_to_mono_method): set
31240         pinvoke flag
31241
31242 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31243
31244         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
31245
31246 2003-01-29  Dick Porter  <dick@ximian.com>
31247
31248         * threads.c: No need for the fake_thread kludge now that Thread
31249         doesn't run a class constructor
31250         
31251 2003-01-29  Dick Porter  <dick@ximian.com>
31252
31253         * threads.c: Use g_direct_hash instead of the rather bogus
31254         g_int_hash
31255
31256 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
31257
31258         * marshal.c (mono_marshal_get_native_wrapper): add check for null
31259         (fix pinvoke12.exe)
31260         (mono_marshal_get_struct_to_ptr): generate valid IL code
31261         (mono_marshal_get_ptr_to_struct): generate valid IL code
31262         (*): correctly set sig->pinvoke, we need to memdup the signature
31263         to do that
31264
31265 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
31266
31267         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
31268         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
31269
31270 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
31271
31272         * profiler.c: provide more callers information.
31273
31274 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
31275
31276         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
31277
31278         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
31279
31280         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
31281
31282 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
31283
31284         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
31285         exception instead of going into an infinite loop on dates which it 
31286         can't yet handle.
31287
31288         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
31289         out-of-range exception if needed.
31290
31291         * class.c (mono_class_setup_vtable): allow a virtual method to provide
31292         an implementation for an interface method and to override an inherited
31293         method at the same time. 
31294         Imagine a scenario when a virtual method is used to override a
31295         virtual abstract method in a parent class, and this same method 
31296         provides an implementation for an method inherited from an interface. 
31297         In this case, the interface resolution code will set im->slot, which 
31298         means that the virtual method override pass will skip this method 
31299         which means a pointer to the abstract method inherited from the parent
31300         will remain in the vtable of this non-abstract class.
31301
31302         * class.c: (mono_class_setup_vtable): continue search for a real 
31303         method if only an abstract method is found.     
31304
31305 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
31306
31307         * reflection.c: add size to encoding for ByValStr and ByValArray
31308         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
31309
31310 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
31311
31312         * class.c (mono_class_setup_vtable): pass the override info as an
31313         argument.
31314
31315         * class.c (mono_class_setup_vtable): set the slot of overriding methods
31316         correctly.
31317         
31318         * reflection.c (ensure_runtime_vtable); add support for method 
31319         overrides.
31320         
31321 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
31322
31323         * reflection.c (resolution_scope_from_image): Hack to work to work with
31324         dynamic assemblies.
31325
31326         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
31327         added a 'force_ref' argument to force this function to allways return 
31328         a TypeRef. This is needed by mono_image_get_memberref_token ().
31329         
31330 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
31331
31332         * reflection.c (mono_image_get_type_info): interfaces really don't have
31333         a parent.
31334
31335         * reflection.c (mono_image_basic_init): fill out missing fields of
31336         image structure.
31337
31338         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
31339         dynamic assemblies. This is required so dynamic assemblies show up in
31340         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
31341         Type::GetType() etc. This is consistent with MS behaviour.
31342
31343         * image.c image.h reflection.c: add newly created classes to the name 
31344         cache so mono_class_get () will find them.      
31345
31346 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
31347
31348         First part of changes to get IKVM.NET running under mono.
31349         
31350         * appdomain.h, appdomain.c: added new function 
31351         mono_domain_try_type_resolve() which will emit TypeResolve events. 
31352         This function will call AppDomain::DoTypeResolve to do the actual work.
31353
31354         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
31355         moved existing code dealing with dynamic tokens to a new function 
31356         called mono_reflection_lookup_dynamic_token (). This function will 
31357         raise TypeResolve events when appropriate. Since reflection.c is not 
31358         part of libmetadata, a new hook function called 
31359         mono_lookup_dynamic_token() is added to class.c which will call this.
31360
31361         * assembly.h assembly.c: make the invoke_load_hook function public,
31362         so it can be called for dynamic assemblies.
31363
31364         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
31365
31366         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
31367         type isn't found.
31368
31369         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
31370         MonoGHashTable, since it contains pointers to objects which the GC 
31371         needs to track.
31372
31373         * assembly.c (search_loaded): remove unused variable.
31374         
31375 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
31376
31377         * object.c: fixed issue exposed by gcc-generated IL programs
31378         that use RVA data for pointers.
31379
31380 2003-01-25  Martin Baulig  <martin@ximian.com>
31381
31382         * threads.c (start_wrapper): Moved the initialization of
31383         `start_func' above the mono_new_thread_init() call to which we
31384         pass it as argument.
31385
31386 2003-01-24  Martin Baulig  <martin@ximian.com>
31387
31388         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
31389         the MonoThread pointer.
31390
31391 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
31392
31393         * icall.c: Rename `PowImpl' to Pow.
31394
31395 2003-01-23  Dick Porter  <dick@ximian.com>
31396
31397         * threads.c (start_wrapper): Create a Thread object if needed, so
31398         the Main() thread can do the class initialisation in a subthread
31399         that has been set up to allow managed code execution.
31400
31401         Pass the thread ID instead of the MonoThread pointer to the thread
31402         start and attach callbacks.  This change is required, because the
31403         jit thread start callback must be called _before_ the Thread
31404         object can be created.
31405         
31406         (mono_thread_init): Removed much object creation code that is no
31407         longer needed.  No managed code is called from here now.
31408
31409         * object.c (mono_runtime_exec_managed_code): Create a subthread
31410         for Main, and call back to the runtime to use it.
31411         Set the exit code when Main exits.
31412
31413         * gc.c: Make sure domain finalisation happens in a subthread.
31414         Re-enable threaded GC, fixing bug 31333 (again).
31415
31416         * environment.c: System.Environment internall calls (so far just
31417         ExitCode is here, the others are still in icall.c)
31418
31419         * appdomain.c (mono_runtime_cleanup): All threads running managed
31420         code should have finished before mono_runtime_cleanup() is
31421         reached, so no need to clean up threads.
31422
31423 2003-01-22  Martin Baulig  <martin@ximian.com>
31424
31425         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
31426         `gpointer func' arguments.      
31427         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
31428         but added `MonoThread *thread' argument.
31429         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
31430
31431         * threads.c (mono_new_thread_init): Added `gpointer func' argument
31432         and pass it to the mono_thread_start_cb callback.
31433         (mono_install_thread_callbacks): New public function to install a
31434         set of callbacks which are set by the debugger.
31435         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
31436
31437 2003-01-22  Martin Baulig  <martin@ximian.com>
31438
31439         * Makefile.am: Install debug-mono-symfile.h.
31440
31441 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
31442
31443         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
31444
31445 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
31446
31447         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
31448         * class.c (mono_ptr_class_get): correctly set access levels of pointers
31449         (mono_array_class_get): correctly set access levels of arrays
31450
31451 2003-01-20      Patrik Torstensson
31452         * image.h (MonoAssemblyName): changed major, minor, build, revision
31453         from signed to unsigned.
31454
31455 2003-01-20  sean kasun <skasun@azstarnet.com>
31456
31457         * reflection.c (load_cattr_value): Now this handles
31458         MONO_TYPE_SZARRAY.  Fixes bug #35629
31459
31460 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
31461
31462         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
31463         integer value
31464
31465 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31466
31467         * decimal.c: fixed bug #26056.
31468
31469 2003-01-17  Martin Baulig  <martin@ximian.com>
31470
31471         * gc.c: Raise an ExecutionEngineException instead of using g_error().
31472
31473 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31474
31475         * exception.[ch]:
31476         (mono_get_exception_type_initialization): new function.
31477
31478         * object.c: throw a TypeInitializationException when an exception is
31479         thrown invoking the class constructor.
31480
31481 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31482
31483         * reflection.c: fixed attribute reading.
31484
31485 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31486
31487         * icall.c:
31488         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
31489         provided, look for the type in the calling assembly and then in
31490         mscorlib; if the assembly name is provided, only try that one.
31491
31492 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
31493
31494         * object.c: register the vtable before there is a chance it's
31495         queried again recursively.
31496
31497 2003-01-13  Duncan Mak  <duncan@ximian.com>
31498
31499         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
31500         gc-internal.h. 
31501         
31502 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
31503
31504         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
31505
31506 2003-01-11  Martin Baulig  <martin@ximian.com>
31507
31508         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
31509         this to 20 for the release.
31510
31511 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
31512
31513         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
31514
31515         * loader.c (mono_method_get_marshal_info): bug fix
31516
31517         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
31518         structures with explicit layout
31519
31520 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
31521
31522         * profiler.c: made the output more readable (and sorted). 
31523         Added caller information for the allocation profiler.
31524
31525 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
31526
31527         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
31528
31529 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31530
31531         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
31532         to get value types.
31533         
31534 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
31535
31536         * object.c, profiler.h, profiler.c, profiler-private.h:
31537         Added object allocation profiler.
31538
31539 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
31540
31541         * reflection.h, reflection.c: handle global methods.
31542         Compress blob entries.
31543
31544 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
31545
31546         * marshal.c: fix compilation.
31547
31548 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
31549
31550         * loader.c (mono_method_get_marshal_info): impl.
31551
31552         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
31553
31554 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31555
31556         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
31557         for reference types.
31558
31559 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
31560
31561         * loader.c: fixed off by one error in loaded parameter names.
31562
31563 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
31564
31565         * marshal.c (mono_marshal_get_icall_wrapper): like
31566         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
31567         instead of a MonoMethod.
31568
31569 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31570
31571         * decimal.c: fixed bug #36537.
31572
31573 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
31574
31575         * marshal.c: throw a missing method exception if a
31576         P/Invoke method is not found.
31577
31578 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
31579
31580         * icall.c: allow a null this for constructors.
31581
31582 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
31583
31584         * icall.c: raise the proper exceptions if the arguments to the
31585         internal Invoke are incorrect.
31586
31587 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
31588
31589         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
31590
31591 2003-01-03  Martin Baulig  <martin@ximian.com>
31592
31593         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
31594
31595 2002-12-31  Martin Baulig  <martin@ximian.com>
31596
31597         * debug-mono-symfile.c: Completely rewrote the type section.
31598         Instead of using individual malloc()ed fields, we use one big
31599         continuous memory area and offsets into this area.
31600         See the comments in the source code for details.
31601
31602 2002-12-30  Martin Baulig  <martin@ximian.com>
31603
31604         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
31605
31606 2002-12-30  Martin Baulig  <martin@ximian.com>
31607
31608         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
31609         line number table in this data blob instead of using an external
31610         pointer.
31611
31612 2002-12-28  Martin Baulig  <martin@ximian.com>
31613
31614         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
31615
31616 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
31617
31618         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
31619         as a boxed return type.
31620
31621 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
31622
31623         * appdomain.c
31624         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
31625         g_build_filename to properly get separators on the filename created.
31626
31627         * object.h: Small change, introduce MonoMarshalByRefObject to
31628         track the layout of that structure in the C# universe as we make
31629         changes there.
31630
31631 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
31632
31633         * object.c: removed assert to allow static fields on interfaces.
31634         * loader.c: a TypeSpec may be used for any type, not just arrays.
31635
31636 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
31637
31638         * class.c, class.h: added mono_class_array_element_size ().
31639         Ignore static methods in interfaces.
31640
31641 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31642
31643         * threads.c: fixed the build under cygwin.
31644
31645 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
31646
31647         * reflection.c: handle nullref constants. Allocate keys for
31648         reflection handles with the GC.
31649
31650 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
31651
31652         * threads.c, threads.h: added mono_thread_get_abort_signal()
31653         to get a suitable signal for thread abort.
31654
31655 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
31656
31657         * metadata.c: fix handling of ExportedType table.
31658
31659 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31660
31661         * icall.c: added WriteWindowsDebugString internal call.
31662
31663 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31664
31665         * reflection.h: added fields to match C# implementation.
31666
31667 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31668
31669         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
31670
31671 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
31672
31673         * gc.h, gc-internal.h: Rename header for GC internal calls to
31674         gc-internal.h from gc.h as to not clash with Boehm GC having its
31675         header installed as <gc.h> in outside include paths.
31676         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
31677         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
31678
31679 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31680
31681         * icall.c: assign minor, build and revision in FillName.
31682
31683 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
31684
31685         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
31686         Added support for running code generated by Reflection.Emit.
31687
31688 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31689
31690         * appdomain.c: check for NULL argument in LoadFrom.
31691
31692 2002-12-10  Dick Porter  <dick@ximian.com>
31693
31694         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
31695
31696 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31697
31698         * appdomain.c: fix buglet when building exe file name.  Handle full
31699         assembly name (needed after latest changes to AssemblyName).
31700         * image.c:
31701         (mono_image_close): free some hashtables.
31702
31703 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
31704
31705         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
31706         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
31707         on some systems (redhat 7.3) 
31708
31709 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
31710
31711         * threads.c: delete the critical section of a sync block,
31712         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
31713
31714 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
31715
31716         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
31717
31718 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31719
31720         * appdomain.[ch]: handle the assembly preload event to try loading the
31721         assemblies using the paths we have in the current domain.
31722
31723         * assembly.[ch]: created an assembly preload hook that is called to try
31724         loading the assembly by other means that the ones provided here.
31725
31726         * domain.c: initialize the domain search path.
31727
31728         From now on, assemblies (TODO: except corlib and System) are loaded
31729         according to these rules when using mono_assembly_load ():
31730
31731                 1. It tries to load the assembly from the ApplicationBase
31732                 of the current domain appending .dll and .exe (TODO: have to
31733                 try loading from name/name.dll and name/name.exe).
31734
31735                 2. It tries the search path specified in PrivateBinPath for the
31736                 current domain (if any).
31737
31738                 3. Previous behavior.
31739
31740 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
31741
31742         * icall.c: implemented GetInterfaceMap() related icall.
31743         * domain.c, loader.h: load MethodInfo in mono_defaults.
31744
31745 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
31746
31747         * gc.c: disable the finalizer thread for now, untill all the issues
31748         with it are resolved.
31749
31750 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
31751
31752         * string-icalls.c: handle embedded nulls in string ctor when the
31753         length is specified.
31754
31755 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
31756
31757         * class.c: look for explicit interface implementation in parent
31758         classes, too.
31759
31760 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
31761
31762         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
31763
31764 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
31765
31766         * gc.c: protect handles with a critical section.
31767
31768 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31769
31770         * icall.c:
31771         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
31772         parameters. If no assembly specified, try getting the type from all
31773         the assemblies in the current domain, else, load the assembly and get
31774         the type from it.
31775
31776 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31777
31778         * marshal.c: applied patch from Aleksey Demakov that fixes
31779         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
31780
31781 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31782
31783         * icall.c: fixed get_location.
31784
31785 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
31786
31787         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
31788         declarations to make it work with older gcc. 
31789
31790         * loader.c (mono_get_method): set signature->pinvoke for native calls
31791
31792 2002-11-20  Dick Porter  <dick@ximian.com>
31793
31794         * threads.c (mono_thread_init): Set the main thread's handle
31795
31796 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
31797
31798         * gc.c: allow compilation without GC support. Changed to match the
31799         mono coding style.
31800
31801 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
31802
31803         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
31804
31805 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
31806
31807         * reflection.c: set a public key token on the core assemblies.
31808
31809 2002-11-18  Dick Porter  <dick@ximian.com>
31810
31811         * threads.c: Split out some thread initialisation so that other
31812         files can set the start callback function.
31813
31814         * gc.c: Run finalisers in a separate thread, to avoid stack
31815         overflow.  Fixes bug 31333.
31816
31817         * appdomain.c: Set up GC finalisation thread.
31818
31819         * reflection.c: 
31820         * object.c: 
31821         * domain.c: Use gc.h macros for GC_malloc
31822         
31823 2002-11-15  Dick Porter  <dick@ximian.com>
31824
31825         * threadpool.c: 
31826         * threads.c:
31827         * appdomain.c: Removed mono_runtime_init_with_attach(),
31828         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
31829         merging the extra parameter with the existing function.  Removed
31830         unneeded code in mono_thread_attach().
31831
31832 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
31833
31834         * image.c (mono_image_loaded_by_guid): a method to get loaded
31835         images by guid. 
31836         (load_metadata_ptrs): we store the guid as string.
31837
31838 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
31839
31840         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
31841
31842         * metadata.c (mono_guid_to_string): imported method form Zoltan
31843         Varga (slightly modified)
31844
31845         * assembly.c (mono_assembly_open): load precompiled code
31846
31847         * loader.h (MonoMethod): we store the method token for use in the
31848         aot compiler. 
31849
31850 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31851
31852         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
31853         the hook function called when an assembly is loaded.
31854         
31855         * domain.c: Modified file.
31856         (mono_domain_assembly_load): removed hash table insertion of assemblies.
31857
31858         Fixes bug #33196.
31859
31860 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
31861
31862         * reflection.c: Map PEFileKind to the value expected by the WinNT
31863         image loader. 
31864
31865 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31866
31867         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
31868         Read until the buffer is filled completely.
31869
31870 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31871
31872         * icall.c: implemented MonoType.InternalGetEvent ().
31873
31874 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31875
31876         * appdomain.c: implemented InitAppDomainSetup. Delayed
31877         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
31878         the entry_assembly.
31879
31880         * assembly.c: base_dir is now an absolute path ending with
31881         G_DIR_SEPARATOR.
31882
31883         * icall.c: modified get_location according to the above changes.
31884
31885         * object.c: init AppDomain.SetupInformation for the default domain after
31886         we have the entry assembly.
31887
31888         * domain.c: when unloading a domain, setup = NULL.
31889
31890 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
31891
31892         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
31893
31894 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
31895
31896         * object.h, object.c: introduced mono_object_get_virtual_method ()
31897         to lookup the method invoked on an object when a callvirt is done on
31898         a method.
31899         * icall.c: make MethodInfo::Invoke() always do a virtual call.
31900
31901 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31902
31903         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
31904         current domain when loaded an assembly and failed to load it.
31905
31906         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
31907
31908 2002-10-31  Dick Porter  <dick@ximian.com>
31909
31910         * icall.c: 
31911         * file-io.h: 
31912         * file-io.c: Return the error status in a parameter, as the
31913         GetLastError() value has long since been blown away if we try and
31914         look it up in a subsequent internal call invocation.  Delete the
31915         GetLastError() internal call, because it's useless.
31916
31917 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
31918
31919         * class.[ch]: added cast_class to fix bug 29517
31920
31921 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
31922
31923         * marshal.c: create valid IL code in the filter clause:
31924         the new JIT is less forgiving:-)
31925
31926 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31927
31928         * icall.c: removed get_property internal call.
31929
31930 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
31931
31932         * appdomain.h domain.c: Added an ID to appdomains.
31933         
31934         * threads.c threads.h icall.c: Implement icall
31935         Thread:GetDomainID(), and remove unused icall 
31936         CurrentThreadDomain_internal.
31937
31938 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31939
31940         * icall.c: Don't recurse through the base types in GetConstructor.
31941         Fixes bug #32063. 
31942
31943 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
31944
31945         * mempool.h, mempool.c: added mono_mempool_empty() and
31946         mono_mempool_stats().
31947
31948 2002-10-23  Dick Porter  <dick@ximian.com>
31949
31950         * file-io.c: 
31951         * file-io.h: 
31952         * icall.c: Added MonoIO.GetFileType internal call
31953
31954 2002-10-17  Dick Porter  <dick@ximian.com>
31955
31956         * appdomain.c (mono_runtime_cleanup): Don't signal the async
31957         delegate semaphore before waiting for all threads to finish,
31958         because new threads can also call async delegates.  Fixes bug
31959         32004.
31960
31961         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
31962         of 3 seconds, in case another async job is queued.  (This part is
31963         needed because the bug fix reintroduced the 3s exit lag.)  This
31964         makes the mono_runtime_shutdown flag superfluous.
31965
31966 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
31967
31968         * reflection.c: include ehader size in method section headers.
31969         Really check for suplicated modules entries.
31970
31971 2002-10-17  Martin Baulig  <martin@gnome.org>
31972
31973         * debug-mono-symfile.c: Added back support for locals.
31974
31975 2002-10-14  Martin Baulig  <martin@gnome.org>
31976
31977         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
31978         MONO_TYPE_VOID.
31979
31980 2002-10-14  Martin Baulig  <martin@gnome.org>
31981
31982         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
31983         mono_class_get() instead of looking in the class cache. 
31984
31985 2002-10-13  Martin Baulig  <martin@gnome.org>
31986
31987         * debug-mono-symfile.c: Set version number to 28, include the
31988         signature in method names.
31989
31990 2002-10-13  Martin Baulig  <martin@gnome.org>
31991
31992         * debug-mono-symfile.h: Set version number to 27.
31993
31994 2002-10-11  Martin Baulig  <martin@gnome.org>
31995
31996         * gc.c: Don't register/unregister NULL pointers as disappearing links.
31997
31998 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
31999
32000         * metadata.c, metadata.h: added helper function to allocate signatures.
32001
32002 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32003
32004         * icall.c: added internal call to get the location of machine.config.
32005
32006 2002-10-08  Martin Baulig  <martin@gnome.org>
32007
32008         * debug-mono-symfile.c: Ignore classes with a pending init for the
32009         moment.
32010
32011 2002-10-03  Dick Porter  <dick@ximian.com>
32012
32013         * threads.c: Freebsd pthread_t is a pointer
32014
32015 2002-10-03  Dick Porter  <dick@ximian.com>
32016
32017         * socket-io.c: Implemented GetHostName_internal
32018
32019 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32020
32021         * mono-config.c:
32022         (mono_config_parse_file): don't leak the text.
32023
32024 2002-10-02  Martin Baulig  <martin@gnome.org>
32025
32026         * debug-mono-symfile.c: Added support for methods.
32027
32028 2002-10-01  Martin Baulig  <martin@gnome.org>
32029
32030         * debug-mono-symfile.c: Don't emit methods and line numbers for
32031         the dynamic symbol file, just write the type table.  We can easily
32032         have an external helper program which creates a symbol file for an
32033         IL file.        
32034
32035 2002-10-01  Dick Porter  <dick@ximian.com>
32036
32037         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
32038         Only add the handle to the cleanup array when we're about to
32039         launch the thread.  Bug 31425 deadlocked when the test was run on
32040         mono under w32.
32041
32042 2002-10-01  Martin Baulig  <martin@gnome.org>
32043
32044         * debug-mono-symfile.c: Added support for properties.
32045
32046 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
32047
32048         * reflection.c: unaligned store fix from Mark Crichton
32049         <crichton@gimp.org>.
32050
32051 2002-09-27  Martin Baulig  <martin@gnome.org>
32052
32053         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
32054         New interncall.
32055
32056 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
32057
32058         * assembly.h, assembly.c: use a sane API to hook into the assembly
32059         loading process instead of a useless special-purpouse hack
32060         (ngen needs a hook, too, for example).
32061
32062 2002-09-27  Dick Porter  <dick@ximian.com>
32063
32064         * threads.c (mono_thread_init): Call GetCurrentProcess() so
32065         io-layer can set up some process handle info.  Not needed on w32,
32066         but doesn't hurt either.
32067
32068         * process.c: Pass the program name in the second parameter to
32069         CreateProcess, so the path is searched.  Include the working
32070         directory. Implemented process name, process enumeration, and some
32071         process detail internal calls.
32072         
32073         * icall.c: Added internal calls for process lookup, and some
32074         process details
32075
32076 2002-09-26  Martin Baulig  <martin@gnome.org>
32077
32078         * assembly.c (mono_install_open_assembly_hook): New global
32079         function to install a function to be invoked each time a new
32080         assembly is loaded.
32081         (mono_assembly_open): Run this callback function if set.
32082
32083         * debug-mono-symfile.c: Put back line numbers for the dynamic
32084         symbol file and also record the .il file as source file.  This
32085         allows us to install the temporary symbol file as `file.dbg' just
32086         like a compiler-generated one.
32087
32088 2002-09-26  Nick Zigarovich <nick@chemlab.org>
32089
32090         * Corrected typo in gc.c (BOHEM vs BOEHM).
32091
32092 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32093
32094         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
32095         GetProperties. Also avoid calling g_slist_length in GetProperties and
32096         GetMethods.
32097
32098 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
32099
32100         * reflection.c: avoid unaligned stores (bug spotted by
32101         Mark Crichton  <crichton@gimp.org>).
32102
32103 2002-09-25  Martin Baulig  <martin@gnome.org>
32104
32105         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
32106         instead of guint64 for addresses and added prologue/epilogue info.
32107
32108 2002-09-25  Martin Baulig  <martin@gnome.org>
32109
32110         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
32111         store line number info.  For the dynamic symbol file, we only need
32112         to provide the JIT generated dynamic line number info for the dynamic
32113         symbol file.
32114
32115 2002-09-25  Martin Baulig  <martin@gnome.org>
32116
32117         * debug-mono-symfile.h: Incremented version number.
32118
32119 2002-09-24  Martin Baulig  <martin@gnome.org>
32120
32121         * class.c (mono_debugger_class_init_func): New global function
32122         pointer variable.
32123         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
32124         call it.
32125
32126         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
32127         function.  This is called via the mono_debugger_class_init_func
32128         hook to add all types to the dynamic type table.
32129         (ves_icall_MonoDebugger_GetType): New interncall to get a class
32130         from its metadata token.
32131
32132         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
32133         New interncall for the debugger.
32134
32135 2002-09-24  Nick Drochak <ndrochak@gol.com>
32136
32137         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
32138         before using it in case it is null.
32139         
32140 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
32141
32142         * metadata.c: allow custom modifiers in local var signatures
32143         (bug spotted by Zoltan Varga).
32144
32145 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
32146
32147         * class.c: deal with the <Module> class that may have a NULL vtable.
32148         Eliminate warnings.
32149
32150 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
32151
32152         * image.c, image.h: more strong name helpers.
32153         * monosn.c: more work: convert pem keys to cryptoapi format.
32154
32155 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
32156
32157         * string-icalls.c: speedup IndexOf.
32158
32159 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
32160
32161         * icall.c: updates from Zoltan.2.Varga@nokia.com.
32162
32163 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
32164
32165         * icall.c: cleanup: use mono_object_domain ().
32166
32167 2002-09-23  Martin Baulig  <martin@gnome.org>
32168
32169         * debug-mono-symfile.c: Improved type support.
32170
32171 2002-09-22  Martin Baulig  <martin@gnome.org>
32172
32173         * debug-mono-symfile.c: Added support for reference types and strings.
32174
32175 2002-09-22  Martin Baulig  <martin@gnome.org>
32176
32177         * debug-mono-symfile.c: Started to work on the type table.
32178
32179 2002-09-21  Martin Baulig  <martin@gnome.org>
32180
32181         * debug-mono-symfile.c: Largely reworked the symbol table format.
32182         The symbol table is now incrementally updated each time a new
32183         method is added.  We're now also using our own magic and version
32184         so that you don't need to recompile all your classes if the
32185         dynamic table changes.
32186         (mono_debug_update_mono_symbol_file): Removed.
32187         (mono_debug_symfile_add_method): New function to add a method.
32188
32189 2002-09-21  Martin Baulig  <martin@gnome.org>
32190
32191         * icall.c
32192         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
32193         New interncall.
32194
32195         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
32196         New interncall to get a method from its metadata token.
32197
32198 2002-09-21  Martin Baulig  <martin@gnome.org>
32199
32200         * debug-mono-symfile.c: Create type table.
32201
32202 2002-09-20  Martin Baulig  <martin@gnome.org>
32203
32204         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
32205
32206 2002-09-20  Martin Baulig  <martin@gnome.org>
32207
32208         * debug-mono-symfile.c: Provide information about params and locals.
32209
32210 2002-09-20  Martin Baulig  <martin@gnome.org>
32211
32212         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
32213         New interncall.
32214
32215         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
32216         interncall to get a method from its metadata token.
32217
32218 2002-09-20  Martin Baulig  <martin@gnome.org>
32219
32220         * debug-mono-symfile.c: Added a few checks for method->header
32221         being non-NULL.  This should never happen, but for the moment
32222         let's use a g_warning() rather than a g_assert().
32223
32224 2002-09-19  Mark Crichton  <crichton@gimp.org>
32225
32226         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
32227         even if support for it isn't present.  Added an #ifdef to fix this.
32228
32229         * socket-io.c: Added checks back for Solaris support.
32230
32231 2002-09-19  Martin Baulig  <martin@gnome.org>
32232
32233         * debug-mono-symfile.c (read_string, write_string): Reflect latest
32234         changes in the symbol file format.
32235
32236 2002-09-18  Martin Baulig  <martin@gnome.org>
32237
32238         * debug-mono-symfile.c: Set version number to 21.
32239
32240 2002-09-18  Dick Porter  <dick@ximian.com>
32241
32242         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
32243         on netbsd.  Fixes bug 30051.
32244
32245 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32246
32247         * reflection.c:
32248         (set_version_from_string): little fix.
32249
32250 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
32251
32252         * monosn.c, Makefile.am: added strong name utility.
32253         * reflection.h, reflection.c: implemented delayed signing,
32254         locale, version and hash id assembly attributes.
32255
32256 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
32257
32258         * loader.c, metadata.c: load param attributes in signatures.
32259
32260 2002-09-16  Martin Baulig  <martin@gnome.org>
32261
32262         * debug-mono-symfile.c: Added string table with all method names.
32263
32264 2002-09-14  Martin Baulig  <martin@gnome.org>
32265
32266         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
32267         fast method lookup.
32268
32269 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
32270
32271         * reflection.c: record the public key token of referenced assemblies.
32272
32273 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
32274
32275         * image.c, image.h: added functions to get the strong name and the
32276         public key of an assembly.
32277         * pedump.c: use them.
32278
32279 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
32280
32281         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
32282
32283 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
32284
32285         * marshal.c (mono_marshal_get_managed_wrapper): Added
32286         MONO_TYPE_BOOLEAN 
32287
32288 2002-09-11  Martin Baulig  <martin@gnome.org>
32289
32290         * gc.c: Call GC_unregister_disappearing_link() on all links when
32291         finalizing them, this is necessary to aviod a crash in boehm's
32292         finalize handler.
32293
32294 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
32295
32296         * gc.c: handle GetTarget for finalized objects spotted and fixed by
32297         nick@chemlab.org.
32298
32299 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
32300
32301         * icall.c: implemented MonoType::Module.
32302         * reflection.c, reflection.h: mono_module_get_object () from
32303         Tomi Pakarinen <tomi.pakarinen@welho.com>.
32304
32305 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
32306
32307         * icall.c: ignore overridden methods in GetMethods ().
32308         Fix for FieldInfo::SetValue().
32309         * object.c: handle float/double in runtime invoke.
32310
32311 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
32312
32313         * object.c: allow a constructor to be called again on an object.
32314
32315 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
32316
32317         * class.h, class.c: move field layout code to it's own function and
32318         export it. Get an interface id earlier. Move fields in MonoClass
32319         so they are more cache friendly and align the bitfields.
32320         * loader.c: temporary handle get_param_names() for a runtime method.
32321         * reflection.c, reflection.h: more code to handle runtime creation of
32322         types.
32323
32324 2002-09-09  Martin Baulig  <martin@gnome.org>
32325
32326         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
32327         signature with the pinvoke field being set for the actual call.
32328
32329 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
32330
32331         * icall.c: removed some unused icalls. Start of map of glib charsets
32332         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
32333
32334 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
32335
32336         * debug-helpers.c: break infinite loop (found and fixed by
32337         Holger Arnold <harnold@gmx.de>).
32338
32339 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
32340
32341         * icall.c: target may be null in create_delegate.
32342
32343 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
32344
32345         * marshal.c: handle a boolean return type.
32346
32347 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
32348
32349         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
32350
32351 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
32352
32353         * gc.c: fix weakreferences.
32354
32355 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
32356
32357         * icall.c: added icall to get default codepage.
32358
32359 2002-09-03  Dick Porter  <dick@ximian.com>
32360
32361         * threads.h: 
32362         * threads.c: Use MonoThread instead of MonoObject where
32363         apropriate.
32364
32365         Store running thread objects in a hash table, so that we have all
32366         the info to hand when waiting for them to finish
32367         (means we don't need OpenThread() any more, so mingw builds should
32368         be fully functional again.)
32369
32370         * verify.c:
32371         * object.h: Added thread ID to MonoThread
32372
32373 2002-09-03  Martin Baulig  <martin@gnome.org>
32374
32375         * icall.c (System.Reflection.Assembly::get_location): New interncall.
32376
32377 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32378
32379         * icall.c: fixed leak in get_temp_path. Thanks lupus.
32380
32381 2002-09-03  Martin Baulig  <martin@gnome.org>
32382
32383         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
32384         argument to store the end address of the disassembled instruction.
32385
32386         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
32387         here from debug-symfile.h.
32388         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
32389         JIT into this struct.
32390         (MonoSymbolFile): Added `char *image_file' field.
32391         (MonoDebugGetMethodFunc): Removed.
32392         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
32393         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
32394         (mono_debug_find_method): New method.
32395
32396         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
32397         create a full symbol file.
32398         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
32399         and static symbol files.
32400         (mono_debug_find_method): The symbol file keeps an internal method hash,
32401         call this to get a MonoDebugMethodInfo from a MonoMethod.
32402
32403         * debug-symfile.[ch]: Removed.
32404
32405 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
32406
32407         * image.c (do_mono_image_open): Remove linker version check.
32408
32409 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
32410
32411         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
32412         wrappers for instance methods.
32413         
32414 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32415
32416         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
32417
32418 2002-08-28  Dick Porter  <dick@ximian.com>
32419
32420         * Makefile.am: Export HOST_CC for w32 builds
32421
32422 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
32423
32424         * file-io.c process.c: MonoString are null terminated, no
32425         need for mono_string_to_utf16() anymore.
32426
32427 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
32428
32429         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
32430
32431 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
32432
32433         * icall.c, reflection.h: speedup System.MonoType.
32434
32435 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
32436
32437         * reflection.c: allow null as the value of a string argument in
32438         custom attributes constructors.
32439
32440 2002-08-27  Martin Baulig  <martin@gnome.org>
32441
32442         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
32443         `trampoline_address' field.
32444
32445 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
32446
32447         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
32448         check (fixes bug #29486) 
32449
32450 2002-08-27  Martin Baulig  <martin@gnome.org>
32451
32452         * debug-mono-symfile.c: Changed the file format in a way that allows us
32453         open it read-only and to use a specially malloced area for all the
32454         dynamic data.  We can now also generate a symbol file on-the-fly if we're
32455         debugging IL code and there is no MCS generated symbol file for it.
32456
32457 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
32458
32459         * object.c: added a define for a good string and array
32460         creation speedup (not enabled by default because we need to deal with
32461         the synch stuff).
32462
32463 2002-08-26  Martin Baulig  <martin@gnome.org>
32464
32465         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
32466         function to create a dynamic symbol file.  This is used by the
32467         debugger to create a symbol file for IL code on-the-fly.
32468
32469 2002-08-26  Martin Baulig  <martin@gnome.org>
32470
32471         * loader.c (mono_lookup_pinvoke_call): Include the error message
32472         from g_module_error() in the error message.
32473
32474 2002-08-24  Martin Baulig  <martin@gnome.org>
32475
32476         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
32477         function to update the symbol file.  The symbol file is mmap()ed
32478         writable, but private.  This allows us to install the symbol file
32479         together with the assembly.
32480
32481 2002-08-24  Martin Baulig  <martin@gnome.org>
32482
32483         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
32484         but they can read the new symbol file format which mcs is now creating.
32485
32486         * debug-symfile.c (mono_debug_find_source_location): Moved to
32487         debug-mono-symfile.c; this is now operating on the new symbol file.
32488
32489 2002-08-23  Martin Baulig  <martin@gnome.org>
32490
32491         * debug-helpers.c (mono_method_desc_from_method): New function to get
32492         a MonoMethodDesc from a MonoMethod.
32493
32494 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
32495
32496         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
32497         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
32498
32499 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
32500
32501         * string-icalls.[ch]: make helper methods static.
32502
32503 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32504
32505         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
32506         types to it and to SetValueInternal.
32507
32508         * object.c: Moved handle_enum label to its proper place. This was the
32509         f... bug! ;-)
32510
32511         This time i compiled mcs and gtk-sharp and they both work.
32512
32513 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32514
32515         * icall.c: reverted partially my previous patch until 
32516         object.c:set_value handles enums correcly.
32517
32518 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32519
32520         * icall.c:
32521         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
32522         (ves_icall_System_Environment_get_MachineName): removed warning when
32523         compiling under cygwin.
32524
32525 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
32526
32527         * object.c: fixed field_get_value() for reference types.
32528
32529 2002-08-22  Dick Porter  <dick@ximian.com>
32530
32531         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
32532         Don't free a buffer while it's still needed.  Patch from Jonathan
32533         Liger <Jonathan.liger@wanadoo.fr>
32534
32535 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
32536
32537         * icall.c (ves_icall_System_Environment_get_Platform): Add new
32538         internal call.
32539
32540 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
32541
32542         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
32543         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
32544
32545         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
32546         we call unmanaged code which throws exceptions.
32547
32548 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
32549
32550         * appdomain.h: added per-domain entry_assembly.
32551         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
32552         arguments.
32553         * icall.c: Assembly::GetEntryAssembly icall.
32554         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
32555         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
32556
32557 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
32558
32559         * appdomain.h, gc.c: added mono_domain_finalize ().
32560
32561 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32562
32563         * object.c:
32564         (mono_print_unhandled_exception): changed g_warning by g_printerr
32565         because g_log has a 1024 characters limit (yeah, i got a big stack
32566         trace). Don't print exception name, that should be in ToString 
32567         returned string.
32568
32569 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32570
32571         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
32572         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
32573
32574 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32575
32576         * object.c:
32577         (mono_print_unhandled_exception): after previous commit, i realized
32578         that MS calls ToString on the exception. I changed this function to
32579         do that. This way we get stack_trace for free.
32580
32581 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32582
32583         * object.c:
32584         (mono_print_unhandled_exception): invoke Message property instead of
32585         getting 'message' field from Exception. Don't allocate memory for
32586         'trace' and 'message' if not needed.
32587
32588 2002-08-18  Dick Porter  <dick@ximian.com>
32589
32590         * unicode.c: Fix asserts to match Encoder.cs checks
32591
32592 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
32593
32594         * marshal.c: fix unaligned store issue and a few wrong
32595         opcode argument types.
32596
32597 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32598
32599         * icall.c: added GetUninitializedObjectInternal internal call.
32600
32601 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
32602
32603         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
32604         to the right domain.
32605
32606 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
32607
32608         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
32609
32610         * class.c (class_compute_field_layout): set blittable to false for Strings
32611
32612         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
32613
32614 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
32615
32616         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
32617         first chunk of code to create types at runtime. Code to
32618         handle ReflectedType/DeclaringType. Make reflection handles
32619         domain specific.
32620
32621 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
32622
32623         * class.c: set correct name in arrays.
32624
32625 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
32626
32627         * appdomain.c (mono_domain_transfer_object): make it work with
32628         valuetypes. bug fixes.
32629
32630 2002-08-12  Dick Porter  <dick@ximian.com>
32631
32632         * object.h: Rename some parameters to avoid c++ keywords (Patch
32633         from Joseph Wenninger <kde@jowenn.at>)
32634
32635 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
32636
32637         * icall.c: added icall to implement Assembly.GetFile*.
32638
32639 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
32640
32641         * reflection.h, reflection.c: code to embed managed resources.
32642
32643 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
32644
32645         * class.c: move all the type size stuff into
32646         class_compute_field_layout().
32647
32648 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
32649
32650         * class.c: ensure enums have always the correct instance size.
32651         * unicode.c: remove wrong assert.
32652
32653 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
32654
32655         * assembly.c: fix mem corruption issue.
32656         * image.h, image.c: added mono_image_get_resource () to access
32657         managed resources.
32658         * icall.c: implemented Assembly.EntryPoint property and some
32659         Managed Resources related internalcalls.
32660
32661
32662 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
32663
32664         * image.c, image.h: impemented mono_image_get_entry_point ().
32665         * appdomain.c: use mono_image_get_entry_point.
32666
32667 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
32668
32669         * reflection.c: support the object type argument when loading
32670         custom attributes.
32671
32672 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
32673
32674         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
32675         String as return type.
32676
32677 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
32678
32679         * reflection.c: fix encoding of named args for custom attrs to match
32680         the ms implementation. Read them back when instantiating custom
32681         attributes.
32682
32683 2002-08-02  Radek Doulik  <rodo@ximian.com>
32684
32685         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
32686         by Dietmar as quick fix
32687         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
32688         16 as stack size, used on more places as quick fix before Dietmar
32689         will fix it properly
32690
32691 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
32692
32693         * object.h, object.c: added accessors for fields and properties.
32694
32695 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
32696
32697         * class.c, class.h: made mono_class_get_field_from_name ()
32698         loop on parent types.
32699         Added mono_class_get_property_from_name ().
32700
32701 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
32702
32703         * class.c, class.h: move the code to setup the type vtable in its own
32704         function so that it can be reused also for types created at runtime.
32705         Eliminate the "class" identifier from the header file.
32706         * reflection.c: setup the vtable for enums so that we can create
32707         objects for use in SetConstant ().
32708
32709 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
32710
32711         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
32712         instead of the delegate itself as this pointer (bug #28383)
32713
32714 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
32715
32716         * marshal.c (mono_marshal_get_managed_wrapper): added return type
32717         conversions.
32718
32719 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
32720
32721         * loader.c: don't set the pinvoke bit on icalls.
32722
32723 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
32724
32725         * debug-helpers.c (mono_method_full_name): only print a number to
32726         indicate wrapper type (so that the output is more readable in traces).
32727
32728 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
32729
32730         * class.c (mono_class_init): include method override patch from Paolo
32731
32732 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
32733
32734         * icall.c: fixed GetTypeCode().
32735
32736 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
32737
32738         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
32739         use real delegate invoke function to make it work with multicast
32740         delegates (fix bug# 28291).
32741
32742 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
32743
32744         * object.c: load constant strings.
32745
32746 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
32747
32748         * reflection.c: no magic numbers.
32749         * tabledefs.h: security action enum.
32750
32751 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
32752
32753         * assembly.c: fix possible memory corruption.
32754
32755 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
32756
32757         * reflection.h, reflection.c: added support for linking resources.
32758         * verify.c: check we have an updated corlib.
32759
32760 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
32761
32762         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
32763         string arrays.
32764         (mono_marshal_string_array): null terminate unmanaged string arrays.
32765         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
32766
32767 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
32768
32769         * icall.c: Type.GetType () can now return also types from the
32770         calling assembly.
32771
32772 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
32773
32774         * loader.h, loader.c: stack walking support.
32775         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
32776         GetCallingAssembly.
32777
32778 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
32779
32780         * marshal.c: added optimisations for blittable types 
32781
32782         * class.c (mono_array_class_get): do not set blittable attribute on arrays
32783         (mono_class_setup_mono_type): set blittable attribute for single
32784         and double.
32785
32786         * marshal.c (mono_string_utf8_to_builder): impl.
32787         (mono_string_builder_to_utf8): impl.
32788         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
32789
32790 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
32791
32792         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
32793         (mono_marshal_get_managed_wrapper): impl. byref types
32794
32795 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32796
32797         * icall.c:
32798         (search_method): don't display debug message. 
32799
32800 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
32801
32802         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
32803
32804 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
32805
32806         * appdomain.c: set the missing filename when throwing exception.
32807
32808 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
32809
32810         * metadata.c (mono_type_size): code cleanup
32811         (mono_type_stack_size): removed some test code
32812
32813 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
32814
32815         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
32816         mono_get_exception_file_not_found now.
32817
32818         * exception.c (mono_exception_from_name_two_strings): New version
32819         that will call a constructor with two string arguments. 
32820         (mono_get_exception_file_not_found): New helper routine, used to
32821         report file-not-found errors.
32822
32823 2002-07-20  Dick Porter  <dick@ximian.com>
32824
32825         * process.h:
32826         * process.c: Pass file handles to CreateProcess
32827         
32828         * icall.c:
32829         * file-io.h:
32830         * file-io.c: Implemented CreatePipe
32831
32832 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
32833
32834         * metadata.c (mono_get_param_info): set alignment for value types
32835
32836 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
32837
32838         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
32839         Constify mono_domain_assembly_open().
32840         * loader.c: handle null namespace in icalls.
32841
32842 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
32843
32844         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
32845         (emit_str_to_ptr_conv): marshal object as structs
32846
32847         * metadata.c (mono_type_to_unmanaged): marshal object as structs
32848
32849         * marshal.c (mono_marshal_get_runtime_invoke): support value types
32850
32851 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
32852
32853         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
32854         (mono_marshal_get_native_wrapper): we an now return value types
32855
32856 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
32857
32858         * verify.c: more checks implemented.
32859
32860 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
32861
32862         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
32863         (fix bug #27695)
32864         (mono_marshal_get_native_wrapper): allow byref arguments
32865         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
32866         impl. PtrToStringXXX methods
32867         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
32868         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
32869         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
32870         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
32871         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
32872
32873 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
32874
32875         * reflection.c: fix buglet in parsing an assembly name.
32876
32877 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
32878
32879         * marshal.c (emit_ptr_to_str_conv): first impl.
32880
32881 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
32882
32883         * object.c, class.h: cache the vtable in the class as suggested by
32884         vargaz@freemail.hu (Zoltan Varga).
32885
32886 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
32887
32888         * class.h, loader.c: added mono_field_from_token().
32889         * verify.c: first cut of type checking code.
32890
32891 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
32892
32893         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
32894
32895 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
32896
32897         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
32898         (fix bug #27782)
32899         (mono_marshal_get_remoting_invoke): impl.
32900         (mono_delegate_begin_invoke): impl.
32901         (mono_mb_emit_save_args): impl.
32902         (mono_delegate_end_invoke): impl.
32903         (mono_marshal_get_delegate_begin_invoke):
32904         (mono_marshal_get_delegate_end_invoke):
32905         (mono_marshal_get_delegate_invoke): generate a special name for
32906         those methods (including the signature) and associate them whith
32907         the delegate class. 
32908
32909 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
32910
32911         * reflection.[ch]: 
32912         (mono_reflection_type_from_name): now it has a MonoImage parameter
32913         which is used as the default image to search the type in. If the image
32914         is NULL or getting the type from it fails, it defaults to corlib.
32915
32916         * icall.c: changed 1 call to mono_reflection_type_from_name to match
32917         new parameter.
32918
32919 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
32920
32921         * reflection.c: update the parameter table index.
32922
32923 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
32924
32925         * domain.c: don't include the mark byte in the string hash.
32926
32927 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
32928
32929         * icall.cs: icall for Type.GetTypeCode ().
32930         * verify: a couple of fixes and disabled local initialization checks.
32931
32932 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
32933
32934         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
32935
32936         * debug-helpers.c (mono_method_full_name): print the type of the
32937         runtime wrapper
32938
32939         * metadata.c (mono_signature_hash): a hash function for signatures
32940         (mono_signature_hash): better hash algorithm
32941
32942         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
32943
32944         * debug-helpers.c (mono_method_full_name): this can now generate
32945         method names with signatures
32946
32947         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
32948         method dont have this pointers.
32949
32950 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
32951
32952         * reflection.c: fixup typebuilder tokens.
32953         * image.c: fix buglet.
32954         * marshal.h: remove whitespace.
32955         * metadata.h, metadata.c: reinstate code that was removed.
32956         * verify.c: handle catch directives and fix another couple of bugs.
32957
32958 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
32959
32960         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
32961         (mono_marshal_get_native_wrapper): make it comp. with the old code
32962         (mono_marshal_get_native_wrapper): support boolean
32963         (mono_marshal_get_managed_wrapper): support more types
32964
32965 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
32966
32967         * class.c (class_compute_field_layout): compute class->blittable attribute.
32968
32969 2002-07-09  Dick Porter  <dick@ximian.com>
32970
32971         * threads.c: Make the thread cleaning up cope with threads that
32972         call ExitThread()
32973
32974 2002-07-08  Radek Doulik  <rodo@ximian.com>
32975
32976         * reflection.c (method_encode_code): use non-translated values to
32977         compute finally_start, this fixes exception handling on ppc, yay!
32978
32979         * decimal.h (struct signscale): fix endianess
32980
32981 2002-07-07  Radek Doulik  <rodo@ximian.com>
32982
32983         * reflection.c: swap box_val and not val
32984
32985 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
32986
32987         * reflection.c, reflection.h: handle full assembly info in type name.
32988         Handle Type arguments when loading custom attributes.
32989         * icall.c: updated to use new mono_reflection_type_from_name () method.
32990
32991 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32992
32993         * loader.c:
32994         (method_from_memberref): also print assembly name when method not found.
32995
32996 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32997
32998         * icall.c:
32999         (ves_icall_TypeGetProperties): fixed bug #27473. 
33000
33001 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33002
33003         * reflection.c: display image name and token when cannot find the
33004         .ctor for an attribute.
33005
33006 2002-07-05  Martin Baulig  <martin@gnome.org>
33007
33008         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
33009
33010 2002-07-04  Dick Porter  <dick@ximian.com>
33011
33012         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
33013         compile on mingw.  This will cause mingw builds to not wait for
33014         subthreads to terminate after the main thread does.  I've lodged a
33015         bug with the mingw developers for them to wrap OpenThread().
33016
33017 2002-07-03  Dick Porter  <dick@ximian.com>
33018
33019         * threads.c: Store thread IDs instead of handles, because
33020         GetCurrentThread() returns a pseudohandle and therefore stores
33021         useless values.  mono_thread_cleanup() continues checking the
33022         array of threads until it is empty, to cope with subthreads
33023         spawning new threads after the main thread has finished.
33024
33025         * profiler.h:
33026         * profiler.c:
33027         * profiler-private.h: Pass the thread ID to thread profiler
33028         functions, instead of a handle
33029
33030 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
33031
33032         * verify.c: fixes to make it more usable.
33033         * pedump.c: added --verify code to verify IL code in an assembly.
33034
33035 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33036
33037         * reflection.c: turn errors into warnings to allow compiling corlib.
33038
33039 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
33040
33041         * reflection.c: add special cases to compile corlib.
33042
33043 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
33044
33045         * reflection.c: handle properties with only a set method.
33046
33047 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
33048
33049         * opcodes.h: add enum with opcodes in opval order.
33050
33051 2002-07-01  Dick Porter  <dick@ximian.com>
33052         
33053         * object.h:
33054         * object.c (mono_runtime_run_main): Removed unneeded argument
33055
33056 2002-06-28  Martin Baulig  <martin@gnome.org>
33057
33058         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
33059
33060 2002-06-27  Dick Porter  <dick@ximian.com>
33061
33062         * threads.c: Store the handle in both the parent thread and in the
33063         subthread, to minimise the time between starting a new thread and
33064         storing its ID.
33065
33066 2002-06-26  Dick Porter  <dick@ximian.com>
33067
33068         * appdomain.c (mono_runtime_cleanup): Close the socket library
33069         after all the threads have finished, not before
33070
33071 2002-06-26  Martin Baulig  <martin@gnome.org>
33072
33073         * debug-symfile.c (mono_debug_find_source_location): Added
33074         `guint32 *line_number' argument.  If it's not NULL, store the line number
33075         there and return the file name without the line number.
33076
33077 2002-06-25  Dick Porter  <dick@ximian.com>
33078
33079         * icall.c:
33080         * process.h:
33081         * process.c: Process forking and other support functions
33082
33083 2002-06-25  Dick Porter  <dick@ximian.com>
33084
33085         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
33086         things dont happen when the image is closed.
33087         (mono_image_lookup_resource): Walk the resource section looking
33088         for a particular entry
33089
33090         * cil-coff.h: PE resource section decoding
33091
33092 2002-06-25  Dick Porter  <dick@ximian.com>
33093         
33094         * assembly.h:
33095         * assembly.c: 
33096         (mono_assembly_foreach): Accessor functions to walk the list of
33097         loaded assemblies
33098         (mono_assembly_set_main):
33099         (mono_assembly_get_main): Process methods need to know which
33100         assembly is the "main" one
33101
33102         * object.c (mono_runtime_run_main): Record the main assembly
33103
33104         * debug-helpers.c: Fix typo
33105
33106 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
33107
33108         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
33109         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
33110
33111 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
33112
33113         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
33114
33115 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
33116
33117         * image.c (do_mono_image_open): Initialize reference count,
33118         otherwise we leak the MonoImage.
33119
33120 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
33121
33122         * reflection.c: small tweak to handle self-hosting.
33123
33124 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
33125
33126         * reflection.c: fix type name parse code.
33127
33128 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
33129
33130         * reflection.c: break out of the loop.
33131         * image.c: special case corlib.
33132
33133 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
33134
33135         * reflection.c: add all the custom attrs at the end to ensure the
33136         ctors have been properly initialized when the attributes are defined
33137         in the current assembly.
33138
33139 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
33140
33141         * reflection.c: handle correctly multiple-nested types.
33142
33143 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
33144
33145         * row-indexes.h: fix typos.
33146         * reflection.c: adjust for typos and fix method_def_or_ref
33147         encoding in MethodImpl table.
33148
33149 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
33150
33151         * reflection.c: fix entry point patching (thanks Serge!).
33152
33153 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
33154
33155         * verify.c: add check for System.Exception
33156
33157 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
33158
33159         * image.c, class.c: minifix for code just c&p'ed.
33160         * reflection.c: warning fix.
33161         * object.h, loader.h, domain.c: load also StringBuilder.
33162
33163 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
33164
33165         * marshal.h, marshal.c: some support code to handle complex marshaling.
33166
33167 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33168
33169         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
33170         Better signatures with vtable error dump.
33171
33172 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
33173
33174         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
33175
33176 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
33177
33178         * icall.c (ves_icall_Type_GetField): impl.
33179
33180 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33181
33182         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
33183         to retrieve a marshal description blob for a field or param.
33184
33185 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
33186
33187         * reflection.h, reflection.c: change order of nested type emission
33188         to avoid table corruption. The NestedTypes table is sorted.
33189         * icall.c: change order of GetConstructor results to workaround mcs bug.
33190
33191 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
33192
33193         * reflection.h, reflection.c: handle field and param marshal
33194         information.
33195
33196 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
33197
33198         * icall.c, marshal.c marshal.h: more Marshal class implementation.
33199
33200 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
33201
33202         * reflection.c: fix call convention.
33203
33204 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
33205
33206         * reflection.h, reflection.c: mono_image_get_memberref_token()
33207         takes a type instead of a class, now. Added
33208         mono_image_get_array_token() to create tokens for the special
33209         multi-dim array methods.
33210
33211 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
33212
33213         * assembly.c: handle modules (no assembly table). Split
33214         loading references in its own function.
33215         * class.c: handle moduleref resolution scope.
33216         * image.c, image.h: cache module name in image.
33217
33218 2002-06-07  Martin Baulig  <martin@gnome.org>
33219
33220         * reflection.c (mono_image_get_type_info): Only add a class layout entry
33221         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
33222
33223 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
33224
33225         * icall.c: more signature fixes that used uint instead of int.
33226
33227 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33228
33229         * reflection.c: fixed signature of field refs.
33230
33231 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
33232
33233         * class.c, reflection.c: handle typerefs of nested types
33234         (both on read and when writing files).
33235
33236 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
33237
33238         * icall.c: fix method signatures that tried to workaround the previous
33239         typo, d'oh!
33240
33241 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
33242
33243         * debug-helpers.c: fix typo.
33244
33245 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
33246
33247         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
33248         rewrote the PE/COFF writing code (our programs are understood by the
33249         ms runtime, now).
33250
33251 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
33252
33253         * gc.c, gc.h, icall.c: weakreference support.
33254
33255 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
33256
33257         * Makefile.am, mono-config.c: use $(sysconfdir).
33258
33259 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
33260
33261         * icall.c: changed default precision of Double.ToString() to 15.
33262         Fixed memory leak. Unified with Single.ToString.
33263
33264 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
33265
33266         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
33267
33268 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
33269
33270         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
33271         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
33272         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
33273         and myself.
33274
33275 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
33276
33277         * debug-symfile.c, sysmath.c: yet more compilation fixes.
33278
33279 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33280
33281         * reflection.c, socket-io.c: more compilation fixes.
33282
33283 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
33284
33285         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
33286         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
33287         unicode.c: warning and compiler compatibility fixes.
33288
33289 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
33290
33291         * class.h, metadata.c: fixed warnings/compilation errors.
33292
33293 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
33294
33295         * Makefile.am, mono-config.c, mono-config.h: configuration file
33296         support routines.
33297         * loader.c, loader.h: make Dll mapping configurable at runtime in the
33298         config file. Export methods to insert and lookup mappings.
33299
33300 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
33301
33302         * reflection.c: handle types and boxed objects in custom attr
33303         constructors.
33304
33305 2002-05-30  Martin Baulig  <martin@gnome.org>
33306
33307         * debug-symfile.c
33308         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
33309
33310 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
33311
33312         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
33313         to lookup the implmap row for a P/Invoke method.
33314         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
33315         P/Invoke method from the runtime on an as needed basis.
33316
33317 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
33318
33319         * metadata.c (mono_metadata_parse_signature): impl.
33320
33321 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
33322
33323         * class.c: handle .pack directive.
33324
33325 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
33326
33327         * object.c: initialize static fields with RVA data.
33328
33329 2002-05-25  Martin Baulig  <martin@gnome.org>
33330
33331         * debug-symfile.c
33332         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
33333
33334 2002-05-24  Martin Baulig  <martin@gnome.org>
33335
33336         * debug-symfile.c
33337         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
33338         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
33339         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
33340
33341 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
33342
33343         * object.c: special case string ctros in invoke.
33344         * gc.c: silly whitespace changes.
33345
33346 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
33347
33348         * threadpool.[ch]: impl. a threadpool that can
33349         be used by mint and mono.
33350
33351 2002-05-22  Martin Baulig  <martin@gnome.org>
33352
33353         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
33354         The first argument is now a `MonoReflectionModuleBuilder *', the return
33355         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
33356         `methods' field to get the method builder.  The `token' argument is the
33357         unfixed token.
33358
33359         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
33360         invalid characters instead of g_assert_not_reached()ing.  This seems
33361         to be the behaviour of mscorlib.
33362
33363 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
33364
33365         * object.c (mono_runtime_invoke_array): applied patch from Rachel
33366         Hestilow to fix bug #25104
33367
33368 2002-05-21  Martin Baulig  <martin@gnome.org>
33369
33370         * debug-symfile.c (mono_debug_find_source_location): New function.
33371         Looks up an IL offset in the line number table and returns the source
33372         location as a string.
33373
33374 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33375
33376         * icall.c:
33377         (mono_double_ToStringImpl): changed %f by %g until we have something
33378         better.
33379
33380 2002-05-21  Nick Drochak  <ndrochak@gol.com>
33381
33382         * icall.c : Use different name for Math.Pow's icall.  Needed to check
33383         parameters first in C#.
33384
33385 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
33386
33387         * icall.c, reflection.h: added icall to get info about an event.
33388
33389 2002-05-20  Radek Doulik  <rodo@ximian.com>
33390
33391         * object.c (mono_value_box): don't use memcpy for boxing on BIG
33392         endian
33393         (mono_value_box): don't use memcpy for small sizes on
33394         architectures with unaligned access
33395
33396 2002-05-20  Martin Baulig  <martin@gnome.org>
33397
33398         * reflection.c (mono_reflection_setup_internal_class): Don't crash
33399         if `tb->parent == NULL'.
33400         (mono_reflection_create_internal_class): New function.  This is
33401         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
33402         for enum types.
33403
33404         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
33405         New interncall.
33406
33407 2002-05-19  Martin Baulig  <martin@gnome.org>
33408
33409         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
33410         argument to get the length, don't default to the array length.
33411
33412 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
33413
33414         * assembly.c (mono_assembly_setrootdir): New function used to
33415         override the MONO_ASSEMBLIES directory.
33416
33417 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
33418
33419         * icall.c: ValueType_GetHashCode() initialize local var.
33420
33421 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
33422
33423         * reflection.c: sort custom attributes table.
33424
33425 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
33426
33427         * reflection.c: support named args in custom attributes (write support).
33428
33429 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
33430
33431         * reflection.c: fix finally position calculation.
33432
33433 2002-05-15  Radek Doulik  <rodo@ximian.com>
33434
33435         * reflection.c: fixed endianess at many places
33436
33437         * icall.c (ves_icall_InitializeArray): comment out debug msg
33438
33439 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
33440
33441         * object.c (mono_unhandled_exception): new function to handle
33442         unhandled exceptions.
33443         (mono_unhandled_exception): call the UnhandledException event.
33444         (mono_runtime_delegate_invoke): impl.
33445
33446 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
33447
33448         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
33449         returns the RVA, not the direct pointer to the data. Handle the case
33450         when the class size is fixed.
33451
33452 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
33453
33454         * reflection.c: fix some endianess issues.
33455
33456 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
33457
33458         * object.c (mono_runtime_invoke): is now able to catch exceptions.
33459
33460         * threads.c (mono_thread_init): added a callback which is invoked
33461         at thread start.
33462
33463 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
33464         
33465         * icall.c: make GetHashCode return non-negative values.
33466
33467 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
33468
33469         * object.c, icall.c, gc.c: revert to address-based hashcode.
33470
33471 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
33472
33473         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
33474
33475 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
33476
33477         * icall.c, class.c: special case <Module>.
33478
33479 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
33480
33481         * icall.c: fix bug in GetNow().
33482
33483 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
33484
33485         * object.c (mono_runtime_class_init): make sure that we call all
33486         static class constructors.
33487
33488 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
33489
33490         * reflection.c: sort methodsemantics table.
33491
33492 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
33493
33494         * reflection.h, reflection.c: honour init locals setting.
33495
33496 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
33497
33498         * icall.c: copied Double ToStringImpl for Single ToStringImpl
33499
33500 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
33501
33502         * reflection.c: support ContructorBuilders in attribute blob creation.
33503
33504 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
33505
33506         * reflection.c: some changes to build a binary that can be run
33507         directly in windows.
33508
33509 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
33510
33511         * loader.c: print a big message when an icall can't be found.
33512
33513 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33514
33515         * string-icalls.c: fix bug 24248.
33516
33517 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
33518
33519         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
33520         icall.c, reflection.h: separate assembly loading by pathname and by
33521         assembly name. Use the MONO_PATH env var to search for assemblies.
33522
33523 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
33524
33525         * assembly.c, image.h: add some support for assemblies
33526         with multiple modules.
33527         * class.c, class.h: export mono_class_from_typeref().
33528         * loader.c: remove duplicated code and use mono_class_from_typeref(),
33529         instead.
33530
33531 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
33532
33533         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
33534         documentation says (the ECMA one is correct).
33535
33536 2002-05-02  Dick Porter  <dick@ximian.com>
33537
33538         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
33539         Don't name the synchronisation mutex.
33540
33541 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
33542
33543         * rand.c
33544         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
33545         Make the prototypes match.
33546         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
33547         Same.
33548
33549         * icall.c
33550         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
33551         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
33552         all systems have tm.tm_zone, so use strftime() with %Z to print
33553         the timezone abreviation into a temp string.
33554
33555         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
33556         rather than mono_array_addr() on a MonoString on Big Endian
33557         machines.
33558
33559 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
33560
33561         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
33562         fix bug 24041
33563
33564 2002-04-30  Dick Porter  <dick@ximian.com>
33565
33566         * socket-io.c: Cope with SOCKET being an integer rather than a
33567         pointer now.
33568
33569         * threads.c: Added Thread_free_internal, to deal with thread
33570         handle cleanup.  Moved calls to handle_store() and handle_remove()
33571         to start_wrapper(), so each can only be called once.  Allocate
33572         synchronisation blocks with GC_malloc(), and use GC finalisation
33573         to close the handles.
33574
33575         * icall.c: added System.Threading.Thread::Thread_free_internal
33576
33577 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
33578
33579         * icall.c: support Environment.Exit, CommandLineArgs().
33580
33581 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
33582
33583         * object.c, object.h: added mono_runtime_run_main () and
33584         mono_runtime_get_main_args () for use in System.Environment.
33585
33586 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
33587
33588         * gc.c: fix thinko, enable actual finalization since the jit is now
33589         fixed.
33590
33591 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
33592
33593         * gc.c, object.c: take into account that an object may be offset wrt the address
33594         returned by GC_malloc().
33595
33596 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
33597
33598         * image.c: handle files without entries in the assembly table (modules).
33599
33600 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
33601
33602         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
33603         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
33604         allowed to be null when it's System.Object class setup.
33605
33606 2002-04-27  Martin Baulig  <martin@gnome.org>
33607
33608         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
33609         if `tb->parent == NULL' rather than crashing.
33610
33611 2002-04-28  Nick Drochak  <ndrochak@gol.com>
33612
33613         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
33614         calling acos() where asin() should have been called.
33615
33616 2002-04-26  Martin Baulig  <martin@gnome.org>
33617
33618         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
33619         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
33620         there's a subdirectory called `System', but we don't want to read that
33621         subdirectory as an assembly.
33622
33623 2002-04-25  Martin Baulig  <martin@gnome.org>
33624
33625         * debug-symfile.c: Reflect latest MonoString changes.
33626
33627 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
33628
33629         * rand.c, rand.h: instance method icalls need to have an explicit
33630         this pointer as first argument in the C implementation.
33631
33632 2002-04-25  Nick Drochak <ndrochak@gol.com>
33633
33634         * icall.c: Fix typo in map for GetNonZeroBytes
33635
33636 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
33637
33638         * string-icalls.c : String does now passes unit tests without any 
33639         errors, the following changes has been made:
33640         
33641         Implemented replace methods.
33642         Renaming of methods to (try) follow the standard.
33643         Fixed compare ordinal
33644         Made all memory allocated directly to function instead of via icall function.
33645         Small performance fix in is_in_array function
33646                         
33647  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
33648
33649         c (mono_string_Internal_ctor_charp_int_int):
33650         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
33651         sindex < 0, throw ArgumentOutOfRangeException instead of
33652         ArgumentNullException.
33653
33654         Added new check for length == 0, however
33655         I need to make it return String.Empty from the C code.
33656         
33657         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
33658         that calculate the length for us here.
33659         
33660         (mono_string_Internal_ctor_sbytep_int_int): Replaced
33661         mono_string_new_utf16 with mono_string_new, since value is utf8.
33662
33663 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
33664
33665         * object.c: register the object for finalization if needed.
33666         Allocate one more char in the string for the terminating 0 char.
33667
33668 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
33669
33670         * class.c, class.h, image.c: check if a type implemenst a destructor.
33671         Use the proper key for array class lookups.
33672         * icall.c: register the icalls in the System.GC class.
33673         * gc.c, gc.h: GC-related functions and icalls.
33674
33675 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33676
33677         * icall.c:
33678         * socket-io.c:
33679         * unicode.c: free some strings gotten from mono_string_to_utf8 and
33680         changed a couple of free () by g_free ().
33681
33682         * decimal.c: one-liner in the comments for decimal2string ().
33683
33684 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
33685
33686         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
33687
33688 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
33689
33690         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
33691         * object.c (mono_runtime_invoke_array) : handle null in params
33692
33693 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
33694
33695         * string-icalls.c: fixed bug in split (one off bug)
33696
33697 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
33698
33699         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
33700         * icalls.c: added String::Equals as internal method
33701
33702 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
33703
33704         * threads.c: fixed bug in the double interlocked functions
33705
33706 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
33707
33708         * threads.c: implemented all of the new interlocked icalls.
33709         * string-icalls.c: fix a bug in insert.
33710         * icalls.c: added the icalls for interlocked, removed old string functions.
33711         
33712 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
33713
33714         * loader.c: fix off-by-one error when reading argument names.
33715
33716 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
33717
33718         * profiler.c: win32 counter implementation (untested).
33719         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
33720         (the latter needs testing and more complete impl. from win32 folks).
33721
33722 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
33723
33724         * object.c: mono_array_new_full workaround mono_array_class_get
33725         problem.
33726
33727 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
33728
33729         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
33730         * object.h (mono_string_chars): Changed casting type.
33731
33732 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
33733
33734         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
33735                            method signatures to use gunichar2 instead of gint16.
33736
33737 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
33738
33739         * object.h, object.c: domain-specific versions of mono_object_new and
33740         mono_array_new.
33741
33742 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
33743
33744         * object.c: changed String layout
33745
33746         * string-icalls.c (mono_string_Internal_ctor_chara): added
33747         internal string constructors.
33748
33749 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
33750
33751         * threads.c: pass 'this' to the thread start routine.
33752
33753 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33754
33755         * string-icalls.c: fix IndexOf and LastIndexOf. Now
33756         InternalCompareStr don't call twice mono_string_cmp_char for the last
33757         character. Improved performance in mono_string_cmp_char.
33758
33759 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
33760
33761         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
33762         code into its own library: libmonoruntime.
33763
33764 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
33765
33766         * object.h, object.c: changed array format so that szarrays do not
33767         require a bounds structure.
33768         * icall.c, appdomain.c: support for new szarray format.
33769
33770 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
33771
33772         * metadata.c: compare also the retuns type when comparing signatures:
33773         we didn't do this as an optimization since really overloaded methods
33774         must differ also in the arguments, but this doesn't work with
33775         low-level IL code (or when using explicit conversion operators: see
33776         bug#23498 for an example).
33777
33778 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
33779
33780         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
33781
33782 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
33783
33784         * icall.c: make MonoType::GetElementType its own icall.
33785
33786 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
33787
33788         * icall.c: remove MonoMethod_get_Name().
33789         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
33790         object.
33791
33792 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
33793
33794         * string-icalls.c: optimized a few methods.
33795
33796 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
33797
33798         * icall.c: added all new string internal calls
33799         * string-icalls.c: added, new string internal call implementation.
33800         * object.c: added mono_string_new_size for allocating a string a size
33801
33802 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
33803
33804         * object.c (mono_object_isinst): use the same code as in the
33805         optimized x86 version.
33806
33807 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
33808
33809         * profiler.c: TSC-based timer code (faster and more accurate).
33810         Not hooked up in configure, yet (set USE_X86TSC to 1).
33811
33812 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
33813
33814         * profiler.c, profiler.h: track time spent compiling methods.
33815         * threads.c: track thread creation/destruction.
33816
33817 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
33818
33819         * profiler.c, profiler.h, profiler-private.h: profiling interface
33820         and sample implementation. Moved here so that it can be used also by
33821         the jit.
33822
33823 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
33824
33825         * reflection.c, reflection.h: keep types and other handles separate in
33826         the hash tables for referred tokens. Add guid for modules.
33827
33828 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
33829
33830         * assembly.c: fix bugs found with valgrind.
33831         * metadata.h, metadata.c: added mono_metadata_guid_heap().
33832
33833 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
33834
33835         * threads: added icall support for getting current domain for
33836                    the thread.
33837  
33838 2002-04-13  Martin Baulig  <martin@gnome.org>
33839
33840         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
33841         (MonoDebugVarInfo): Added `index' field for register based addresses.
33842         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
33843         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
33844         `MonoDebugVarInfo *params' and `guint32 this_offset' with
33845         `MonoDebugVarInfo *this_var'.
33846
33847         * debug-symfile.c (relocate_variable): New static function to write
33848         a location description for a local variable or method parameter.
33849
33850 2002-04-12  Martin Baulig  <martin@gnome.org>
33851
33852         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
33853         stack offset and begin/end scope address of a local variable.
33854         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
33855         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
33856         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
33857
33858         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
33859         Added new relocation types for start/end scope of a local variable.
33860
33861 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
33862
33863         * object.h: add mono_object_domain() macro.
33864         * reflection.c: handle typespecs.
33865         * icall.c: MonoMethod::get_Name() implementation.
33866
33867 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
33868
33869         * icall.c: String::GetHashCode() icall implementation.
33870
33871 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33872
33873         * icall.c: String::IndexOfAny icall.
33874         * object.c, object.h: make array->max_length more useful.
33875         Intrduced mono_object_class() and mono_string_length() macros.
33876
33877 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33878
33879         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
33880         instead of g_unichar_isdigit.
33881
33882 2002-04-11  Nick Drochak  <ndrochak@gol.com>
33883
33884         * icall.c: Implement a simple Double.ToString().
33885
33886 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
33887
33888         * appdomain.h: only io-layer.h is supposed to be included.
33889         * icall.c: explicitly import environ. Fix warning.
33890
33891 2002-04-10  Nick Drochak  <ndrochak@gol.com>
33892
33893         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
33894                 return true even if it's not Daylight Savings time.
33895                 Only return false for the case where the function isn't
33896                 implemented for a plaform (read Windows).
33897
33898 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33899
33900         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
33901         data with a mutex.
33902
33903 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
33904
33905         * mempool.c (mono_mempool_alloc): only use g_malloc when
33906         absolutely necessary.
33907
33908 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
33909
33910         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
33911
33912         * class.c (mono_class_vtable): use domain mempool to allocate vtable
33913         (mono_class_proxy_vtable): use domain mempool
33914
33915 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
33916
33917         * appdomain.h, appdomain.c: split initialization that requires the
33918         execution engine support into mono_runtime_init().
33919
33920 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
33921
33922         * class.c (mono_class_init): don't include vtable inside MonoClass
33923         to save some memory, gather some statistics.
33924         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
33925
33926 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
33927
33928         * icall.c: internalcall implementation for ValueType.Equals().
33929
33930 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
33931
33932         * object.c (mono_message_init): moved 
33933         (mono_runtime_exec_main): new arch. independent impl.
33934         (mono_runtime_invoke_array): new method - like
33935         mono_runtime_invoke, but you can pass an array of objects.
33936         (mono_remoting_invoke): new arch. independent impl.
33937         (mono_message_invoke): new arch. independent impl.
33938         (mono_runtime_class_init): new arch. independent impl.
33939         (mono_runtime_object_init): new arch. independent impl.
33940
33941 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
33942
33943         * metadata.c, object.c, reflection.c: documented the exported
33944         functions.
33945
33946 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
33947
33948         * icall.c: simpler code to pass the assembly builder data to corlib.
33949         Implement GetNestedTypes() internalcall.
33950
33951 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
33952
33953         * class.c: warn if a type can't be loaded.
33954
33955 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
33956
33957         * image.h: typedef MonoImageOpenStatus
33958         * types.h: removed unused file
33959         
33960 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
33961
33962         * icall.c: Enum_ToObject accepts enum value arguments.
33963
33964 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
33965
33966         * class.c: move initialization of properties, events and nested
33967         classes, so that they happen for interfaces, too.
33968
33969 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
33970
33971         * icall.c: cleanup some ugly casts in Array_SetValue*.
33972
33973 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
33974
33975         * icall.c: the values array fro enums is of the correct type, now.
33976         Implement (correctly) getFullName instead of assQualifiedName for
33977         MonoType.
33978         * reflection.h, reflection.c: added mono_type_get_name ().
33979
33980 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
33981
33982         * assembly.c, image.h: for each MonoImage, record from wich assembly
33983         it was loaded.
33984         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
33985         Make Type.Assembly work.
33986
33987 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
33988
33989         * debug-symfile.h: use char* instead of gpointer to avoid
33990         unnecessary casts.
33991
33992         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
33993
33994         * icall.c (ves_icall_InternalExecute): impl. FielSetter
33995         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
33996
33997 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
33998
33999         * icall.c (mono_message_init): impl. (code cleanup)
34000         (ves_icall_InternalExecute): impl. FieldGetter
34001
34002         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
34003         defined we call all (non-static)methods through the vtable. 
34004
34005 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
34006
34007         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
34008         finalizer even though the memory is still referenced (and the chunk of
34009         memory is not freed).
34010
34011 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
34012
34013         * assembly.c: fix brokeness.
34014
34015 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
34016
34017         * class.c: kill some warnings. Check explicit interface method
34018         implementation also without considering the namespace.
34019         Load also literal strings in static class data.
34020
34021 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
34022
34023         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
34024         (default_assembly_name_resolver): Make the resolver take the
34025         "base" directory where the assembly was originally defined, so we
34026         can load DLLs that are in the same directory as the assembly that
34027         is being referenced.
34028
34029 2002-03-28  Dick Porter  <dick@ximian.com>
34030
34031         * file-io.h: 
34032         * file-io.c:
34033         * socket-io.c: 
34034         * unicode.h: 
34035         * unicode.c: Warning cleanups
34036
34037 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
34038
34039         * object.h, reflection.h: use the correct type instead of MonoObject.
34040
34041 2002-03-28  Martin Baulig  <martin@gnome.org>
34042
34043         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
34044         (mono_debug_update_symbol_file): Initialize classes if necessary.
34045
34046 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
34047
34048         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
34049         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
34050
34051 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
34052
34053         * assembly.h: fix function prototype.
34054         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
34055         * mono-endian.h: use const cast.
34056
34057 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
34058
34059         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
34060
34061 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
34062
34063         * loader.c: don't assert when a typeref can't be loaded, give
34064         a chance to the runtime to trow an exception instead.
34065         * loader.h: fix warning.
34066
34067 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
34068
34069         * class.c (mono_class_proxy_vtable): added proxy support
34070
34071 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
34072
34073         * icall.c: removed last of PAL calls, added System.Environment
34074         * file-io.h, file-io.c: MonoIO implementation
34075         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
34076
34077 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
34078
34079         * appdomain.c: do not use the byte marker in ldstr table lookup.
34080         * debug-helpers.c: allow two ':' to separate class and method name.
34081         * object.c: allocate arrays bounds with the GC, too.
34082         * verify: add a few more checks.
34083
34084 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
34085
34086         * reflection.c: output also literal strings. Allocate parameter data
34087         with GC_malloc() (thanks, Martin, for catching this!).
34088
34089 2002-03-26  Martin Baulig  <martin@gnome.org>
34090
34091         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
34092         include the `this' offset in the `param_offsets'.
34093
34094 2002-03-25  Martin Baulig  <martin@gnome.org>
34095
34096         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
34097         mono_debug_get_class() function to get the classes. Added new
34098         relocation types for arrays and strings.
34099         (mono_debug_get_class): New static function to search in all
34100         referenced assemblies for a metadata token.
34101
34102         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
34103
34104 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
34105
34106         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
34107         hold gc-allocated objects. Make the string heap a stream like the
34108         others. Removed duplicated code when writing stream info.
34109         Added asserts to catch possible buffer overflows. Set the sorted map
34110         for tables that need sorting. Added some documentation.
34111
34112 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
34113
34114         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
34115         for interned strings and vtables.
34116
34117 2002-03-24  Martin Baulig  <martin@gnome.org>
34118
34119         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
34120         it in the array since it was created with g_slist_prepend().
34121
34122 2002-03-24  Martin Baulig  <martin@gnome.org>
34123
34124         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
34125         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
34126         (mono_debug_method_from_token): Renamed to
34127         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
34128         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
34129
34130         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
34131         relocation types.
34132
34133         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
34134
34135 2002-03-24  Martin Baulig  <martin@gnome.org>
34136
34137         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
34138         (mono_debug_method_from_token): New func.
34139
34140         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
34141         New interncall, calls mono_debug_local_type_from_signature().
34142         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
34143         calls mono_debug_method_from_token().
34144
34145 2002-03-23  Martin Baulig  <martin@gnome.org>
34146
34147         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
34148         specifies the number of bytes to be converted, not the array size.
34149         Return the number of chars, not the number of bytes.
34150         (ves_icall_iconv_get_chars): The `byteCount' argument
34151         specifies the number of bytes to be converted, not the array size.
34152
34153 2002-03-23  Martin Baulig  <martin@gnome.org>
34154
34155         * reflection.h (MonoReflectionSigHelper): New type.
34156
34157         * reflection.c (mono_reflection_sighelper_get_signature_local),
34158         (mono_reflection_sighelper_get_signature_local): New functions.
34159
34160         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
34161         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
34162         interncalls.
34163
34164 2002-03-23  Martin Baulig  <martin@gnome.org>
34165
34166         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
34167         is_writeable is set.
34168         (mono_raw_buffer_update): New function to write the modified map
34169         back to disk.
34170
34171         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
34172
34173         * debug-symfile.c (mono_debug_update_symbol_file): Call
34174         mono_raw_buffer_update() when done writing.
34175
34176 2002-03-23  Martin Baulig  <martin@gnome.org>
34177
34178         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
34179
34180         * debug-symfile.c: Added support for arguments and local variables.
34181
34182 2002-03-23  Dick Porter  <dick@ximian.com>
34183
34184         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
34185         protected by ifdefs, hence breaking the w32 build.
34186
34187 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
34188
34189         * object.c: implement is_interned() the right way.
34190
34191 2002-03-21  Martin Baulig  <martin@gnome.org>
34192
34193         * debug-symfile.[ch]: New files to handle debugging information
34194         files. There's also support to dynamically update these symbol
34195         files to include machine dependent information.
34196
34197 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
34198
34199         * threads.c (mono_thread_create): new function to create thread
34200         from C
34201
34202 2002-03-20  Martin Baulig  <martin@gnome.org>
34203
34204         * icall.c (ves_icall_InternalInvoke): Create a new object if the
34205         method is a constructor.
34206         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
34207         points to ves_icall_InternalInvoke().
34208
34209 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
34210
34211         * file-io.c: Flush shouldn't throw exceptions.
34212
34213 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
34214
34215         * file-io.c: FileStream flush support; FileSetLength now
34216         restores file pointer.
34217
34218 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
34219
34220         * class.c: set image for pointer classes.
34221
34222 2002/03/19  Nick Drochak <ndrochak@gol.com>
34223
34224         * sysmath.c: Forgot one.
34225
34226 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
34227
34228         * sysmath.c: Avoid redefining existing names.
34229
34230 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
34231
34232         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
34233         handled by runtime as icall rather than dllimport from libm.so
34234         * file-io.c, file-io.h: fixed handle argument type.
34235
34236 2002-03-18  Dick Porter  <dick@ximian.com>
34237
34238         * reflection.c (mono_image_get_type_info): rename interface to
34239         iface, because of "#define interface struct" on windows.
34240
34241 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
34242
34243         * class.c, class.h: rename and export mono_ptr_class_get().
34244         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
34245         * reflection.c, reflection.h, icall.c: better/saner type name
34246         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
34247         method signatures.
34248
34249 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
34250
34251         * class.c (mono_class_init): removed hardcoded GHC_SLOT
34252
34253         * icall.c (ves_icall_InternalInvoke): impl.
34254
34255 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
34256
34257         * reflection.c: output the interface map table, too.
34258
34259 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
34260
34261         * class.c (class_compute_field_layout): separate computation of 
34262         static field layout
34263
34264 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
34265
34266         * icall.c: added System.Buffer support.
34267         * file-io.c: moved file icalls from PAL to FileStream.
34268
34269 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
34270
34271         * icall.c (ves_icall_System_Object_GetHashCode): impl.
34272
34273 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
34274
34275         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
34276
34277 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
34278
34279         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
34280
34281 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
34282
34283         * debug-helpers.{c,h}: moved here from monograph some useful functions
34284         to locate a method by name/signature in a class or image. Included
34285         also a small and flexible IL disassembler.
34286
34287 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
34288
34289         * reflection.c: fixup tokens in methods with small header size, too.
34290
34291 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
34292
34293         * object.c (mono_string_to_utf8): remove assert(!error), instead
34294         print a warning. 
34295
34296 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
34297
34298         * icall.c: update to the new mono_Array_class_get interface.
34299
34300 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
34301
34302         * appdomain.c, object.c: Boehm-GC enable.
34303         * icall.c: make get_data_chunk() support split data requests.
34304         Ensure a class is initialized in more cases. Return only the first
34305         property found in GetProperties() or the compiler gets confused. 
34306         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
34307         * reflection.h, reflection.c: add fixup mechanism for field and method
34308         tokens. Initialize assembly->typeref in a single place. Output
34309         properties after events. Support custom attributes for events, too.
34310         Typo fix for paramter custom attrs.
34311
34312 2002-03-07  Martin Baulig  <martin@gnome.org>
34313
34314         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
34315
34316 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
34317
34318         * class.c (mono_array_class_get): fix. for multi. dim. arrays
34319
34320 2002-03-06  Martin Baulig  <martin@gnome.org>
34321
34322         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
34323         non-zero lower bounds. See testcases #F10-#F13.
34324
34325 2002-03-05  Martin Baulig  <martin@gnome.org>
34326
34327         * exception.c (mono_get_exception_argument_out_of_range): New exception.
34328
34329         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
34330         ves_icall_System_Array_GetValue(), only calculate the absolute array position
34331         here.
34332         (ves_icall_System_Array_SetValue): Likewise.
34333         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
34334         as argument and does the actual work. This function is used when copying a
34335         multi-dimensional array.
34336         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
34337         now do all the widening conversions of value types.
34338         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
34339
34340 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
34341
34342         * class.c: remove some magic numbers and use the smbolic names,
34343         instead. Added init_events() to load event info at class init time.
34344         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
34345         and mono_metadata_methods_from_event().
34346         * reflection.h, reflection.c: added support for writing out the evnets
34347         related information.
34348
34349 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
34350
34351         * reflection.h, icall.c: use a different method (GetInterfaces)
34352         to gather interface info and add isbyref, isprimitive and
34353         ispointer to the ves_icall_get_type_info() return value.
34354
34355 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
34356
34357         * class.h: stared adding support for events.
34358         * icall.c: split find_members implementation. Added debug icall to get
34359         the address of an object.
34360         * reflection.c: handle TypeBuilders in mono_type_get_object().
34361
34362 2002-03-01  Martin Baulig  <martin@gnome.org>
34363
34364         * icall.c (ves_icall_System_Array_GetLength): This must throw an
34365         ArgumentOutOfRangeException(), not an ArgumentException().
34366         (ves_icall_System_Array_GetLowerBound): Likewise.
34367         (ves_icall_System_Array_GetValue): Improved argument checking.
34368         (ves_icall_System_Array_SetValue): Improved argument checking.
34369
34370 2002-03-01  Martin Baulig  <martin@gnome.org>
34371
34372         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
34373         called with invalid arguments rather than just dying with g_assert().
34374         (ves_icall_System_Array_SetValue): Likewise.
34375         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
34376         raise a NotImplementedException instead.
34377         (ves_icall_System_Array_GetLength): Added argument checking.
34378         (ves_icall_System_Array_GetLowerBound): Added argument checking.
34379
34380 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
34381
34382         * object.h (mono_assert): new macros mono_assert and
34383         mono_assert_not_reached
34384
34385 2002-02-28  Martin Baulig  <martin@gnome.org>
34386
34387         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
34388         and "System::String::IsInterned" to "System::String::_IsInterned".
34389
34390 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
34391
34392         * icall.c: remove hacks for typebuilder. Added icall to create a
34393         modified type from a tybebuilder.
34394         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
34395         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
34396         to create a backing MonoClass for a TypeBuilder.
34397
34398 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
34399
34400         * class.c, class.h: more refactoring of class init.
34401         Export mono_class_setup_mono_type() and mono_class_setup_parent().
34402
34403 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
34404
34405         * marshal.c, marshal.h: start of marshaling interface.
34406
34407 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
34408
34409         * icall.c: fix order in assembly qualified name icall.
34410
34411 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
34412
34413         * class.c: do not free str, since we store it in the hash table.
34414         * reflection.h: add label field to MonoILExceptionInfo.
34415         * reflection.c: handle references to more than one assembly. Handle
34416         case when there isn't a module created in the assembly.
34417
34418 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
34419
34420         * class.c: Fix typo. Start refactoring of class init code.
34421
34422 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
34423
34424         * appdomain.c: exit with 1 on error.
34425         * class.c: we already have the name in MonoClassField.
34426         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
34427         MonoStreamHeader instead of an offset of image->raw_metadata.
34428
34429 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
34430
34431         * appdomain.c (mono_init): Be even more descriptive about the error.
34432
34433 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
34434
34435         * appdomain.c: give the user an informative message when corlib can't
34436         be loaded.
34437
34438 2002-02-26  Martin Baulig  <martin@gnome.org>
34439
34440         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
34441         New icall to get the time zone data.
34442
34443 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
34444
34445         * reflection.c: set virtual and raw size of section correctly.
34446         * threads.c: transfer domain information to newly created threads.
34447
34448 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
34449
34450         * class.c: when instancing a class in a domain, load the default
34451         vaules for static fields from the constant table. Fix System.Enum to
34452         not be an enum.
34453         * icall.c: implement Object::GetType() internalcall. Implemented
34454         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
34455         Fixed checking of binding flags in find_members().
34456         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
34457         * reflection.c: handle enumerations when writing to the constant
34458         table. Use a different object cache for types.
34459
34460
34461 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
34462
34463         * object.c (mono_object_isinst): fix for arrays
34464
34465         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
34466
34467 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
34468
34469         * object.c: don't use mprotect ()  and fix intern pool hash table
34470         lookup for big endian systems.
34471
34472 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
34473
34474         * icall.c: change type_is_subtype_of () signature.
34475
34476 2002-02-21  Mark Crichton  <crichton@gimp.org>
34477
34478         * rand.c, rand.h: Added random number generator for
34479         System.Security.Cryptography classes.
34480
34481         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
34482
34483         * icall.c: Added System.Security.Cryptography calls.
34484
34485 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
34486
34487         * class.c, icall.c, metadata.c: better support for pointer types.
34488         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
34489         * reflection.c: Add support for getting custom attrs for properties
34490         and simplify some code.
34491
34492 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
34493
34494         * icall.c: change getToken () and add custom attribute GetBlob()helper
34495         method.
34496         * reflection.h: add custom attrs array to the reflection builder structures.
34497         * reflection.c: encode and emit custom attributes for all the relevant
34498         reflection objects. Cache fieldref and methodref tokens. Change
34499         mono_image_create_token() interface to take a MonoDynamicAssembly.
34500         More complete custom attributes decoder. Load custom attributes for
34501         Assembly, Field, Method and Constructor objects, too. Make the
34502         returned array an Attribute[] one, not object[]. Added
34503         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
34504         custom attribute constructor.
34505
34506 2002-02-20  Dick Porter  <dick@ximian.com>
34507
34508         * icall.c:
34509         * rawbuffer.c:
34510         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
34511         problem code out for now).
34512
34513 2002-02-19  Radek Doulik  <rodo@ximian.com>
34514
34515         * object.c (mono_ldstr): use hash table to avoid multiple swapping
34516
34517 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
34518
34519         * icall.c: register the GetCustomAttributes method.
34520         * object.c, object.h: add mono_string_new_len ().
34521         * reflection.h, reflection.c: added mono_runtime_invoke(),
34522         mono_install_runtime_invoke(). Added
34523         mono_reflection_get_custom_attrs () to load custom attributes and
34524         create the attribute objects.
34525
34526 2002-02-19  Dick Porter  <dick@ximian.com>
34527         * threads-dummy-types.c:
34528         * threads-dummy-types.h:
34529         * threads-dummy.c:
34530         * threads-dummy.h:
34531         * threads-pthread-types.c:
34532         * threads-pthread-types.h:
34533         * threads-pthread.c:
34534         * threads-pthread.h:  Deleted obsolete files
34535
34536 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
34537
34538         * class.c (mono_class_vtable): runtime init the class when we
34539         allocate static class data.
34540
34541         * icall.c (ves_icall_System_Array_SetValue): check for null values.
34542
34543         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
34544         and String - but we will need generic marshalling support in the
34545         future. 
34546         (mono_init): set the domain name in a ms compatible way
34547
34548         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
34549         String[].
34550
34551 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
34552
34553         * object.c (mono_array_clone): use alloca() instead of g_malloc  
34554         for sizes
34555
34556         * appdomain.c (mono_domain_unload): impl.
34557
34558 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
34559
34560         * appdomain.c, object.c: fix intern pool implementation.
34561         * class.c: fix alignment code.
34562
34563 2002-02-16  Radek Doulik  <rodo@ximian.com>
34564
34565         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
34566         and s2 > s1, just copy lower bytes to be compatible with little
34567         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
34568         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
34569
34570         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
34571         force big_endian to be 1 for big endian machines 
34572         (ves_icall_iconv_new_decoder): ditto
34573
34574 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
34575
34576         * socket-io.c (convert_sockopt_level_and_name): If the system
34577         doesn't define SOL_IP or SOL_TCP, get them by hand using
34578         getprotobyname() and caching the values (because this could be a
34579         slow operation).
34580         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
34581         Use the appropriate struct when the system does support it. Ie,
34582         not all systems have struct ip_mreqn so use struct ip_mreq when
34583         appropriate.
34584
34585 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
34586
34587         * reflection.c: handle finally clauses.
34588
34589 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
34590
34591         * socket-io.c: use g_snprintf() instead of snprintf.
34592
34593 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
34594
34595         * reflection.c (mono_param_get_objects): Cast second argument to
34596         mono_method_get_param_names to a const char** to silence the
34597         compiler warning.
34598
34599         * appdomain.c (mono_domain_assembly_open): Put parens around the
34600         truth statement in the for-loop.
34601
34602         * unicode.c (iconv_convert): Got rid of a compiler warning about
34603         int i being unused when the system has a new iconv.
34604         (iconv_get_length): Same.
34605
34606         * image.c (load_class_names): Cast the second argument to
34607         g_hash_table_insert() to char* to hush compiler warnings about the
34608         arg being a const.
34609         (mono_image_open): Same here.
34610
34611         * socket-io.c: Don't conditionally include sys/filio.h or
34612         sys/sockio.h here anymore since we now get them from
34613         io-layer/io-layer.h
34614         (inet_pton): If the system doesn't support inet_aton, implement
34615         using inet_addr and also #define INADDR_NONE if it isn't defined
34616         by the system.
34617
34618 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
34619
34620         * metadata.c, metadata.h: added function to get packing and size info
34621         of a typedef.
34622         * reflection.h, reflection.c: handle field RVA data. Save info about
34623         the table layout if needed. Assign typedef indexes to all the types
34624         before dumping the info about them to avoid forward reference problems.
34625
34626 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
34627
34628         * socket-io.c (convert_sockopt_level_and_name): ifdef
34629         SO_ACCEPTCONN because it is not defined on my system (old debian)
34630
34631 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
34632
34633         * opcode.c: use stddef.h to get NULL.
34634
34635 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
34636
34637         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
34638         for FIONBIO, FIONREAD and SIOCATMARK.
34639         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
34640         define INADDR_NONE and besides, inet_addr() is deprecated and
34641         should not be used. Use inet_pton() instead - it also has the
34642         added bonus that it can easily handle IPv6 addresses as well.
34643         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
34644
34645 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
34646
34647         * decimal.c: remove _MSC_VER conditional.
34648
34649 2002-02-13  Dick Porter  <dick@ximian.com>
34650
34651         * socket-io.c: 
34652         * icall.c: Internal calls for Blocking, Select, Shutdown,
34653         GetSocketOption and SetSocketOption
34654
34655 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
34656
34657         * assembly.cs: better resolver: use it instead of some kludgy
34658         code.
34659
34660 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
34661
34662         * reflection.c: the best way to speed-up the compiler is to avoid
34663         infinite loops.
34664
34665 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
34666
34667         * class.c (mono_class_vtable): changed the object layout
34668         (obj->vtable->class). 
34669         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
34670
34671 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
34672
34673         * assembly.c: look for assemblies in the assembly dir, too.
34674
34675 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
34676
34677         * class.c: fix thinko in mono_class_from_type().
34678
34679 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
34680
34681         * exception.h, exception.c: added TypeLoadException.
34682         * object.h, object.c: added mono_array_clone ().
34683         * icall.c: handle throwOnError in AssemblyGetType().
34684         Added Array.Clone().
34685         * opcode.h, opcode.c: use a single value for the opcode val.
34686         Compile fix for non-gcc compilers.
34687
34688 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
34689
34690         * opcodes.c, opcodes.h: export interesting info about opcodes.
34691
34692 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
34693
34694         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
34695         icalls. 
34696
34697         * class.c (class_compute_field_layout): set element_class for enums
34698         (mono_class_create_from_typedef): set element_class for normal classes
34699
34700         * icall.c (ves_icall_System_Enum_get_value): impl.
34701
34702         * class.c (mono_class_create_from_typedef): do not set valuetype
34703         flag for System.ValueType and System.Enum
34704
34705 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
34706
34707         * unicode.c (iconv_convert): fix big endian problem.
34708
34709 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
34710
34711         * class.c: add asserts if we are ever going to scribble over memory.
34712         * socket-io.c: not all systems have AF_IRDA defined.
34713
34714 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
34715
34716         * class.c (class_compute_field_layout): do not consider static
34717         fields to compute alignment
34718
34719 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
34720
34721         * appdomain.c (mono_appdomain_get): impl.
34722         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
34723
34724 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
34725
34726         * icall.c: ignore "file://" prefix when loading an assembly.
34727
34728 2002-01-23  Dick Porter  <dick@ximian.com>
34729
34730         * socket-io.c:
34731         * icall.c:
34732         * Makefile.am: Added socket support
34733
34734 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
34735
34736         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
34737         code back.  This should return the assemblies that are loaded by
34738         the runtime on behalf of an application domain. 
34739
34740         The current implementation is still broken, it just returns every
34741         assembly loaded, but until we get real applications domain this
34742         will do.
34743
34744 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
34745
34746         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
34747         AppDomain object.
34748
34749 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
34750
34751         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
34752         the mono_class_from_name lookup.
34753         (ves_icall_get_parameter_info): ditto.
34754         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
34755         method.
34756         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
34757
34758 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
34759
34760         * class.c: load also nested classes on class init.
34761         System.ValueType instance methods gets passed boxed
34762         values, unless methods in derived classed that get a pointer to the
34763         data.
34764         * icall.c: use better name parsing code in GetType().
34765         * image.c, image.h: add mono_image_loaded ().
34766         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
34767         * reflection.c, reflection.h: added mono_reflection_parse_type().
34768
34769 2002-01-22  Veronica De Santis <veron78@interfree.it>
34770
34771         * icall.c : Added mapping of internal calls for Manual and Auto reset events
34772         * threads.c : Added the implementation of internal calls for events
34773         * threads.h : Added prototypes of internal calls for events
34774         
34775 2002-01-21  Radek Doulik  <rodo@ximian.com>
34776
34777         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
34778
34779 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
34780
34781         * class.c (mono_class_init): set min_align to 1 (instead of 0)
34782         (mono_class_value_size): use min_align
34783
34784 2002-01-20  Dick Porter  <dick@ximian.com>
34785
34786         * threads.h:
34787         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
34788         so it compiles on w32.
34789
34790 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
34791
34792         * metadata.c (mono_type_stack_size): impl.
34793
34794         * class.c (mono_class_get_field): impl. memberref token
34795
34796 2002-01-16 Veronica De Santis <veron78@@interfree.it>
34797
34798         * icall.h : Added the internal calls mapping for CreateMutex_internal
34799                     and ReleaseMutex_internal.
34800         * threads.h : Added the prototype of mutexes internal calls.
34801         * threads.c : Added the implementations of mutexes internal calls.
34802
34803 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
34804
34805         * metaparse.h: removed unused file.
34806         * reflection.c, reflection.h: added stream_data_align () function 
34807         to align data in streams and keep stream aligned. Add support for
34808         exception support in method headers.
34809
34810 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
34811
34812         * unicode.c: make iconv_convert () return the number of bytess written
34813         in the output buffer.
34814
34815 2002-01-15  Dick Porter  <dick@ximian.com>
34816         * threads.c: Make the runtime's idea of infinite timeouts coincide
34817         with the class library's
34818
34819         Fix a particularly egregious bug in mono_thread_cleanup(). That
34820         code was so utterly bogus it must have been written on a Monday.
34821
34822 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
34823
34824         * reflection.h: add subtypes field to TypeBuilder.
34825         * reflection.c: encode constants for literal fields.
34826         Handle subtypes. Fix user string token (and add a zero byte)
34827         at the end.
34828         
34829 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
34830
34831         * class.c (mono_class_init): bug fix: assign slot numbers for
34832         abstract methods.
34833
34834 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
34835
34836         * reflection.c: don't try to output a code RVA for abstract methods.
34837         Small fixes for method header format. Output parameter info to the
34838         ParamDef table. Save method overriding info to MethodImpl table.
34839         Fix property support. Allow typedef.extends to be a type in the
34840         building assembly.
34841         * verify.c: fix off-by-one error.
34842
34843 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
34844
34845         * class.c: fix mono_class_from_mono_type () for szarray types.
34846         Remove unused cache check in mono_class_from_type_spec().
34847         * icall.c: *type_from_name () functions handle simple arrays and byref.
34848         * reflection.c: handle byref and szarray types. Handle methods without
34849         body (gets P/Invoke compilation working). Handle types and fields in
34850         get_token ().
34851         * reflection.h: add rank to MonoTypeInfo.
34852
34853 2002-01-10  Dick Porter  <dick@ximian.com>
34854
34855         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
34856         internal calls
34857
34858 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
34859
34860         * icall.c: initialize class in type_from_handle ().
34861         Loop also in parent classes for get_method ().
34862         * reflection.c: properly encode class and valuetype types.
34863         Start on encoding TypeBuilder types. Handle fieldrefs.
34864         Use correct length when registering a user string.
34865         Handle ConstructorBuilder and MonoMethod in get_token ().
34866         Make mono_type_get_object () aware of cached types.
34867         * object.c: back out change to mono_string_new ().
34868
34869 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
34870         * object.c: mono_string_new should return a NULL when the string 
34871         passed in is NULL -- not try to deference it.
34872         
34873 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
34874
34875         * icall.c: hack to make IsSubType work for TypeBuilders.
34876         * reflection.c: emit constructors before methods.
34877         Retrieve param names in mono_param_get_objects().
34878
34879 2002/01/05  Nick Drochak  <ndrochak@gol.com>
34880
34881         * Makefile.am: fix list of headers and sources so automake 1.5
34882         doesn't complain. Removed \# at end of list.
34883
34884 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
34885
34886         * reflection.c: get token for a method ref. Set return type of
34887         constructor to void.
34888         * loader.c: debug message.
34889         * class.c: typo fix.
34890
34891 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
34892
34893         * icall.c: fix array init with rank > 1. FindMembers
34894         loops in parent class as well.
34895         * image.c: do not insert nested types in name cache.
34896         * reflection.c: warning fix.
34897         * reflection.h: add override method (for interface impl).
34898
34899 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
34900
34901         * metadata.c: fix customattr decoding.
34902
34903 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
34904
34905         * rawbuffer.cs: Added native Win32 implementation, avoids using
34906         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
34907
34908 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
34909
34910         * class.c: make the low-level routines handle the cache.
34911
34912 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
34913
34914         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
34915
34916 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
34917
34918         * class.c: fix mono_array_element_size() for objects.
34919         * class.h, class.c: add properties to MonoClass and load them
34920         at init time.
34921         * icall.c: check with isinst() when assigning a value to an array
34922         instead of requiring the classes to match exactly.
34923         Implemented icall for System.Type::GetType().
34924         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
34925         enums. Handle bindingflags when looking for methods and fields.
34926         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
34927         and mono_metadata_methods_from_property().
34928         * reflection.h, reflection.c: added structures for propreties,
34929         parameters and enums. Implemented mono_property_get_object() and
34930         mono_param_get_objects().
34931
34932 2001-12-18  Dick Porter  <dick@ximian.com>
34933
34934         * file-io.c: Use mono_string_to_utf16() instead of
34935         mono_string_chars()
34936
34937         * object.c: Added mono_string_to_utf16(), which copies the non
34938         NULL-terminated MonoString into a new double-null-terminated
34939         buffer.
34940
34941 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
34942
34943         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
34944
34945 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
34946
34947         * file-io.c: raise exceptions if handle is invalid.
34948
34949 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
34950
34951         * assembly.c: yet another check for mscorlib.
34952         * class.c, class.h: load nesting info for classes.
34953         * icall.c: many new functions to support the Reflection classes.
34954         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
34955         * reflection.h, reflection.c: mono_image_create_token(),
34956         mono_assembly_get_object(), mono_type_get_object(),
34957         mono_method_get_object(), mono_field_get_object(): methods to return
34958         objects that parallel the C representation of assemblies, types,
34959         methods, fields.
34960
34961 2001-12-11  Dick Porter  <dick@ximian.com>
34962
34963         * icall.c:
34964         * file-io.c: Internal calls for file IO.
34965
34966 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
34967
34968         * tabledefs.h: missing FileAttributes.
34969         * verify.h, verify.c: use is_valid_string () to simplify and check for
34970         valid strings more correctly. Fix warnings and speeling.
34971         Check more tables: Filed, File, ModuleRef, StandAloneSig.
34972         Check code: branches, maxstack, method calls.
34973
34974 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
34975
34976         * object.c (mono_object_allocate): removed static, so that the jit
34977         can allocate value types.
34978
34979         * icall.c (ves_icall_System_DateTime_GetNow): impl.
34980
34981 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
34982
34983         * class.c: init enum types right away and register the
34984         token->MonoClass map in mono_class_create_from_typedef ().
34985         * verify.h, verify.c: first cut of the verifier.
34986         * pedump.c: add --verify switch to verify metadata tables.
34987         * tabledefs.h: add some missing enums.
34988
34989 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
34990
34991         * class.c (mono_install_runtime_class_init): impl.
34992         (mono_class_init): renamed mono_class_metadata_init to
34993         mono_class_init, also removed the metadata_inited flag
34994
34995         * object.c (mono_object_isinst): use faster algorithm
34996
34997 2001-11-30  Radek Doulik  <rodo@ximian.com>
34998
34999         * mono-endian.h: reverted last change
35000         added function prototypes
35001
35002         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
35003         add mono-endian.c back
35004
35005         * mono-endian.c: returned back, as Paolo pointed out, it's needed
35006         for unaligned access, I've mistaked it with endianess. I am
35007         sorry.
35008         (mono_read16): fix reverted endianess
35009         (mono_read64): ditto
35010         (mono_read32): ditto
35011
35012 2001-11-30  Dick Porter  <dick@ximian.com>
35013
35014         * exception.c: Implement mono_exception_from_name()
35015
35016 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
35017
35018         * metadata.h, metadata.c: remove params_size and locals_size and their
35019         calculation from the metadata code: they are only usefult to the
35020         interp.
35021
35022 2001-11-29  Radek Doulik  <rodo@ximian.com>
35023
35024         * object.c (mono_ldstr): swap bytes here, it's probably not the
35025         best place, but works for me now, I'll redo it once I know mono
35026         better, also note that I add PROT_WRITE and don't reset back, also
35027         note that it's only affects big endians, so x86 should be OK
35028
35029         * mono-endian.h (read16): use just glib macros for both endians
35030
35031         * mono-endian.c: removed as glib macros are used in in
35032         mono-endian.h so we don't need to care about endianess for read
35033         macros as glib does that for us already
35034
35035 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
35036
35037         * class.h, class.h: take minimum alignment into consideration so
35038         that the fields of a class remain aligned also when in an array.
35039
35040 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
35041
35042         * loader.h, loader.c: add mono_method_get_param_names().
35043         * class.c: 0-init class fields.
35044
35045 2001-11-26  Dick Porter  <dick@ximian.com>
35046
35047         * icall.c:
35048         * threads-types.h:
35049         * threads.c: New file that handles System.Threading on all platforms
35050
35051         * object.c: 
35052         * object.h: Remove the synchronisation struct from MonoObject,
35053         replace it with a pointer that gets initialised on demand
35054
35055         * Makefile.am: Replace all the system-specific threading code with
35056         a single file that uses the new wrapper library
35057
35058 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
35059
35060         * class.c, class.h: add mono_install_trampoline() so that the runtime
35061         can register a function to create a trampoline: removes the ugly
35062         requirement that a runtime needed to export arch_create_jit_trampoline.
35063         * object.h, object.c: added mono_install_handler() so that the runtime
35064         can install an handler for exceptions generated in C code (with
35065         mono_raise_exception()). Added C struct for System.Delegate.
35066         * pedump.c: removed arch_create_jit_trampoline.
35067         * reflection.c: some cleanups to allow registering user strings and
35068         later getting a token for methodrefs and fieldrefs before the assembly
35069         is built.
35070         * row-indexes.h: updates and fixes from the new ECMA specs.
35071
35072 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
35073
35074         * class.h, class.c: add enum_basetype field to MonoClass.
35075         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
35076         to get index in the constant table reated to a field, param or
35077         property.
35078         * reflection.h, reflection.c: handle constructors. Set public-key and
35079         version number of the built assembly to 0.
35080         * row-indexes.h: update from new ECMA spec.
35081
35082 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
35083
35084         * class.h, class.c: add a max_interface_id to MonoClass.
35085         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
35086         since it's used to do that. Added mono_type_type_from_obj().
35087         Make GetType() return NULL instead of segfaulting if the type was not
35088         found. Handle simple arrays in assQualifiedName.
35089         * object.h: add a struct to represent an Exception.
35090         * reflection.c: output call convention in method signature.
35091         Add code to support P/Invoke methods and fixed offsets for fields.
35092
35093 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
35094
35095         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
35096         the value.
35097         * icall.c: use mono_array_addr instead of array->vector: fixes the
35098         reflection image writing.
35099         * reflection.c: init call convention byte to 0 in method signature.
35100         Encode the property signature. Don't output property-related methods
35101         twice. Really process the properties for a type (don't cast a field to
35102         a property, my mom always told me that).
35103         Fix 64 bit issues in pointer alignment in a different and more
35104         readable way.
35105
35106 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
35107
35108         * loader.h: Removed type class from MonoDefaults, added monotype
35109
35110         * loader.c: Loaded MonoType, removed loading of Type
35111
35112         * icall.c (my_mono_new_object): Now returns a System.MonoType,
35113         and fills in System.Type._impl with a RuntimeTypeHandle rather
35114         than the actual MonoClass *
35115
35116         (ves_icall_type_from_handle): change from type_class to
35117         monotype_class
35118
35119         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
35120         implemented
35121
35122         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
35123         implemented
35124
35125         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
35126
35127         (ves_icall_System_Reflection_Assembly_GetType): implemented
35128
35129         (ves_icall_System_MonoType_assQualifiedName): implemented
35130
35131         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
35132
35133 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
35134
35135         * assembly.c (mono_assembly_open): Implement a cache for the
35136         assemblies. 
35137
35138         (mono_assembly_close): only destroy the assembly when the last
35139         reference is gone.
35140         
35141 2001-11-09  Dick Porter  <dick@ximian.com>
35142
35143         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
35144
35145 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
35146
35147         * class.c (mono_class_metadata_init): bug fix: compute the right slot
35148
35149 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
35150
35151         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
35152         from Martin Weindel.
35153         * object.h: add mono_string_chars ().
35154
35155 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
35156
35157         * reflection.c (build_compressed_metadata): Eliminates warnings
35158         and uses 64-bit clean code.
35159
35160         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
35161         (mono_type_equal): Change signature to eliminate warnings.
35162
35163 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
35164
35165         * icall.c, loader.c: remove the internalcall array constructors.
35166         Changes to match the new MonoArray structure.
35167         * object.h, object.c: an array object doesn't allocate an extra
35168         vector. Add mono_array_new_full () to create jagged arrays easily.
35169
35170 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
35171
35172         * metadata.h, metadata.c: add mono_metadata_field_info () to
35173         retreive all the info about a field from vairous tables.
35174         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
35175         * class.h, class.c: augment MonoClassField with more info.
35176         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
35177         policy and load a field's RVA if needed.
35178
35179 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
35180
35181         * class.c (mono_class_metadata_init): create a trampoline for all
35182         virtual functions instead of actually compiling them.
35183
35184 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
35185
35186         * class.h, class.c: include name in MonoClassField.
35187         * class.c: fix fundamental type of System.Object and System.String.
35188         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
35189         tokens in ldtoken.
35190         * icall.c: remove internalcalls for the Reflection stuff that is now
35191         done in C# code.
35192         * loader.c: mono_field_from_memberref () implementation.
35193         * mono-endian.c: thinko (s/struct/union/g).
35194         * object.c, object.h: make the mono_string_* prototypes actually use
35195         MonoString instead of MonoObject.
35196         * reflection.c, reflection.h: updates for changes in the reflection
35197         code in corlib: we use C structures that map to the actual C# classes.
35198         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
35199         fat method header if needed and use the info from the ILGenerator for
35200         methods. Handle fields in types. Misc fixes.
35201
35202 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
35203
35204         * class.c (mono_class_metadata_init): bug fix: always allocate
35205         space for static class data
35206
35207 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
35208
35209         * class.c (mono_compute_relative_numbering): use relative
35210         numbering to support fast runtime type checks.
35211
35212 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
35213
35214         * class.c (mono_class_create_from_typeref): added debugging output
35215         to print class name when MonoDummy is returned instead of real class
35216
35217 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
35218
35219         * class.c (mono_class_metadata_init): interface offset table now
35220         contains pointers into the vtable - this is more efficient for the jit
35221
35222 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
35223
35224         * class.c (mono_class_metadata_init): use a temporary vtable (the
35225         old algorithm only worked for the interpreter, but not for the jit)
35226
35227 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
35228
35229         * loader.c (method_from_memberref): use mono_class_get to get the
35230         class of an array instead of using System.Array directly.
35231         (mono_get_method): also add MEMBERREF methods to the method cache
35232         which usefull for arrays.
35233
35234 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
35235
35236         * pedump.c (arch_compile_method): added to compute vtable entry
35237
35238         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
35239         number of interfaces.
35240         
35241         * class.h: merged MonoArrayClass into MonoClass
35242
35243         * class.c (mono_class_create_from_typedef): compute the vtable size and
35244         allocate space to include the vtable inside MonoClass
35245         (mono_class_metadata_init): initialize the vtable
35246
35247 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
35248
35249         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
35250         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
35251         * image.c: endian fixes by Laurent Rioux.
35252         * object.h, object.c: rename MonoStringObject to MonoString and
35253         MonoArrayObject to MonoArray. Change some function names to conform to
35254         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
35255         guint16* as first argument, so don't use char*.
35256         Provide macros to do the interesting things on arrays in a portable way.
35257         * threads-pthread.c: updates for the API changes and #include <sched.h>
35258         (required for sched_yield()).
35259         * icall.c: updates for the API changes above.
35260         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
35261         platforms that need them.
35262
35263 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
35264
35265         * class.c: set the correct type for all the fundamental
35266         type when loading the class.
35267
35268 2001-10-05  Dick Porter  <dick@ximian.com>
35269
35270         * threads-pthread.c (pthread_mutex_timedlock): Simple
35271         compatibility version for C libraries that lack this call.
35272
35273 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
35274
35275         * class.c: MonoTypes stored in MonoClass are stored as
35276         fundamental MonoTypes when the class represents a
35277         fundamental type (System.Int32, ...).
35278         The TypeHandle return by ldtoken is a MonoType*.
35279         * icall.c: ves_icall_get_data_chunk () write out all the
35280         PE/COFF stuff. Implement ves_icall_define_method (),
35281         ves_icall_set_method_body (), ves_icall_type_from_handle ().
35282         * image.c: properly skip unknown streams.
35283         * loader.h, loader.c: add type_class to mono_defaults.
35284         * metadata.c, metadata.h: export compute_size () as
35285         mono_metadata_compute_size () with a better interface.
35286         Typo and C&P fixes.
35287         * pedump.c: don't try to print the entry point RVA if there is no entry point.
35288         * reflection.c, reflection.h: many cleanups, fixes, output method
35289         signatures and headers, typedef and typeref info, compress the metadata
35290         tables, output all the heap streams, cli header etc.
35291         * row-indexes.h: typo fixes.
35292
35293 2001-10-04  Dick Porter  <dick@ximian.com>
35294
35295         * object.h: Add a synchronisation mutex struct to MonoObject
35296
35297         * object.c (mono_new_object): Initialise the object
35298         synchronisation mutexes
35299
35300         * icall.c: System.Threading.Monitor internal calls
35301         
35302         * threads-pthread.h:
35303         * threads-pthread.c: System.Threading.Monitor internal calls
35304
35305         * threads-types.h: New file, includes the system-specific thread
35306         structures
35307         
35308         * threads-pthread-types.h:
35309         * threads-pthread-types.c: New files, handle pthread-specific
35310         synchronisation types
35311
35312         * threads-dummy-types.h: 
35313         * threads-dummy-types.c: New files of dummy support for
35314         thread-specific types
35315
35316         * metadata.c:
35317         * image.c:
35318         * pedump.c: include mono-endian.h not endian.h
35319         
35320         * Makefile.am: More threads files.
35321         Name mono-endian.h not endian.h
35322
35323 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
35324
35325         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
35326         stuff and implement a few more bits.
35327         * icall.c: a field needs to be dereferenced twice. Do not use the same
35328         name for two variables in the same scope.
35329         * image.c, image.h: cleanups.
35330
35331 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
35332
35333         * class.c (mono_class_metadata_init): bug fix: compute the right size
35334
35335 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
35336
35337         * icall.c: implemented some of the Reflection internalcalls.
35338         * image.c, image.h: start writing out the PE/COFF image.
35339         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
35340         that does the reverse than decode_blob_size ().
35341         * object.c: use mono_metadata_encode_value (). Move here
35342         temporary implementation of mono_string_to_utf8 ().
35343         * rawbuffer.c: make malloc_map static.
35344
35345 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
35346
35347         * metadata.c: fix type comparison for arrays.
35348         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
35349         Added a couple of new classes to monodefaults.
35350         * icall.c: added a couple of Reflection-related internalcalls.
35351         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
35352         Added a byval_arg MonoType to MonoClass.
35353
35354 2001-09-28  Dick Porter  <dick@ximian.com>
35355
35356         * icall.c:
35357         * threads-pthread.h: 
35358         * threads-pthread.c: Implemented internal calls for
35359         LocalDataStoreSlot operations.  Applied mutexes around all shared
35360         data.  Reworked the thread creation and Start() operations to
35361         avoid a race condition.
35362         
35363         * threads-dummy.h:
35364         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
35365
35366 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
35367
35368         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
35369
35370 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
35371
35372         * class.c, loader.c: warn and return NULL instead of erroring out.
35373         * icall.c: added System.AppDomain::getCurDomain().
35374         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
35375
35376 2001-09-25  Dick Porter  <dick@ximian.com>
35377
35378         * threads-pthread.h:
35379         * threads-pthread.c: Implemented timed thread joining and added
35380         System.Threading.Thread::Join_internal internal call
35381
35382         * icall.c: Added System.Threading.Thread::Join_internal internal call
35383
35384         * threads-dummy.h:
35385         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
35386
35387 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
35388
35389         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
35390         mono_string_intern () to implement the semantics of the ldstr opcode
35391         and the interning of System.Strings.
35392         * icall.c: provide hooks to make String::IsIntern and String::Intern
35393         internalcalls.
35394
35395 2001-09-23  Dick Porter  <dick@ximian.com>
35396
35397         * threads-dummy.c: 
35398         * threads-dummy.h: New files of dummy threading routines
35399
35400         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
35401         support code based on system specifics
35402
35403         Rename PTHREAD_LIBS to THREAD_LIBS
35404         
35405 2001-09-23  Dick Porter  <dick@ximian.com>
35406
35407         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
35408         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
35409         internal calls.
35410         (mono_thread_init): Set up a Thread object instance to return when
35411         the main thread calls Thread.CurrentThread
35412         (mono_thread_cleanup): Wait for all subthreads to exit
35413
35414         * icall.c: New internal calls for System.Threading.Thread::Sleep
35415         (including Schedule) and CurrentThread
35416
35417         * threads.h: New file, to insulate thread-specific stuff from the
35418         rest of the code
35419
35420 2001-09-21  Dick Porter  <dick@ximian.com>
35421
35422         * threads-pthread.h: 
35423         * threads-pthread.c: New file, for handling pthreads-style
35424         threading support.  Start() now starts a new thread and executes
35425         the ThreadStart delegate instance.
35426
35427         * icall.c: Added the internalcall for
35428         System.Threading.Thread::Start_internal
35429
35430         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
35431
35432 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
35433
35434         * loader.c: work around the different signatures for delegates
35435         constructors csc generates in compiled code vs the ones compiled in mscorlib.
35436
35437 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
35438
35439         * class.h, class.c: add mono_class_get_field_from_name ().
35440         * *: Fix C comments and other ANSI C issues.
35441
35442 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
35443
35444         * endian.h, assembly.c: fix some endianness issues.
35445
35446 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
35447
35448         * loader.h, load.c: add delegate_class to mono_defaults.
35449         Handle runtime provided methods in mono_get_method ().
35450
35451 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
35452
35453         * loader.c (mono_get_method): use pinvoke for internal call
35454
35455         * icall.c: use pinvoke for internal call
35456
35457         * loader.c (method_from_memberref): set the method name
35458
35459 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
35460
35461         * metadata.c: help the compiler generate better code for
35462         mono_class_from_mono_type ().
35463
35464 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
35465
35466         * class.c (mono_class_metadata_init): delayed computing of the
35467         class size to mono_class_metadata_init ()
35468
35469 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
35470
35471         * class.c, class.h: add an interfaces member to MonoClass.
35472         * image.c, image.h: add assembly_name field to MonoImage
35473         from the assembly table.
35474         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
35475
35476 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
35477
35478         * class.c: Handle Array in mono_class_from_mono_type ().
35479         * metadata.c, pedump.c: some endian fixes.
35480
35481 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
35482
35483         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
35484         * metadata.c: fix small problem introduced with the latest commit.
35485
35486 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
35487
35488         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
35489         We don't need a MonoMetadata pointer anymore to compare signatures in
35490         mono_metadata_signature_equal (), update callers.
35491         Reduced memory usage an number of allocations for MonoMethodHeader and
35492         MonoMethodSignature.
35493
35494 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
35495
35496         * metadata.c: added compare for szarray.
35497
35498 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
35499
35500         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
35501         and add a couple more types to it and mono_defaults. Give an hint on
35502         classes that need implementing in our corlib and are referenced
35503         in mscorlib.
35504
35505 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
35506
35507         * class.h, class.c: keep track if a class is also an Enum.
35508         * loader.c: Implement a couple more types for use in libffi
35509         marshalling. Gives better diagnostics when failing to dlopen
35510         a library. Set method->klass for P/Invoke methods, too.
35511
35512 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
35513
35514         * class.c, class.h: add a MonoType this_arg to MonoClass that
35515         represents a pointer to an object of the class' type that
35516         can be used by the interpreter and later the type cache.
35517         Add best guess alignment info for valuetype objects.
35518
35519 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
35520
35521         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
35522         into MonoType: one less level of indirection and allocation and
35523         simplifies quite a bit of code. Added cache for MonoTypes that are
35524         used frequently, so that we don't need to allocate them all the time.
35525
35526 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
35527
35528         * class.c (mono_class_create_from_typedef): System.Enum is also a
35529         value type, although it does not derive from System.ValueType
35530         (maybe a bug in the ms compiler?)
35531
35532         * metadata.c (mono_type_size): return the right size for value types
35533
35534         * loader.c (mono_get_method): only initialize method header if not abstract
35535
35536         * class.c (mono_class_from_mono_type): use mono_default values. 
35537
35538 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
35539
35540         * *: use MonoClass pointers instead of <type_tokens>
35541         
35542         * class.h: new flag: metadata_inited.
35543
35544         * class.c (mono_class_metadata_init): impl.
35545         (mono_class_instance_size): impl.
35546         (mono_class_data_size): impl.
35547
35548 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
35549
35550         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
35551         MonoClass now has the name and name_space fields. 
35552         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
35553         mono_get_method () takes and optional MonoClass as argument.
35554         Removed mono_typedef_from_name() and added mono_class_token_from_name()
35555         instead that takes advantage of a map from class names to typedef
35556         tokens in MonoImage.
35557
35558 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
35559
35560         * metadata.c: zero is not a valid alignment boundary.
35561         Merge MONO_TYPE_VOID in default decoding code.
35562
35563 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
35564
35565         * image.h: merged MonoMetadata into MonoImage
35566
35567         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
35568         identify the type of elements.
35569
35570 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
35571
35572         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
35573         * cil-coff.h: split MonoMSDOSHeader and add size info.
35574         * image.c: add some consistency checks.
35575         * metadata.c: fix row size computation: one programmer
35576         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
35577         add explanation for the locator routine.
35578         Fix decoding of size in method header.
35579         
35580 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
35581
35582         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
35583         (g_concat_dir_and_file): Bring g_concat_dir_and_file
35584         function from gnome-libs.  This uses the right path separator
35585         based on the OS, and also works around a bug in some systems where
35586         a double slash is not allowed. 
35587         (default_assembly_name_resolver): Use g_concat_dir_and_file
35588         (mono_assembly_open): ditto.
35589
35590 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
35591
35592         * metadata.c (mono_metadata_signature_equal): impl.
35593
35594         * *: void is now a realy MonoType (instead of using NULL)
35595         
35596         * metadata.c (do_mono_metadata_parse_type): use
35597         mono_metadata_parse_type to parse void value.
35598
35599 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
35600
35601         * metadata.c, metadata.h: in the signature and method header store
35602         only the space required for holding the loca vars and incoming arguments.
35603
35604 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
35605
35606         * metadata.c (do_mono_metadata_parse_type): treat void like any
35607         other type (instead of assigning NULL);
35608
35609 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
35610
35611         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
35612
35613 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
35614
35615         * image.c (do_mono_image_open): added a cache for arrays.
35616
35617 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
35618
35619         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
35620         decode a single column from a row in a metadata table and changes
35621         to take advantage of it in the typedef locator (gives a nice speed up).
35622         Store offset info for function params.
35623
35624 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
35625
35626         * image.h (MONO_IMAGE_IS_CORLIB): removed 
35627
35628 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
35629
35630         * assembly.c: how could mono_assembly_close () had ever worked?
35631         * metadata.c, metadata.h: provide offset info for local vars.
35632         Implement mono_type_size () to take care of alignment as well
35633         as size (it was mono_field_type_size in cli/class.c before).
35634
35635 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
35636
35637         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
35638
35639         * assembly.h (CORLIB_NAME): set to corlib.dll
35640
35641         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
35642
35643 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
35644
35645         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
35646         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
35647         tokentype.h: massive namespace cleanup.
35648
35649 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
35650
35651         * metadata.h, metadata.c: decode exception clauses when parsing method header.
35652
35653 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
35654
35655         * metadata.c (mono_metadata_free_type): added check for type !=
35656         NULL (void) before calling mono_metadata_free_type()
35657
35658 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
35659
35660         * metadata.h, row_indexes.h: added header with enumerations to use
35661         to index in the columns from tables in metadata and to decode coded
35662         tokens: we should start using this instead of embedding magic numbers
35663         all over the code.
35664
35665 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
35666
35667         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
35668         Move metadata_t info from cli_image_info_t to MonoImage, where
35669         it's easily accessible. Changed all the uses accordingly.
35670         Added the method and class caches to MonoImage.
35671         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
35672         and mono_metadata_decode_value () signature to be more consistent
35673         with the other parse functions (and simplify code). Taken advantage
35674         of zero-length array allocation with GCC. Removed reduntant (and
35675         wrong) MonoFieldType struct and use MonoParam instead. Changed
35676         mono_metadata_parse_field_type () to use common code for parsing.
35677         Added mono_metadata_typedef_from_field () and
35678         mono_metadata_typedef_from_method () to lookup a typedef index from a
35679         field or method token.
35680         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
35681
35682 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
35683
35684         * metadata.c (mono_metadata_parse_field_type): Implement. 
35685         (do_mono_metadata_parse_type): Split engine from
35686         mono_metadata_parse_type, so that we can create smaller structures
35687         for things that just have one pointer to the MonoType (look at
35688         the MonoFieldType)
35689
35690 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
35691
35692         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
35693         as Jan Gray found out, it is incorrect. 
35694
35695 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
35696
35697         * assembly.c: Implement asssembly loading.  This loads an image
35698         and loads all the referenced assemblies.  Come to think of it, we
35699         could always do lazy loading of the assemblies. 
35700
35701         * image.c (mono_image_open): Keep loaded images in a hashtable.
35702
35703         * image.h (MonoImage): Add reference count.
35704
35705 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
35706
35707         * assembly.c (mono_assembly_open): Keep track of the file name in
35708         case the assembly has no ASSEMBLY table.
35709
35710         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
35711         from get.c here.
35712
35713 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
35714
35715         * metadata.c, metadata.h: decode local vars in method header
35716         parse function. Change callers accordingly.
35717
35718 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
35719
35720         * metadata.h, cil-coff.h: protect against multiple inclusion.
35721         Added some new structures to hold information decoded from metadata:
35722         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
35723         and relevant decoding/free functions.
35724         * metadata.c: implement decoding functions. Add warning for out of bounds
35725         index in mono_metadata_locate(). Implement mono_get_method () to retreive
35726         all the info about a method signature and invocation. Remove check on
35727         uninitialized local var in parse_mh() and fix memory leak.
35728
35729 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
35730
35731         * metadata.h: More macros.
35732
35733         * tokentype.h: New file.
35734
35735 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
35736
35737         * assembly.c: added a consistency check and initialize
35738         some structures with g_new0().
35739         * metadata.c: fixed a couple more bugs in table size computation
35740         and add other checks for out-of bound access to metadata.
35741
35742 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
35743
35744         * metatada.c: fix bugs computing table sizes. Spew a
35745         warning when index in string heap is out of bounds.
35746
35747 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
35748
35749         * metadata.h: Add a couple of macros to manipulate tokens. 
35750
35751 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
35752
35753         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
35754         cli_section_tables).
35755
35756 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
35757
35758         * metadata.c (mono_metadata_user_string): New function, provides
35759         access to the UserString heap. 
35760
35761 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
35762
35763         * metadata.c: Add inline documentation.
35764
35765 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
35766
35767         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
35768         files. 
35769
35770 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
35771
35772         * typeattr.h: New file, TypeAttribute flags. 
35773
35774 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
35775
35776         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
35777         mono_assembly_ensure_section): Section loading code.
35778         (load_section_tables): Load the sections.
35779
35780         * mono/metadata/metadata.c (mono_metadata_locate_token,
35781         mono_metadata_locate): Functions to locate the information
35782         definition given a token or a table and an index.
35783         (mono_metadata_compute_table_bases): New.
35784         (compute_size): New function to compute the sizes of the various
35785         tables.
35786
35787         * mono/metadata/metadata.h: Finish listing the different index
35788         types. 
35789
35790         * mono/metadata/pedump.c: Improve to dump new information.
35791
35792 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
35793
35794         * mono/metadata/metadata.c: Entered all the tables matching
35795         Beta2. 
35796
35797         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
35798
35799
35800
35801